FAQ entry or better error message: Missing DLLs cause
------------------------------------------------------
Key: TUSCANY-499
URL: http://issues.apache.org/jira/browse/TUSCANY-499
Project: Tuscany
Type: Improvement
Components: C++ SCA
Environment: Windows XP
Reporter: Simon Laws
Priority: Trivial
When running the Axis2 stangalone container you get a cryptic error message
(below) if the SCA or SDO dll's are not on the path. Here is the script I use
to run the server with with...
set TUSCANY_SCACPP_LOGGING=9
set
PATH=tuscany\cpp\sca\deploy\bin;tuscany\cpp\sdo\deploy\bin;axis2c-bin-0.92-win32\lib;libxml2-2.6.23.win32\bin;iconv-1.9.1.win32\bin;zlib-1.2.3.win32\bin
cd axis2c-bin-0.92-win32\bin
axis2_http_server.exe -l 4
Here is the error you get it the SCA and/or SDO dll's are missing
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\engine.c(881)
Invoking phase Dispatch
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\phase.c(338)
Invoke the handler addressing_based_dispatcher within
the phase Dispatch
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\addr_disp.c(110)
Checking for service using WSA enpoint address :
http://127.0.0.1:9090/axis2/services/Calculator
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\addr_disp.c(140)
Service found using WSA enpoint address
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\phase.c(338)
Invoke the handler request_uri_based_dispatcher within
the phase Dispatch
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\phase.c(338)
Invoke the handler soap_action_based_dispatcher within
the phase Dispatch
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\phase.c(338)
Invoke the handler soap_message_body_based_dispatcher
within the phase Dispatch
[Fri Jun 23 13:44:36 2006] [debug]
..\..\modules\core\engine\soap_body_disp.c(211) Checking for operation using
SOAP message
body's first child's local name : add
[Fri Jun 23 13:44:36 2006] [debug]
..\..\modules\core\engine\soap_body_disp.c(220) Operation found using SOAP
message body's
first child's local name
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\engine.c(881)
Invoking phase PostDispatch
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\phase.c(338)
Invoke the handler dispatch_post_conditions_evaluator
within the phase PostDispatch
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\phase.c(338)
Invoke the handler context_handler within the phase
PostDispatch
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\engine.c(881)
Invoking phase PolicyDetermination
[Fri Jun 23 13:44:36 2006] [debug] ..\..\modules\core\engine\engine.c(881)
Invoking phase PreDispatch
[Fri Jun 23 13:44:37 2006] [error]
..\..\modules\core\receivers\raw_xml_in_out_msg_recv.c(99) Impl object for
service not set in
message receiver 94 :: Failed in creating DLL
[Fri Jun 23 13:44:37 2006] [debug] ..\..\modules\core\engine\engine.c(440)
Axis2 engine receive successful
[Fri Jun 23 13:44:37 2006] [debug] ..\..\modules\core\engine\engine.c(881)
Invoking phase MessageOut
[Fri Jun 23 13:44:37 2006] [debug] ..\..\modules\core\engine\phase.c(338)
Invoke the handler AddressingOutHandler within the
phase MessageOut
[Fri Jun 23 13:44:37 2006] [warning]
..\..\modules\core\transport\http\receiver\http_svr_thread.c(336) Error occured
in
processing request
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
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]