On 1/3/06, SanjivaN (sent by Nabble.com) <[EMAIL PROTECTED]> wrote: > I am using Apache-Tomcat 5.0; JVM 1.4.2; MySQL 4.1.11; ... > > ERROR 2006-01-03 01:25:09,914 lang:String) - Error instantiating > org.roller.business.hibernate.HibernateRollerImpl > java.lang.reflect.InvocationTargetException > at java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) > (/usr/lib/libgcj.so.6.0.0)
Let me guess, Fedora Core 4? This seems to be common problem in Apache mailing lists: people running gcj-compiled native versions. I don't think Roller can work against those, yet. Make sure that JAVA_HOME points to your Sun (IBM, etc.) JDK and you start a downloaded version of Tomcat, not the precompiled one. Also, I see no reason to use 5.0.x. - go for 5.5.x.
