Hi there,
I'm having a similar problem (see full stacktrace in attached file). Seems like it is complaining about the character encoding. Any idea how this can be fixed? Am I having the wrong encoding in the database or is it a configuration problem of geronimo?
Cheers
Lars
08:48:15,437 DEBUG [org.apache.geronimo.gbean.runtime.GBeanSingleReference] [main] Waiting to start ode/ode-war/5.0.67/war?J2EEApplication=null,WebModule=ode/ode-war/5.0.67/war,j2eeType=Servlet,name=AxisRESTServlet because no targets are running for reference Previous matching the patterns ode/ode-war/5.0.67/war?J2EEApplication=null,WebModule=ode/ode-war/5.0.67/war,j2eeType=Servlet,name=AxisAdminServlet
08:48:16,421 ERROR [org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl] [main] Unable to detect Hibernate dialect!
08:48:17,343 WARN [org.hibernate.cfg.SettingsFactory] [main] Could not obtain connection metadata
java.sql.SQLException: Unknown initial character set index '48' received from server. Initial client character set can be forced via the 'characterEncoding' property.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910)
...
08:48:17,390 ERROR [org.apache.ode.axis2.ODEServer] [main] Error instantiating DAO Connection Factory class org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl.
org.hibernate.HibernateException: Hibernate Dialect must be explicitly set
at org.hibernate.dialect.DialectFactory.determineDialect(DialectFactory.java:57)