Hide Forgot
$ rpm -q condor-aviary wso2-axis2 condor-aviary-7.6.0-0.4.el6.x86_64 wso2-axis2-2.1.0-0.4.el6.x86_64 $ CONDOR_CONFIG=only_env _CONDOR_LOG=$PWD _CONDOR_WSFCPP_HOME=/usr /usr/sbin/aviary_query_server -t -f ... ERROR "Failed to initialize Axis2SoapProvider" Find the real reason in aviary_query.axis2.log, [error] class_loader.c(152) Loading shared library /usr//lib/libaxis2_http_sender.so Failed. DLERROR IS /usr//lib/libaxis2_http_sender.so: cannot open shared object file: No such file or directory The issue appears to be axis2 looking only in /usr/lib, while the library is present in /usr/lib64, $ rpm -qf /usr/lib64/libaxis2_http_sender.so.0.6.0 wso2-axis2-2.1.0-0.4.el6.x86_64 A temporary workaround is to symlink into /usr/lib, which must also be done for libaxis2_http_receiver and libwsf_cpp_msg_recv.
*** This bug has been marked as a duplicate of bug 693384 ***