-
1. Re: please help
tcunning Jun 18, 2014 10:25 AM (in response to farhana.shaikh)Can you give us some more information, like what version of JBoss AS you are using, what version of ESB you are using, what commands you are using to invoke the quickstart, and what JDK you are using?
Thanks!
-
2. Re: please help
farhana.shaikh Jun 19, 2014 7:17 AM (in response to tcunning)Thanks for your reply
Using jboss-5.1.0.GA and jbossesb 4.11, JDK 6 and executing program through JBoss Developer studio.problem is can't find action class.Connection done properly but in console didn't get any message
Thanks
-
3. Re: please help
tcunning Jun 19, 2014 1:25 PM (in response to farhana.shaikh)Can you post the full stack trace?
-
-
5. Re: please help
farhana.shaikh Jun 20, 2014 3:30 AM (in response to farhana.shaikh)Hi,
I have another problem. I can't run SendEsbMessage.java I got following error
Failed to initalize plugin: org.jboss.logging.log4j.Log4jLoggerPlugin@5c1b96, cause: java.lang.AbstractMethodError: org.jboss.logging.log4j.Log4jLoggerPlugin.getInstance(Ljava/lang/String;Ljava/lang/String;)Lorg/jboss/logging/LoggerPluginInstance;
Failed to initalize plugin: org.jboss.logging.log4j.Log4jLoggerPlugin@a4ce0d, cause: java.lang.AbstractMethodError: org.jboss.logging.log4j.Log4jLoggerPlugin.getInstance(Ljava/lang/String;Ljava/lang/String;)Lorg/jboss/logging/LoggerPluginInstance;
Failed to initalize plugin: org.jboss.logging.log4j.Log4jLoggerPlugin@153dc23, cause: java.lang.AbstractMethodError: org.jboss.logging.log4j.Log4jLoggerPlugin.getInstance(Ljava/lang/String;Ljava/lang/String;)Lorg/jboss/logging/LoggerPluginInstance;
Exception in thread "main" org.jboss.soa.esb.listeners.message.MessageDeliverException: org.apache.ws.scout.transport.TransportException: java.lang.reflect.InvocationTargetException
at org.jboss.soa.esb.client.ServiceInvoker.loadServiceClusterInfo(ServiceInvoker.java:545)
at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:174)
at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:155)
at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:197)
at org.jboss.soa.esb.samples.chapter5.test.SendLockStepMessage.main(SendLockStepMessage.java:18)
Caused by: org.jboss.soa.esb.services.registry.RegistryException: org.apache.ws.scout.transport.TransportException: java.lang.reflect.InvocationTargetException
at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.findEPRs(JAXRRegistryImpl.java:358)
at org.jboss.internal.soa.esb.services.registry.InVMRegistryInterceptor.findEPRs(InVMRegistryInterceptor.java:85)
at org.jboss.soa.esb.services.registry.RegistryFactory$HeadRegistryInterceptor.findEPRs(RegistryFactory.java:229)
at org.jboss.soa.esb.listeners.RegistryUtil.getEprs(RegistryUtil.java:228)
at org.jboss.soa.esb.client.ServiceInvoker.loadServiceClusterInfo(ServiceInvoker.java:532)
... 4 more
Caused by: javax.xml.registry.JAXRException: org.apache.ws.scout.transport.TransportException: java.lang.reflect.InvocationTargetException
at org.apache.ws.scout.registry.BusinessQueryManagerV3Impl.findConcepts(BusinessQueryManagerV3Impl.java:535)
at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.getJBossESBTModel(JAXRRegistryImpl.java:795)
at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.findEPRs(JAXRRegistryImpl.java:327)
... 8 more
I added these jars:
Using JBoss 5.1GA and jbossesb-4.11
commons-codec.jar jbossesb-config-model-1.0.1.jar commons-collections-3.2.jar jbossesb-config-model-1.1.0.jar commons-configuration-1.5.jar jbossesb-config-model-1.2.0.jar commons-lang-2.4.jar jbossesb-config-model-1.3.0.jar commons-logging-1.1.jar jbossesb-config-model-1.3.1.jar concurrent.jar jbossesb-registry.jar hornetq-core-client.jar jbossesb-rosetta.jar hornetq-jms.jar jbossjmx-ant.jar javassist-3.10.0.GA.jar jbossts-common.jar jboss-aop-jdk50-1.5.6.GA.jar juddi-client-3.1.3.jar jboss-common-core.jar log4j-1.2.14.jar jboss-javaee.jar netty.jar jboss-logging-spi.jar scout-1.2.6.jar jboss-messaging-client.jar serializer.jar jboss-remoting.jar trove.jar jbossall-client.jar uddi-ws-3.1.3.jar -
6. Re: please help
farhana.shaikh Jul 4, 2014 2:12 AM (in response to farhana.shaikh)can any one help me?
-
7. Re: please help
tcunning Jul 21, 2014 1:05 PM (in response to farhana.shaikh)1 of 1 people found this helpfulHi,
The first errors look like some mismatch in logging JARs - maybe you have multiple versions of jboss-logging on the classpath? The second error looks incomplete - it says there is an InvocationTargetException, but I don't see what the root error was in the trace.
This project shows how you do it with JBoss ESB 4.8 :
labs - Revision 38446: /labs/jbossesb/workspace/dbevenius/remote-service-invoker
If you go through, if you check through and compare what's in JBoss ESB 4.11 and just update the JARs that need be, I think you should be okay.
-
8. Re: please help
farhana.shaikh Aug 11, 2014 5:59 AM (in response to tcunning)Thank you.
Please give me solution of first problem
I have problem in JBoss ESB to executing the program..
whenver i execute helloworld program at that time the message is not displayed on console.Only i got in console Connection started.
Using jboss-5.1.0.GA and jbossesb 4.11, JDK 6 and executing program through JBoss Developer studio