You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org> on 2004/12/03 04:11:20 UTC

[jira] Created: (AXISCPP-299) thSafeTest gives 'AxisTransportException:Unknow HTTP response' for some threads wehn more than 32 threads invoked

thSafeTest gives 'AxisTransportException:Unknow HTTP response' for some threads wehn more than 32 threads invoked
-----------------------------------------------------------------------------------------------------------------

         Key: AXISCPP-299
         URL: http://nagoya.apache.org/jira/browse/AXISCPP-299
     Project: Axis-C++
        Type: Bug
  Components: Test  
 Environment: Linux, Xerces parser, axis2ipv6 transports (with ipv4)
    Reporter: Samisa Abeysinghe


Some requests (not all) fails with exception when more than 32 threads are used.

./thSafeTest 33
Creating thread 0
Created thread 26979248
Creating thread 1
Created thread 42249136
Creating thread 2
52738992 Done
Created thread 52738992
Creating thread 3
Created thread 63228848
Creating thread 4
Created thread 130653104
Creating thread 5
Exception : AxisTransportException:Unknow HTTP response, cannot process response message Protocol is not HTTP.
130653104 Done
(output continued...)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


Re: [jira] Closed: (AXISCPP-299) thSafeTest gives 'AxisTransportException:Unknow HTTP response' for some threads wehn more than 32 threads invoked

Posted by nithyakala <ni...@opensource.lk>.
Hi,

I am getting a Exception : AxisTransportException:Unknown Exception
when running thSfeTest. 

I tested some of the other samples like Interopbase ones, etc they are
working fine.

I have pasted the output for your reference.

./thSafeTest 2
Creating thread 0
Exception : AxisTransportException:Unknown Transport Exception
Created thread 1086852288
Creating thread 1
Exception : AxisTransportException:Unknown Transport Exception
Created thread 1095240768
Joined thread 1095240768
about to clean
about to exit
about to clean up
Done clean up


Regards,
Nithya.



On Mon, 2004-12-06 at 14:41, Samisa Abeysinghe (JIRA) wrote:
>      [ http://nagoya.apache.org/jira/browse/AXISCPP-299?page=history ]
>      
> Samisa Abeysinghe closed AXISCPP-299:
> -------------------------------------
> 
>      Resolution: Fixed
>     Fix Version: 1.4 Beta
> 
> There were some bugs due to the fact that the deserializer leaves trailing parts of the SOAP stream on the channel itself. The subsequest invokes get to see those leftovers. Fixed this problem by making sure that the transport wipes out the leftovers before giving out read results to subsequent invokes
> 
> > thSafeTest gives 'AxisTransportException:Unknow HTTP response' for some threads wehn more than 32 threads invoked
> > -----------------------------------------------------------------------------------------------------------------
> >
> >          Key: AXISCPP-299
> >          URL: http://nagoya.apache.org/jira/browse/AXISCPP-299
> >      Project: Axis-C++
> >         Type: Bug
> >   Components: Test
> >  Environment: Linux, Xerces parser, axis2ipv6 transports (with ipv4)
> >     Reporter: Samisa Abeysinghe
> >     Assignee: Samisa Abeysinghe
> >      Fix For: 1.4 Beta
> 
> >
> > Some requests (not all) fails with exception when more than 32 threads are used.
> > ./thSafeTest 33
> > Creating thread 0
> > Created thread 26979248
> > Creating thread 1
> > Created thread 42249136
> > Creating thread 2
> > 52738992 Done
> > Created thread 52738992
> > Creating thread 3
> > Created thread 63228848
> > Creating thread 4
> > Created thread 130653104
> > Creating thread 5
> > Exception : AxisTransportException:Unknow HTTP response, cannot process response message Protocol is not HTTP.
> > 130653104 Done
> > (output continued...)


[jira] Closed: (AXISCPP-299) thSafeTest gives 'AxisTransportException:Unknow HTTP response' for some threads wehn more than 32 threads invoked

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXISCPP-299?page=history ]
     
Samisa Abeysinghe closed AXISCPP-299:
-------------------------------------

     Resolution: Fixed
    Fix Version: 1.4 Beta

There were some bugs due to the fact that the deserializer leaves trailing parts of the SOAP stream on the channel itself. The subsequest invokes get to see those leftovers. Fixed this problem by making sure that the transport wipes out the leftovers before giving out read results to subsequent invokes

> thSafeTest gives 'AxisTransportException:Unknow HTTP response' for some threads wehn more than 32 threads invoked
> -----------------------------------------------------------------------------------------------------------------
>
>          Key: AXISCPP-299
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-299
>      Project: Axis-C++
>         Type: Bug
>   Components: Test
>  Environment: Linux, Xerces parser, axis2ipv6 transports (with ipv4)
>     Reporter: Samisa Abeysinghe
>     Assignee: Samisa Abeysinghe
>      Fix For: 1.4 Beta

>
> Some requests (not all) fails with exception when more than 32 threads are used.
> ./thSafeTest 33
> Creating thread 0
> Created thread 26979248
> Creating thread 1
> Created thread 42249136
> Creating thread 2
> 52738992 Done
> Created thread 52738992
> Creating thread 3
> Created thread 63228848
> Creating thread 4
> Created thread 130653104
> Creating thread 5
> Exception : AxisTransportException:Unknow HTTP response, cannot process response message Protocol is not HTTP.
> 130653104 Done
> (output continued...)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-299) thSafeTest gives 'AxisTransportException:Unknow HTTP response' for some threads wehn more than 32 threads invoked

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXISCPP-299?page=history ]

Samisa Abeysinghe reassigned AXISCPP-299:
-----------------------------------------

    Assign To: Samisa Abeysinghe

> thSafeTest gives 'AxisTransportException:Unknow HTTP response' for some threads wehn more than 32 threads invoked
> -----------------------------------------------------------------------------------------------------------------
>
>          Key: AXISCPP-299
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-299
>      Project: Axis-C++
>         Type: Bug
>   Components: Test
>  Environment: Linux, Xerces parser, axis2ipv6 transports (with ipv4)
>     Reporter: Samisa Abeysinghe
>     Assignee: Samisa Abeysinghe
>      Fix For: 1.4 Beta

>
> Some requests (not all) fails with exception when more than 32 threads are used.
> ./thSafeTest 33
> Creating thread 0
> Created thread 26979248
> Creating thread 1
> Created thread 42249136
> Creating thread 2
> 52738992 Done
> Created thread 52738992
> Creating thread 3
> Created thread 63228848
> Creating thread 4
> Created thread 130653104
> Creating thread 5
> Exception : AxisTransportException:Unknow HTTP response, cannot process response message Protocol is not HTTP.
> 130653104 Done
> (output continued...)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira