Hi, I was able to get a servicemix packaged and deployed to Weblogic 10. I followed these instructions.
http://mail-archives.apache.org/mod_mbox/geronimo-servicemix-users/200701.mbox/[EMAIL PROTECTED] bsnyder wrote: > > On 8/7/07, cjn <[EMAIL PROTECTED]> wrote: >> >> 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... ;-( > > Have you taken a look at the data/log/servicemix.log file? It contains > debug logging and might help to troubleshoot the situation further. > > Bruce > -- > perl -e 'print > unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" > );' > > Apache ActiveMQ - http://activemq.org/ > Apache ServiceMix - http://servicemix.org/ > Apache Geronimo - http://geronimo.apache.org/ > Castor - http://castor.org/ > > -- View this message in context: http://www.nabble.com/servicemix-.war-error-on-WebLogic-tf4229341s12049.html#a12301338 Sent from the ServiceMix - User mailing list archive at Nabble.com.
