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
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
;
> 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?
>
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
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
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&
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:
;);
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
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
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
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
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
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
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
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
> 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
; 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
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
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
>
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"
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-
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.
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
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 -
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
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
26 matches
Mail list logo