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

Hello,
Im having an issue here. I need to run a Java program with a language called CLIPS. i have the JNI files and the .dll at my System32 directory.
But when i try to compile the source code, i got this error:
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Windows\System32\CLIPSJNI.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform  It's quite strange, because im using an intel i5 with a Win 7 64bits.
Oh and my JDK version is 64 bits
How i fix this?
Thanks in advace.

Gui.Iscaro wrote:
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Windows\System32\CLIPSJNI.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform 
To me it looks like CLIPSJNI.dll is a 32-bit dll rather than a 64-bit dll.
How i fix this?Get a 64-bit CLIPSJNI.dll
or switch to a 32-bit JVM (and a 32-bit OS).

Similar Messages

  • Win\32\nodemanager.dll:Can't load IA 32-bit .dll on a AMD 64-bit platform, while installing OIM.

    Hi All,
    I have installed Weblogic server with default domain. That installation was successful but when I started the OIM(Oracle Identity Management) set-up it halted at configuration step: "Create Domain"
    I found the below logs under "C:\Oracle\Middleware\WebLogic\wlserver_12.1\common\nodemanager"
    weblogic.nodemanager.common.ConfigException: Native version is enabled but nodemanager native library could not be loaded
        at weblogic.nodemanager.server.NMServerConfig.initProcessControl(NMServerConfig.java:269)
        at weblogic.nodemanager.server.NMServerConfig.<init>(NMServerConfig.java:210)
        at weblogic.nodemanager.server.NMServer.init(NMServer.java:183)
        at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:149)
        at weblogic.nodemanager.server.NMServer.main(NMServer.java:373)
        at weblogic.NodeManager.main(NodeManager.java:31)
    Caused by: java.lang.UnsatisfiedLinkError: C:\Oracle\Middleware\WebLogic\wlserver_12.1\server\native\win\32\nodemanager.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1854)
        at java.lang.Runtime.loadLibrary0(Runtime.java:845)
        at java.lang.System.loadLibrary(System.java:1084)
        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:267)
        ... 5 more
    Although I have installed Weblogic using 64-bit JVM rather than using it's default JDK.
    Can anyone help me?

    Thanks for the quick reply Chris.
    You're right. When I run file libttclient.so on the different client files, I see the version 5 one is 64-bit but the version 6 one is 32-bit.
    Version 5 fie: libttclient.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped
    Version 6 file: libttclient.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
    The SysAdmin says they don't have 64-bit versions. Oh dear! And the developers aren't keen on changing their code to use a 32-bit JVM.
    Ah well, thanks for the response.
    Best wishes!

  • 12c on Win7 64-bit - ERROR Can't load IA 32-bit .dll on a AMD 64-bit platform'

    My experience is not with XP but with Windows 7 64-bit. with Java for 64-bit, I cannot run Net Config nor the DBCA.
    Initially this was the error I got
    ExceptionMSG: 'C:\Windows\System32\msvcr100.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform'
    ExceptiontoString: 'java.lang.UnsatisfiedLinkError: C:\Windows\System32\msvcr100.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform'
    [main] [ 2013-08-24 15:36:04.855 CST ] [WindowsSystem.<init>:424]  Failed to load SRVM library: oracle.ops.mgmt.nativesystem.NativeException: PRKN-1008 : Unable to load the shared library "MSVCR100"   or a dependent library, from
    then I skipped running the Netconfig & DBCA. Finished the installation.
    Then did some work around like using the Net Manager instead of Net Config Assistant. so I was able to create a LISTENER
    then when I tried the DBCA. I kept getting
            oracle.cluster.impl.winsecurity.WinSecurityNative.enableWsecTracing(Loracle/ops/mgmt/nativesystem/NativeResult;)V
    Any ideas?
    Thanks

    Any ideas?
    Yes - for starters tell us, in English, what it is you are actually trying to do.
    Initially this was the error I got
    Got from doing what? We don' t know what you tried to do.
    then I skipped running the Netconfig & DBCA. Finished the installation.
    What installation? We don't know what you are trying to install or what you have done to install it.
    First tell us what you were trying to do.
    Then SHOW US exactly what you did to try to do that. EXACT means copy and past the commands you used and the response you got to those commands.
    Also post a link to the installation guide that you are using to do the install and confirm that your environment meets the installation requirements and that you have done each and every step.

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

    hi,
    I'm working on a Intel Xeon W5580 under Windows XP x64.
    I created a simple DLL using JNI with "Intel IA-64 C++ Compiler v11.0" with the command line "icl /LD -o test.dll test.cpp test.def"
    When I try to call my DLL function from Java, an error occurs:
    Native code library failed to load.
    java.lang.UnsatisfiedLinkError: C:\tmp\test.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform
    Can someone help me, please?
    Thank you.

    Just to clarify a bit further.
    32-bit TimesTen is supported on 64-bit Windows. If you are using Java in direct mode then you must use a 32-bit JVM. If you are using client server then you can use a 64-bit JVM if you also install the 64-bit TimesTen client and use that with Java (but it will be much slower than direct mode of course).
    Note also that due to limitations in 64-bit Windows support for 32-bit processes, 32-bit TimesTen will only deliver around 45% of the performance of the native 64-bit TimesTen port.
    Chris

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

    Hi!
    I'm having this error and I dont know what to do:
    java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\SAP\SAP Business One DI API\JCO\LIB\sbojni.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
    I'm using Java connector for SBO 8.81PL05.
    Regards.
    Enriquillo Guigni

    Hi!
    I'm having this error and I dont know what to do:
    java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\SAP\SAP Business One DI API\JCO\LIB\sbojni.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
    I'm using Java connector for SBO 8.81PL05.
    Regards.
    Enriquillo Guigni

  • Got "Can't load AMD 64-bit .dll on a IA 32-bit platform"error on 64-bits VM

    Hello all:
    I created a jnlp file, which includes a executable jar and a wrapped dependent jar of two DLL files inside. When I launched JWS, I received the error: "Can't load AMD 64-bit .dll on a IA 32-bit platform".
    Now the basic facts:
    1. the JVM is 64-bit:
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
    2. I can see the extracted dll files under "C:\Users\John\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\7\6bf8cfc7-4da2ddf0-n",
    3. If I copied the executable jar file to the aforementioned location and run it, it works w/o complains.
    Also when I tried to clean the cache by clicking the "Delete Files..." button in the control Panel -> java applet, it seems not working - the files are still there.
    My OS is windows 7, the removal seems working on Win XP.
    Thanks,
    John.

    I don't know if you are still having this problem but it is related to the browser that is used to launch the JNLP file.
    Most browsers are still 32bit and use the 32bit version of the JRE. So that means when you click the link for the JNLP, from Firefox for example, it launches the 32bit version of Java because the java plugin for Firefox is still 32bit.
    Thats why it works when launching is locally because it uses the default JRE which is the 64 bit one for 64 bit operating systems (as long as it is installed).
    Hope that helps,
    Mike

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

    Hi all,
    I recently installed 'Oracle for Entity Framework 4.1' since then I have error 'Can't load AMD 64-bit .dll on a IA 32-bit platform' connecting to database from Oracle SQL developer. Can someone please help me resolve this issue?
    Thanks

    Hi;
    Please make search in metalink as load AMD 64-bit .dll on a IA 32-bit, there are 18 docs avaliable which is mention same error.
    From search:
    "Can't load AMD 64-bit .dll on a IA 32-bit platform" Message When Using The Oracle THICK JDBC Driver With ODI [ID 1118486.1]
    Regard
    Helios

  • Standby.wrf error Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\STAF\bin\JSTAF.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform

    Hi,
    I have created a single tile and getting below error in standby0.wrf file.
    As mentioned in doc, I made a windows 32 bit for standby VM and installed 32 bit staf followed by staf configurations.I installed all the critical updates for windows.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\STAF\bin\JSTAF.dll: 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(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at com.ibm.staf.STAFHandle.<clinit>(STAFHandle.java:306)
    at IdleVMTest.main(IdleVMTest.java:30)
    I am attaching my test log.
    please let me know how to fix it.
    Thanks,
    Suresh

    Rebecca,
    I appreciate your quick response.
    I am running the test from Primeclient. I am planning to add more tiles once tile0 runs fine. Client0 runs separately.Forgot to mention this in last update.
    I assume prime client generates all wrf files. when other VM's .wrf files are generated fine, will it be still primeclient side error??
    Primeclient is windows 2008 sp2 64bit. Initially I installed 32 bit java and ended up problem while starting the  VMmark2-STAX.bat. When i installed the 64bit java, problem vanished. I assume java version is correct.
    Similary initially i installed a cygwin 64 bit but i got error like "Error VMmarkRMQmgr unable to clear  queues". So uninstalled it and installed a cygwin 32 bit and the problem vanished.
    I am seeing the standby VM is relocated fine during the test. it is just it is not capturing the data in .wrf file. Standby VM configure section does not talk about java installation. is there anything else i am missing it?
    I would like to know whether  below error talks about standby VM because standby VM is 32 bit other side primeclient is 64 bit. below error says on a IA 32-bit platform.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\STAF\bin\JSTAF.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
    Below image u can see java variables are set. Is there anything wrong??
    Thanks,
    Suresh

  • SQLDeveloper error "Can't load AMD 64-bit .dll on a IA 32-bit platform"

    Hi
    I've installed SQL Developer.
    It starts, but when I try to connect to the HR database I get the following error message:
    An error was encountered performing the requested operation:
    C:\oracleee\product\11.2.0\dbhome_1\BIN\ocijdbc11.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
    Vendor code 0I already have Oracle EE installed, and have installed JDeveloper today. Both are running with no problems.
    SQLDeveloper, I initially downloaded without the JDK, but that didn't work, and reading the many replies to other people who had had the same problem (something about mscvr7.dll or some such), as per their exhortations I downloaded the SQLDeveloper that includes the JDK, which happens to be 32 bit (there is no 64 bit SQL Developer with JDK bundled with it). I'm running 64-bit W7.
    Can anybody help me here? I don't have much of a clue when it comes to JDKs.
    Many thanks,
    Jason

    >
    Could you try to install JDK 64bit (not bundled)?
    <<http://www.oracle.com/technetwork/java/javase/downloads/index.html>>
    >
    Hi,
    is the problem that I don't have a 64-bit JDK? I thought it might be the other way round.
    I think the following says I have a 64 bit java something, though is that the JRE, rather than the JDK?
    C:\Users\J>echo %JAVA_HOME%
    C:\Program Files (x86)\Java\jre7\bin
    C:\Users\J>java -version
    java version "1.7.0_04"
    Java(TM) SE Runtime Environment (build 1.7.0_04-b22)
    Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
    C:\Users\J>java -d32 -version
    Error: This Java instance does not support a 32-bit JVM.
    Please install the desired version.
    C:\Users\J>java -d64 -version
    java version "1.7.0_04"
    Java(TM) SE Runtime Environment (build 1.7.0_04-b22)
    Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)So, am I not running 64-bit? Maybe I need a 32-bit JDK...but then...SQLDeveloper was bundled with a JDK and there was only one option for that - 32bit!
    Thanks,
    Jason

  • 64 bit library load issue: Can't load AMD 64-bit .so on a AMD 64-bit platfo

    I get the folowing error when calling load/loadLibrary:
    Can't load AMD 64-bit .so on a AMD 64-bit platform
    I am hoping someone has a clue about this.
    uname -a
    Linux GeorgeNSuSe 2.6.8-24.25-default #1 Thu Aug 24 09:57:32 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux
    java -version
    java version "1.5.0_11"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_11-b03, mixed mode)
    Makefile for library:
    ieldex.so: BitSet.o
    ld -Map libyieldex.map -shared -o libyieldex.so BitSet.o
    BitSet.o: BitSet.cpp
    gcc -ansi -Wall -fPIC -save-temps -march=k8 -m64 -I/usr/java/jdk1.5.0_11/include/linux -I/usr/java/jdk1.5.0_11/include/ -c -o BitSet.o BitSet.cpp
    java command:
    /usr/java/jdk1.5.0_11/jre/bin/java -server -d64 -classpath yieldex.jar com.yieldex.BitSet
    Thanks!
    George

    ok. I was able to resolve this.
    When I used JDK 5.0 u12 , I ran into this weird cryptic error
    Exception in thread "Thread-4" java.lang.UnsatisfiedLinkError: libsetupSDKJNI.so: Can't load AMD 64-bit .so on a AMD 64-bit platform
    Now, replacing JDK 5.0 with JDK 6, gives a more useful error
    Exception in thread "Thread-4" java.lang.UnsatisfiedLinkError: libsetupSDKJNI.so: undefined symbol: __gxx_personality_v0
    Good. this at least tells me that there is some problem with my native library. So, after some googlng , I recompiled my native library with 'g++' and added -lstdc++ as dependency.
    this finally solved my problem.
    hope this helps some one.

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

    On a 64-bit AMD server, we have (what I believe are) 32-bit version 5 TT client library files being used to talk to a 32-bit version 5 TT server.
    The box that the version 5 TT server is on is due for decommission, so we got our SysAdmins to install TimesTen on another server, however since they no longer had version 5 available, they installed the next lowest version, version 6 (32-bit).
    From the 64-bit AMD server, as expected, the version 5 TT client files will not talk to the new version 6 TT server, giving a protocol error:
    TimesTen 5.1.27 CLIENT]Protocol mismatch; client protocol: 27, server protocol: 28
    So I got the SysAdmins to install the 32-bit version 6 TT files on the 64-bit AMD server. However, this also fails with the error below:
    Could not get JDBC Connection; nested exception is java.sql.SQLException: /home/lonicet/ICE/1.0/runtime/bin/ICEApps-A/lib/TimesTen6/libttJdbcCS.so: Can't load IA 32-bit .so on a AMD 64-bit platform
    Is there any workaround to this? I can't understand how the 32-bit version 5 TT client on the 64-bit AMD server can talk to the 32-bit version 5 TT server without issue. I asked the SysAdmin if they had a 64-bit version of TimesTen and he said they don't.
    Regards.

    Thanks for the quick reply Chris.
    You're right. When I run file libttclient.so on the different client files, I see the version 5 one is 64-bit but the version 6 one is 32-bit.
    Version 5 fie: libttclient.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped
    Version 6 file: libttclient.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
    The SysAdmin says they don't have 64-bit versions. Oh dear! And the developers aren't keen on changing their code to use a 32-bit JVM.
    Ah well, thanks for the response.
    Best wishes!

  • OUI error: Can't load AMD 64-bit .so on a AMD 64-bit platform

    Hi Gurus,
    We are rying to install Oracle 11g software on database server that runs Red Hat Enterprise Linux 5, and encountered errors while trying to run runInstaller. Please see the error below:
    Rechecking installer requirements....
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-07-30_10-21-44AM. Please wait ...[oracle@rac1 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-07-30_10-21-44AM/jdk/jre/lib/amd64/xawt/libmawt.so: Can't load AMD 64-bit .so on a AMD 64-bit platform
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
    at java.lang.Runtime.load0(Runtime.java:769)
    at java.lang.System.load(System.java:968)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:545)
    Does anyone have any comments and suggestions?
    Thank you for you help!

    Hi,
    Having the same problem with his distribution contains Oracle Database 11g software, version 11.1.0.6.0,plus , the addition of the fix for bug 7389110.
    Downloaded 2/16/2011.
    followed suggestion with yum update glibc ,etc.
    So here added -c to command.
    [dbuser@burbidge ~/database]$ ./runInstaller -c
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB. Actual 103513 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 776610 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 65536 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-02-17_02-01-12PM. Please wait ...[dbuser@burbidge ~/database]$ Oracle Universal Installer, Version 11.1.0.6.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2011-02-17_02-01-12PM/jdk/jre/lib/amd64/libawt.so: Can't load AMD 64-bit .so on a AMD 64-bit platform occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2011-02-17_02-01-12PM/jdk/jre/lib/amd64/libawt.so: Can't load AMD 64-bit .so on a AMD 64-bit platform
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.loadLibraries(Toolkit.java:1509)
    at java.awt.Toolkit.<clinit>(Toolkit.java:1530)
    at oracle.bali.ewt.olaf.OracleLookAndFeel.<clinit>(Unknown Source)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager._useOracleLookAndFeel(OiifmGraphicInterfaceManager.java:242)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:262)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:208)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:242)
    at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:441)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:946)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:886)
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager._useOracleLookAndFeel(OiifmGraphicInterfaceManager.java:242)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:262)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:208)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:242)
    at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:1004)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:886)
    Currently running with.
    [root@burbidge bin]# alternatives --config java
    There are 4 programs which provide 'java'.
    Selection Command
    1 /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java
    2 /usr/lib/jvm/jre-1.5.0-gcj/bin/java
    * 3 /usr/java/jdk1.6.0_24/jre/bin/java
    + 4 /usr/java/jdk1.6.0_24/bin/java
    and
    echo $JAVA_HOME
    Any other suggestions?

  • Berkeley DB XML Can't load 32-bit .dll on a 64-bit platform Netbeans

    Hi I am trying to use Berkely DB in netbeans java on 64-bit windows platform. I have downloaded and configured JDK 7 32 bit in project properties. It works well for a simple java project but when i do the same for a web application in netbeans for glassfish or Apache Tomcat Servers it gives this exception
    [Servlet execution threw an exception] with root cause
    java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\Oracle\Berkeley DB XML 2.5.16\bin\libdb_java48.dll: Can't load IA 32-bit .dll on a AMD 64-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 com.sleepycat.db.internal.db_javaJNI.<clinit>(db_javaJNI.java:38)
         at com.sleepycat.db.internal.DbEnv.<init>(DbEnv.java:264)
         at com.sleepycat.dbxml.XmlManager.<init>(XmlManager.java:77)
         at com.sleepycat.dbxml.XmlManager.<init>(XmlManager.java:101)
    This problem was also coming before for simple java app but it resolved after configuring jdk in project properties but for web application its not working

    XML berkley db doesnt seem to support the java 64 bit model.
    In our Java application we get this error when using JRE7 but not JDK7 or JRE6
    The difference seemed to be that in JDK7 and JRE6 you can use java -D32, but thats not possible in JRE7 (you must use java -D64. So it seems to be a difference in JRE7 and JDK7 as well
    best regards,
    Tom-Erik

  • X64 CF8 cfobject com error while 32 bit dll

    hi  on a x64 windows x64 CF 8 server when I try to use cfobject  for test code it gives an error
    the code is
    <cfobject action="connect"  type = "COM"  class = "Microsoft.XMLDOM"  name = "XMLDoc">
    at the first run  the error message  is :
    c:\ColdFusion8\jintegra\bin\ntvinv.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
    at the second run and after  error change as :
    An exception occurred when instantiating a COM object.
    The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed.
    I saw a bug report
    http://www.elliottsprehn.com/cfbugs/bugs/80973
    but it was 2009. is there any solution

    yep I vote bug report.
    the biggest disappointment for me. I thought it was solved within 3 years by the  Adobe.

  • How to run Berkeley DB XML on AMD 64-bit Windows XP platform?

    Hi,
    I have used Berkeley DB XML on a 32-bit Windows XP platform but now
    I have to run Berkeley DB XML on a 64-bit AMD platform with Windows XP.
    After reading a few posts about that, I started to build Berkeley DB XML in 64-bit mode.
    I am doing the building with Visual Studio 2005 on my 32-bit Windows XP platform.
    But the build process does not finish successful.
    I got errors saying:
    fatal error C1083:
    Cannot open include file: 'jni.h': No such file or directory     
    c:\berkeley_new\dbxml-2.4.16\dbxml\src\java\dbxml_java_wrap.cpp     149     
    fatal error LNK1112:
    module machine type 'x64' conflicts with target machine type 'X86'     
    c:\berkeley_new\dbxml-2.4.16\dbxml\build_windows\x64\Release_static\BaseInputStream.obj     1     Because of this only the DLL "libdb46.dll" has been created new.
    But there should be also some more DLLs. These DLLs are missing inside the dbxml/bin folder:
    libdb_java46.dll
    libdbxml24.dll
    libdbxml_java24.dllI go the old 32-bit compiled DLLs but when using them I got an exception saying:
    java.lang.UnsatisfiedLinkError: C:\berkeley_db_dll\libdb_java46.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform1) What can I do?
    2) Is there a chance to get all the related DLLs compiled for 64-bit from someone/somewhere?
    Thanks.

    soner wrote:
    I think you mean db_java cause this is the project which is building the missing DLL libdb_java46.dll
    cause dbxml_java is building libdbxml_java24.dll. I thought the latter would have a dependency on the former and hence build both. So I recommended to build the latter lest your next question be how to do just that. But that backfired :-)
    Question of mine: Why doesn't dbxml_java depend on db_java?
    But anyway I have tried to build both projects seperatly and in both cases I am getting an error like:
    Error     4     fatal error LNK1181: cannot open input file 'libdbxml24.lib' db_java
    Do the equivalent of the following on your system:
    dir C:\MILU\Quelltext\dbxml-2.4.16 /s /b /a-d | findstr /e .libThat searches the source tree for LIB files, so-called import libraries; I don't know more about it, but you can use Google to find out what they are.
    Did you build the DEBUG version or the straight one? Or a little bit of both?
    Can't remember if I had to configure the project any further than adding jni.h to the build path.
    Maybe try cleaning and rebuilding.
    Also, when receiving an error message, it is good standard practice to perform a simple web search of the relevant portions to find out about the issue - and be it only for practicing.
    Michael Ludwig

