Re: [Geoserver-users] Can't see layers in layer preview

2021-02-08 Thread Ian Turton
Same problem but on port 8080 this time used by: > > java.net.BindException: Address already in use: bind >>> >>> at java.base/sun.nio.ch.Net.bind0(Native Method) >>> >>> at java.base/sun.nio.ch.Net.bind(Net.java:455) >>> >>> at java.base/sun.nio.ch.Net.bind(Net.java:447)

Re: [Geoserver-users] Can't see layers in layer preview

2021-02-08 Thread DEGRÈVE Benoît via Geoserver-users
Hi Victoria, If I'm not mistaken, each layer that you want to preview has to be plusblished : see in the layer definition, in the first tab, after the name, not only the layer has to be enabled but it has to be published as well. [ I can also see in your logs that port 7070 is already used by

Re: [Geoserver-users] Can't see layers in layer preview

2021-02-08 Thread Richard Duivenvoorde
On 2/8/21 2:41 PM, Victoria Persson wrote: > Hi, > > When logging into GeoServer, I can’t see any layers in layer preview. Does > anyone have an idea of what I can do to fix this: Any help is appreciated. ... > The GEOSERVER_DATA_DIR environment variable is not defined correctly. > >

Re: [Geoserver-users] Can't see layers in layer preview

2021-02-08 Thread Ian Turton
Some one or some thing is already using port 7070 so you can't Ian > java.security.PrivilegedActionException: java.io.IOException: Failed to > bind to 0.0.0.0/0.0.0.0:7070 > > at java.base/java.security.AccessController.doPrivileged(Native > Method) > > at >

[Geoserver-users] Can't see layers in layer preview

2021-02-08 Thread Victoria Persson
Hi, When logging into GeoServer, I can’t see any layers in layer preview. Does anyone have an idea of what I can do to fix this: Any help is appreciated. When starting up Geoserver, this is the code I get: Welcome to GeoServer! JAVA_HOME: C:\Program Files\AdoptOpenJDK\jdk-11.0.10.9-hotspot\ The

Re: [Geoserver-users] Kubernetes ingress: HTTP Status 400 – Bad Request

2021-02-08 Thread Jim Hughes
Hi Helge, You may need to configure the proxy URL: https://docs.geoserver.org/stable/en/user/configuration/globalsettings.html#proxy-base-url. GeoServer uses info about its hostname to generate responses and webpages.  If GeoServer doesn't know what it ought to report its URL as, then

[Geoserver-users] Kubernetes ingress: HTTP Status 400 – Bad Request

2021-02-08 Thread Helge Dzierzon
Hi There, I have a geoserver running in a Kubernetes cluster. The ingress is configured with the following rule: spec:   rules:   - host: stage.***     http:   paths:   - backend:   serviceName: geoserver   servicePort: http     path: /geoserver/ The site works