UnsatisfiedLinkError
Ran into this little doozy today:
java.lang.UnsatisfiedLinkError: Native Library C:\Program Files\Documentum\Shared\dmcl40.dll already loaded in another classloader
I was loading multiple Documentum-enabled web apps into the same OC4J container on Oracle Application Server 10.something. The solution was to copy the Documentum jar files (dfc.jar, etc.) into the container's applib folder, then restart the container.
People getting this type of error while using Tomcat 5.5 would probably need to copy those same jars to "Tomcat 5.5\common\lib".
Posted by rickg ( Nov 06 2007, 02:28:45 PM PST ) Permalink Comments [0]Comments:
Post a Comment:

