Wednesday, September 18, 2013

Can't load AMD 64-bit .dll on a IA 32-bit platform


While trying to start node manager on a 64 bit machine you are getting the following error message

Caused by: java.lang.UnsatisfiedLinkError: C:\Oracle\SOA\wlserver_10.3\server\na
tive\win\x64\nodemanager.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform




In order to resolve this issue

Create a file nodemanager.properties in %WL_HOME%\common\nodemanager location

Add following lines in the property file

NativeVersionEnabled=false

this command will force node manager not to use .DLL files

Start up now

No comments: