Hi, What I meant was C runtime library MSVCRT.DLL. Try using the depends.exe ( Dependency walker tool ) to find out the dependencies of your service. This may help you figure out the problem.
Regards Nandika On Wed, Mar 26, 2008 at 9:23 PM, Sunil Pandit <[EMAIL PROTECTED]> wrote: > Nandika , > > The server where it is running is > > OS Name Microsoft(R) Windows(R) Server 2003, Standard Edition > Version 5.2.3790 Service Pack 1 Build 3790 > > And the machine where it is failing is > > OS Name Microsoft Windows XP Professional > Version 5.1.2600 Service Pack 2 Build 2600 > > Could you please elaborate which libraries I should be looking for .? The > dependency of axis are same . > > Thanks > Sunil Pandit > R&D , CSC FSG Austin > (512)2755792 > > Computer Sciences Corporation > Registered Office: 2100 East Grand Avenue, El Segundo California 90245, USA > Registered in USA No: C-489-59 > > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > This is a PRIVATE message. If you are not the intended recipient, please > delete without copying and kindly advise us by e-mail of the mistake in > delivery. > NOTE: Regardless of content, this e-mail shall not operate to bind CSC to > any order or other contract unless pursuant to explicit written agreement > or government initiative expressly permitting the use of e-mail for such > purpose. > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > > > > "Nandika > Jayawardana" > <[EMAIL PROTECTED] To > om> "Apache AXIS C User List" > <[email protected]> > 03/26/2008 10:12 cc > AM > Subject > Re: Failed in creating DLL > Please respond to > > "Apache AXIS C > User List" > <[EMAIL PROTECTED] > pache.org> > > > > > > > Hi, > This may be due to a difference in C runtime environments in the > machine you tested and the machine you have deployed the service. Also > check whether there is a difference in dependency library versions. > > Regards > Nandika > > On Wed, Mar 26, 2008 at 7:56 PM, Sunil Pandit <[EMAIL PROTECTED]> wrote: > > Manjula > > > > Thanks for your quick response. The dll has been tested on one of our > > server . We deployed this dll in customer environment and we are getting > > this error . So I am not sure if it is compiler settings. Yes the service > > name is correct. > > > > Regards > > Sunil Pandit > > R&D , CSC FSG Austin > > (512)2755792 > > > > Computer Sciences Corporation > > Registered Office: 2100 East Grand Avenue, El Segundo California 90245, > USA > > Registered in USA No: C-489-59 > > > > > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > > > This is a PRIVATE message. If you are not the intended recipient, please > > delete without copying and kindly advise us by e-mail of the mistake in > > delivery. > > NOTE: Regardless of content, this e-mail shall not operate to bind CSC to > > any order or other contract unless pursuant to explicit written agreement > > or government initiative expressly permitting the use of e-mail for such > > purpose. > > > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > > > > > > > > > > > Manjula Peiris > > <[EMAIL PROTECTED] > > > To > > Apache AXIS C User List > > 03/26/2008 01:43 <[email protected]> > > AM cc > > > > Subject > > Please respond to Re: Failed in creating DLL > > "Apache AXIS C > > User List" > > <[EMAIL PROTECTED] > > pache.org> > > > > > > > > > > > > > > > > Hi Sunil, > > > > How did you create the service ? What are the compiler and linker > > commands? And is the service dll name in the services.xml is correct? > > > > Thanks, > > -Manjula > > > > > > On Tue, 2008-03-25 at 21:08 -0500, Sunil Pandit wrote: > > > Hello Axis experts , > > > > > > I have developed a web service which has been working fine in our test > > > environment . We have tested this service in both axis web server > > > environment as well as in HTTP server environment. > > > > > > However when we deployed same service in our customer's environment , > > we > > > are facing "Failed in creating DLL" error . > > > > > > The service can be seen among the available services . I would > appreciate > > > if someone shed some light on this problem. Here is the log. > > > > > > [Tue Mar 25 15:26:26 2008] [info] Starting HTTP server thread > > > [Tue Mar 25 15:26:34 2008] [debug] > > > ..\..\src\core\transport\http\common\http_worker.c(153) Client HTTP > > version > > > HTTP/1.0 > > > [Tue Mar 25 15:26:34 2008] [debug] > > ..\..\axiom\src\soap\soap_builder.c(843) > > > Identified soap version is soap11 > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(648) > > > Start:axis2_engine_invoke_phases > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(660) > > > Invoking phase Transport > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\phase.c(204) > > > Invoke the handler request_uri_based_dispatcher within the phase > > Transport > > > [Tue Mar 25 15:26:34 2008] [debug] > > > ..\..\src\core\engine\req_uri_disp.c(101) Checking for service using > > target > > > endpoint address : http://161.250.36.4:9090/axis2/services/VPMSService > > > [Tue Mar 25 15:26:34 2008] [debug] > > > ..\..\src\core\engine\req_uri_disp.c(122) Service found using target > > > endpoint address > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\phase.c(204) > > > Invoke the handler AddressingInHandler within the phase Transport > > > [Tue Mar 25 15:26:34 2008] [info] Starting addressing in handler > > ......... > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\phase.c(204) > > > Invoke the handler addressing_based_dispatcher within the phase > Transport > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(660) > > > Invoking phase PreDispatch > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(660) > > > Invoking phase Dispatch > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\phase.c(204) > > > Invoke the handler soap_message_body_based_dispatcher within the phase > > > Dispatch > > > [Tue Mar 25 15:26:34 2008] [debug] > > > ..\..\src\core\engine\soap_body_disp.c(228) Checking for operation > using > > > SOAP message body's first child's local name : execute > > > [Tue Mar 25 15:26:34 2008] [debug] > > > ..\..\src\core\engine\soap_body_disp.c(236) Operation found using SOAP > > > message body's first child's local name > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\phase.c(204) > > > Invoke the handler soap_action_based_dispatcher within the phase > Dispatch > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(660) > > > Invoking phase PostDispatch > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\phase.c(204) > > > Invoke the handler dispatch_post_conditions_evaluator within the phase > > > PostDispatch > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\phase.c(204) > > > Invoke the handler context_handler within the phase PostDispatch > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(670) > > > End:axis2_engine_invoke_phases > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(648) > > > Start:axis2_engine_invoke_phases > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(670) > > > End:axis2_engine_invoke_phases > > > [Tue Mar 25 15:26:34 2008] [error] > > > ..\..\src\core\receivers\raw_xml_in_out_msg_recv.c(115) Impl object for > > > service 'VPMSService' not set in message receiver. 100 :: Failed in > > > creating DLL > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(302) > > > Axis2 engine receive completed! > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(648) > > > Start:axis2_engine_invoke_phases > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(660) > > > Invoking phase MessageOut > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\phase.c(204) > > > Invoke the handler AddressingOutHandler within the phase MessageOut > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(670) > > > End:axis2_engine_invoke_phases > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(648) > > > Start:axis2_engine_invoke_phases > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(660) > > > Invoking phase MessageOut > > > [Tue Mar 25 15:26:34 2008] [debug] ..\..\src\core\engine\engine.c(670) > > > End:axis2_engine_invoke_phases > > > > > > Sunil Pandit > > > R&D , CSC FSG Austin > > > (512)2755792 > > > > > > Computer Sciences Corporation > > > Registered Office: 2100 East Grand Avenue, El Segundo California 90245, > > USA > > > Registered in USA No: C-489-59 > > > > > > > > > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > > > > > > > This is a PRIVATE message. If you are not the intended recipient, > please > > > delete without copying and kindly advise us by e-mail of the mistake in > > > delivery. > > > NOTE: Regardless of content, this e-mail shall not operate to bind CSC > to > > > any order or other contract unless pursuant to explicit written > agreement > > > or government initiative expressly permitting the use of e-mail for > such > > > purpose. > > > > > > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > http://nandikajayawardana.blogspot.com/ > WSO2 Inc: http://www.wso2.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://nandikajayawardana.blogspot.com/ WSO2 Inc: http://www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
