Has anyone successfully run servicemix on WebLogic 10.0?
Initially I got JSP compilation errors, which I resolved by editing
headertags.jspf to remove the form taglib (which is missing anyway).
My next error is due to the nested Derby database failing to start, during
Spring initialisation. The stack trace is:
java.sql.SQLException: Failed to start database 'servicemixDB', see the next
exception for details.
at
org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown
Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
Source)
at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown
Source)
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown
Source)
at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown Source)
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown
Source)
at org.apache.derby.jdbc.EmbeddedDataSource.getConnection(Unknown
Source)
at
org.apache.servicemix.jbi.audit.jdbc.JdbcAuditor.afterPropertiesSet(JdbcAuditor.java:86)
But then there is no "next exception" with further details... ;-(
--
View this message in context:
http://www.nabble.com/servicemix-.war-error-on-WebLogic-tf4229341s12049.html#a12031791
Sent from the ServiceMix - User mailing list archive at Nabble.com.