You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Brian Hall <bh...@directcommerce.com> on 2000/12/06 00:01:16 UTC

stockquote example w/Weblogic 6.0 beta

Has anyone gotten the StockQuoteService SOAP example to work with the
Weblogic 6 beta ? I'm using Xerces 1.2.0 and SOAP 2.0 and continue to get
this serialization exception when trying to run the StockQuoteService.

I'm able to deploy, list and undeploy the servlet using the admin screens. I
can talk to the RPCRouterServlet but seem to be unable to talk the
RPCRouter. Any suggestions ?

Thanks.

####<Dec 5, 2000 2:26:28 PM PST> <Info> <HTTP> <srvr> <srvr> <main> <guest>
<> <101077> <[HTTP DefaultWebServer] Created log stream
E:\bea\weblogic600\config\dci\logs\access.log>
####<Dec 5, 2000 2:27:14 PM PST> <Info> <HTTP> <srvr> <srvr> <main> <guest>
<> <101047> <[WebAppServletContext(7624380,soapadm)] rpcrouter: init>
####<Dec 5, 2000 2:27:15 PM PST> <Error> <HTTP> <srvr> <srvr> <main> <guest>
<> <101002> <[WebAppServletContext(7624380,soapadm)] Could not deserialize
context attribute>
java.io.NotSerializableException: org.apache.soap.server.RPCRouter
	at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
	at
weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:7
1)
	at
weblogic.servlet.internal.WebAppServletContext.getAttribute(WebAppServletCon
text.java:207)
	at
org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:12
3)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:208)
	at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
ntext.java:1107)
	at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
:1482)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
####<Dec 5, 2000 2:27:15 PM PST> <Error> <HTTP> <srvr> <srvr> <main> <guest>
<> <101002> <[WebAppServletContext(7624380,soapadm)] Could not deserialize
context attribute>
java.io.NotSerializableException: org.apache.soap.server.ServiceManager
	at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
	at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
	at
weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:7
1)
	at
weblogic.servlet.internal.WebAppServletContext.getAttribute(WebAppServletCon
text.java:207)
	at
org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:12
5)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:208)
	at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
ntext.java:1107)
	at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
:1482)
	at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
	at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)