Re: weblogic6.1 and soap2.2

2002-03-06 Thread Gus Delgado

Ruben,

Thanks.


On Wed, 2002-03-06 at 09:12, [EMAIL PROTECTED] wrote:
> 
> Hi Gus,
> 
> no idea, I tried to find the Patch from Bea support for a long time but I
> get no response,
> just know that it works and I think they solved the problem in sp2.
> 
> Ruben
> 
> 
> 
>  
> 
> Gus Delgado  
> 
>  
> tient.com>cc:
> 
>               Subject: Re: weblogic6.1 and 
>soap2.2
> 03/06/2002 04:01 PM  
> 
> Please respond to
> 
> soap-user
> 
>  
> 
>  
> 
> 
> 
> 
> 
> Ruben,
> thanks, it work. where can I find some info on this patch?
> 
> -Gus
> On Wed, 2002-03-06 at 07:59, [EMAIL PROTECTED] wrote:
> >
> > 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
> 
> >  [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
> >
> >
> >
> >
> --
> Gus Delgado
> Consultant
> NetQuotient Consulting Group
> e-mail: [EMAIL PROTECTED]
> cell:   512-587-6986
> 
> 
> 
> 
-- 
Gus Delgado
Consultant
NetQuotient Consulting Group
e-mail: [EMAIL PROTECTED]
cell:   512-587-6986




Re: weblogic6.1 and soap2.2

2002-03-06 Thread Ruben_Inoto


Hi Gus,

no idea, I tried to find the Patch from Bea support for a long time but I
get no response,
just know that it works and I think they solved the problem in sp2.

Ruben



   
   
Gus Delgado
   
cc:  
   
  Subject: Re: weblogic6.1 and soap2.2 
   
03/06/2002 04:01 PM
   
Please respond to  
   
soap-user  
   
   
   
   
   




Ruben,
thanks, it work. where can I find some info on this patch?

-Gus
On Wed, 2002-03-06 at 07:59, [EMAIL PROTECTED] wrote:
>
> 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

>  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
>
>
>
>
--
Gus Delgado
Consultant
NetQuotient Consulting Group
e-mail: [EMAIL PROTECTED]
cell:   512-587-6986








Re: weblogic6.1 and soap2.2

2002-03-06 Thread Gus Delgado

Ruben,
thanks, it work. where can I find some info on this patch?

-Gus
On Wed, 2002-03-06 at 07:59, [EMAIL PROTECTED] wrote:
> 
> 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  
> 
>  
> 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
> 
> 
> 
> 
-- 
Gus Delgado
Consultant
NetQuotient Consulting Group
e-mail: [EMAIL PROTECTED]
cell:   512-587-6986




Re: weblogic6.1 and soap2.2

2002-03-06 Thread Ruben_Inoto


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
   
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






patchCR058220.jar
Description: Binary data


weblogic6.1 and soap2.2

2002-03-06 Thread Gus Delgado

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