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
:
-
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
:
-
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
:
-
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
>
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
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
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
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
>
:/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
; 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
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
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
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
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
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
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
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
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
>
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
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
: <[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
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.
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
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
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
> 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();
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
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
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
> 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
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...
> 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
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'
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
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
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
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
37 matches
Mail list logo