Re: Tomcat 4.1.18, JDK 1.4.1, & Soap--Error log exerpts

2003-02-19 Thread J M Craig/Alpha-G
Hi Mark, Log files? Sheesh, why didn't I Oh well. Here's the log from a shutdown of Tomcat--the startup is below. As you can see it shuts down several contexts just fine and then says /soap wasn't ever started--no surprise: 2003-02-19 11:51:48 StandardHost[localhost]: Removing web applica

Re: Tomcat 4.1.18, JDK 1.4.1, & Soap--Error log exerpts

2003-02-19 Thread J M Craig/Alpha-G
Hi Mark, Log files? Sheesh, why didn't I Oh well. Here's the log from a shutdown of Tomcat--the startup is below. As you can see it shuts down several contexts just fine and then says /soap wasn't ever started--no surprise: 2003-02-19 11:51:48 StandardHost[localhost]: Removing web applica

Re: SOAP Error

2002-12-31 Thread Vijay Shinde
ol > > - Original Message - > > From: "Vijay Shinde" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > > Sent: Tuesday, December 31, 2002 1:08 PM > > Subject: SOAP Error > > > > > > &

Re: SOAP Error

2002-12-31 Thread Vijay Shinde
To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, December 31, 2002 1:08 PM > Subject: SOAP Error > > > > > Hey Scott, > > > > I get this as an exception > > C:\soap-2_3\samples\hello>java Example1_client > > http://loca

Re: SOAP Error

2002-12-31 Thread Scott Nichol
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 31, 2002 1:08 PM Subject: SOAP Error > > Hey Scott, > > I get this as an exception > C:\soap-2_3\samples\hello>java Example1_client > http://localhost:8080/soap

SOAP Error

2002-12-31 Thread Vijay Shinde
Hey Scott, I get this as an exception C:\soap-2_3\samples\hello>java Example1_client http://localhost:8080/soap/servle t/rpcrouter "vv" Calling the SOAP Server to say hello The SOAP Server says: http://localhost:8080/soap/servlet/rpcrouterException in t hread "main" [SOAPException: faultCode=

Soap error

2002-12-27 Thread Vijay Shinde
I am getting content type mismatch error while running SOAP program Any help is appreciated. Vijay The SOAP Server says: Exception in thread "main" [SOAPException: faultCode=SOAP- ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/ xml". Response was: -- To unsubscr

.Net and apache soap error

2002-05-02 Thread MACKAY, BRIAN
Hello, I seem to be having trouble making an apache soap call from .NET. My problem is this: The request failed with HTTP status400; Bad request I have doubled checked my TargetURl in the WSDL file, and it is corrrect. I know this isn't much to go on, but has anyone else come accross this e

Receiving SOAP error;can someone help

2002-04-20 Thread Charlie Abela
Hi What does an error of this kind indicate? Fault Code = SOAP-ENV:Server Fault String = Exception from service object: jtp/context/daml/DamlReasoningContext Fault = [Attributes={}] [faultCode=SOAP-ENV:Server] [faultString=Exception from service object: jtp/context/daml/DamlReasoningContext

Re: SOAP Error

2002-03-27 Thread Marina Pérel
day, March 25, 2002 12:51 AM Subject: SOAP Error > Hi! > > I'm trying to develop a WebService which generates a certain PDF file (via > FOP / Tomcat 4.0.3). The WebService is basically a bean, which Publish() > tries to do the generation. The XML and XSL File is available

SOAP Error

2002-03-27 Thread Tobias Mueller
Hi! I'm trying to develop a WebService which generates a certain PDF file (via FOP / Tomcat 4.0.3). The WebService is basically a bean, which Publish() tries to do the generation. The XML and XSL File is available on the Server. But I always receive this message: Fault Code = SOAP-ENV:Server.E

Re: BUG in SOAP?? SSL/SOAP: Error opening socket - only in 95/98. ..

2001-12-12 Thread Pae Choi
is running on WinNT workstation and the server on WinNT Server, so I'm not sure whether it is a Win95/98 issue... > > Ted > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 11, 2001 9:01 PM > To: [EMAIL PROTECTED];

RE: BUG in SOAP?? SSL/SOAP: Error opening socket - only in 95/98. ..

2001-12-11 Thread Teodoro Megliola
EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 9:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: BUG in SOAP?? SSL/SOAP: Error opening socket - only in 95/98... This came out of a stacktrace... [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: null; targe tExce

BUG in SOAP?? SSL/SOAP: Error opening socket - only in 95/98...

2001-12-11 Thread Jeremy Levy
Levy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 11:24 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: SSL/SOAP: Error opening socket - only in 95/98... I thought that as well, so I tried it on antoher machine which had a mostly clean installation of 98.. same thing hap

RE: SSL/SOAP: Error opening socket - only in 95/98...

2001-12-11 Thread Jeremy Levy
PROTECTED]] Sent: Tuesday, December 11, 2001 11:14 AM To: '[EMAIL PROTECTED] ' Subject: RE: SSL/SOAP: Error opening socket - only in 95/98... Hi, It sounds like you have something already running on the port that SSL uses or there is software such as a firewall, etc. blocking that p

RE: SSL/SOAP: Error opening socket - only in 95/98...

2001-12-11 Thread Jeremy Levy
ecember 11, 2001 11:14 AM To: soap-user Subject: RE: SSL/SOAP: Error opening socket - only in 95/98... Hi Jeremy, I've been fighting exactly this exception for days!!! You DID check http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html, didn't you... otherwise do it KNOW :-)

