Try turning off the JIT for the JDK (export JAVA_COMPILER=NONE). What JDK are you using, anyway?
-- Jared "Thalis A. Kalfigopoulos" <[EMAIL PROTECTED]> on 03/12/2002 05:11:47 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Seg fault trying to list service with ServiceManagerClient Did you/anyone try deploying through the provided admin tool: http://localhost:8080/soap/admin/index.html I can add a service, but still cannot view it from the command line when I request a "list" through ServiceManagerClient :-( I would even exorcise the machine before considering moving to Windows. --thalis On Tue, 12 Mar 2002, Mark Childerson wrote: > I found this behaviour when trying to deploy services in Linux at the > command line. My (admittedly horrible) workaround: deploy from a Windows > computer on the network. That worked fine, and so I didn't investigate further. > > M. > > > At 03:47 PM 3/12/02 -0500, you wrote: > >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 > >
