Hi,

I am attempting to deploy the Axis2 on the Apache2 server
It appears to be working somewhat.
I am sending 
"math add 10 20 http://thunder-hd2:9090/deployAxis2RC3
/services/math" from the client computer

Thanks,

Jim

Here are the error messages I am getting from tcpmon.exe

C:\Axis2C\bin\tools>tcpmon
Listen port : 9090 Target port : 8080 Target host: localhost
SENDING DATA..
/* sending time = 13:40:8*/
---------------------
POST /deployAxis2RC3/services/math HTTP/1.1
User-Agent: Axis2/C
Content-Length: 304
Content-Type: application/soap+xml;charset=UTF-8;
Host: thunder-hd2:9090

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";><soape
nv:Header></soapenv:Header><soapenv:Body><ns1:add xmlns:ns1="http://ws.apache.or
g/axis2/c/samplesmath"><param1>10</param1><param2>20</param2></ns1:add></soapenv
:Body></soapenv:Envelope>x►=

ERROR: error in creating the host socket


Here is the Axis2.log file from the server computer

Tue Apr 24 13:47:35 2007] [info]  Starting log with log level 4
[Tue Apr 24 13:47:35 2007] [debug] ..\..\src\core\engine\phase.c(113) 
axis2_handler_t *request_uri_based_dispatcher added to the index 0 of the phase 
Transport
[Tue Apr 24 13:47:35 2007] [debug] ..\..\src\core\engine\phase.c(113) 
axis2_handler_t *soap_message_body_based_dispatcher added to the index 0 of the 
phase Dispatch
[Tue Apr 24 13:47:35 2007] [debug] ..\..\src\core\engine\phase.c(113) 
axis2_handler_t *addressing_based_dispatcher added to the index 1 of the phase 
Dispatch
[Tue Apr 24 13:47:35 2007] [debug] ..\..\src\core\engine\phase.c(113) 
axis2_handler_t *soap_action_based_dispatcher added to the index 2 of the phase 
Dispatch
[Tue Apr 24 13:47:35 2007] [debug] ..\..\src\core\engine\phase.c(113) 
axis2_handler_t *dispatch_post_conditions_evaluator added to the index 0 of the 
phase PostDispatch
[Tue Apr 24 13:47:35 2007] [debug] ..\..\src\core\engine\phase.c(113) 
axis2_handler_t *context_handler added to the index 1 of the phase PostDispatch
[Tue Apr 24 13:47:35 2007] [debug] 
..\..\src\core\deployment\conf_builder.c(220) no custom dispatching order       
      found continue with default dispatcing order
[Tue Apr 24 13:47:35 2007] [debug] 
..\..\src\core\deployment\conf_builder.c(327) module addressing found in 
axis2.xml
[Tue Apr 24 13:47:35 2007] [debug] ..\..\util\src\class_loader.c(135) Object 
loaded successfully
[Tue Apr 24 13:47:35 2007] [debug] ..\..\util\src\class_loader.c(135) Object 
loaded successfully
[Tue Apr 24 13:47:35 2007] [debug] ..\..\util\src\dir_handler.c(192) No files 
in the path deployAxis2RC3//modules.
[Tue Apr 24 13:47:35 2007] [debug] ..\..\util\src\dir_handler.c(192) No files 
in the path deployAxis2RC3//services.
[Tue Apr 24 13:47:35 2007] [debug] ..\..\src\core\deployment\dep_engine.c(1051) 
axis2_dep_engine_load_module_dll; dll path is : 
deployAxis2RC3//modules/addressing/axis2_mod_addr.dll
[Tue Apr 24 13:47:35 2007] [debug] ..\..\util\src\class_loader.c(135) Object 
loaded successfully
[Tue Apr 24 13:47:35 2007] [debug] 
..\..\src\core\phaseresolver\phase_holder.c(129) Add handler 
AddressingInHandler to phase PreDispatch
[Tue Apr 24 13:47:57 2007] [debug] 
..\..\src\core\transport\http\server\apache2\apache2_worker.c(142) Client HTTP 
version HTTP/1.1
[Tue Apr 24 13:47:57 2007] [debug] ..\..\axiom\src\soap\soap_builder.c(748) 
identified soap version is soap12
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\engine.c(576) Invoking 
phase Transport
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\phase.c(195) Invoke 
the handler request_uri_based_dispatcher within the phase Transport
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\req_uri_disp.c(103) 
Checking for service using target endpoint address : 
/deployAxis2RC3/services/math
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\engine.c(576) Invoking 
phase PreDispatch
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\phase.c(195) Invoke 
the handler AddressingInHandler within the phase PreDispatch
[Tue Apr 24 13:47:57 2007] [info]  Starting addressing in handler .........
[Tue Apr 24 13:47:57 2007] [info]  ..\..\src\modules\mod_addr\addr_in_handler.c
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\engine.c(576) Invoking 
phase Dispatch
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\phase.c(195) Invoke 
the handler soap_message_body_based_dispatcher within the phase Dispatch
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\soap_body_disp.c(126) 
Checking for service                                                      using 
SOAP message body's                                                     first 
child's namespace                                                      URI : 
http://ws.apache.org/axis2/c/samplesmath
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\phase.c(195) Invoke 
the handler addressing_based_dispatcher within the phase Dispatch
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\addr_disp.c(107) 
Checking for service using WSA enpoint address : /deployAxis2RC3/services/math
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\phase.c(195) Invoke 
the handler soap_action_based_dispatcher within the phase Dispatch
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\soap_action_disp.c(88) 
Checking for service using SOAPAction is a TODO item
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\engine.c(576) Invoking 
phase PostDispatch
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\phase.c(195) Invoke 
the handler dispatch_post_conditions_evaluator within the phase PostDispatch
[Tue Apr 24 13:47:57 2007] [info]  Service Not found. Endpoint reference is : 
/deployAxis2RC3/services/math
[Tue Apr 24 13:47:57 2007] [debug] ..\..\src\core\engine\engine.c(576) Invoking 
phase MessageOut
10.8.3.21 - - [24/Apr/2007:13:47:57 -0400] "POST /deployAxis2RC3/services/math 
HTTP/1.1" 500 538

Reply via email to