I don't remember anyone reporting segmentation faults with Axis, so there is probably something unusual about your operating system or Java installation. Since Axis doesn't include any native code, I'd be very surprised if a bug in Axis is causing the segmentation fault. Some JITs are unreliable, so have you tried turning the JIT off?
Google of "Java 1.3.1 segmentation" produces over a thousand hits such as [1] and with more details of your platform etc. you might be able to narrow down the search and find a fix or a workaround. If that doesn't work, you could try turning on debug logging (see the Developer's Guide in the docs directory) to try to home in on wat is inducing the problem, but you'd have to work pretty hard to find the failing Java source statement and then to relate that back to a JDK bug, etc. Glyn [1] http://java.sun.com/j2se/1.3/install-linux-sdk.html Munjal H Kapadia <mkapadia@andrew. To: [EMAIL PROTECTED] cmu.edu> cc: Subject: Segmentation Fault 26/03/02 03:20 Please respond to axis-user Hi, I have installed JDK 1.3.1, Tomcat 3.3, xerves 1.4.4 and axis beta1 Tomcat seems to be running fine. However, when I run example 1 as specified in the Axis doxumentation, I get segmentation fault. Help would be appreciated. thanks, Munjal
