After upgrading my ConsoleOne on Linux to version 1.3.6h and Groupwise to 7.0.3 I encountered the following error when trying to open the Groupwise domain on the local machine:

java.lang.UnsatisfiedLinkError: no gwadj2 in java.library.path

To solve this problem, I had to expand the LD_LIBRARY_PATH variable in /usr/ConsoleOne/bin/ConsoleOne (which is a plain shell script). Just 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"

Restart ConosleOne and you will be able to select the path to the Domain again.