Unsubscribe me

2002-03-12 Thread Somas, Arun
Unsubscribe me

Unsubscribe me

2002-03-12 Thread Subhabrata
Unsubscribe me

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 to list service w

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

Re: HELP : xsi:null="true"

2002-03-12 Thread dovle
Not mentioned: using orion 5.2 apache soap 2.2 And the TestSerializable is registered to the BeanSerializer Please help !!! > Problems encontered and don't know if this is apache's fault or I am doing > something wrong. > > I send the message as xml schema 1999 . > > I have a bean that conta

Finding Deployed Services

2002-03-12 Thread David Hirst
Where does Apache store the list of deployed services? I've seen some mention of a file called DeployedServices.ds, but have not been able to find that on my system (SunOS 5.8, running iPlanet Application Server 6.0) Any insight would be appreciated. Thanks, Dave Hirst

HELP : xsi:null="true"

2002-03-12 Thread dovle
Problems encontered and don't know if this is apache's fault or I am doing something wrong. I send the message as xml schema 1999 . I have a bean that contains some null values and is serialized like this 0 (is part of a Vector, of course) On serverside I get the fol

Re: Problems on WAS

2002-03-12 Thread hughes_shawn
Here the link to the WAS-Apache SOAP 2.2 Installation Instructions for WAS... http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-soap/java/docs/install/websphere.html This is an XML parser path problem. Per the SOAP FAQ (http://xml.apache.org/soap/faq/index.html) there are two gotchas in WAS. I

Problems on WAS

2002-03-12 Thread Brian Forsythe
I've tried multiple code snippets on WAS v3.55 Standard that I know worked on Tomcat. I'm receiving the following response: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/XMLSchema";> SOAP-ENV:Server.Excepti

Reading Sun's web-app_2.2.dtd and proxy authentication

2002-03-12 Thread Michel Bergijk
Fellow SOAP'ers, In the past I found out that I could not read Sun's web-app_2.2.dtd because of authentication problems with our Companies MS proxy server. I have been playing around with IBM's wstk toolkit, and generated WAR-files to be read by my server(s). When I start up my SOAP services (I h