GroupWise ConsoleOne Snapins on Linux

  • 7003500
  • 10-Jun-2009
  • 11-Apr-2014

Environment

GroupWise 6.5.3 on Linux

Situation

ERROR: java.lang.UnsatisfiedLinkError: no gwadj2 in java.library.path
GroupWise ConsoleOne Snapins on Linux

Resolution

Edit the ConsoleOne script under Linux :  vi /usr/ConsoleOne/bin/ConsoleOne

Press i to insert

Added one line to have it find my java environment:
export C1_JRE_HOME=/usr/lib/jre/

Modified the LD_LIBRARY_PATH line from:

LD_LIBRARY_PATH="/usr/lib:$LD_LIBRARY_PATH"

To:

LD_LIBRARY_PATH="/usr/lib:/usr/ConsoleOne/bin:$LD_LIBRARY_PATH"

Press esc to get out of insert.

Since this is a read only file you need to save it out using :wq!

Additional Information

The promblem is that ConsoleOne can't find the dynamic libraries which holds the gwadj2 objects.  The /usr/ConsoleOne/bin directory holds these dynamic libraries.  If the directory is added to the LD_LIBRARY_PATH environment variable it will be found by ConsoleOne.
Formerly known as TID# 10096096