Unsubscribe
me
Unsubscribe me
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo