Skip to content

Instantly share code, notes, and snippets.

@sbenthall
Created July 26, 2010 19:30
Show Gist options
  • Save sbenthall/491094 to your computer and use it in GitHub Desktop.
Save sbenthall/491094 to your computer and use it in GitHub Desktop.
(geonode)root@demo:/opt/tomcat# /etc/init.d/tomcat6 restart
Using CATALINA_BASE: /opt/apache-tomcat-6.0.28
Using CATALINA_HOME: /opt/apache-tomcat-6.0.28
Using CATALINA_TMPDIR: /opt/apache-tomcat-6.0.28/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun/jre
Using CLASSPATH: /opt/apache-tomcat-6.0.28/bin/bootstrap.jar
CompilerOracle: exclude net/sf/saxon/event/ReceivingContentHandler.startElement
Jul 26, 2010 7:30:09 PM org.apache.catalina.startup.Catalina stopServer
SEVERE: Catalina.stop:
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:189)
at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:408)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:338)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:416)
Using CATALINA_BASE: /opt/apache-tomcat-6.0.28
Using CATALINA_HOME: /opt/apache-tomcat-6.0.28
Using CATALINA_TMPDIR: /opt/apache-tomcat-6.0.28/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun/jre
Using CLASSPATH: /opt/apache-tomcat-6.0.28/bin/bootstrap.jar
26 Jul 19:30:40 INFO [layer.TileLayerDispatcher] - Adding layers from /opt/apache-tomcat-6.0.28/webapps/geoserver-geonode-dev/../resources
26 Jul 19:30:40 ERROR [layer.TileLayerDispatcher] - Configuration /opt/apache-tomcat-6.0.28/webapps/geoserver-geonode-dev/../resources con\
tained no layers.
26 Jul 19:30:40 INFO [config.XMLConfiguration] - Found configuration file in /opt/apache-tomcat-6.0.28/webapps/geoserver-geonode-dev/../re\
sources
26 Jul 19:30:40 ERROR [layer.TileLayerDispatcher] - Error reading service information from /opt/apache-tomcat-6.0.28/webapps/geoserver-geo\
node-dev/../resources: Error parsing file /opt/apache-tomcat-6.0.28/webapps/geoserver-geonode-dev/../resources/geowebcache.xml
26 Jul 19:30:40 INFO [layer.TileLayerDispatcher] - ConfigurationLoader completed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment