Wrong ELF class: ELFCLASS64 when trying to start HTTP Server

Oracle11gR1 Database on OEL 5 64bit with Oracle10gR3 (10.1.3.3.0) Application Server
I have finished installing Oracle Application Server and in the end it fails to bring up HTTP Server. I checked the logs and saw the following:
/opt/app/oracle/product/11.1.0/http_1/ohs/bin/apachectl startssl: execing httpd
/opt/app/oracle/product/11.1.0/http_1/ohs/bin/httpd: error while loading shared libraries: libgdbm.so.2: wrong ELF class: ELFCLASS64
I am thinking that it could be a 32bit vs. 64bit libraries. I have tried to create some links but still no luck. Below are the current links that I have in the /usr/lib and /usr/lib64 directories.
1. /usr/lib
# ls -al libgdbm*
lrwxrwxrwx 1 root root 16 Sep 3 09:47 libgdbm.so.2 -> libgdbm.so.2.0.0
-rwxr-xr-x 1 root root 26792 Sep 3 09:41 libgdbm.so.2.0.0
2. /usr/lib64
# ls -al libgdbm*
lrwxrwxrwx 1 root root 16 Sep 3 10:17 libgdbm.so -> libgdbm.so.2.0.0
lrwxrwxrwx 1 root root 16 Jul 18 04:34 libgdbm.so.2 -> libgdbm.so.2.0.0
-rwxr-xr-x 1 root root 26792 Jun 5 2007 libgdbm.so.2.0.0
lrwxrwxrwx 1 root root 23 Sep 3 10:19 libgdbm.so.3 -> /usr/lib64/libgdbm.so.2
Thank you.

My OEL 5 also had the gdbm package installed, but only the 64bit version.
I've installed the i386 version also and now it works.
To check to which dynamic libraries a binary will use you issue the command ldd <binary>
Then you could check to which he will be linked.
Be aware that library resolving could be influenced by environment variables which will sometime also be set(overwritten) by the calling script.
ldd /u01/app/oracle/product/admin/web10g/ohs/bin/httpd
     linux-gate.so.1 => (0xffffe000)
     libaprutil-0.so.0 => not found
     libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0xf7f04000)
     libdb-3.3.so => /lib/libdb-3.3.so (0xf7e0d000)
     libexpat.so.0 => /lib/libexpat.so.0 (0x00b64000)
     libapr-0.so.0 => not found
     libpthread.so.0 => /lib/libpthread.so.0 (0x00707000)
     librt.so.1 => /lib/librt.so.1 (0x007ef000)
     libm.so.6 => /lib/libm.so.6 (0x00726000)
     libcrypt.so.1 => /lib/libcrypt.so.1 (0xf7dda000)
     libnsl.so.1 => /lib/libnsl.so.1 (0xf7dc3000)
     libdl.so.2 => /lib/libdl.so.2 (0x00720000)
     libc.so.6 => /lib/libc.so.6 (0x005c1000)
     /lib/ld-linux.so.2 (0x005a3000)
Two libraries still not found but they are resolved by a env. variable setting by opmn.
To get to your issue, check if the httpd is resolving to the correct ( the 32bit ) libraries.
Hope this helps.

