On Tue, Aug 21, 2012 at 8:14 AM, Edd Grant <[email protected]> wrote: > I'm performing a fresh install of Roller 5.0.1 on 32 bit Ubuntu, using > OpenJDK 1.6.0_24, MySQL5 and Tomcat 6. Deployment of the app seems to work > fine but when I call http://<servername>/roller I see the following error > in the logs: > > ERROR 2012-08-21 05:04:58,309 LoadSaltFilter:doFilter - Error loading salt > java.lang.IllegalStateException: Roller Weblogger has not been bootstrapped > yet > at > org.apache.roller.weblogger.business.WebloggerFactory.getWeblogger(WebloggerFactory.java:60) > > Interestingly the browser *does *serve me the installation configuration > page, should I be concerned about the salt exception? Any ideas what might > cause it? From the code it seems that the *webloggerProvider* in * > WebloggerFactory* must be null but I can't quite see why that would be the > case.
I suspect there is some sort of database configuration error that is preventing Roller from starting up. Do you see anything in the logs that confirms you have a good database connection? - Dave
