Hello, --- What we are trying to do: 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. ---
--- What we are using: 1) Apache Axis 1.1 2) Sun 1 JMS Message Queue 3.5 3) Tomcat 5.0.19 --- --- What the symptoms are: 1) The code seems to be going to some function call and not returning. Actual Example... Code running in axis: System.out.println("Hello 1"); Status s = new Status(); System.out.println("Hello 2"); Code sitting in Status.jar in the axis lib directory: public Status() { System.out.println("GoodBye 1"); } Output we get in catalina.out: Hello 1 --- --- Questions: 1) Is there any log file for axis and tomcat (other than catalina.out) where we may recieve a more precise error? 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? --- Any help is appreciated, thank you. Best Regards, Arin George.