Similar Messages

  • Wrong ELF class error when trying to run the emulator

    Hello, I've downloaded and installed both the JDK 6 Update 2 (Linux 64) and WTK 2.5.1 as described in the website and everything seems to be fine. However, whenever I try to run an examples, I get the following error:
    java.lang.UnsatisfiedLinkError: /home/myuser/WTK2.5.1/bin/sublime.so: /home/myuser/WTK2.5.1/bin/sublime.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
         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:770)
         at java.lang.System.load(System.java:1005)
         at com.sun.kvem.Sublime.<init>(Unknown Source)
         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:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.kvem.Lime.createLime(Unknown Source)
         at com.sun.kvem.KVMBridge.<init>(Unknown Source)
         at com.sun.kvem.KVMBridge.getBridge(Unknown Source)
         at com.sun.kvem.midp.MIDP.run(Unknown Source)
         at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(Unknown Source)
         at com.sun.kvem.environment.EmulatorInvoker.main(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.kvem.environment.JVM.main(Unknown Source)
    I'm running Fedora 7 x86_64
    My Java environment is:
    java version "1.6.0_02"
    Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
    My jre is a 64-bit version but the ktoolbar seems to be compatible with 32-bit versions only. is there a way to fix this?
    Any help is appreciated.

    Hi there,
    I'm having the same problem when running the emulator. I've tried changing the emulator file as suggested but have had no luck! I'm using Ubuntu and the java version im using is
    java version "1.6.0_03"
    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed mode)
    I have the latest version of the WTK also. The error message I get is
    ava.lang.UnsatisfiedLinkError: /home/john/Progs/WTK2.5.2/bin/sublime.so: /home/john/Progs/WTK2.5.2/bin/sublime.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
         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:770)
         at java.lang.System.load(System.java:1005)
         at com.sun.kvem.Sublime.<init>(Unknown Source)
         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:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.kvem.Lime.createLime(Unknown Source)
         at com.sun.kvem.KVMBridge.<init>(Unknown Source)
         at com.sun.kvem.KVMBridge.getBridge(Unknown Source)
         at com.sun.kvem.midp.MIDP.run(Unknown Source)
         at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(Unknown Source)
         at com.sun.kvem.environment.EmulatorInvoker.main(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.kvem.environment.JVM.main(Unknown Source)
    Any help with this would be much appreciated!
    John

  • Auroraservice error when trying to start http Server (9iAS)

    Hi
    my problem is that when trying to start oracle http server I get the error message:
    syntax error on line 14 of mod__ose.conf
    AuroraService-directive already in effect for this sever
    what does it mean and what can I do?
    thanks in advance

    Thanks, I now see the ASP.NET 20 version.  I am now getting the following error.
    Server Error in '/OSoft' Application.
    Object reference not set to an instance of an object.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [NullReferenceException: Object reference not set to an instance of an object.]
       System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +264
       System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +877
       OSoft.Services.Platform.Logging.Logger.logError(Object source, String user, String err) +0
       OSoft.Consumers.ZFP.WebBase.PageBase.logException(Exception ex) +312
       OSoft.Consumers.ZFP.WebBase.PageBase.WriteException(Exception ex) +24
       OSoft.Consumers.ZFP.WebBase.PageBase.page_load(Object sender, EventArgs e) +2313
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       System.Web.UI.Control.OnLoad(EventArgs e) +67
       System.Web.UI.Control.LoadRecursive() +35
       System.Web.UI.Page.ProcessRequestMain() +750
    Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

  • Kmines: don't start | wrong ELF class: ELFCLASS64

    i have installed kmines but when open i get:
    kmines: error while loading shared libraries: libopenal.so.1: wrong ELF class: ELFCLASS64
    $ ~ ls -l /usr/lib/libopenal*
    -rwxr-xr-x 1 root root 356849 ago  6 19:18 /usr/lib/libopenal.so.1.14.0
    lrwxrwxrwx 1 root root     14 ago  6 21:18 /usr/lib/libopenal.so.1 -> libopenal64.so
    -rw-r--r-- 1 root root 395431 ago  6 19:18 /usr/lib/libopenal64.so
    lrwxrwxrwx 1 root root     14 abr  1  2012 /usr/lib/libopenal.so -> libopenal.so.1
    I have arch linux 32bits with kde...
    Last edited by fpilee (2012-11-26 16:43:06)

    $ ~ ls -l /usr/lib/libopenal*
    -rwxr-xr-x 1 root root 338188 abr 1 2012 /usr/lib/libopenal.so.1.14.0
    lrwxrwxrwx 1 root root 14 nov 23 00:57 /usr/lib/libopenal.so.1 -> libopenal64.so
    -rw-r--r-- 1 root root 395431 ago 6 19:18 /usr/lib/libopenal64.so
    lrwxrwxrwx 1 root root 14 abr 1 2012 /usr/lib/libopenal.so -> libopenal.so.1
    i will modify the soft links to follow your format.
    is better replace libopenal64.so with Libopenal.so.1.14.0         
    #mv /usr/lib/libopenal.so.1 /usr/lib/libopenal.so.1.bak
    #ln -s /usr/lib/libopenal.so.1.14.0 /usr/lib/libopenal.so.1
    #ls -l /usr/lib/libopenal*
    -rw-r--r-- 1 root root 395431 ago 6 19:18 /usr/lib/libopenal64.so
    lrwxrwxrwx 1 root root 14 abr 1 2012 /usr/lib/libopenal.so -> libopenal.so.1
    lrwxrwxrwx 1 root root 28 nov 23 21:49 /usr/lib/libopenal.so.1 -> /usr/lib/libopenal.so.1.14.0
    -rwxr-xr-x 1 root root 338188 abr 1 2012 /usr/lib/libopenal.so.1.14.0
    lrwxrwxrwx 1 root root 14 nov 23 00:57 /usr/lib/libopenal.so.1.bak -> libopenal64.so
    Last edited by fpilee (2012-11-26 16:47:45)

  • Libclntsh.so.10.1: wrong ELF class: ELFCLASS64

    Hello experts.
    I getting the follow error when I start the application Remedy
    ./arserverd: error while loading shared libraries: libclntsh.so.10.1: wrong ELF class: ELFCLASS64
    I SO is linux x86-64
    My client version is 11.2.0.3.0 for 64bits.
    Can You help -me ?

    as my experience
    it's the .o file and library file mismatch in ELF
    use
    file *.o to check those .o file is 32 bit or 64 bit
    then use
    gcc -m64 or
    g++ -m64
    to force conpile and link in 64 bit to comform with library

  • Load Balancing-wrong ELF class: ELFCLASS64

    GlassFish 3.1.1
    Apache Webserver 2.2.x
    To configure the loadbalancing I followed the following link
    http://docs.oracle.com/cd/E18930_01/html/821-2426/abdhg.html
    However Although the linux machine I am using is 32bit version I am having the following error.
    After google search, I have found many points referencing 64compile, but I have properly assigned the corrent flags and compiled it.
    +[root@bin]# ./apachectl start+
    httpd: Syntax error on line 419 of /usr/local/apacheHttpServer/conf/httpd.conf: Cannot load /usr/local/apacheHttpServer/modules/mod_loadbalancer.so into server: /usr/local/apacheHttpServer/modules/mod_loadbalancer.so: wrong ELF class: ELFCLASS64
    +[[email protected]]# file /usr/bin/file+
    +/usr/bin/file: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped+
    +[root@]# export+
    declare -x AS_HOME="/usr/local/glassfish-3.1.1/glassfish"
    declare -x CFLAGS="-m32"
    Besides that do I need the enable mod_jk for loadbalancing for glassfish App Serv, where mod_jk enabling is not mentioned in the link given above.
    Thanks in advance.

    I have installed jk-connector module following the instruction in link http://tomcat.apache.org/connectors-doc/
    In this link there is a src file should be complied pointing the <web_server>/bin/apxs, there will be created a mod_jk.so file which has to be reperenced in httpd.conf file web server before starting the web server.
    If you do not want to spend installing and compling jk-connector module, you can download compiled version of jk-module: http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.31/i386/
    Thanks all for motivating me to find the real solution.
    -Istanbul-

  • X86_64 smokin-guns - libXxf86dga.so.1: wrong ELF class: ELFCLASS64

    Hi.
    I have all of lib32 installed.
    I can run most games, however I am trying to run smokin-guns via the phoronix-test-suite.
    I get the following error :-
    ./smokinguns.x86: error while loading shared libraries: libXxf86dga.so.1: wrong ELF class: ELFCLASS64
    I notice there is no libXxf86dga file in lib32
    # sudo locate  libXxf86dga.so
    /usr/lib/libXxf86dga.so
    /usr/lib/libXxf86dga.so.1
    /usr/lib/libXxf86dga.so.1.0.0
    Anyone know how to sort this ?
    Last edited by yossarianuk (2009-02-27 20:00:52)

    It looks as if you'll need to create a lib32 package, or have someone do it for you. libxxf86dga also requires xf86dgaproto which doesn't have a lib32 counterpart in community.

  • PLL/FMB compilation - wrong ELF class: ELFCLASS64 error

    Hi,
    i try to compile PLL/FMB sources in unix server, i am getting the below issue
    Processing File {PLL_NAMES}.PLL\c
    {ORACLE_APP_SERVER_HOME_PATH}/bin/frmcmp: error while loading shared libraries: libjvm.so: wrong ELF class: ELFCLASS64
    -Failed
    kindly help to resove this issue.
    Thanks in advance.

    Please use forum {forum:id=82}

  • Error when trying to start EJB Server

    Hi,
    I am new to EJB's and am following the tutorial on ejbtut.com. I followed the tutorial and created the EmployeesEJB.jar file and placed the appropriate code in the ejb.ini file to deploy it. But when i start the EJB server i get the following. Can anyone please help me tackle this problem.
    Heres what happens when i start the server:::::::::::
    file: C:\Blazix\Ejblog.log
    Blazix EJB Server 1.2
    Copyright (C) Desiderata Software, 2001-2002
    All rights reserved
    Configuration file: C:\Blazix\ejb.ini
    JRMP version
    Deploying EJB-Home class "employees.EmployeesHome" at JNDI name "Employees"
    Evaluation license
    java.rmi.ServerException: Server RemoteException; nested exception is:
         java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
         java.lang.ClassNotFoundException: desisoft.ejb.server.EjbServerJRMP_Stub
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
         java.lang.ClassNotFoundException: desisoft.ejb.server.EjbServerJRMP_Stub
    java.lang.ClassNotFoundException: desisoft.ejb.server.EjbServerJRMP_Stub
         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
         at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
         at sun.rmi.server.UnicastRef.invoke(Unknown Source)
         at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
         at java.rmi.Naming.rebind(Unknown Source)
         at desisoft.ejb.server.EjbServerJRMP.serverMain(EjbServerJRMP.java:329)
         at desisoft.ejb.server.EjbServer.main(EjbServer.java:803)
    Looking at the error it seems as if its looking for the EJBServer's stub file. The tutorial didn't mention abt creating any kind of stub file, so can someone please tell me what am missing here.
    Thanks in advance

    Generate the stubs and skeletons for your EJB.This you can do by generating deployment code in most of the IDEs.
    Hope this helps you.

  • Problem when trying to start Weblogic server

    Hi,
    I have a problem when in was trying to start the weblogic server from the
    Weblogic Console.It Loads all the necessary files and finally it comes out
    giving an error "Server start message not received in allotted time, server
    process killed.".
    But at the same time i can start the server cooly by running the
    "Wlserver.exe".Can any help me on this problem
    regards
    Ramesh
    Baan Company

    Hi!
    I'm quite sure that this is a time out problem. I need about 3 minutes to start
    up my weblogic server. It's no problem to start it from a command prompt
    (startWeblogic.cmd), but using weblogic console application I always got a time
    out after 120 seconds. On a faster computer, where the start up process can be
    finished in less then 120 seconds it was no problem to start the server with the
    same amount of EJBs.
    Does anyone know how to increase the time out parameter for the weblogic console
    application?
    Best reagards,
    Przemek
    Ramesh wrote:
    Yes Its resource problem i suppose..
    My friend who is working with WL advised me to us 128 MB RAM to work with
    Weblogic server.
    Justin i need one more help
    I registered my servlet in Weblogic.properties.But when i try to load
    it from the command tab says "Property change error on LOAD".I dont know
    what
    properties i have to change to load this.
    Even the existing example servlets i coundnt Load.!!!!
    Can any one help on this problem
    Justin Knowlden <[email protected]> wrote in message
    news:[email protected]...
    I actually got WL to work on my system yesterday. I found that it was aresource
    problem. I had to shut down my X Server; if you don't know what the XServer is,
    it's (basically) the app that runs a window manager. It was consuming toomuch
    of my processing time. WL is now the only thing running on that machine.
    Since you have NT, You may want to try shutting down all uneccesarydevices and
    app's.
    Ramesh wrote:
    My System is
    Win NT 4.00
    Pentium pro 199 mhz
    and 80 mb RAM
    Is that because of the Memory Problem?
    I dont know because i am able run it well when it trought command
    prompt.
    Justin Knowlden <[email protected]> wrote in message
    news:[email protected]...
    I posted a comment about this last week and have to receive a reply. Ialso saw
    a post from April about this and there were no replies to it, either.
    My problem exists on Linux whether I use the console or not. What are
    the
    specs
    for your machine?
    Mine:
    Linux 2.2.15
    P/Pro 199 MHx
    128 MB RAM
    Ramesh wrote:
    Hi,
    I have a problem when in was trying to start the weblogic server
    from
    the
    Weblogic Console.It Loads all the necessary files and finally it
    comes
    out
    giving an error "Server start message not received in allotted time,server
    process killed.".
    But at the same time i can start the server cooly by running the
    "Wlserver.exe".Can any help me on this problem
    regards
    Ramesh
    Baan Company--
    Justin Knowlden <[email protected]>
    Software Developer
    MyPoints.com, Inc.
    Justin Knowlden <[email protected]>
    Software Developer
    MyPoints.com, Inc.
    Przemyslaw Rychlewski Tech@Spree Software Technology GmbH
    mailto:[email protected] http://www.tech.spree.de
    Tel +49 (0)30 235 520-34 Bülowstrasse 66
    Fax +49 (0)30 217 520-12 10783 Berlin

  • Error when trying to start managed server from node manager

    I have a managed server which is authenticated through a WeblogicAuthenticProvider. When starting the managed server from command line I need to setup certain jars in the classpath in order to start it successfully. However when I try and start the managed server from a node manager, I receive the following error.
    Any ideas as to what is going on are appreciated. Is there any way to force Weblogic Node manager to invoke the actual startManagedWeblogic.cmd when bringing up the managed server
    Thanks
    <Jun 5, 2006 9:21:05 AM EDT> <Info> <NodeManager@*.*:5555> <Starting Server TweCluster::TaxwareServer1 ...>
    <Jun 5, 2006 9:21:07 AM EDT> <Info> <NodeManager@*.*:5555> <Server TweCluster::TaxwareServer1 started, process id = 3,012>
    <Jun 5, 2006 9:21:11 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 Version ari-38120-20041118-1131-win-ia32 from BEA Systems, Inc.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at http://zeus3dev:7001 to check if there exists a running admin server at this URL.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 >
    <Jun 5, 2006 9:21:12 AM EDT> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://zeus3dev:7001 to retrieve the initial configuration.>
    <Jun 5, 2006 9:21:16 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file E:\bea8.1\weblogic81\common\nodemanager\TaxwareServer1\TaxwareServer1.log is opened. All server side log events will be written to this file.>
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/taxware/twe/util/crypto/CryptoUtil
    at com.taxware.twe.auth.server.GenericPrincipalValidator.<init>()V(GenericPrincipalValidator.java:41)
    at com.taxware.twe.auth.server.WeblogicPrincipalValidator.<init>()V(WeblogicPrincipalValidator.java:38)
    at com.taxware.twe.auth.server.WeblogicAuthenticationProvider.getPrincipalValidator()Lweblogic.security.spi.PrincipalValidator;(WeblogicAuthenticationProvider.java:188)
    at weblogic.security.service.PrincipalAuthenticator.initialize(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:154)
    at weblogic.security.service.PrincipalAuthenticator.<init>(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:262)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(Ljava.lang.String;Lweblogic.management.security.RealmMBean;)Lweblogic.security.service.PrincipalAuthenticator;(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(Lweblogic.management.security.RealmMBean;Ljava.util.HashMap;)V(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(Ljava.lang.String;)V(SecurityServiceManagerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms()V(SecurityServiceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManager.java:734)
    at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:344)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    Reason: com/taxware/twe/util/crypto/CryptoUtil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Found a workaround:
    Manually, add PATH (and probably the other environment variables also) to
    ${WLS_HOME}/common/bin/commEnv.sh.

  • Security exception when trying to start Managed Server

    Hi all,
    First I configured a Adminisistration server and started it. After that I added
    a another server as ManagedServer.These two points to the same Weblogic server.
    When I try to start Managed server by running the script, it gave me following
    error.
    <Jun 25, 2001 5:25:11 PM GMT+06:00> <Emergency> <Server> <Unable to initialize
    the server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: java.security.acl.NotOwnerException
    java.lang.IllegalAccessError: java.security.acl.NotOwnerException
         at weblogic.security.acl.Realm.getRealm(Realm.java:91)
         at weblogic.security.acl.Realm.getRealm(Realm.java:36)
         at weblogic.security.acl.Realm.authenticate(Realm.java:183)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:116)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:444)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:287)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:259)
         at weblogic.jndi.Environment.getContext(Environment.java:135)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
         at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:891)
         at weblogic.management.Admin.start(Admin.java:305)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    I suspect reason for this might be weblogic.policy file. There you need to edit
    some lines replacing the location of the directory in which you installed WebLogic
    Server. I did this but still error occurs.
    Do u have any idea why above error occurs and if it is due to the weblogic.policy
    file entry please tell me how it correctly done.
    I am using WL60(sp2)in Win NT,
    My installed dir: E:\bea\wlserver6.0\
    Thanks
    Nalika

    I don't believe that you can use the same server definitions for both an admin server and a managed server. So, you'll need to create a second server that is your managed server with a different name or
    just run with the admin server.
    Paul
    On 25 Jun 2001 04:43:22 -0800, "Nalika" <[email protected]> wrote:
    >
    Hi all,
    First I configured a Adminisistration server and started it. After that I added
    a another server as ManagedServer.These two points to the same Weblogic server.
    When I try to start Managed server by running the script, it gave me following
    error.
    <Jun 25, 2001 5:25:11 PM GMT+06:00> <Emergency> <Server> <Unable to initialize
    the server: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: java.security.acl.NotOwnerException
    java.lang.IllegalAccessError: java.security.acl.NotOwnerException
         at weblogic.security.acl.Realm.getRealm(Realm.java:91)
         at weblogic.security.acl.Realm.getRealm(Realm.java:36)
         at weblogic.security.acl.Realm.authenticate(Realm.java:183)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:116)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:444)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:287)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:259)
         at weblogic.jndi.Environment.getContext(Environment.java:135)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
         at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:891)
         at weblogic.management.Admin.start(Admin.java:305)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    I suspect reason for this might be weblogic.policy file. There you need to edit
    some lines replacing the location of the directory in which you installed WebLogic
    Server. I did this but still error occurs.
    Do u have any idea why above error occurs and if it is due to the weblogic.policy
    file entry please tell me how it correctly done.
    I am using WL60(sp2)in Win NT,
    My installed dir: E:\bea\wlserver6.0\
    Thanks
    Nalika

  • Errors when trying to start HTTP Listener (Oracle Developer Suite 10g)

    Good day everyone,
    I'm trying to do development on some forms in Oracle Forms Developer 10g and I'm having issues creating a local development environment. When I try to run a form in Oracle Forms Developer 10g, I get an error message telling me that my HTTP Listener can not be found. When I try to run my HTTP Listener, I get two error messages:
    Error initializing server: IO error reading system
    Fatal error: server exiting
    Would someone help me with the configuration of my local development environment? I need the environment so I can utilize the debugging tools in Oracle Forms Developer 10g (currently I deploy the form to the Development environment and trouble shoot any issues I have).

    Take a look at Forms: How to Configure Forms Builder to run forms locally. After you have configured your system, then you will need to start the OC4J instance before you can run your form.
    Craig...
    Edited by: CraigB on Apr 17, 2012 12:16 PM

  • Error when trying to start oc4j server from jdev10g

    Any ideas?
    05/07/01 09:50:56 Exception in thread "OC4J Launcher" oracle.oc4j.loader.util.An
    notatedNoClassDefFoundError:
    Missing class: com.sun.corba.se.internal.iiop.CDRInputStream
    Dependent class: com.evermind.server.ApplicationContext
    Loader: oc4j:10.1.3
    Code-Source: /D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in boot.xml in D:\JDeveloper_1013\j2ee\ho
    me\oc4j.jar
    The missing class is not available from any code-source or loader in the server.
    05/07/01 09:50:56 at oracle.oc4j.loader.PolicyClassLoader.handleClassNotFo
    und (PolicyClassLoader.java:1956) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from
    system property java.class.path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.internalLoadClass (PolicyClassLo
    ader.java:1641) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from system property ja
    va.class.path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1591) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from system property java.class
    .path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1577) [/D:/JDeveloper_1013/j2ee/home/oc4j.jar (from system property java.class
    .path), by sun.misc.Launcher$AppClassLoader@20120943]
    at java.lang.ClassLoader.loadClassInternal (Unknown source file) [jre bo
    otstrap, by  jre bootstrap]
    at com.evermind.server.ApplicationContext.<clinit> (ApplicationContext.j
    ava:62) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <code-source>
    in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.Application.<init> (Application.java:173) [/D:/JD
    eveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in
    D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.ApplicationServer.initializeApplications (Applica
    tionServer.java:1403) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from
    <code-source> in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:1
    0.1.3]
    at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.ja
    va:944) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <code-source>
    in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerL
    auncher.java:87) [/D:/JDeveloper_1013/j2ee/home/lib/oc4j-internal.jar (from <cod
    e-source> in boot.xml in D:\JDeveloper_1013\j2ee\home\oc4j.jar), by oc4j:10.1.3
    at java.lang.Thread.run (Unknown source file) [jre bootstrap, by  jre bo
    otstrap]

    Do you mean July or Dec for 10.1 DP4, remembering that seasons are reversed on opposite sides of the planet, and I'm in Sydney :-)
    Are you able to give a closer estimate for 10gAS production that supports J2EE 1.4 / JSP 2.0 / Java 5.0?
    We're currently planning the next phase of our project, and one risk is that a JSP 2.0 / Java 5.0 / J2EE 1.4 container won't be available when we want to begin the testing phase, or worse, when we want to go live.
    We want to be well into testing by Jan next year.
    If we can't get a firm estimate then we'd have to use jdk1.4 + jsp1.2 which we don't want to do.
    Thanks,
    Greg

  • A general error has occurred. libclntsh.so.10.1: wrong ELF class: ELFCLASS6

    Hi All,
    we have OBIEE installed on RedHat Linux (64-bit) and getting bellow errore while trying to update row count from RPD.
    we are using OCI to connect to oracle database(installed oracle 10g 10.2.0.1 64 bit) and our OBIEE is 32 bit. I have followed all the instructions from old posts like.
    setting environmental variables in user.sh file but still its throwing error.
    Environmental variables:
    ORACLE_HOME=/Oracle/10.2.0.1/client
    export ORACLE_HOME
    TNS_ADMIN=$ORACLE_HOME/network/admin
    export TNS_ADMIN
    PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    and client is using ldap to resovle database connection.
    ERROR:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. libclntsh.so.10.1: wrong ELF class: ELFCLASS64 [nQSError: 46029] Failed to load the DLL OBIEE_HOME/OracleBI/server/Bin/libnqsdbgatewayoci10g.so. Check if 'Oracle OCI 10G' database client is installed. (HY000
    Thanks
    Venkat

    Venkat,
    I'm not sure if you are using OBIEE 11g or OBIEE 10g.
    If you are using OBIEE 11g then your #1 problem is that you must install the 64-bit version of OBIEE 11g in on a 64bit OS for all to perform properly.
    You must also make sure to conduct the Software Only installation.
    Let me know if that is case that you are using oBIEE 11g or not?
    Cheers,
    Christian
    http://www.artofbi.com

Maybe you are looking for

  • Content Field issue in Mail adapter receiver

    My  inerface CIDX->TO-->IDOC: I have an Error handling logic (Busines error) which needs to be send in EMail....the to address has to be detemined in runtime, the mail content is in the following format Mail Content: A KB order type came in from: Par

  • Select only one type of field using JavaScript in Acrobat X

    Looking for a way to select all fields of the same type on a form at once? Such as selecting all text fields to modify the font type, or all buttons to modify display values. Prior versions 6,7, & 8 were able to do this. Would prefer a script for eac

  • 2003 HD cinema display pinkish Hue round top right edge

    Hi Just bought a HD Cinema display 23" from ebay for £100 and it has a very slight pinkish hue around top right edge I could live with it only if it does not mean the LCD is dying? Any reasons? is the display dying or possible ideas on how long it ha

  • How to clear items mentioned right side under "recently book marked"

    Even after I successfully clear 'recent history I find in the right side certain items under "recently book marked". Please let me know how to remove these items.

  • How to match an action after double click

    Hi, assume we do submit() within a js double-click listener. How do we associate a bean event/action to this operation ? I noticed that submit succeeds and page is refreshed, but I can't see any way to intercept this event as it would come from a rea