Announcement

Collapse
No announcement yet.

OTM (./otmweb55) error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • OTM (./otmweb55) error

    hi gurus,

    i have installed OTM on HP-parisc(64-bit) and otm database on hp-itanium, everything went on fine with the installation.
    when started ./otmapp5 start worked fine.

    checked console.log to verify and its showed the expected result.

    INFO | jvm 1 | 2008/01/25 17:38:22 | 08/01/25 17:38:22 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized

    but, when i start the web server (tomcat and apache) following is the error encountered
    plase look into the issue at the earliest.
    # ./otmweb55 start
    Waiting for App Server to finish startup
    Starting Tomcat Servlet Server...
    Waiting for Tomcat to finish startup...
    Starting Apache
    /usr/lib/dld.sl: Can't find path for shared library: libcrypto.sl
    /usr/lib/dld.sl: No such file or directory
    ./apachectl[71]: 1490 Abort(coredump)

    thanks
    sandeep kiran kumar kaundinya.
    Last edited by sandeep kiran kumar; January 25, 2008, 15:34.

  • #2
    Re: OTM (./otmweb55) error

    Hello, it sounds like either the Apache binaries are incompatible with your system, or that they depend on libraries which aren't installed. Here's some info on the library that is being called, but which doesn't appear to be available on your system:

    dld.sl(5)

    Can you verify your HP-UX version is 11.2x and that you ran the root.sh script post-install? If both of these are in order, then I'd recommend opening an SR with Oracle, as they may have to provide you with different Apache binaries.

    --Chris

    Comment


    • #3
      Re: OTM (./otmweb55) error

      I HAVE JUST LINKED THE FOLLOWING ON TO /USR/LOCAL/LIB
      # ls -l
      total 2608
      lrwxr-xr-x 1 root sys 21 Jan 30 11:17 libcrypto.sl -> /usr/l ib/libcrypto.sl
      lrwxr-xr-x 1 root sys 21 Jan 30 11:17 libcrypto.sl.0.9.7 -> /usr/lib/libcrypto.sl
      -rwxrwxrwx 1 root sys 1331200 Jan 24 15:46 libdb.sl
      lrwxr-xr-x 1 root sys 18 Jan 30 11:27 libssl.sl -> /usr/lib/ libssl.sl


      SOLVED THE ISSUE

      THANKS

      SANDEEP KIRAN KUMAR KAUNDINYA.j

      Comment

      Working...
      X