I had a couple of issues upgrading my site to 4.0 tonight. The first
was a MySQL issue:

[EMAIL PROTECTED] mysql]$ mysql -u raible -p raible < 310-to-400-migration.sql
Enter password:
ERROR 1064 (00000) at line 18: You have an error in your SQL syntax near 'e set
   e.pubtime=pubtime,
   e.updatetime=updatetime,
   e.locale=(select l' at line 1

I solved this by commenting out the lines that set a default locale.

The second causes my site to fail to startup:

9-Dec-2007 9:04:55 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener
instance of class org.apache.roller.weblogger.ui.core.RollerContext
com.google.inject.ProvisionException: Error while locating instance
  bound to org.apache.roller.weblogger.business.plugins.PluginManager
  for member at
org.apache.roller.weblogger.business.jpa.JPAWebloggerImpl.<init>(JPAWebloggerImpl.java:77)
        at 
com.google.inject.InjectorImpl$SingleParameterInjector.inject(InjectorImpl.java:646)
        at com.google.inject.InjectorImpl.getParameters(InjectorImpl.java:666)
        at 
com.google.inject.ConstructorInjector.construct(ConstructorInjector.java:140)
        at 
com.google.inject.InjectorImpl$ImplicitBinding.get(InjectorImpl.java:1006)
        at 
com.google.inject.ProviderToInternalFactoryAdapter$1.call(ProviderToInterna

Any ideas? My guess is the JSPWiki Plugin has an out of date package name??

http://wiki.java.net/bin/view/Javanet/JSPWikiPlugin

Matt

-- 
http://raibledesigns.com

Reply via email to