This is telling you that tomcat failed to start (something that seems very suspicious to me) first thing would be to check the tomcat logs for the actual cause of the problem:
Option 1: /var/log/tomcat6/catalina.out (or one of the older files if you do this the next day). One other thing to reduce noise is to get rid of the logs and restart tomcat6 manually: sudo rm -rf /var/log/tomcat/* sudo /etc/init.d/tomcat6 restart You should see it failing again and will be less text to parse. Option 2: If you can't figure it out, there is always the option of doing; sudo apt-get remove geonode sudo apt-get remove tomcat6 sudo apt-get purge tomcat6 sudo apt-get install tomcat6 sudo dpkg -i geonode_1.1.beta+2_all.deb Feel free to keep asking questions, we are here to help. Ariel. On Sat, Aug 20, 2011 at 5:30 PM, Adam Mar <[email protected]> wrote: > invoke-rc.d: initscript tomcat6, action "start" failed.
