RE: java.lang.NoSuchMethodError

2001-11-12 Thread Mark Childerson
I had this very problem this morning, and solved it with the aid of an old list posting (see below). By eliminating jaxp.jar and parser.jar from my classpath (ie, the Tomcat lib directory, in my case), and leaving only xerces.jar, all was well. Mark. -Original Message- From: Damian Alon

Re: java.lang.NoSuchMethodError

2001-11-10 Thread William Brogden
Ola Tinoco-Ekdahl wrote: > > Hi, > > I did put xerxes first in my cp and no I haven't been able to deploy any > apache soap services yet. > The fault code mentions that the rpcrouter is causing the problem, I > don't know if that helps. > > --ola I am 95% certain that somewhere else on your

RE: java.lang.NoSuchMethodError

2001-11-10 Thread Ola Tinoco-Ekdahl
nt: Sat 11/10/2001 4:18 AM To: [EMAIL PROTECTED] Cc: Subject: Re: java.lang.NoSuchMethodError Hi ,. I might not be right but ... anyway ... I remember that I have red somewhere that this exception is thrown usually

Re: java.lang.NoSuchMethodError

2001-11-10 Thread dovle
http://www.w3.org/1999/XMLSchema";> > > > SOAP-ENV:Server.Exception: > java.lang.NoSuchMethodError > /soap/servlet/rpcrouter > > > -Original Message- > From: Pae Choi > Sent: Fri 11/9/2001 11:50 PM >

RE: java.lang.NoSuchMethodError

2001-11-09 Thread Ola Tinoco-Ekdahl
this is the entire fault message 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.Exception: java.lang.NoSuchMethodEr

RE: java.lang.NoSuchMethodError

2001-11-09 Thread Ola Tinoco-Ekdahl
lse if (tagName3.equals("Number")) { number = content3; } tempEl3 = DOMUtils.getNextSiblingElement(tempEl3); } } tempEl2 = DOMUtils.getNextSiblingElement(tempEl2); }

Re: java.lang.NoSuchMethodError

2001-11-09 Thread Pae Choi
t the following error C:\soap-bin-2.2\soap-2_2\samples\addressbook>java org.apache.soap.server.ServiceManagerClient http://localhost:8082/soap/servlet/rpcrouter deploy dd.xml Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError I hope

java.lang.NoSuchMethodError

2001-11-09 Thread Ola Tinoco-Ekdahl
= SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError I hope someone out there can help me. --ola

RE: java.lang.NoSuchMethodError

2001-09-28 Thread LeVan,Ralph
IL PROTECTED] > Subject: java.lang.NoSuchMethodError > > > I am getting kind of frustrated trying to get this to work so > I thought I'd > turn to the list for help. The solution to my problem is > probably simple, > but I don't see it. Here's my problem: > >

Re: java.lang.NoSuchMethodError

2001-09-28 Thread Peoter Veliki
classpath. - Original Message - From: "Alex Lindgren" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 28, 2001 7:56 AM Subject: java.lang.NoSuchMethodError > I am getting kind of frustrated trying to get this to work so I thought I'd > tu

RE: java.lang.NoSuchMethodError

2001-09-28 Thread Hansen, Richard
TECTED]] > Sent: Friday, September 28, 2001 9:56 AM > To: [EMAIL PROTECTED] > Subject: java.lang.NoSuchMethodError > > > I am getting kind of frustrated trying to get this to work so > I thought I'd > turn to the list for help. The solution to my problem is > probably

java.lang.NoSuchMethodError

2001-09-28 Thread Alex Lindgren
I am getting kind of frustrated trying to get this to work so I thought I'd turn to the list for help. The solution to my problem is probably simple, but I don't see it. Here's my problem: Every time I make a soap request, it returns with the a fault string of "java.la

Re: java.lang.NoSuchMethodError

2001-09-19 Thread Peoter Veliki
h" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 3:18 AM Subject: java.lang.NoSuchMethodError > Hi, > > I have installed SOAP-2.2 and i am using TOMCAT-3.1.3 as servlet > engine. All installation testings on server side are going perfect.

RE: java.lang.NoSuchMethodError

