Error "java.lang.UnsatisfiedLinkError: no gwadj2 in java.library.path" while loading ConsoleOne

  • 7008218
  • 28-Mar-2011
  • 08-Jul-2013

Environment

Novell ConsoleOne 1.3.6
SUSE Linux Enterprise Server 10

Situation

While starting ConsoleOne on Linux server it pops up with an error message :
 
"gwadj2 in java.library.path
java.lang.UnsatisfiedLinkError: no gwadj2 in java.library.path"

Resolution

  1. Expand the LD_LIBRARY_PATH variable in /usr/ConsoleOne/bin/ConsoleOne (which is a plain shell script)
  2. Add “/usr/ConsoleOne/bin” to the path so it looks like this:
    • LD_LIBRARY_PATH=”/usr/ConsoleOne/usr/lib:/usr/lib:/opt/novell/lib:/usr/ConsoleOne/bin:/opt/novell/eDirectory/lib:$LD_LIBRARY_PATH”
  3. Launch ConsoleOne