- Added ActiveIO 1.1 backwards compatibility in ActiveIO 2 for
ActiveMQ 3.2.
- Published activeio-2.0-r118 (r118 = svn version)
- updated the OpenEJB and Geronimo versions
- ran the itests successfully
- published new openejb snapshots with the updated activeio
dependency version
- Rebuilt geronimo from published openejb snapshots
Let me know if you find anything else.
-David
On Sep 6, 2005, at 1:08 PM, Jeremy Boynes wrote:
David Blevins wrote:
Should be fixed now. Did a 'clean default' build with tests.
I did a m:rebuild all and it failed to run the openejb itests
When I start the assembled server I get:
Booting Geronimo Kernel (in Java 1.4.2_08)...
Starting Geronimo Application Server
[******> ] 55% 10s Starting org/apache/geronimo/SystemJMS
13:06:05,627 ERROR [GBeanInstanceState] Error while starting; GBean
is now in the FAILED state:
objectName="geronimo.server:J2EEApplication=null,J2EEModule=org/
apache/geronimo/
ActiveMQServer,J2EEServer=geronimo,j2eeType=JMSPersistence,name=Active
MQ.jdbc"
java.lang.NoClassDefFoundError: org/activeio/adapter/PacketInputStream
at org.activemq.store.jdbc.JDBCPersistenceAdapter.<init>
(JDBCPersistenceAdapter.java:58)
at
org.activemq.store.jdbc.JDBCPersistenceAdapterGBean.doStart
(JDBCPersistenceAdapterGBean.java:50)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance
(GBeanInstance.java:891)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(
GBeanInstanceState.java:325)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start
(GBeanInstanceState.java:110)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive
(GBeanInstanceState.java:132)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive
(GBeanInstance.java:497)
at
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean
(BasicKernel.java:210)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive
(GBeanInstanceState.java:140)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive
(GBeanInstance.java:497)
at
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean
(BasicKernel.java:210)
at org.apache.geronimo.system.main.Daemon.doStartup
(Daemon.java:246)
at org.apache.geronimo.system.main.Daemon.<init>
(Daemon.java:79)
at org.apache.geronimo.system.main.Daemon.main(Daemon.java:
309)