Hi Gus,

this seems a problem with the ServletOutputStreamImpl class in weblogic.
I found a patch that solves the problem (find it attached), just place it
before weblogic.jar in server's classpath.(See attached file:
patchCR058220.jar)

regards,
Ruben



                                                                                       
                                               
                    Gus Delgado                                                        
                                               
                    <gus.delgado@netquo       To:     [EMAIL PROTECTED]         
                                               
                    tient.com>                cc:                                      
                                               
                                              Subject:     weblogic6.1 and soap2.2     
                                               
                    03/06/2002 02:58 PM                                                
                                               
                    Please respond to                                                  
                                               
                    soap-user                                                          
                                               
                                                                                       
                                               
                                                                                       
                                               




I'm trying to deploy a soap2.2 web service on weblogic 6.1, I have
soap2.2 as a war file and I can see the jsp's for the admin and I can
deploy a web service just fine, but when I try to hit it with a client I
get the following null pointer exception error:

java.lang.NullPointerException
        at weblogic.servlet.internal.ChunkOutput.clearBuffer
(ChunkOutput.java:231)
        at weblogic.servlet.internal.ChunkOutput.flush(Chunk
Output.java:251)
        at weblogic.servlet.internal.ChunkOutputWrapper.flus
h(ChunkOutputWrapper.java:152)
        at weblogic.servlet.internal.ServletOutputStreamImpl
.flush(ServletOutputStreamImpl.java:119)
        at org.apache.soap.transport.TransportMessage.writeT
o(TransportMessage.java:462)
        at org.apache.soap.server.http.RPCRouterServlet.doPo
st(RPCRouterServlet.java:347)
..
..
Now, I checked the mail-archive to see if others have run into the
problem, and it seems that they have, but I was not able to find a
resolution.  Is there one? and if there is what is it?

-thanks
Gus


--
Gus Delgado
Consultant
NetQuotient Consulting Group
e-mail: [EMAIL PROTECTED]
cell:   512-587-6986



Attachment: patchCR058220.jar
Description: Binary data

Reply via email to