[jira] Commented: (SOAP-158) SAX parsing error

2004-04-09 Thread jira
is an overview of the issue: - Key: SOAP-158 Summary: SAX parsing error Type: Bug Status: Open Project: Apache SOAP Components: All Versions: 2.3 Assignee: Scott

[jira] Commented: (SOAP-158) SAX parsing error

2004-04-09 Thread jira
: - Key: SOAP-158 Summary: SAX parsing error Type: Bug Status: Open Project: Apache SOAP Components: All Versions: 2.3 Assignee: Scott Nichol Reporter: amit Created: Mon, 17 Nov 2003 2

[jira] Commented: (SOAP-158) SAX parsing error

2004-04-09 Thread jira
: - Key: SOAP-158 Summary: SAX parsing error Type: Bug Status: Open Project: Apache SOAP Components: All Versions: 2.3 Assignee: Scott Nichol Reporter: amit Created

[jira] Assigned: (SOAP-158) SAX parsing error

2004-04-09 Thread jira
: - Key: SOAP-158 Summary: SAX parsing error Type: Bug Status: Open Project: Apache SOAP Components: All Versions: 2.3 Assignee: Scott Nichol Reporter: amit Created: Mon, 17 Nov

Re: Parsing error in the response xml.

2002-03-31 Thread Scott Nichol
> To: <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 15:21 Subject: Parsing error in the response xml. > I am getting the following SOAPException error message: > > (SOAP-ENV:Client): Parsing error, response was: > An invalid second ':' was found in the element type or a

Parsing error in the response xml.

2002-03-25 Thread Matt MacDonald
I am getting the following SOAPException error message: (SOAP-ENV:Client): Parsing error, response was: An invalid second ':' was found in the element type or attribute name. The Call and Response xml fragments are below. My application is throwing the proper exception but the Ele

Re: Parsing error...

2001-08-02 Thread David Turner
Hi Scott, Well, It looks like I found the cause of the parsing error. It looks like beta 1 of Tomcat 4.0 was the problem. The response beta 1 was sending back is bad, thus the parser error on the client side. Anyway, I downloaded beta 6 and it worked. The other platforms that I got soap

Re: Parsing error...

2001-08-01 Thread David Turner
r > - > - > file:/J:/xerces-1_2_3/xerces.jar > file:/J:/jakarta-tomcat-4.0-b6/bin/bootstrap.jar > file:/J:/jdk1.3.0_01/lib/tools.jar > file:/K:/Program Files/Allaire/JRun/lib/ext/mail.jar > file:/K:/Program Files/Allaire/JRun/lib/ext/activation.jar > > Scott >

Re: Parsing error...

2001-07-31 Thread Scott Nichol
:/Program Files/Allaire/JRun/lib/ext/activation.jar Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 3:19 PM Subject: Re: Parsing error... > An update: > It looks like I was able to get the server

Re: Parsing error...

2001-07-31 Thread David Turner
; Scott > > - Original Message - > From: "David Turner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 31, 2001 2:12 PM > Subject: Re: Parsing error... > > > Hi Scott, > > > > My server classpath is as foll

Re: Parsing error...

2001-07-31 Thread Scott Nichol
then found out what the "real" problem was after setting JAVA_COMPILER. Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 2:12 PM Subject: Re: Parsing error... > Hi Scott, > &g

Re: Parsing error...

2001-07-31 Thread David Turner
t; Scott > > - Original Message - > From: "David Turner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 31, 2001 9:40 AM > Subject: Re: Parsing error... > > > Hi Scott, > > > > I tried getting the classpath u

Re: Parsing error...

2001-07-31 Thread David Turner
ar;%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\ > lib\tools.jar;k:\progra~1\allaire\jrun\lib\ext\mail.jar;k:\progra~1\allaire\ > jrun\lib\ext\activation.jar > > Scott > > - Original Message - > From: "David Turner" <[EMAIL PROTECTED]> > To: <[EMAI

Re: Parsing error...

2001-07-31 Thread Scott Nichol
Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 9:40 AM Subject: Re: Parsing error... > Hi Scott, > > I tried getting the classpath used by the class loader via the code you > recomme

RE: Parsing error...

2001-07-31 Thread Matthew J. Duftler
avid Turner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 31, 2001 9:40 AM > Subject: Re: Parsing error... > > > > Hi Scott, > > > > I tried getting the classpath used by the class loader via the code you > > recommende

Re: Parsing error...

2001-07-31 Thread Scott Nichol
velopment, it requires overhead to do the checking. This capability should generally not be used in deployed production applications. <<<< Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 9:4

Re: Parsing error...

2001-07-31 Thread David Turner
TECTED]> > Sent: Monday, July 30, 2001 4:18 PM > Subject: Re: Parsing error... > > > In RPCRouterServlet I checked the class of the document builder being > returned > > by XMLParserUtils.getXMLDocBuilder() and it's as follows: > > xdb documentBuilder class typ

Re: Parsing error...

2001-07-31 Thread David Turner
But the weird thing about this is that there isn't any thing in the JAVA_HOME\jre\lib\ext directory. That's why I'm puzzled on this one. William Brogden wrote: > David Turner wrote: > > > > In RPCRouterServlet I checked the class of the document builder being returned > > by XMLParserUtils.ge

Re: Parsing error...

2001-07-30 Thread Scott Nichol
> To: <[EMAIL PROTECTED]> Sent: Monday, July 30, 2001 4:18 PM Subject: Re: Parsing error... > In RPCRouterServlet I checked the class of the document builder being returned > by XMLParserUtils.getXMLDocBuilder() and it's as follows: > xd

Re: Parsing error...

2001-07-30 Thread William Brogden
David Turner wrote: > > In RPCRouterServlet I checked the class of the document builder being returned > by XMLParserUtils.getXMLDocBuilder() and it's as follows: > xdb documentBuilder class type = class > org.apache.crimson.jaxp.DocumentBuilderImpl > > I don't understand why the crimson v

Re: Parsing error...

2001-07-30 Thread David Turner
: <[EMAIL PROTECTED]> > Sent: Friday, July 27, 2001 11:30 AM > Subject: Re: Parsing error... > > > Scott, > > I dumped the System environment variables and I don't see anything > unusual. > > > > Also, One thing I completely forgot to mention is that

Re: Parsing error...

2001-07-27 Thread Scott Nichol
way. Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 11:30 AM Subject: Re: Parsing error... > Scott, > I dumped the System environment variables and I don't see anything unusual.

Re: Parsing error...

2001-07-27 Thread Scott Nichol
http://www.w3.org/2000/xmlns/ is the namespace URI for xmlns. Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 12:08 PM Subject: Re: Parsing error... > Scott, > The line in red (with

Re: Parsing error...

2001-07-27 Thread David Turner
Scott, I dumped the System environment variables and I don't see anything unusual. Also, One thing I completely forgot to mention is that the version that I got working (Linux and Win) I used JDK1.4.0beta. Here I'm using JDK1.3.0. That shouldn't have anything to do with it, right? java.runt

Re: Parsing error...

2001-07-27 Thread David Turner
OTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 2:51 PM Subject: Re: Parsing error... > Further debug info: > I stuck a couple of println's in the DOMUtils.getAttributeNS() method just prior to the line: > > Attr attr = el.getAttributeNodeNS(namespaceURI, l

Re: Parsing error...

2001-07-26 Thread Scott Nichol
> Or a simpler thing to do at any point would be something like > > ClassLoader loader = Thread.currentThread().getContextClassLoader(); > if (loader instanceof URLClassLoader) { > URL[] urls = loader.getURLs(); Make that URL[] urls = ((URLClassLoader)loader).getURLs();

Re: Parsing error...

2001-07-26 Thread Scott Nichol
tln(urls[i]); } I'm not 100% certain this will work, but it seems worth a try just to see what the classpath looks like. Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 2:51

Re: Parsing error...

2001-07-26 Thread Scott Nichol
et. Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 2:51 PM Subject: Re: Parsing error... > Further debug info: > I stuck a couple of println's in the DOMUtils.getAttributeNS() metho

Re: Parsing error...

2001-07-26 Thread David Turner
cott > > - Original Message - > From: "David Turner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 26, 2001 1:47 PM > Subject: Re: Parsing error... > > > Scott, > > > > Here's a little more info on this is

Re: Parsing error...

2001-07-26 Thread David Turner
> at java.lang.Thread.run(Thread.java:484) > > Scott Nichol wrote: > > > Sorry that I missed the fact your error was trying to deploy the services, > > not run them. I'll try installing Tomcat 4 if I get the chance today or > > tomorrow. > > &g

Re: Parsing error...

2001-07-26 Thread Scott Nichol
es instead, but since you said you ran successfully on NT and Linux, that probably does not make sense. Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 1:47 PM Subject: Re: Parsing error...

Re: Parsing error...

2001-07-26 Thread David Turner
> running 4.0E (yours looks like 4.0G or so) and could possibly compare > any > > > findings regarding the samples if you are running Tomcat. > > > > > > Scott > > > > > > - Original Message - > > > From: "David Turner" <[EMA

Re: Parsing error...

2001-07-26 Thread Scott Nichol
ursday, July 26, 2001 10:01 AM Subject: Re: Parsing error... > Hi Scott, > I'm using tomcat 4.0 on a Tru64 machine. I can't run my stuff or the samples > because the problem I described occurs when deploying the services. > > Scott Nichol wrote: > > > You'

Re: Parsing error...

2001-07-26 Thread David Turner
quot; <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 25, 2001 3:36 PM > Subject: Parsing error... > > > I've been battling with a "SOAPException-Parsing error" for quite some > > time now when trying to deploy a simple ser

Re: Parsing error...

2001-07-25 Thread Scott Nichol
Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 25, 2001 3:36 PM Subject: Parsing error... > I've been battling with a "SOAPException-Parsing error" for quite some > time now

Re: Parsing error...

2001-07-25 Thread Peter Sylvester
I've seen something like that happen if you have multiple threads trying to use the same Call object on the client side, which is not thread safe. -Peter David Turner wrote: > > I've been battling with a "SOAPException-Parsing error" for quite some > time now w

Parsing error...

2001-07-25 Thread David Turner
I've been battling with a "SOAPException-Parsing error" for quite some time now when trying to deploy a simple service, and I've resorted to debugging the SOAP code to search out the problem. I've managed to get my service up and running on both Windows and Linux, bu