You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by babu79 <to...@yahoo.co.in> on 2009/05/15 09:30:29 UTC

Problem with integrating ActiveMQ with jboss

My operating system is CentOS 5.2.I down loaded ActiveMQ.5.2 and trying to
integrate with Jboss 5.0.1 using the document listed in
                        
http://activemq.apache.org/integrating-apache-activemq-with-jboss.html 
when  Configuring JBoss i.e.,i kept activemq-jms-ds.xml in deploy dirtectory
of jboss.i started the Jboss server.Then it is giving the following
exception

-------------------------------------------------------------------------------------------------------------------

12:31:00,165 ERROR [STDERR] Exception in thread "AOPListner" 
12:31:00,184 ERROR [STDERR] java.util.ConcurrentModificationException
12:31:00,184 ERROR [STDERR]     at
java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:762)
12:31:00,185 ERROR [STDERR]     at
java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:795)
12:31:00,185 ERROR [STDERR]     at
org.jboss.aop.AspectManager.getAdvisors(AspectManager.java:540)
12:31:00,186 ERROR [STDERR]     at
org.jboss.console.plugins.AOPLister$RefreshPoller.run(AOPLister.java:891)
12:31:04,610 INFO  [RARDeployment] Required license terms exist, view
vfsfile:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/activemq-ra.rar/META-INF/ra.xml
12:31:04,898 WARN  [ActiveMQResourceAdapter] Could not start up embeded
ActiveMQ Broker 'xbean:broker-config.xml': Could not load xbean
factory:java.lang.NoClassDefFoundError:
org/springframework/core/io/FileSystemResource
12:31:06,061 INFO  [RARDeployment] Required license terms exist, view
vfszip:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
12:31:06,161 INFO  [RARDeployment] Required license terms exist, view
vfszip:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
12:31:06,281 INFO  [RARDeployment] Required license terms exist, view
vfszip:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
12:31:06,454 INFO  [RARDeployment] Required license terms exist, view
vfszip:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
12:31:06,589 INFO  [RARDeployment] Required license terms exist, view
vfszip:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml

------------------------------------------------------------------------------------
Can any one one help me ?.Please provide the appropriate document for
integrating ActiveMq with JBoss5.0.1
Thanks inadvance.


-- 
View this message in context: http://www.nabble.com/Problem-with-integrating-ActiveMQ-with-jboss-tp23554812p23554812.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Problem with integrating ActiveMQ with jboss

Posted by Gary Tully <ga...@gmail.com>.
> java.lang.NoClassDefFoundError:  org/springframework/core/io/FileSystemResource
the spring-core jars need to be included in the RAR. In your case it
may be sufficient to copy them into the exploded RAR directory in the
jboss deploy directory.

The current 5.3-SNAPSHOT (via
https://issues.apache.org/activemq/browse/AMQ-2212) has them included
by default.

2009/5/15 babu79 <to...@yahoo.co.in>:
>
> My operating system is CentOS 5.2.I down loaded ActiveMQ.5.2 and trying to
> integrate with Jboss 5.0.1 using the document listed in
>
> http://activemq.apache.org/integrating-apache-activemq-with-jboss.html
> when  Configuring JBoss i.e.,i kept activemq-jms-ds.xml in deploy dirtectory
> of jboss.i started the Jboss server.Then it is giving the following
> exception
>
> -------------------------------------------------------------------------------------------------------------------
>
> 12:31:00,165 ERROR [STDERR] Exception in thread "AOPListner"
> 12:31:00,184 ERROR [STDERR] java.util.ConcurrentModificationException
> 12:31:00,184 ERROR [STDERR]     at
> java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:762)
> 12:31:00,185 ERROR [STDERR]     at
> java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:795)
> 12:31:00,185 ERROR [STDERR]     at
> org.jboss.aop.AspectManager.getAdvisors(AspectManager.java:540)
> 12:31:00,186 ERROR [STDERR]     at
> org.jboss.console.plugins.AOPLister$RefreshPoller.run(AOPLister.java:891)
> 12:31:04,610 INFO  [RARDeployment] Required license terms exist, view
> vfsfile:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/activemq-ra.rar/META-INF/ra.xml
> 12:31:04,898 WARN  [ActiveMQResourceAdapter] Could not start up embeded
> ActiveMQ Broker 'xbean:broker-config.xml': Could not load xbean
> factory:java.lang.NoClassDefFoundError:
> org/springframework/core/io/FileSystemResource
> 12:31:06,061 INFO  [RARDeployment] Required license terms exist, view
> vfszip:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
> 12:31:06,161 INFO  [RARDeployment] Required license terms exist, view
> vfszip:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
> 12:31:06,281 INFO  [RARDeployment] Required license terms exist, view
> vfszip:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
> 12:31:06,454 INFO  [RARDeployment] Required license terms exist, view
> vfszip:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
> 12:31:06,589 INFO  [RARDeployment] Required license terms exist, view
> vfszip:/extra/JavaSoft/jboss-5.0.1.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
>
> ------------------------------------------------------------------------------------
> Can any one one help me ?.Please provide the appropriate document for
> integrating ActiveMq with JBoss5.0.1
> Thanks inadvance.
>
>
> --
> View this message in context: http://www.nabble.com/Problem-with-integrating-ActiveMQ-with-jboss-tp23554812p23554812.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>



-- 
http://blog.garytully.com

Open Source SOA
http://FUSESource.com