We have setup a new instance of OTM application server to offload Bulk Plan execution. OTM is currently setup to use 2 app instances. When we execute Bulk plans under a specific domain, we are getting following error message in the logs.
2009-05-05 14:32:21.698 623533 Error Exception java.lang.UnsatisfiedLinkError: E:\gc3_temp\dash\bin\javaxprs.dll: Can't find dependent libraries
java.lang.UnsatisfiedLinkError: E:\gc3_temp\dash\bin\javaxprs.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Ljava.lan g.String
V(Native Method)
at java.lang.ClassLoader.loadLibrary0(Ljava.lang.Clas s;Ljava.io.File
Z(Unknown Source)
...........
I checked all the weblogic config files and DASH_HOME parameter path and settings.
Am i missing anything here? Any pointers would be appreciated.
2009-05-05 14:32:21.698 623533 Error Exception java.lang.UnsatisfiedLinkError: E:\gc3_temp\dash\bin\javaxprs.dll: Can't find dependent libraries
java.lang.UnsatisfiedLinkError: E:\gc3_temp\dash\bin\javaxprs.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Ljava.lan g.String

at java.lang.ClassLoader.loadLibrary0(Ljava.lang.Clas s;Ljava.io.File

...........
I checked all the weblogic config files and DASH_HOME parameter path and settings.
Am i missing anything here? Any pointers would be appreciated.
Comment