Search code examples
tomcatapache-roller

How do I solve "Roller Weblogger has not been bootstrapped yet"?


I'm getting the following error when I try to access Roller:

enter image description here

I'm running it on Tomcat on Windows 7. I've just put the roller.war file in the webapps folder, Tomcat is properly configured, but Roller does not work. How do I solved it? Why this error happens?


Solution

  • There are two situations that make this error: The first check the connection to the Database (do you use correct driver or not). The second is to check that javax.mail.jar exists in the lib folder of tomcat.

    Hope this help you resolve this problem.