Maybe you are looking for

  • Due date is showing earlier than doc. date

    Hi, I have a funny question. I have posted billing doc. in VF01 for 10000/- on 30.06.2009 payment term is 30 days from the doc. date so the due date should be 30.07.2009. Against this doc. i have posted one residual payment for 5000/- on 15.08.2009 b

  • Cant update Itunes/MacOS. say installer package is in trash

    I was trying to update my itunes so i could use the itunes store. When I install the MacOS update a message pops up saying that the installer package is in the trash. There are no files in the trash and Im guessing It was deleted. Anyone have a way o

  • How to trigger a event from simplet gui ?

    I have a very easy mainGUI whi extends JFrame           JPanel pnl = new JPanel(); Container guiFlate = getContentPane(); guiFlate.setLayout(new BorderLayout()); guiFlate.add(pnl, BorderLayout.CENTER); setSize(300, 300); setVisible(true); setBackgrou

  • New Problem creating a desktop shortcut to photoshop 2014 causes the program to break?

    After getting fed up of waiting for adobe CC to finally finish buffering I thought I'd create a desktop shortcut to Photoshop (To save time). After doing this I doubled clicked on the shortcut and after 15 minutes of waiting I realized something was

  • Bash: adb: command not found.

    I installed ADT bundle from Google. I navigated to ~/adt-bundle-linux-x86_64-20130219/sdk/platform-tools I tried to start adb and got. bash: adb: command not found. Grrrrr. Had this issue on Debian half a year before. Installed ia32-libs back-then. I