Hi,
I'm a beginner in Geoserver and want to install it to set up my own WFS
for experimental purpose.
I'm installing Geoserver on Ubuntu using binary package available on
geoserver homepage. First, I was able to run the script and run the
geoserver with address http://localhost:8080/geoserver.
Then I tried to run geoserver on bootup by adding the script in
/etc/init.d/ and running update-rc.d for linking. But there was some
problem while running geoserver on boot up (Error was username:"Geoserver"
not found, which was written in script present in /etc/inti.d). Now I'm
facing two problems,
1. How can I create the user "Geoserver" so that I can start geoserver on
bootup.
2. I removed script from /etc/init.d and ran update-rc.d geoserver remove
so that I can run script maunally. After rebooting, when I tried to run
the startup.sh script, it is showing me error,
"12387 [main] WARN org.mortbay.log - failed SelectChannelConnector @
0.0.0.0:8080
java.net.BindException: Address already in use"
Can anyone tell me why this error is coming? Anyone's here who faced same
problem while installation?
Thanks,
Sanket Patle.
IIT Bombay, India.
Hi Sanket,
Would you be able to include your startup script so we can inspect it / try it out.
<snip>
"12387 [main] WARN org.mortbay.log - failed SelectChannelConnector @
0.0.0.0:8080
java.net.BindException: Address already in use"
This means that something else is running on port 8080. Either GeoServer acutally did start or something else like tomcat might be running on that port. You should be able to use the netstat command to figure out whay is listening on that port.
-Justin
Can anyone tell me why this error is coming? Anyone's here who faced same
problem while installation?
Thanks,
Sanket Patle.
IIT Bombay, India.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
Hi Sanket,
Please keep your replies and inquires on the public mailing list. Thanks :).
As for Postgis and GeoServer you can find some info here:
http://geoserver.org/display/GEOSDOC/PostGIS+DataStore
Basically just load your postgis database with some data and the use the GeoServer configuration web app to add a "postgis datastore" and some feature types. And voila, you are serving your data via WFS.
-Justin
Sanket Chandulal Patle wrote:
Hi Justin,
Thanks for replying. I was able to resolve the error. After running nmap
localhost, i could see one service running on 8080 (named http-proxy). I
guess this was the geoserver service running (which I configured at
bootup). I killed the process and ran the script manually.
Anyway, I want to set up my own WFS with data stored in postgis. Do you
have any idea how this can be done?
Thanks,
Sanket Patle.
Hi Sanket,
Would you be able to include your startup script so we can inspect it /
try it out.
<snip>
"12387 [main] WARN org.mortbay.log - failed SelectChannelConnector @
0.0.0.0:8080
java.net.BindException: Address already in use"
This means that something else is running on port 8080. Either GeoServer
acutally did start or something else like tomcat might be running on
that port. You should be able to use the netstat command to figure out
whay is listening on that port.
-Justin
Can anyone tell me why this error is coming? Anyone's here who faced
same
problem while installation?
Thanks,
Sanket Patle.
IIT Bombay, India.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.