Exception from AgentAPI.initialize() issue in weblogic 12c
search cancel

Exception from AgentAPI.initialize() issue in weblogic 12c

book

Article ID: 113617

calendar_today

Updated On:

Products

CA Single Sign-On CA Single Sign On Agents (SiteMinder) SITEMINDER CA Single Sign On Secure Proxy Server (SiteMinder)

Issue/Introduction

 

With a Custom Agent running on WebLogic, when starting the WebLogic server, then the Agent cannot initialize correctly and returns the error:

  Initialising the Security Framework........................... 
  FATAL ERROR: Exception from System.loadLibrary java.lang.UnsatisfiedLinkError: no smcommonutil in java.library.path 
  FATAL ERROR: Exception from AgentAPI.initialize() java.lang.UnsatisfiedLinkError: netegrity.siteminder.javaagent.AgentAPI.initialize()V 
  <<<<< ENCOUNTERED AN ERROR DURING THE SERVER STARTUP OPERATIONS 


Resolution

 

When running the Custom Agent as JNI, set the following: 

Implement the JNI API

  • Linux: Change LD_LIBRARY_PATH to include <install_path>/sdk/bin so that libsmjavaagentapi.so, libsmerrlog.so and libsmcommonutil.so can be found (1). 


Additional Information