Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 1759 invoked from network); 9 Jun 2008 05:56:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2008 05:56:14 -0000 Received: (qmail 44709 invoked by uid 500); 9 Jun 2008 05:56:11 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 44693 invoked by uid 500); 9 Jun 2008 05:56: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 44682 invoked by uid 99); 9 Jun 2008 05:56:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jun 2008 22:56:11 -0700 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; Mon, 09 Jun 2008 05:55:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0C507234C135 for ; Sun, 8 Jun 2008 22:55:45 -0700 (PDT) Message-ID: <1516289734.1212990945035.JavaMail.jira@brutus> Date: Sun, 8 Jun 2008 22:55:45 -0700 (PDT) From: "Supun Kamburugamuva (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Resolved: (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:all-tabpanel ] Supun Kamburugamuva resolved AXIS2C-1043. ----------------------------------------- Resolution: Fixed Assignee: Supun Kamburugamuva Fixed in the SVN head. Thanks Dave for the directions. > 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 > Assignee: Supun Kamburugamuva > Attachments: IIS_diff.txt > > > 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