SAXParserException

2001-06-11 Thread David Turner
I'm currently running soap2.2 with tomcat 4 beta on a standalone machine (no net connection), and when I run a simple example I get a SaxParserException saying "The contents of elements must consist of well-formed character data or markup." Am I getting this message because it can't get to "http

Re: SAXParserException

2001-06-11 Thread David Turner
f the samples, > however, do require a connection. Which sample are you running, and what is > being returned? Use the TcpTunnelGui, as described in the docs, to see what > is being transmitted. > > Thanks, > -Matt > > > -Original Message- > > From: David T

Re: SAXParserException

2001-06-11 Thread David Turner
; > It looks like it can't find the target object. Did you deploy it? Are you > sure the service ID matches "urn:ReadingListManager" exactly? When you run > the ServiceManagerClient with the "list" argument, does it show this service > as being deployed? >

ServiceManagerClient Problem

2001-06-29 Thread David Turner
I've been getting the following exception when I run the ServiceManagerClient, which, for the life of me, can't resolve. 9:35am turner@darwin ~/src/omnigene/edu/mit/wi/omnigene/soap/examples/SearchProjectList > java org.apache.soap.server.ServiceManagerClient http://darwin:8080/soap/servlet/rpcro

Parsing error...

2001-07-25 Thread David Turner
t was a complete SOAP envelope that contained the Fault. What I don't get, and is probably the cause of the parsing error, is the fact the TCPTunnelMonitor is showing an incomplete SOAP envelope. Looking at TCPTunnelMonitor I'm losing data in the response. Has anybody run into this? Any i

Re: Parsing error...

2001-07-26 Thread David Turner
What servlet container are you using? I have access to a Tru64 machine > 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&

Re: Parsing error...

2001-07-26 Thread David Turner
orry 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. > > Scott > > - Original Message - > From: "David Turner" <[EMAIL PROTECTED]> > To:

Re: Parsing error...

2001-07-26 Thread David Turner
;); sRet = attr.getValue (); } System.out.println("DBT: sRet = " + sRet); System.out.println("DBT: leaving DOMUtils.getAttributeNS()..."); return sRet; } David Turner wrote: > Scott, > > Here's a little more info on

Re: Parsing error...

2001-07-26 Thread David Turner
ersion for "jasper/lib". Normally, I would suggest > trying a particular version of Crimson (1.1.1 works like a charm for me with > Tomcat 3.x and JRun) or trying Xerces instead, but since you said you ran > successfully on NT and Linux, that probably does not make sense. > > S

Re: Parsing error...

2001-07-27 Thread David Turner
er.getURLs();     for (int i = 0; i < urls.length; i++)     System.out.println(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 PR

Re: Parsing error...

2001-07-27 Thread David Turner
i < urls.length; i++) > > System.out.println(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 -- David Turner <[EMAIL PROTECTED]> Senior

Re: Parsing error...

2001-07-30 Thread David Turner
e enough to the problem > that you should probably follow that path. Whether the different JDKs are > the cause of the problem will likely be best determined this way. > > Scott > > - Original Message - > From: "David Turner" <[EMAIL PROTECTED]> > To

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

Re: Parsing error...

2001-07-31 Thread David Turner
for the thread > on which your servlet is running? The contents of java.class.path in the > System properties need not have any relationship to this. > > Scott > > - Original Message - > From: "David Turner" <[EMAIL PROTECTED]> > To: <[EMAIL PRO

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 David Turner
> set CP=CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar > > Changed to: > set > CP=j:\xerces-1_2_3\xerces.jar;%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 > &g

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

SOAP Responses

2001-08-01 Thread David Turner
I've been trying to use the ServiceManagerClient to deploy a service, but I keep getting a parser error. After debugging the RPCRouterServlet and ServiceManagerClient I was able to determine why the parser error was occuring. The complete response that the servlet was returning to the client is

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-08-02 Thread David Turner
ile:/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 > > - Original Message - > From: "David Turner"

URL Serializer/Deserializer

2001-10-23 Thread David Turner
serializer after the DateSerializer/Deserializer. I'm not sure what is wrong, but any help would be appreciated. Thanks -- David Turner <[EMAIL PROTECTED]> Senior Software Engineer Whitehead Institute/MIT Center for Genome Research One Kendall Square, Bldg. 300 Cambridge, MA 02139-

URL Serializer/Deserializer follow up

2001-10-23 Thread David Turner
I debug the rpcrouter to dump the exception to the log. The router is throwing a NoClassDefFoundError for org/apache/soap/util/xml/Serializer. Of course, this is a interface, but why? See previous message for code examples.

Serializers/Deserializers

2001-10-25 Thread David Turner
I've been trying to develop my own serializer & deserializer for some java classes such as the java.net.URL class in order to pass URL's to a service method, but the server sends back a fault: Fault Code = SOAP-ENV:Server.Exception: Fault String = org/apache/soap/util/xml/Deserializer

Re: Serializers/Deserializers

2001-10-26 Thread David Turner
e in the servlet container classpath? If > it is the last of these, I would recommend you try one of the other two. > This is a *guess*, but I still have not got a full grip on the different > class loading schemes used within the container. > > Scott > > ----- Original Message -

NullPointerException when serializing null String objects

2001-12-05 Thread David Turner
I ran into a problem with SOAP's current String serialization when it encounters null String objects. I couldn't find anything in either the user or dev archives regarding this so I don't know if this is a bug or not. I ended up writing my own String serializer which handled the null situation

Re: NullPointerException when serializing null String objects

2001-12-06 Thread David Turner
gt; > > > > On Thu, 6 Dec 2001, Sanjiva Weerawarana wrote: > > > > > How did you serialize the string? If its a parameter to an RPC > > > call the null value should be handled correctly. > > > > > > Can you post the code that shows th