2001-09-19 Thread Hede, Bhagyesh
Hi again, As pointed out so many times before in this mailing list, we always end up in problems with the CLASSPATH with tomcat. the jaxp.jar from tomcat shud never preceed the xerces.jar that u add. java.lang.NoSuchMethodError is yet another way the problem manifests itself

java.lang.NoSuchMethodError

2001-09-19 Thread Hede, Bhagyesh
/servlet/rpcrouter list it throws following error. Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError Any pointers why this is coming up and how to solve this would be of great help.. Also can i get more details of the call stack and

RE: SOAP-ENV:Server.Exception, java.lang.NoSuchMethodError

2001-08-01 Thread Susan Cline
g.w3c.dom interfaces being resolved >are namespace-aware. > >Thanks, >-Matt > > > -Original Message- > > From: Susan Cline [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, August 01, 2001 3:39 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTE

RE: SOAP-ENV:Server.Exception, java.lang.NoSuchMethodError

2001-08-01 Thread Matthew J. Duftler
ent: Wednesday, August 01, 2001 3:39 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: SOAP-ENV:Server.Exception, java.lang.NoSuchMethodError > > > Hi, > > I have Soap 2.2 with jakarta-tomcat-3.2.2 working on a Windows2000 > box. Now I would like > to get

SOAP-ENV:Server.Exception, java.lang.NoSuchMethodError

2001-08-01 Thread Susan Cline
ing to try to prove to me my SOAP installation is a good one; java org.apache.soap.server.ServiceManagerClient http://xxx.147.88.xxx:8080/soap/servlet/rpcrouter list Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError Here's

RE: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError

2001-07-30 Thread Matthew J. Duftler
e: Fault Code = SOAP-ENV:Server.Exception: Fault String = > java.lang.NoSuchMethodError > > > Hi Steeve, > > FYI : while I am trying to access : > http://localhost:8080/soap/servlet/messagerouter, it is working properly. > It's only not working while I am trying

Re: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError

2001-07-30 Thread Sunento Ng
, sunento - Original Message - From: "Steeve Gilbert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 30, 2001 9:36 PM Subject: Re: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError > > Hi! > > I really d

Re: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError

2001-07-30 Thread Steeve Gilbert
[EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc:(bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC) Subject: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError Hello, While I am deploying my XML Descriptor, by using this command

Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError

2001-07-29 Thread Sunento Ng
OAP-ENV:Server.Exception:  Fault String = java.lang.NoSuchMethodError   Does anyone can help me to solve this problem ?     Below, is my XML File which i have configured correctly :   id="urn:cd-catalog">      scope="Application"    met

RE: Fault Code = SOAP-ENV:Server.Exception: Fault String: java.lang.NoSuchMethodError

2001-07-23 Thread Sri Sankaran
: Fault String: java.lang.NoSuchMethodError Hi Rebekah,   Please use the TcpTunnelGui tool, as described in the docs, to capture the response from the server. Then post the captured response here. The stack-trace is most likely being sent back in the Fault Details, which are not being

RE: Fault Code = SOAP-ENV:Server.Exception: Fault String: java.lang.NoSuchMethodError

2001-07-23 Thread Matthew J. Duftler
-Original Message-From: Rebekah's Email [mailto:[EMAIL PROTECTED]]Sent: Saturday, July 21, 2001 7:04 PMTo: [EMAIL PROTECTED]Subject: Fault Code = SOAP-ENV:Server.Exception: Fault String: java.lang.NoSuchMethodError greetings...   When I run this from the command

Fault Code = SOAP-ENV:Server.Exception: Fault String: java.lang.NoSuchMethodError

2001-07-21 Thread Rebekah's Email
greetings...   When I run this from the command line... java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list   ...I get the following error:   Fault Code   = SOAP-ENV:Server.Exception:  Fault String = java.lang.NoSuchMethodError   I get no

Server.Exception : Fault String = java.lang.NoSuchMethodError

2001-06-13 Thread Craig Morton
Trying stockquote and a variant there off. In both cases hit this error when 'testit' Deploying the stockquote service... Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError Get this for every c