I am at my wit's end trying to install the Oracle Forms and Reports builder 11.1.2.2.0 on Windows 7 64-bit platform but it is failing in the "Create Domain" step over and over again. I am pasting the info from the install log below and would really appreciate any help.
<SEVERE> <Fatal error in node manager server>
weblogic.nodemanager.common.ConfigException: Native version is enabled but nodemanager native library could not be loaded
at weblogic.nodemanager.server.NMServerConfig.initProcessControl(NMServerConfig.java:249)
at weblogic.nodemanager.server.NMServerConfig.<init>(NMServerConfig.java:190)
at weblogic.nodemanager.server.NMServer.init(NMServer.java:182)
at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:148)
at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
at weblogic.NodeManager.main(NodeManager.java:31)
Caused by: java.lang.UnsatisfiedLinkError: Can’t load AMD 64-bit .dll on a IA 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at weblogic.nodemanager.util.WindowsProcessControl.<init>(WindowsProcessControl.java:17)
at weblogic.nodemanager.util.ProcessControlFactory.getProcessControl(ProcessControlFactory.java:24)
at weblogic.nodemanager.server.NMServerConfig.initProcessControl(NMServerConfig.java:247)
… 5 more
After looking through numerous posts, I tried adding the "nodemanager.properties" file with the line NativeVersionEnabled=false and retried. It still doesn't work.
Please let me know what else can I do to get it configured.
Thanks in Advance