It seems that another geonetwork is running or that the previous one did
not shutdown. To check the latter case, see your PC's processes and look for
java instances.
Cheers,
Andrea
On my other server www.eis-africa.org I've now encountered a problem starting Tomcat
since there seems to be a clash on port 8080. but what do you make of this extract of
catalina.out - a problem with McKoi?2005-08-01 15:24:47 | === Starting system ========================================
2005-08-01 15:24:47 | Path : /usr/local/geonetwork/web/
2005-08-01 15:24:47 | BaseURL : geonetwork
2005-08-01 15:24:47 | Loading : /usr/local/geonetwork/web/WEB-INF/config.xml
2005-08-01 15:24:48 | Initializing general configuration...
2005-08-01 15:24:48 | Initializing defaults...
2005-08-01 15:24:48 | Default local is :true
2005-08-01 15:24:48 | Initializing resources...
2005-08-01 15:24:48 | Adding resource : main-db
2005-08-01 15:24:48 | Loading activator : org.fao.geonet.activators.McKoiActivator
2005-08-01 15:24:48 | Starting activator : org.fao.geonet.activators.McKoiActivator
[com.mckoi.debug.Debug - Exception thrown: 'Address already in use']
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at com.mckoi.database.jdbcserver.TCPServer.start(TCPServer.java:167)
at com.mckoi.database.control.TCPJDBCServer.start(TCPJDBCServer.java:169)
at org.fao.geonet.util.McKoiDB.start(McKoiDB.java:48)
...