I am using 1.3.0 release... All It's working now, but what I did to fix it was just to rename the entry function name of my business shared library (which it is in the library search path) . The function was called as exec_abcd and now it's abcd. And now it's working....
Thank you for your backing. Paulo On Thu, May 1, 2008 at 2:21 AM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > If you use the latest package, you should get the detailed error in the > log on what exactly going wrong. > > Samisa... > > Supun Kamburugamuva wrote: > > > Hi, > > > > Do you have all those other linked libraries(required by your service) > > in the path as well? > > > > Supun... > > > > On Wed, Apr 30, 2008 at 5:50 AM, Paulo Vicentini < > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > > > LD_LIBRARY_PATH is set (AXIS2C_HOME/lib) as well as AXIS2C_HOME. > > > > I got "Failed in creating DLL". > > > > tks > > Paulo > > > > > > > > > > On Wed, Apr 30, 2008 at 1:06 AM, Kaushalye Kapuruge > > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > > > Have you set your LD_LIBRARY_PATH to AXIS2C_HOME/lib? > > Cheers, > > Kaushalye > > > > > > Paulo Vicentini wrote: > > > > Hi, > > I am facing problems in order to call my service, I got > > "Failed in creating DLL". > > > > The service is deployed with success in the > > axis2_http_server (linux) but when I call it i get the > > message above. > > Since the service itself is linked against other shared > > libraries (.so), is there anything else I should set up > > (services.xml) ? > > > > Should I dynamically load the other libraries (*dlopen*) > > or the dynamic linker will do that ? > > > > thanks > > Paulo > > > > > > > > -- http://blog.kaushalye.org/ > > http://wso2.org/ > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > > > > > > > ------------------------------------------------------------------------ > > > > No virus found in this incoming message. > > Checked by AVG. Version: 7.5.524 / Virus Database: 269.23.7/1408 - > > Release Date: 4/30/2008 6:10 PM > > > > > > > -- > Samisa Abeysinghe Director, Engineering; WSO2 Inc. > > http://www.wso2.com/ - "The Open Source SOA Company" > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