RE: SSL/SOAP: Error opening socket - only in 95/98...

2001-12-11 Thread Teodoro Megliola
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 5:03 PM To: [EMAIL PROTECTED] Subject: SSL/SOAP: Error opening socket - only in 95/98... HI, my set up is as follows: Apache 1.3.22 with mod_ssl 2.61 OPENSSL 0.9.5 Tomcat 3.3 SOAP 2.2 JSSE 1.0.2 I have a SOAP cli

RE: SSL/SOAP: Error opening socket - only in 95/98...

2001-12-11 Thread Phillip Urrea
Hi, It sounds like you have something already running on the port that SSL uses or there is software such as a firewall, etc. blocking that port number. Phill -Original Message- From: Jeremy Levy To: [EMAIL PROTECTED] Sent: 12/11/01 4:02 PM Subject: SSL/SOAP: Error opening socket

SSL/SOAP: Error opening socket - only in 95/98...

2001-12-11 Thread Jeremy Levy
HI, my set up is as follows: Apache 1.3.22 with mod_ssl 2.61 OPENSSL 0.9.5 Tomcat 3.3 SOAP 2.2 JSSE 1.0.2 I have a SOAP client that works perfectly with and without SSL when running the client from Windows 2000 or XP. However when I try to test the client from 95/98 with SSL I get the following

RE: SSL & SOAP: Error Opening socket: null

