The views expressed on this blog are my own and do not necessarily reflect the views of any Organisations owning these products.I keep on doing R & D with different products in and around Middle ware stack and these posts are result of that.Most of the post are result of my own experiments or ideas taken from other blogs .If in any case You feel content is not right you can comment to remove that post. This blog uses the default features,cookies of blogspot.com
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:
Post a Comment