BindException
-------------
Key: AXIS2-2230
URL: https://issues.apache.org/jira/browse/AXIS2-2230
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: kernel
Environment: sun jdk 1.5.0_10, linux
Reporter: Michele Mazzucco
Fix For: nightly
Attachments: axis2_logs.log, catalina.out, qosp_debug.log
The environment is the following:
- there's a tomcat server running on port 8081 (server A) and http port (for
axis2) set to 16060 in $SERVER_A_HOME/webapps/axis2/WEB-INF/conf/axis2.xml
- there's a tomcat server running on port 18080 (server B) and http port set to
26060 in $SERVER_B_HOME/webapps/axis2/WEB-INF/conf/axis2.xml
- there's a client using an axis2.xml with http port set to 7000
The client sends an asynchronous request to server A, which forwards the
message to server B (the MEP is out-only) using a custom ConfigurationContext
(essentially an empty configuration with multi threading support and
connections reuse, which, as for I understand runs the http server on port
6060).
Server B executes the request and, using ws-addressing information, sends back
the result to server A which should finally be able to forward the result to
the client.
Please find attached the logs for server A.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]