Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 87614 invoked from network); 6 Mar 2008 10:58:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 10:58:15 -0000 Received: (qmail 89090 invoked by uid 500); 6 Mar 2008 10:58:11 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 89083 invoked by uid 500); 6 Mar 2008 10:58:11 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 89067 invoked by uid 99); 6 Mar 2008 10:58:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 02:58:11 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 10:57:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5FD23234C08D for ; Thu, 6 Mar 2008 02:57:01 -0800 (PST) Message-ID: <861576919.1204801021391.JavaMail.jira@brutus> Date: Thu, 6 Mar 2008 02:57:01 -0800 (PST) From: "Senaka Fernando (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-1043) Rampart/C module fails to load when running in IIS In-Reply-To: <693801609.1204769098105.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575652#action_12575652 ] Senaka Fernando commented on AXIS2C-1043: ----------------------------------------- Hi Dave, I'm not sure whether this can be the cause as I havn't tried this scenario on Windows + IIS as yet, but, I guess it may have some impact, as I once got into this issue in a different way. The solution is to build all the required Axis2/C and Rampart/C libs using the /MT option rather than the /MD option. I have a raised an issue in this concern in the Rampart/C JIRA, at RAMPARTC-58. I have a feeling that this might be the cause. Regards, Senaka > Rampart/C module fails to load when running in IIS > -------------------------------------------------- > > Key: AXIS2C-1043 > URL: https://issues.apache.org/jira/browse/AXIS2C-1043 > Project: Axis2-C > Issue Type: Bug > Components: core/transport > Affects Versions: Current (Nightly) > Environment: Windows XP, IIS 5.1 > Reporter: Dave Meier > Priority: Blocker > > I am using Rampart/C and Axis2/C and I cannot get it to work when running in IIS. Everything works fine when running from the axis2_http_server.exe but fails when I use IIS. > The Rampart module is failing to load and I am not sure why. I traced it to the LoadLibrary call failing. I have rebuilt both Axis2/C and Rampart/C several times and checked all the settings. I am not sure why it is not loading. > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\engine\phase.c(121) axis2_handler_t *request_uri_based_dispatcher added to the index 0 of the phase Transport > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\engine\phase.c(121) axis2_handler_t *addressing_based_dispatcher added to the index 1 of the phase Transport > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\engine\phase.c(121) axis2_handler_t *rest_dispatcher added to the index 0 of the phase Dispatch > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\engine\phase.c(121) axis2_handler_t *soap_message_body_based_dispatcher added to the index 1 of the phase Dispatch > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\engine\phase.c(121) axis2_handler_t *soap_action_based_dispatcher added to the index 2 of the phase Dispatch > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\engine\phase.c(121) axis2_handler_t *dispatch_post_conditions_evaluator added to the index 0 of the phase PostDispatch > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\engine\phase.c(121) axis2_handler_t *context_handler added to the index 1 of the phase PostDispatch > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\conf_builder.c(233) no custom dispatching order found continue with default dispatching order > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\conf_builder.c(384) module addressing found in axis2.xml > [Wed Mar 05 17:49:21 2008] [debug] ..\..\util\src\class_loader.c(141) Object loaded successfully > [Wed Mar 05 17:49:21 2008] [debug] ..\..\util\src\class_loader.c(141) Object loaded successfully > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\repos_listener.c(93) axis2_repos_listener_create_with_folder_name_and_dep_engine: folder_name=F:/TeamTrack701/software/contrib/axis2c/Win32 > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\repos_listener.c(103) axis2_repos_listener_create_with_folder_name_and_dep_engine: after axis2_repos_listener_create > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\repos_listener.c(115) axis2_repos_listener_create_with_folder_name_and_dep_engine: after axis2_dep_engine_get_file_flag > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\repos_listener.c(123) axis2_repos_listener_create_with_folder_name_and_dep_engine: after axis2_ws_info_list_create_with_dep_engine > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\repos_listener.c(137) axis2_repos_listener_create_with_folder_name_and_dep_engine: after axis2_dep_engine_get_axis_conf > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\repos_listener.c(147) axis2_repos_listener_create_with_folder_name_and_dep_engine: after axis2_repos_listener_set_conf > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\dep_engine.c(1259) axis2_dep_engine_load_module_dll: DLL path is : F:/TeamTrack701/software/contrib/axis2c/Win32/modules/addressing/axis2_mod_addr.dll > [Wed Mar 05 17:49:21 2008] [debug] ..\..\util\src\class_loader.c(141) Object loaded successfully > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\dep_engine.c(1259) axis2_dep_engine_load_module_dll: DLL path is : F:/TeamTrack701/software/contrib/axis2c/Win32/modules/logging/axis2_mod_log.dll > [Wed Mar 05 17:49:21 2008] [debug] ..\..\util\src\class_loader.c(141) Object loaded successfully > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\dep_engine.c(1259) axis2_dep_engine_load_module_dll: DLL path is : F:/TeamTrack701/software/contrib/axis2c/Win32/modules/rampart/mod_rampart.dll > [Wed Mar 05 17:49:21 2008] [debug] ..\..\util\src\class_loader.c(80) axutil_class_loader_load_lib failed: F:/TeamTrack701/software/contrib/axis2c/Win32/modules/rampart/mod_rampart.dll > [Wed Mar 05 17:49:21 2008] [debug] ..\..\src\core\deployment\repos_listener.c(153) AXIS2_ERROR_REPOS_LISTENER_INIT_FAILED > [Wed Mar 05 17:49:21 2008] [error] ..\..\src\core\deployment\dep_engine.c(768) dep_engine repos listener creation failed, folder name is F:/TeamTrack701/software/contrib/axis2c/Win32 > [Wed Mar 05 17:49:21 2008] [error] ..\..\src\core\deployment\conf_init.c(67) dep engine load failed. conf value is NULL -- 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: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org