deloy Rampart/C

View: New views
4 Messages — Rating Filter:   Alert me  

deloy Rampart/C

by 尾崎実 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi I'm minoru.ozaki at  Panasonic engineer.

I deploy Apache Rampart/C (the security module for Apache Axis2/C) to Axis2/C.
I use MS Windows Distribution(Source Distribution).
but Axis2/C server-soft "axis2_http_server.exe" is not start

log is

[Mon Sep 14 12:56:12 2009] [debug] ..\..\util\src\class_loader.c(140) ..//modules/logging/axis2_mod_log.dll shared lib loaded successfully
[Mon Sep 14 12:56:12 2009] [debug] ..\..\src\core\deployment\desc_builder.c(777) Input action mapping found http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT
[Mon Sep 14 12:56:12 2009] [debug] ..\..\src\core\deployment\desc_builder.c(777) Input action mapping found http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT
[Mon Sep 14 12:56:12 2009] [debug] ..\..\src\core\deployment\dep_engine.c(1283) axis2_dep_engine_load_module_dll: DLL path is :
..//modules/rahas/mod_rahas.dll
[Mon Sep 14 12:56:13 2009] [error] ..\..\util\src\class_loader.c(167) Loading shared library ..//modules/rahas/mod_rahas.dll  Failed. DLERROR IS DLL Load
Error 126: module not found.
[Mon Sep 14 12:56:13 2009] [error] ..\..\src\core\deployment\dep_engine.c(1408) Loading module description rahas failed
[Mon Sep 14 12:56:13 2009] [error] ..\..\src\core\deployment\dep_engine.c(1572) Adding new module rahas to the deployment engine failed
[Mon Sep 14 12:56:13 2009] [error] ..\..\src\core\deployment\repos_listener.c(134) Repository listener initialization failed
[Mon Sep 14 12:56:13 2009] [error] ..\..\src\core\deployment\dep_engine.c(783) dep_engine repos listener creation failed, folder name is ../
[Mon Sep 14 12:56:13 2009] [error] ..\..\src\core\deployment\conf_init.c(64) Loading deployment engine failed for repository ../.
[Mon Sep 14 12:56:13 2009] [error] ..\..\src\core\transport\http\receiver\http_receiver.c(126) unable to create private configuration contextfor repo
path ../
[Mon Sep 14 12:56:13 2009] [error] ..\..\src\core\transport\http\server\simple_axis2_server\http_server_main.c(215) Server creation failed: Error code:
34 :: Repository listener initialization faile

pleas help me !

--------------------------------------------------------
パナソニックコミュニケーションズ(株)
CNC  PF開発センター
ネットワークPF開発 1T
 Name:  尾崎 実
 E-mail: ozaki.minoru@...
 MEITS 7-911-6901 TEL:050-3380-2356 FAX:092-477-1301
--------------------------------------------------------

Re: deloy Rampart/C

by Murphey McCloy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It looks like the important part of the logs is:

..//modules/rahas/mod_rahas.dll
[Mon Sep 14 12:56:13 2009] [error] ..\..\util\src\class_loader.c(167) Loading shared library ..//modules/rahas/mod_rahas.dll  Failed. DLERROR IS DLL Load
Error 126: module not found.


Can you verify that mod_ragas.dll is in the correct directory?

-Murphey Mccloy


On Sep 13, 2009, at 10:27 PM, 尾崎実 <ozaki.minoru@...> wrote:

ath is :
..//modules/rahas/mod_rahas.dll
[Mon Sep 14 12:56:13 2009] [error] ..\..\util\src\class_loader.c(167) Loading shared library ..//modules/rahas/mod_rahas.dll  Failed. DLERROR IS DLL Load
Error 126: module not found.

Re: deloy Rampart/C

by 尾崎実 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thank you reply !

axis2c directory is follow

C:\axis2c\build\deploy\modules
                         \-- addressing - axis2_mod_addr.dll
                         \              - axis2_mod_addr.exp
                         \              - axis2_mod_addr.lib
                         \              - module.xml
                         \--logging     - axis2_mod_log.dll
                         \              - axis2_mod_log.exp
                         \              - axis2_mod_log.lib
                         \              - module.xml
                         \--rahas       - mod_rahas.dll <----- dll is here
                                        - mod_rahas.exp
                                        - mod_rahas.lib
                                        - module.xml

axis2_mod_addr.dll,axis2_mod_log.dll are load success.
Why mod_rahas.dll in not load ?

>It looks like the important part of the logs is:
>
>..//modules/rahas/mod_rahas.dll
>[Mon Sep 14 12:56:13 2009] [error] ..\..\util\src\class_loader.c(167)  
>Loading shared library ..//modules/rahas/mod_rahas.dll  Failed.  
>DLERROR IS DLL Load
>Error 126: module not found.
>
>Can you verify that mod_ragas.dll is in the correct directory?
>

----------------------------------------
Panasonic Communication Inc. minoru.ozaki
mail:ozaki.minoru@...
----------------------------------------

Re: deloy Rampart/C

by Selvaratnam Uthaiyashankar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

"modules" directory should contain "rampart" directory as well. Is it missing?

Also check whether you have installed openssl and it is in PATH.

Regards,
Shankar

On Mon, Sep 14, 2009 at 12:15 PM, 尾崎実 <ozaki.minoru@...> wrote:

> thank you reply !
>
> axis2c directory is follow
>
> C:\axis2c\build\deploy\modules
>                         \-- addressing - axis2_mod_addr.dll
>                         \              - axis2_mod_addr.exp
>                         \              - axis2_mod_addr.lib
>                         \              - module.xml
>                         \--logging     - axis2_mod_log.dll
>                         \              - axis2_mod_log.exp
>                         \              - axis2_mod_log.lib
>                         \              - module.xml
>                         \--rahas       - mod_rahas.dll <----- dll is here
>                                        - mod_rahas.exp
>                                        - mod_rahas.lib
>                                        - module.xml
>
> axis2_mod_addr.dll,axis2_mod_log.dll are load success.
> Why mod_rahas.dll in not load ?
>
>>It looks like the important part of the logs is:
>>
>>..//modules/rahas/mod_rahas.dll
>>[Mon Sep 14 12:56:13 2009] [error] ..\..\util\src\class_loader.c(167)
>>Loading shared library ..//modules/rahas/mod_rahas.dll  Failed.
>>DLERROR IS DLL Load
>>Error 126: module not found.
>>
>>Can you verify that mod_ragas.dll is in the correct directory?
>>
>
> ----------------------------------------
> Panasonic Communication Inc. minoru.ozaki
> mail:ozaki.minoru@...
> ----------------------------------------
>



--
S.Uthaiyashankar
Software Architect
WSO2 Inc.
http://wso2.com/ - "The Open Source SOA Company"