IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  CAN'T start oracle adapter on HP-UX

    Posted Sun August 31, 2003 10:16 PM

    Is there anyone who knows how to troubleshoot following problem?

    ENVIRONMENT :
    uname -a
    HP-UX crs_db B.11.11 U 9000/800 181454625 unlimited-user license

    getconf KERNEL_BIT
    64

    oracle : 9.2.0

    ERROR MESSAGE :

    =================================================================================
    ��� 6:14:09 (901) Connect to Broker “testNATE-CRSX” on host “150.28.14.85:8849”.
    ��� 6:14:09 (902) Check client group “NATEMMP”.
    ��� 6:14:09 (924) Create AdapterConfig document type.
    ��� 6:14:09 (921) Check client group permissions.
    ��� 6:14:09 (903) Create client “CRS_CRSXOrcl_Real”.
    ��� 6:14:09 (904) Start adapter process in test mode.
    ��� 6:14:16 java.lang.UnsatisfiedLinkError: /opt/wment41/lib/liboracle9ijni.sl: No such file or directory
    ��� 6:14:17 (195) Process exited with code 4.
    =================================================================================<<

    I suspect that this problem is caused by the restriction that HP-UX 64 bit kernel
    prohibits the program using setuid/setguid from using SHLIB_PATH as library search path.


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 2.  RE: CAN'T start oracle adapter on HP-UX

    Posted Mon September 01, 2003 03:06 AM

    Please try adding the path of liboracle9ijni.sl to the ‘Add to library path’ field of the Adapter Config (look for it in the Java Tab). This should solve your issue.


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 3.  RE: CAN'T start oracle adapter on HP-UX

    Posted Mon September 01, 2003 04:32 AM

    pgupta, I have already tried it. it seems that it’s different problem.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: CAN'T start oracle adapter on HP-UX

    Posted Tue September 02, 2003 03:21 AM

    It’s your file permissions, check that the user the adapter runs under has read/write/execute on the shared library and it’s directory


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 5.  RE: CAN'T start oracle adapter on HP-UX

    Posted Tue September 02, 2003 01:59 PM

    If you are still having problems try this work around

    cd /opt/wment41/lib
    ln -s $ORA_HOME/lib32/libclntsh.so.9.0 libclntsh.so.8.0

    PS: To find out all the dependencies of this lib do a “ldd liboracle9ijni.sl”


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards