Re: Seg fault trying to list service with ServiceManagerClient

2002-03-12 Thread Thalis A. Kalfigopoulos
Yes, that did the job. Thanks for the tip. cheers, thalis On Tue, 12 Mar 2002, Xavier Renard wrote: > 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

Re: Seg fault trying to list service with ServiceManagerClient

2002-03-12 Thread Mark Childerson
Yes, we were able to use the admin tool, just not the command line. We didn't have to move the server to windows. We just ran the ServiceManagerClient from windows. eg: c> java org.apache.soap.server.ServiceManagerClient http://linux_host.childersoft.com:8080/soap/servlet/rpcrouter deploy file

Re: Seg fault trying to list service with ServiceManagerClient

2002-03-12 Thread Xavier Renard
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/j2

Re: Seg fault trying to list service with ServiceManagerClient

2002-03-12 Thread Jared P Jurkiewicz
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

Re: Seg fault trying to list service with ServiceManagerClient

2002-03-12 Thread Thalis A. Kalfigopoulos
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 Wi

Re: Seg fault trying to list service with ServiceManagerClient

2002-03-12 Thread Mark Childerson
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

Seg fault trying to list service with ServiceManagerClient

2002-03-12 Thread Thalis A. Kalfigopoulos
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