2001-11-30 Thread Joe Pruitt
essage-From: Naveen Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 11:57 PMTo: [EMAIL PROTECTED]Subject: SSL & SOAP: Error Opening socket: null   Hi,    My java Client for a .Net WebService using SSL throws a error Caught SOAPException (SOAP-ENV:Cl

RE: SSL & SOAP: Error Opening socket: null

2001-11-30 Thread Eric Hsiung
[mailto:[EMAIL PROTECTED]]Sent: Friday, November 30, 2001 2:57 AMTo: [EMAIL PROTECTED]Subject: SSL & SOAP: Error Opening socket: null   Hi,    My java Client for a .Net WebService using SSL throws a error Caught SOAPException (SOAP-ENV:Client): Error opening socket: null 

SSL & SOAP: Error Opening socket: null

2001-11-29 Thread Naveen Kulkarni
  Hi,    My java Client for a .Net WebService using SSL throws a error Caught SOAPException (SOAP-ENV:Client): Error opening socket: null  WHY ? I am using a java client to use a .Net WebService (on IIS 5.0) which uses SSL for its data security and Client authorization is not required, now after

RE: SOAP error with sample addressbook

2001-09-12 Thread Jyothi K
tomcat or the problem is with classpath. Thanks, Jyothi -Original Message- From: Manu De Backer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 7:47 PM To: [EMAIL PROTECTED] Subject: SOAP error with sample addressbook I'm trying the SOAP addressbook sample. The s

RE: SOAP error with sample addressbook

2001-09-12 Thread Vikram Rajan
2001 7:47 PM > To: [EMAIL PROTECTED] > Subject: SOAP error with sample addressbook > > I'm trying the SOAP addressbook sample. The server (TOMCAT v3.2, Windows = > 2000) is properly installed. While executing the testit batch file I get = > the following error: > &g

SOAP error with sample addressbook

2001-09-12 Thread Manu De Backer
I'm trying the SOAP addressbook sample. The server (TOMCAT v3.2, Windows = 2000) is properly installed. While executing the testit batch file I get = the following error: Fault String =3D Deployment error in SOAP service urn:AddressFetcher': = class name 'samples.addressbook.Address' could not

Re: basic SOAP error : Unable to resolve target object

2001-09-10 Thread Elise_Dupont
  Subject:        Re: basic SOAP error : Unable to resolve target object Hi, I have faced similar kind of problem in Websphere, I have done every thing correct...But I used to get error 'Unable to resolve target object' for only one service all other sample services are working just f

Re: basic SOAP error : Unable to resolve target object

2001-09-07 Thread Sekhar Nadella
[EMAIL PROTECTED] cc: 09/07/01 07:25 AMSubject: Re: basic SOAP error : Unable to resolve target object

Re: basic SOAP error : Unable to resolve target object

2001-09-07 Thread Elise_Dupont
Lionbridge Technologies - France www.lionbridge.com "ParamDeep Singh" <[EMAIL PROTECTED]> 09/07/2001 02:23 PM Please respond to soap-user                 To:        <[EMAIL PROTECTED]>         cc:                 Subject:        Re: basic SOAP error : Unable to resolve tar

Re: basic SOAP error : Unable to resolve target object

2001-09-07 Thread ParamDeep Singh
: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 07, 2001 5:22 PM Subject: RE: basic SOAP error : Unable to resolve target object Okay so 'ive tryed 3 advices given by Christian, ParamDeep Singh, et jyothi, but none works, i still have the same error. what

RE: basic SOAP error : Unable to resolve target object

2001-09-07 Thread Elise_Dupont
tting mad... hope to find someone that could help me to find where the problem is regards, Elise "Christian Bernard" <[EMAIL PROTECTED]> 09/07/2001 10:49 AM Please respond to soap-user                 To:        <[EMAIL PROTECTED]>         cc:                 Subjec

RE: basic SOAP error : Unable to resolve target object

2001-09-07 Thread Christian Bernard
01 5:33 PMTo: [EMAIL PROTECTED]Subject: basic SOAP error : Unable to resolve target object hi all, i do have this error when i call a service : Fault= SOAP-ENV:Server.BadTargetObjectURI        Unable to resolve target object: GetProjGetProj is the name of my class, here is the way i deployed m

Re: basic SOAP error : Unable to resolve target object

2001-09-06 Thread ParamDeep Singh
PROTECTED] Sent: Friday, September 07, 2001 9:49 AM Subject: RE: basic SOAP error : Unable to resolve target object Hi,    Did you deploy your classes also in tomcat in webapps/soap/web-inf/classes directory. Put your classes there and then try.   Thanks, jyothi

RE: basic SOAP error : Unable to resolve target object

