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.

Similar Messages

  • 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

  • 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).

  • 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!

  • Error can't load Servlet org.apache.struts.action.ActionServlet

    Hi,
    I have SAP J2EE 6.20 installed on linux machine. I am trying to deploy struts framework based application and while deploying it..... I am getting error message:
    Error can't load Servlet org.apache.struts.action.ActionServlet : java.lang.NoClassDefFoundError: org/xml/sax/SAXException
    07 19:27:48 -  ***********************************************************
    08/10/07 19:27:48 -  Applying user role management mappings.
    08/10/07 19:27:48 -  Start updating EAR-file...D:\SAPJ2EE Client\deploying\sambodh\sambodh.ear
    08/10/07 19:28:26 -  Temp files deleted...
    08/10/07 19:28:26 -  Ear-file updated successfully for 37860ms.
    08/10/07 19:28:27 -  Start deploying ...
    08/10/07 19:30:35 -  Ear-file uploaded to server for 128047ms.
    08/10/07 19:30:37 -  Successfuly deployed! Deployment took 1953ms.
    08/10/07 19:30:37 -  WARNING : Deploy service return folowing WARNINGs:
                         Error can't load Servlet org.apache.struts.action.ActionServlet : java.lang.NoClassDefFoundError: org/xml/sax/SAXException
                          Deployment took 1953ms.
    08/10/07 19:30:37 -  ***********************************************************
    First time when I got this error, I added struts.jar in my server's <inst_dir>/alone/additional_libs/...... but then also error still exists... Do I have to start  SAP J2EE instance once again and then deploy my application?
    Can anyone help me out in this as this is very very very imp.
    regards

    Hi,
    As per your actions above I believe you have already found SAP Note 435363.
    Basically for a struts application there are no special requirements other than
    1. Make a reference to the inqmyxmltoolkit from the application that is going to use struts before the deployment
    2. Put the struts library into WEB-INF/lib of the application (struts can't be shared among applications)
    3. Deploy the application
    For making the reference you can:
    1. Telnet to the Engine (if you run it as a service and do not have access to its shell directly)
    If telnet port on the Engine dispatcher is 2323
    telnet localhost 2323
    2. Jump to the server node
    for example if the application node's cluster id is 4001
    jump 4001
    3. Execute the commands
    add deploy
    changeref -m  MyApplication library:inqmyxml
    So if it does not work, then I see two reasons possible:
    1. You are using a really old version of the 6.20 Engine - check if you are on PL41.
    2. You have misspelled the name of your application in the reference. The names are case sensitive so you need to be careful. MyApplication is not the same as myApplication or myapplication.
    Regards,
    Iavor

  • Error: Can't load libJPlatin.so -(JNI Library)in SAP GUI  for java 7.0 -AIX

    Hi,
    I am getting error in SAP GUI  for java 7.0 -AIX
    <b>Error: Can't load libJPlatin.so -(JNI Library)</b>
    I ran command as
    <b>./guistart /H/localhost/S/sapdbIND</b>
    I gave 777 permission to corressponding library.

    It's on AIX.
    <b>I am getting error as below:</b>
    ^C# ./sapgui /H/punlparidm06 /S/sapdbIND
    ERROR #############################
    07.03. 12:48:37.619 ERROR: Attempt to load shared library /local/SAPClients/SAPGUI7.00rev2.1/bin/libJPlatin.so failed.
    07.03. 12:48:37.619 ERROR: The library file exists, so either the program
    07.03. 12:48:37.619 ERROR: don't has the privileges to access the library
    07.03. 12:48:37.619 ERROR: or the library is not loadable by the shared object loader
    07.03. 12:48:37.619 ERROR: Technical information:
    07.03. 12:48:37.619 ERROR: Error location: GuiJniLoader.loadPlatinLibrary()
    07.03. 12:48:37.619 ERROR: Error message : /local/SAPClients/SAPGUI7.00rev2.1/bin/libJPlatin.so:  load ENOEXEC on shared library(s) /local/SAPClients/SAPGUI7.00rev2.1/bin/libJPlatin.so
    ERROR #############################
    java.lang.UnsatisfiedLinkError: /local/SAPClients/SAPGUI7.00rev2.1/bin/libJPlatin.so:  load ENOEXEC on shared library(s) /local/SAPClients/SAPGUI7.00rev2.1/bin/libJPlatin.so
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2144)
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1973)
            at java.lang.Runtime.load0(Runtime.java:773)
            at java.lang.System.load(System.java:887)
            at com.sap.platin.r3.util.GuiJniLoader.loadPlatinLibrary(GuiJniLoader.java:114)
            at com.sap.platin.r3.protocol.diag.JniAgiLibAdaptor.<init>(JniAgiLibAdaptor.java:24)
            at com.sap.platin.r3.protocol.diag.GuiDiagToAutomationParser.configure(GuiDiagToAutomationParser.java:289)
            at com.sap.platin.base.connection.GuiConnection.open(GuiConnection.java:316)
            at com.sap.platin.base.application.GuiApplication.createConnection(GuiApplication.java:860)
            at com.sap.platin.base.logon.GuiImpl.evalCommandLine(GuiImpl.java:275)
            at com.sap.platin.base.logon.GuiImpl.<init>(GuiImpl.java:44)
            at com.sap.platin.base.logon.GuiImpl.main(GuiImpl.java:447)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.platin.micro.Microkernel.invokeMainMethod(Microkernel.java:1670)
            at com.sap.platin.micro.Microkernel.startApplication(Microkernel.java:1750)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.platin.Gui.main(Gui.java:65)
    java.lang.Exception: JniAgiLibAdaptor.<init>: Cannot load JNI library
            at com.sap.platin.r3.protocol.diag.JniAgiLibAdaptor.<init>(JniAgiLibAdaptor.java:25)
            at com.sap.platin.r3.protocol.diag.GuiDiagToAutomationParser.configure(GuiDiagToAutomationParser.java:289)
            at com.sap.platin.base.connection.GuiConnection.open(GuiConnection.java:316)
            at com.sap.platin.base.application.GuiApplication.createConnection(GuiApplication.java:860)
            at com.sap.platin.base.logon.GuiImpl.evalCommandLine(GuiImpl.java:275)
            at com.sap.platin.base.logon.GuiImpl.<init>(GuiImpl.java:44)
            at com.sap.platin.base.logon.GuiImpl.main(GuiImpl.java:447)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.platin.micro.Microkernel.invokeMainMethod(Microkernel.java:1670)
            at com.sap.platin.micro.Microkernel.startApplication(Microkernel.java:1750)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.platin.Gui.main(Gui.java:65)
    ERROR #############################
    07.03. 12:51:52.173 ERROR: GuiConnection: Connect failed
    07.03. 12:51:52.173 ERROR: JniAgiLibAdaptor.<init>: Cannot load JNI library
    ERROR #############################

  • Screensaver error: "Can't load bundle"

    Hi,
    I downloaded a screen saver (from a trustworthy source) in a .sit file, unzipped it to a .saver file, and when I try to load it I get the following error message:
    "Screen saver “ico screensaver” did not load properly. Please select another screen saver.
    Error: Can’t load bundle"
    I am running on an iMac with Leopard 10.5.6 ...
    Any suggestions?

    Contact the author of the screen saver. Sounds like it's damaged. Of course, if the screen saver came packaged in a .sit file, I would seriously re-consider using the screen saver. Using a .sit file was once the standard, but not for a long time. Any developer these days who puts files in a .sit file for distribution is demonstrating that he/she knows squat about the Mac, and thus calling into question his/her ability to write software for the Mac.
    (I'm not just saying that to be mean... it's likely that putting it in a .sit file damaged the file.)
    Message was edited by: Thomas A Reed

  • Help with strange error Can't load IA 32-bit .so on a IA 32-bit platform

    Hi guys
    I'm stuck on this problem for so long, it would be great if some one can help me out. I use jni to build a interface to access an native library and I have successfully get in running on my development environment, but when at deployment to another box, I get the following message.
    /data/tomcat/app/libXXX.so Can't load IA 32-bit .so on a IA 32-bit platform
    I have checked the configuration of LD_LIBRARY_PATH to point to the dir of the libXXX.so file. Is this error caused by dynamic link library missing something when it is moved to the deployment environment ? or is it because I'm not building it properly ? or the os version version ?? Thanks a lot guys.
    the libXXX.so is build using the following line:
    gcc -g -fno-exceptions -fPIC -DPIC -shared -I$JAVA_HOME/include/ -I$JAVA_HOME/include/linux -I./include -I./lib/gcc/ -lapi_v2_Core -lgrammarsCNT -lCryptoLib -lcontainer -ledi -ledicont -ledixml -ltcpsocket -lzlib -lexpat XXX.c -o ../../../target/classes/libXXX.so
    Development Environment:
    Deployment Environment
    Tomcat Version = Apache Tomcat/5.5.14
    JVM Version =      1.5.0_11-b03      
    OS Name = Linux           
    OS Version = 2.6.9-11.ELsmp
    OS Architecture = i386
    Deployment Environment
    Tomcat Version = Apache Tomcat/5.5.20      
    JVM Version =      1.5.0_11-b03      
    OS Name = Linux           
    OS Version = 2.4.21-15.0.3.ELsmp     
    OS Architecture = i386

    This error this being generated from linux when I execute the Jasper. I have jdk1.5.0_11 installed.:
    org.apache.jasper.JasperException: /opt/jdk1.5.0_11/jre/lib/i386/xawt/libmawt.so: Can't load IA 32-bit so on to IA 32-bit platform.
    Somebody can help me with this is urgent.

  • 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

  • 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?

  • Asha 501.1: Wireless error: Can't load this page a...

    Hello.
    I have a Nokia Asha 501.1 running Asha Platform 1.0.
    I am using this a test device and I do not have a SIM card and just trying to use the device over WiFi. However, when I open the Internet app and browse to a URL, I receive the following error message:
    Can't load this page at the moment. Check your phone's date and security settings.
    Is it possible to use the device without a SIM card and on WiFi only? How can I resolve this error?
    Thanks,
    Todd

    Read THIS THREAD   I Have tried this a while back when i got the 501 and it connected first time with no issues.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Server error can't load mail

    For two days now icloud can't load my email due to server error. Why is this? 

    To all of you with the same problem as I do. - "no mail loading from icloud on my iMac, Macbook Pro," - i called Apple and there is some outtage for about 1% - I was told it might be maintenance, changing servers over to new ones, who knows? - etc. - hopefully it will be back up soon. - My iPhone seems to be back up and I can send and receive emails through my icloud.com account. - I use Mac Mail App on my iMac and laptop.
    My mail has been down for about 4 hrs. now. . . . ever since I booted this morning. PST - SF.

  • Recently upgraded to windows XP from NT and get the error "can not load control"

    I am using a LabVIEW VI to run two Opteon digital cameras. Originally, they were run off a Windows NT machine, however it ran out of hard drive space and we had to upgrade to a Windows XP machine. I installed all the new drivers from Opteon, however when I run the VI on the new system it does not load the image viewer or scroll bars and I recieve the error "could not load control". The control for the view screen is "MVCamView" and the control for the scrollbars is "MSForms.IScrollbar". The drivers sent to me by Opteon work fine, as the free program that Opteon sent has no problems.

    Hi, Tsumma33
    Thank you for the question.  Try uninstalling all components of iTunes in the order specified of the article below.  Once this is done attempt to install iTunes again.
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    You may need to process the steps in the article below for each component when uninstalling iTunes if the issue persists.
    "The feature you are trying to use is on a network resource that is unavailable" alert when removing Apple software in Windows
    http://support.apple.com/kb/TS3704
    Cheers,
    Jason H.

  • Error --can not load the specified XML or schema source

    HI All
    I am facing a problem while creating a xml maps connection. i am using ms excel 2007 and xcelcious 2008 engage. when i am trying to create a xml maps connection and give my url then open then give my user id and password its says  can not load the specified XML or schema source..  
    my url is working fine when i open it through internet explorer. 
    anything i  miss somewhere?
    please help.
    Regards
    Amiya

    Hi Guys
    This is solved i removed <?xml version="1.0" ?>  from top and buttom
    then it worked fine.
    Regards
    Amiya

