Announcement

Collapse
No announcement yet.

Warnings During OTM 5.5 Installation On Linux

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

  • Warnings During OTM 5.5 Installation On Linux

    Hi everyone,

    I was just doing a fresh install of OTM 5.5 Web Server (no CUs) on my Linux box. I noticed I had the following error:
    <action name="Copy File" status="warning">
    <AdditionalNotes>
    <warning>Source /tmp/addjars/webservices.jar does not exist.</warning>
    </AdditionalNotes>
    </action>
    I added xmlx.jar and weblogic.jar (copied from my WebLogic installation folders) to /tmp/addjars as instructed by the installer but there was no mention of webservices.jar during the install. When I reviewed the installation logs, I saw this warning.

    I have the following questions:
    1) Is this jar needed to activate webservices on OTM?
    2) Where can I find it
    3) Now that I have installed the web server component, how can I "plonk" this jar into the installation (which dir) so that my installation is kosher.

    Thanks!
    Ian

  • #2
    Re: Warnings During OTM 5.5 Installation On Linux

    Ian,

    I have the following questions:

    1) Is this jar needed to activate webservices on OTM?
    CP> Yes - this is necessary for the webservices in OTM, though if you install CU3 or later (I believe - I know for sure with CU4), it's no longer necessary, as different libraries are used.

    2) Where can I find it
    CP> You'll find this in the same directory that weblogic.jar and xmlx.jar were in. $BEA_HOME/weblogic81/server/lib

    3) Now that I have installed the web server component, how can I "plonk" this jar into the installation (which dir) so that my installation is kosher.
    CP> Definitely, just plunk this down in $OTM_HOME/glog/gc3webapp/WEB-INF/lib/3rdparty/

    Hope this helps!

    Chris

    Comment


    • #3
      Re: Warnings During OTM 5.5 Installation On Linux

      Thanks Chris for the info!

      Comment

      Working...
      X