2001-09-06 Thread Jyothi K
PROTECTED]Subject: basic SOAP error : Unable to resolve target objecthi all, i do have this error when i call a service : Fault= SOAP-ENV:Server.BadTargetObjectURI        Unable to resolve target object: GetProjGetProj is the name of my class, here is the way i deployed my service

basic SOAP error : Unable to resolve target object

2001-09-06 Thread Elise_Dupont
hi all, i do have this error when i call a service : Fault= SOAP-ENV:Server.BadTargetObjectURI        Unable to resolve target object: GetProj GetProj is the name of my class, here is the way i deployed my service : Provider Class                         GetProj Use Static Class              

What is the meaning of this SOAP error message?

2001-07-09 Thread Adam Lipscombe
Folks, getting this error message: "SoapCall failed , fault code = SOAP-ENV:Server, message = Exception from servic object: $Proxy2" Any ideas what it means? Thanks - Adam

RE: Soap error on new installation

2001-06-26 Thread HariNam Singh
3:30 PM To: [EMAIL PROTECTED] Subject: Re: Soap error on new installation SET CLASSPATH=C:\soap\samples\addressbook;c:\xerces\xerces.jar;%CLASSPATH% before running this example remove the jaxp.jar and parse.jar file from tomcat\lib folder. use the xerces1.4 or greater version. --- HariNam Sin

RE: Soap error on new installation

2001-06-26 Thread HariNam Singh
looking over it. It's getting frustrating... Any other suggestions? I'm just running out of ideas to try. HariNam -Original Message- From: pravin pachbhai [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 3:30 PM To: [EMAIL PROTECTED] Subject: Re: Soap error on new installat

Re: Soap error on new installation

2001-06-26 Thread pravin pachbhai
SET CLASSPATH=C:\soap\samples\addressbook;c:\xerces\xerces.jar;%CLASSPATH% before running this example remove the jaxp.jar and parse.jar file from tomcat\lib folder. use the xerces1.4 or greater version. --- HariNam Singh <[EMAIL PROTECTED]> wrote: > Hi, > > I installed SOAP on Tomcat a few hou

Soap error on new installation

2001-06-26 Thread HariNam Singh
Hi, I installed SOAP on Tomcat a few hours ago, and still can't get my sample service to run properly. As I saw lots of notes on XML parser, I made sure that mine was in the front. As it still didn't work, I got the latest from jaxp. Then 1.4.1 Xerces. Then 1.2.1 Xerces. Neither of those made it

RE: Soap Error

2001-06-21 Thread Hansen, Richard
No, I can see it fine. > -Original Message- > From: Jonathan Chawke [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 21, 2001 8:01 AM > To: [EMAIL PROTECTED] > Subject: Re: Soap Error > > > Hi Janesh, > > I've just looked and the page

Re: Soap Error

2001-06-21 Thread Jonathan Chawke
version of the JAXP package hiding in JAVA_HOME/jre/lib/ext. Hope this helps, Jonathan. >From: "Janesh Vasudeva" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: Soap Error >Date: Thu, 21 Jun 2001 18:

Re: Soap Error

2001-06-21 Thread Janesh Vasudeva
Hi i tried to open that page but nothing is visible , pls , if u don't mind write me solution for problem Thanks in advance Janesh - Original Message - From: Jonathan Chawke <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 6:09 PM Subject: Re: S

Re: Soap Error

2001-06-21 Thread Jonathan Chawke
See http://xml.apache.org/soap/faq/faq_chawke.html#Q1_1 Jonathan. >From: "Janesh Vasudeva" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Soap Error >Date: Thu, 21 Jun 2001 17:21:49 +0530 > &

Soap Error

2001-06-21 Thread Janesh Vasudeva
  - Original Message - From: Janesh Vasudeva To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 2:25 PM Subject: Soap Error When running Calculator eg. , this error comes   invoke service  URL= http://localhost:7001/soap/servlet/rpcrouter  URN