Maybe you are looking for

  • I don't have the 3d option while using Adobe Photoshop CC

    The title pretty much explains it all, and here is my system info. Adobe Photoshop Version: 14.2.1 (14.2.1 20140207.r.570 2014/02/07:23:00:00) x64 Operating System: Mac OS 10.7.5 System architecture: Intel CPU Family:6, Model:42, Stepping:7 with MMX,

  • Accidentally Changed Primary Display to TV and Cant Revert

    I tried to hook up my TV as a secondary monitor in windows, but accidentally made it primary. Now my screen on my laptop shows nothing and has no icons. How do I revert back to making my laptop screen the primary monitor? I cannot locate the properti

  • Files on application server problem.

    Hi Gurus, I am facing a problem in creadting dataset whose details is as below. Dataset path: idir = '/usr/DEV/local/tmp/200/brcd/idir/odr00023.txt'. OPEN DATASET idir FOR OUTPUT IN TEXT MODE ENCODING DEFAULT. This command is giving sy-subrc = 8. bec

  • Installation file doesn't work: Error -4960

    Hey! I just bought a wacom intuos4 graphics tablet and with it I was supposed to get Photoshop Elements 8. Well, it started out well: when I registered my product downloading PSE8 became available. I downloaded the file but it wouldn't open. Instead,

  • Cannot connect to Host with user name J2EE_ADMIN !!!

    Hi all, this exception when deploy from NWDS04s: <i><b>Caught exception while checking the login credentials for SAP J2EE Engine. Cannot connect to Host with user name J2EE_ADMIN</b></i> Complete exception: <i>Result => deployment aborted : file:/D:/