[
https://issues.apache.org/jira/browse/AXIS2-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen moved TRANSPORTS-15 to AXIS2-5537:
--------------------------------------------------
Component/s: (was: TCP)
TCP
Key: AXIS2-5537 (was: TRANSPORTS-15)
Project: Axis2 (was: Axis2 Transports)
> tcp transport problem: multithread blocking sending doesn't work
> ----------------------------------------------------------------
>
> Key: AXIS2-5537
> URL: https://issues.apache.org/jira/browse/AXIS2-5537
> Project: Axis2
> Issue Type: Bug
> Components: TCP
> Environment: jdk1.5, axis2 1.2, tomcat 6.0
> Reporter: Yattie Yang
>
> I create a webservices to send datas, and http,jms transport works fine with
> multithread sending, but not for tcp.
> TCP uses ws-addressing in both client and server sides, and it works fine in
> single thread. In the case of multithread,
> e.g.,
> 1. a thread T1 created to send data D1, use a ServiceClient object in
> blocking way(sendReceive())
> 2. meanwhile, another thread T2 created to send data D2
> 3. T1 sent the data and has not received the reply;(need more time)
> 4. T2 sent the data and received the reply;(T2 works OK)
> 5. T1 throws a Exception: Socket output is already shutdown
> I use the seperator listener by options.setUseSeparateListener(true) and
> similarlly "socket shutdown" exception
> My question is:
> when using two seperate ServiceClient, there should be two socket connection.
> It works fine for http and jms, but why not work for
> tcp? Is there something I missed when engaged ws-addressing or some bugs
> there?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]