Release Automation

  • 1.  Weblogic pre-defined action error

    Posted Oct 26, 2012 04:05 PM
    Hi,
    I am getting this error while using the action WLS - Shutdown Server. It seems CLASSPATH needs changes. Is there a better way to achieve this?

    [Communication Msg Processor-1] ERROR (FlowControlService.java:117) - failed initialize flow for job[65754], dsInstance[282450].
    java.lang.NoClassDefFoundError: weblogic/security/SSL/TrustManager


  • 2.  RE:Weblogic pre-defined action error

    Posted Oct 29, 2012 08:50 AM
    This error was for 10.3.2 version. Forgot to mention that.


  • 3.  RE:Weblogic pre-defined action error

    Posted Oct 29, 2012 10:55 AM
    Hello,

    It looks like you're using SSL and a required java class is missing.

    please try the following:
    1. copy [wls home]\server\lib\wlcipher.jar to [agent install dir]\lib
    2. restart the agent
    3. run the action again.

    Regards,
    Nofar


  • 4.  RE:Weblogic pre-defined action error

    Posted Oct 29, 2012 11:03 AM
    hi,

    Please see the following post on how to set up WebLogic with nolio

    http://community.noliosoft.com/nolio/...

    Thanks
    Jonathan Lewis


  • 5.  Re: Weblogic pre-defined action error

    Broadcom Employee
    Posted Aug 26, 2015 05:08 PM

    This post, while the URL is incorrect, helped me resolve the same problem that I just recently experienced. I found the updated document here:

    Nolio KB: Installing an agent on a Weblogic server to run Weblogic actions

     

    The document above along with Oracle link for creating wlfullclient.jar solved my problem:

    http://docs.oracle.com/cd/E12840_01/wls/docs103/client/jarbuilder.html



  • 6.  RE:Weblogic pre-defined action error

    Posted Oct 29, 2012 01:16 PM
    Thank you Jonathan &Nofar. With the full client its working fine.