You need to be more speicific. From your description I understand that you're talking to JMS directly and not using the JMS transport of Axis?We are trying to call JMS using a java bean running in axis running in tomcat. We are trying to create the jms socket within axis. We are getting a 42 Invocation Error. This seems to be very generic error.
Configure the logging mechanism (log4j) to get more output in catalina.out. Adding a log4j.properties file to the classpath of the webapp should help. Set the Level of the root logger to DEBUG for a lot of output.1) Is there any log file for axis and tomcat (other than catalina.out) where we may recieve a more precise error?
I have been using JORAM both directly and through the JMS transport and have not encountered any JMS specific problems.2) Has there been any known problems using Sun 1 JMS Message Queue 3.5 with axis?
3) Would you have any suggestions on debugging this error?- Try running your JMS code outside Axis (assuming your accessing JMS directly)
- Make sure all the classes/JARs necessary for your JMS provider are available to your web service.
HTH, Bioern
