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 Jim Seipp <Ji...@avid.com> on 2007/04/12 20:59:33 UTC

snapshot

Hi,

Is it possible to get a snapshot of the AXIS2/C so I can test with the
current code?

Thanks,

Jim


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: snapshot

Posted by Samisa Abeysinghe <sa...@wso2.com>.
>     If you intend to get RC1, Samisa provided a link [2].
>  
>
I am currently packaging the RC2 of 1.0.0 release. Would be available by 
Monday 16th April - if you could be a bit more patient, I hope RC2 would 
be far more stable.

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: apache2 deploy

Posted by Jim Seipp <Ji...@avid.com>.
Hi Dumindu,

Here are the changes I made to the configuration file.

Axis2LogLevel AXIS2_LOG_LEVEL_TRACE
LoadModule axis2_module deployAxis2RC3/lib/mod_axis2.so 
Axis2RepoPath deployAxis2RC3
Axis2LogFile deployAxis2RC3/logs/axis2.log
<Location /deployAxis2RC3>
    SetHandler axis2_module
</Location>

If you want to VNC into my server computer I can set that up for you.

Thanks,

Jim

-----Original Message-----
From: Dumindu Pallewela [mailto:dumindu@wso2.com] 
Sent: Tuesday, April 24, 2007 7:12 PM
To: Apache AXIS C Developers List
Subject: Re: apache2 deploy

Hi Jim,

The only method that I could recreate this error was by renaming the 
math service directory to
something else. Please check if your services directory contains the 
math service (under the
directory name "math").

Moreover, it would be helpful if you can attach the axis2 configuration 
that you added in
httpd.conf file.

Regards,
Dumindu.

Jim Seipp wrote:
> 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
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: apache2 deploy

Posted by Jim Seipp <Ji...@avid.com>.
Hi Dumindu,

Here are the changes I made to the configuration file.

Axis2LogLevel AXIS2_LOG_LEVEL_TRACE
LoadModule axis2_module deployAxis2RC3/lib/mod_axis2.so
Axis2RepoPath deployAxis2RC3
Axis2LogFile deployAxis2RC3/logs/axis2.log
<Location /deployAxis2RC3>
    SetHandler axis2_module
</Location>

If you want to VNC into my server computer I can set that up for you.

Thanks,

Jim

-----Original Message-----
From: Dumindu Pallewela [mailto:dumindu@wso2.com] 
Sent: Tuesday, April 24, 2007 7:12 PM
To: Apache AXIS C Developers List
Subject: Re: apache2 deploy

Hi Jim,

The only method that I could recreate this error was by renaming the 
math service directory to
something else. Please check if your services directory contains the 
math service (under the
directory name "math").

Moreover, it would be helpful if you can attach the axis2 configuration 
that you added in
httpd.conf file.

Regards,
Dumindu.

Jim Seipp wrote:
> 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
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: apache2 deploy

Posted by Dumindu Pallewela <du...@wso2.com>.
Jim Seipp wrote:
>
> Axis2LogLevel AXIS2_LOG_LEVEL_TRACE
> LoadModule axis2_module deployAxis2RC3/lib/mod_axis2.so
> Axis2RepoPath deployAxis2RC3
> Axis2LogFile deployAxis2RC3/logs/axis2.log
> <Location /deployAxis2RC3>
>     SetHandler axis2_module
> </Location>
>   

It seems to me that you have copied the Axis2/C package to the apache2/bin
directory. Your problem may have occurred due to the relative path given in
"Axis2RepoPath deployAxis2RC3".

Try changing that to the *absolute path* where Axis2/C is deployed.

Also it is better to copy the mod_axis2.dll (assume win32 environment) 
to the
apache modules directory and load it as:

LoadModule axis2_module modules/mod_axis2.dll

Note that you can check if the services are deployed in axis2/c 
correctly, by
pointing your web browser to "http://<host>:<port>/deployAxis2RC3". It will
list all the services deployed.

Regards,
Dumindu.



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


apache2 deploy

Posted by Jim Seipp <Ji...@avid.com>.
Hi Dumindu,

The email keeps deleting my line feeds sorry

Here again are the changes I made to the configuration file.

Axis2LogLevel AXIS2_LOG_LEVEL_TRACE
LoadModule axis2_module deployAxis2RC3/lib/mod_axis2.so
Axis2RepoPath deployAxis2RC3
Axis2LogFile deployAxis2RC3/logs/axis2.log
<Location /deployAxis2RC3>
    SetHandler axis2_module
</Location>

If you want to VNC into my server computer I can set that up for you.

Thanks,

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: apache2 deploy

Posted by Dumindu Pallewela <du...@wso2.com>.
Hi Jim,

The only method that I could recreate this error was by renaming the 
math service directory to
something else. Please check if your services directory contains the 
math service (under the
directory name "math").

Moreover, it would be helpful if you can attach the axis2 configuration 
that you added in
httpd.conf file.

Regards,
Dumindu.

Jim Seipp wrote:
> 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
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


apache2 deploy

Posted by Jim Seipp <Ji...@avid.com>.
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

Re: snapshot

Posted by Dinesh Premalal <xy...@gmail.com>.
Hi Jim, 
     I'm not sure whether I understand your question correctly, You
     can get a snapshot of current code from the svn [1].

     If you intend to get RC1, Samisa provided a link [2].

thanks,
Dinesh

[1]. http://ws.apache.org/axis2/c/svn.html#checkout
[2]. http://people.apache.org/~samisa/release/

"Jim Seipp" <Ji...@avid.com> writes:

> Hi,
>
> Is it possible to get a snapshot of the AXIS2/C so I can test with the
> current code?
>
> Thanks,
>
> Jim
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>

-- 
Dinesh Premalal
dinesh@wso2.com
WSO2, Inc.; http://www.wso2.com/
GPG Key ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org