Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geoserver doesn't appear to be working #7

Open
mc0e opened this issue Dec 19, 2016 · 3 comments
Open

Geoserver doesn't appear to be working #7

mc0e opened this issue Dec 19, 2016 · 3 comments

Comments

@mc0e
Copy link

mc0e commented Dec 19, 2016

I'm trying to run the geoserver from docker hub using the exact command recommended in the README. It appears that nginx is failing to run.

$ sudo docker run --rm -it -p 8080:8080 ciwater/geoserver

Configuring supervisord for 1 nodes.
Successfully configured supervisord for 1 nodes.
Configuring NGINX load balancer for HTTP endpoints at the following ports: 8081
Configuring NGINX load balancer for REST endpoints at the following ports: 8081
Successfully generated NGINX load balancer config.
Configuring controlflow.properties.
Writing controlflow.properties with the following settings:
  timeout=60
  ows.global=100
  ows.wms.getmap=10
  ows.gwc=16
Successfully generated controlflow.properties.
2016-12-19 16:25:01,271 CRIT Supervisor running as root (no user in config file)
2016-12-19 16:25:01,275 INFO supervisord started with pid 9
2016-12-19 16:25:02,278 INFO spawned: 'geoserver-node1' with pid 12
2016-12-19 16:25:02,280 INFO spawned: 'nginx' with pid 13
2016-12-19 16:25:02,349 INFO exited: nginx (exit status 0; not expected)
2016-12-19 16:25:03,350 INFO success: geoserver-node1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-12-19 16:25:03,352 INFO spawned: 'nginx' with pid 36
2016-12-19 16:25:04,421 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-12-19 16:25:05,924 INFO exited: nginx (exit status 1; expected)
@mc0e
Copy link
Author

mc0e commented Dec 19, 2016

Despite the README referencing port 8080, it seems 8081 is the correct port? I.e. the port that appears in the startup messages. I had tried that also, and thought it was not working, but it seems to be just a case of waiting a while before it will work.

@swainn
Copy link
Member

swainn commented Jan 13, 2017

The load balancer is on 8181. Each of the 4 instance of geoserver at accessible directly at 8081, 8082, 8083, and 8084. I apologize for the outdated read me. Will update it.

@peacetrader
Copy link

Hi, I have tried to run sudo docker run --rm -it -p 8080:8080 ciwater/geoserver

Configuring supervisord for 1 nodes.
Successfully configured supervisord for 1 nodes.
Configuring NGINX load balancer for HTTP endpoints at the following ports: 8081
Configuring NGINX load balancer for REST endpoints at the following ports: 8081
Successfully generated NGINX load balancer config.
Configuring controlflow.properties.
Writing controlflow.properties with the following settings:
timeout=60
ows.global=100
ows.wms.getmap=10
ows.gwc=16
Successfully generated controlflow.properties.
2017-09-22 14:30:53,582 CRIT Supervisor running as root (no user in config file)
2017-09-22 14:30:53,585 INFO supervisord started with pid 7
2017-09-22 14:30:54,592 INFO spawned: 'geoserver-node1' with pid 10
2017-09-22 14:30:54,597 INFO spawned: 'nginx' with pid 11
2017-09-22 14:30:54,613 INFO exited: nginx (exit status 0; not expected)
2017-09-22 14:30:56,339 INFO success: geoserver-node1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-09-22 14:30:56,341 INFO spawned: 'nginx' with pid 35
2017-09-22 14:30:57,362 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-09-22 14:30:58,868 INFO exited: nginx (exit status 1; expected)

When I try to access http://localhost:8081/geoserver/web/, it doesn't seem to work. Can you help?. What version of geoserver do you use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants