to me. On Sun, Apr 29, 2012 at 1:18 PM, Matt Raible <[email protected]> wrote:
> It seems to be a database connection issue. I've looked in the > "roller_properties" table and the value is in there, so I'm guessing it > can't connect to the DB. My hosting provider did a "5 minute switch test" > last night and apparently didn't put everything back the way it was. > Matt, that's what it looks like to me. That property 'site.frontpage.weblog.handle' is a run-time property which means it is defined in the database. So, if Roller is having trouble accessing it then you probably have a database connection / config error. - Dave > > On Apr 29, 2012, at 11:10 AM, Sarwar Bhuiyan wrote: > > > Hi Matt, > > > > It's weird because I was just browsing your blog today and reading the > > slides on Play and Scala but after a few breaks when I clicked on links, > I > > just got 500 errors. > > > > I wonder if it's something like out of disk space or database corruption? > > > > Sarwar > > > > > > On Sun, Apr 29, 2012 at 5:51 PM, Matt Raible <[email protected]> > wrote: > > > >> Hello all, > >> > >> My hosting provide had some issues last night and even though I haven't > >> changed anything in my Roller instance, I'm now getting the following > error > >> on startup: > >> > >> WARN 2012-04-29 10:44:49,006 WebloggerRuntimeConfig:getProperty - > Trouble > >> accessing property: site.frontpage.weblog.handle > >> java.lang.IllegalStateException: Roller Weblogger has not been > >> bootstrapped yet > >> at > >> > org.apache.roller.weblogger.business.WebloggerFactory.getWeblogger(WebloggerFactory.java:60) > >> at > >> > org.apache.roller.weblogger.config.WebloggerRuntimeConfig.getProperty(WebloggerRuntimeConfig.java:66) > >> at org.apache.jsp.index_jsp._jspService(index_jsp.java:55) > >> at > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) > >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > >> at > ... > >> > >> I didn't change anything so I'm wondering if my site got hacked. I tried > >> adding the following to $CATALINA_HOME/lib/roller-custom.properties, > but it > >> doesn't solve the problem: > >> > >> site.frontpage.weblog.handle=rd > >> > >> Any ideas? > >> > >> Thanks, > >> > >> Matt > > -- Dave M. Johnson Apache Roller PMC Chair http://rollerweblogger.org/roller
