Hi

I am trying to use Axis 1.5 Alpha to access the Google Web Service.The programs exits with the following exception
DLOPEN FAILED in loading channel library.On doing an strace I got the following output.


open("/usr/lib/libhttp_channel.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
munmap(0x40677000, 22733) = 0
futex(0x401c64b4, FUTEX_WAKE, 2147483647) = 0
futex(0x402089cc, FUTEX_WAKE, 2147483647) = 0
munmap(0x40664000, 76820) = 0
munmap(0x4034d000, 99396) = 0
munmap(0x4036c000, 3111548) = 0
write(1, "AXIS_FAIL-1\n", 12AXIS_FAIL-1

The libhttp_channel.so file is not found in the $AXISCPP_DEPLOY/lib directory too.


The program seems to be looking for the libhttp_channel.so in various directories ( I have not included the complete output here).On looking up the axiscpp.conf file I found.

#Channel_HTTP_SSL:Secure Transport channel in axis3 transport
#Channel_HTTP:Transport channel in axis3 transport

The axiscpp.conf also mentions that some of this functionality has not been implemented.Is the program looking for a library which has not been implemented?


Regards
Krishna
http://uic.edu/~krajag2







Reply via email to