3 Replies Latest reply on Jan 21, 2010 1:28 AM by bershath27

    Error while sending message to jboss message queue

    nitingaikwad

      Hi,

       

      I have queue defined on <b>jboss-eap-4.3</b> and i am trying to connect it through EJB java class which is running on <b>Jboss4.0.4 server</b>.

      While sending message in queue i am getting following exception:

       

      ERROR [JBossConnectionFactory] Failed to download and/or install client side AOP stack
      org.jboss.jms.exception.MessagingNetworkFailureException: Failed to connect client
              at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.createClient(ClientConnectionFactoryDelegate.java:324)
              at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$getClientAOPStack$aop(ClientConnectionFactoryDelegate.java:243)
              at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.getClientAOPStack(ClientConnectionFactoryDelegate.java)
              at org.jboss.jms.client.ClientAOPStackLoader.load(ClientAOPStackLoader.java:75)

      ..

      ..

      ..

       

      Caused by: java.lang.RuntimeException: Couldn't find valid client invoker class for transport 'bisocket'
              at org.jboss.remoting.InvokerRegistry.createClientInvoker(InvokerRegistry.java:333)

       

      PFA attached exception stacktrace.

       

      Following client jars in classpath in my ejb which is running on jboss4.0.4:

      javassist.jar

      jboss-aop-jdk50.jar

      boss-messaging-client.jar

      jbossall-client.jar

      trove.jar

      log4j.jar

       

      Could you please let me know what could be the reason for this issue?