Well, I did have a segmentation problem when simply doing a Jtree and then I notice that I got it just with executing Hello World !!! The problem was solved by touching a bit of everything and adding package (?dont ask? :-)) For your problem, you can try "ulimit -s 2048" see http://java.sun.com/j2se/1.3/install-linux-sdk.html (I think it's also notice in the readme.txt in the directory $CATALINA_HOME)
also http://www.mail-archive.com/[email protected]/msg14252.html Hope this will be solved Xavier > OK, this is driving me crazy. I'm getting Segmentation fault while trying to list services with: > $ java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list > > I'm running tomcat4.0, xerces2.0.0, soap2.2 and I have the following .jar's both in JAVAHOME/jre/lib/ext and in CATALINA_HOME/lib/: > activation.jar > jasper-runtime.jar (catalina_home only) > mail.jar > naming-factory.jar (catalina_home only) > soap.jar > xerces.jar > xmlParserAPIs.jar > > Tomcat starts just fine. I can see the typical "error message" when I access http://localhost:8080/soap/servlet/rpcrouter through a web browser. But if I try to list/deploy a service from the command line using the ServiceManagerClient, it just segfaults. > > Any help more than welcome. > > TIA, > thalis > >
