1832 [Orion Launcher] INFO
impl.SessionFactoryImpl - Use outer join fetching: false
2072 [Orion Launcher] INFO impl.SessionFactoryImpl - Use scrollable result sets: true 3119 [Orion Launcher] INFO impl.SessionFactoryObjectFactory - no JDNI name configured 3120 [Orion Launcher] INFO impl.SessionFactoryImpl - Query language substitutions: {} java.lang.AbstractMethodError: cirrus/hibernate/persister/AbstractEntityPersister.getIdentifierSpace at cirrus.hibernate.query.QueryTranslator.renderWhereClause(QueryTranslator.java:630) at cirrus.hibernate.query.QueryTranslator.renderSQL(QueryTranslator.java:451) at cirrus.hibernate.query.QueryTranslator.compile(QueryTranslator.java:154) at cirrus.hibernate.query.QueryTranslator.compile(QueryTranslator.java:140) at cirrus.hibernate.impl.SessionFactoryImpl.getQuery(SessionFactoryImpl.java:308) at cirrus.hibernate.impl.SessionFactoryImpl.getQuery(SessionFactoryImpl.java:286) at cirrus.hibernate.impl.SessionImpl.getQueries(SessionImpl.java:1054) at cirrus.hibernate.impl.SessionImpl.find(SessionImpl.java:1023) at cirrus.hibernate.impl.SessionImpl.find(SessionImpl.java:1013) at cirrus.hibernate.impl.SessionImpl.find(SessionImpl.java:1005) As you can see I am loading up the application with
Orion...
Here is my configuration
file:
hibernate.dialect
cirrus.hibernate.sql.MySQLDialect
hibernate.connection.driver_class org.gjt.mm.mysql.Driver hibernate.connection.url jdbc:mysql://localhost/802media_fhe hibernate.connection.username scott hibernate.connection.password tiger hibernate.jdbc.batch_size 15 hibernate.jdbc.use_scrollable_resultset true hibernate.use_outer_join false hibernate.jdbc.batch_size 0 hibernate.connection.pool_size 5 hibernate.statement_cache.size 100 I am using FreeBSD 5.0-current with the JDK
1.3.1-ps6 JDK... I know this is a beta enviroment, and I suspect it may be the
JVM but I wanted to check here first.
Any ideas?
Thanks!
Justen
Stepka
|