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.
> 
> Temporarily setting GEOSERVER_DATA_DIR to the following directory:
> 
> C:\GeoServer\data_dir
> 
> Caused by: java.io.IOException: Failed to bind to 0.0.0.0/0.0.0.0:7070
> 
....
> 
> Caused by: java.net.BindException: Address already in use: bind

Hi Victoria,

This last line from the log means there is already another instance of 
geoserver running and listening on port 7070.
Apparently you have already started geoserver somewhere, AND without a data 
directory there, so all the log lines you see now, are actually of a geoserver 
you will never run (as it is stopped after that last line).
So: either find the other running geoserver instance or restart your machine...

Regards,

Richard Duivenvoorde


_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to