NPE while starting Node Manager in SOA 11.1.1.5

I have installed SOA Suite 11g (11.1.1.5) as per Oracle Quick Start Guide for SOA Suite 11.1.1.5.
I start the database and Weblogic admin server. When I try to start the node manager, I am getting following error:
1 Nov, 2011 9:23:28 AM weblogic.nodemanager.server.NMServer <init>
WARNING: Node manager configuration properties file 'C:\Oracle\MIDDLE~3\WLSERV~1
.3\common\NODEMA~1\nodemanager.properties' not found. Using default settings.
<1 Nov, 2011 9:23:28 AM> <INFO> <Saving node manager configuration properties to
'C:\Oracle\MIDDLE~3\WLSERV~1.3\common\NODEMA~1\nodemanager.properties'>
1 Nov, 2011 9:23:28 AM weblogic.nodemanager.server.NMServer <init>
INFO: Saving node manager configuration properties to 'C:\Oracle\MIDDLE~3\WLSERV
~1.3\common\NODEMA~1\nodemanager.properties'
<1 Nov, 2011 9:23:28 AM> <SEVERE> <Fatal error in node manager server>
java.lang.NullPointerException
at java.util.Hashtable.containsKey(Hashtable.java:314)
at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServ
erConfig.java:491)
at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServe
rConfig.java:481)
at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServ
erConfig.java:545)
at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
at weblogic.NodeManager.main(NodeManager.java:31)
1 Nov, 2011 9:23:28 AM weblogic.nodemanager.server.NMServer main
SEVERE: Fatal error in node manager server
java.lang.NullPointerException
at java.util.Hashtable.containsKey(Hashtable.java:314)
at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServ
erConfig.java:491)
at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServe
rConfig.java:481)
at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServ
erConfig.java:545)
at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
at weblogic.NodeManager.main(NodeManager.java:31)
C:\Oracle\MIDDLE~3\WLSERV~1.3\common\NODEMA~1>goto finish
C:\Oracle\MIDDLE~3\WLSERV~1.3\common\NODEMA~1>ENDLOCAL
C:\Oracle\Middleware\wlserver_10.3\server\bin>
I checked "C:\Oracle\Middleware\wlserver_10.3\common\nodemanager" directory. There is no nodemanager.properties file there. Do I need to create it manually?
Please advise.
Thanks,
Vivek

I cut and paste the description of the note. There is a statement with the cause that states
"This issue happens only when the display name of a NIC configured for migration in nodemanager is null"
and it is a little ambigious. It implies there is a workaround of setting the display name, but doesn't discuss how to apply this workaround; the display name it refers to generated by a code call to the NetworkInterface.getDisplayName() method from the JDK.
I assume that the display name here is the parameter called Interface within the nodemanger.properties, but there is nothing within the note that confirms this, nor if setting this to the NICE name will fix this issue. here is a full list of the nodemanger.propertes file -> http://download.oracle.com/docs/cd/E12840_01/wls/docs103/nodemgr/java_nodemgr.html#wp1068415
I'd download and try the patch in your place; it's a WLS patch (as nodemanager is part of WLS) so shouldn't affect SOA Suite. Failing that, open a SR.

Similar Messages

  • Start node manager using WLST

    I am trying to start node manager using WLST with following command
    wls:/offline> nmConnect('weblogic','weblogic123','localhost','5556','FirstDomain','C:\Oracle\Middleware\user_projects\domains\FirstDomain','plain')but getting below exception
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 123, in nmConnect
    File "<iostream>", line 618, in raiseWLSTException
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node
    Manager. : Connection refused: connect. Could not connect to NodeManager. Check
    that it is running at localhost:5,556.
    Use dumpStack() to view the full stacktrace
    wls:/offline>
    I am using weblogic 11g.
    Can anybody let me know how to fix this issue.

    You can use something like this:
    beahome = '/home/oracle/soasuite';
    pathseparator = '/';
    adminusername = 'weblogic';
    adminpassword = 'magic11g';
    domainname = 'base_domain';
    domainlocation = beahome + pathseparator + 'user_projects' + pathseparator + 'domains' + pathseparator + domainname;
    nodemanagerhomelocation = beahome + pathseparator + 'wlserver_10.3' + pathseparator + 'common' + pathseparator + 'nodemanager';
    print 'START NODE MANAGER';
    startNodeManager(verbose='true', NodeManagerHome=nodemanagerhomelocation, ListenPort='5556', ListenAddress='localhost');
    print 'CONNECT TO NODE MANAGER';
    nmConnect(adminusername, adminpassword, 'localhost', '5556', domainname, domainlocation, 'ssl');
    print 'START ADMIN SERVER';
    nmStart('AdminServer');
    nmServerStatus('AdminServer');More information can be found here: http://middlewaremagic.com/weblogic/?p=6040
    in particular the "Starting the SOA environment" section

  • Error while starting the managed server using nodemanager

    HI ,
    I am getting the below error while starting the managed server from the Admin console. All the serverstart and the node manager proeprties looks fine.
    Below is the error in the managed server log,
    startWebLogic.sh: grep: not found
    startWebLogic.sh: uname: not found
    startWebLogic.sh: test: argument expected
    can you help me to solve the problem please. i am using weblogic 10.3.3
    thanks
    Arun

    I think you've changed and added some lines into your startWebLogic.sh script. Can you put your script here?

  • AuditLogFileException while starting a managed server

    Hi all,
    I implemented custom JAAS authentication for WLS 7.0 server and console. There
    are no issues with a standalone or single server in the domain. When testing an
    AdminServer with a managed server, I could still start the Admin Server without
    any problem after configuring the security realm. I got the following errors while
    starting the managed server. I tested with both servers on the same machine.
    Any help would be appreciated.
    <Server failed during initialization. Exception:weblogic.security.service.AuditLogFileException:
    Couldn't rename C:\bea7\user_projects\deletedomain\.\DefaultAuditRecorder.log
    to C:\bea7\user_projects\deletedomain\.\DefaultAuditRecorder.log2598.old
    weblogic.security.service.AuditLogFileException: Couldn't rename C:\bea7\user_pr
    ojects\deletedomain\.\DefaultAuditRecorder.log to C:\bea7\user_projects\deletedo
    main\.\DefaultAuditRecorder.log2598.old
    at weblogic.security.service.AuditLogFile.<init>(AuditLogFile.java:98)
    at weblogic.security.providers.audit.DefaultAuditProviderImpl.createLogF
    ile(DefaultAuditProviderImpl.java:106)
    at weblogic.security.providers.audit.DefaultAuditProviderImpl.initialize
    (DefaultAuditProviderImpl.java:89)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvid
    er(SecurityServiceManager.java:1752)

    Hi,
    Please remember to mark the answers accordingly... Helpful or correct... You will be helping the forum community by doing that.
    First thing to fix is the Admin_URL, there should be something like:
    -Dweblogic.management.server=http://localhost:7001How are you starting this managed server? Node manager or command line? Try both options and see if they bring up the same error.
    Cheers,
    Vlad

  • Starting Node Manager

    We have a configuration where weblogic installed as
              /weblogic/bea/wlserevr6.1
              The applications are installed as
              /usr1/config/<app>
              To start the node manager I copied the certificates into /usr1/config
              directory and specified the path on the command line for nodce manager.
              When I try to start node manager from the /usr/config directory I get an
              access control exception.
              However I am able to start node manager from the directory where weblogic is
              installed.
              Any ideas?
              

    I cut and paste the description of the note. There is a statement with the cause that states
    "This issue happens only when the display name of a NIC configured for migration in nodemanager is null"
    and it is a little ambigious. It implies there is a workaround of setting the display name, but doesn't discuss how to apply this workaround; the display name it refers to generated by a code call to the NetworkInterface.getDisplayName() method from the JDK.
    I assume that the display name here is the parameter called Interface within the nodemanger.properties, but there is nothing within the note that confirms this, nor if setting this to the NICE name will fix this issue. here is a full list of the nodemanger.propertes file -> http://download.oracle.com/docs/cd/E12840_01/wls/docs103/nodemgr/java_nodemgr.html#wp1068415
    I'd download and try the patch in your place; it's a WLS patch (as nodemanager is part of WLS) so shouldn't affect SOA Suite. Failing that, open a SR.

  • Error while starting oam managed server

    Hi Experts,
    I am facing the following errors while starting the managed oam server instance.
    I am using 11gR2.
    <Jan 8, 2013 12:13:32 PM IST> <Error> <oracle.jps.audit> <BEA-000000> <IAU:IAU-5
    048: Problem in transferring audit record to Audit Store null null. Please verif
    y your Audit Store configuration>
    <Jan 8, 2013 12:13:49 PM IST> <Error> <oracle.security.audit.logger> <BEA-000000
    <IAU:JNDI Resource does not exist JNDI Name=AuditDB><Jan 8, 2013 12:13:49 PM IST> <Error> <oracle.jps.audit> <BEA-000000> <IAU:IAU-5
    047: Problem in transferring audit record from file:C:\Oracle\MIDDLE~1\USER_P~1\
    domains\OAM_OA~3\servers\oam_server1\logs\auditlogs\OAM\audit.log position:898,9
    24 will retry in next cycle. caught exception oracle.security.audit.AuditExcepti
    on: javax.naming.NameNotFoundException: Unable to resolve 'AuditDB'. Resolved ''
    ; remaining name 'AuditDB'
    at oracle.security.audit.ajl.loader.OracleRepository.<init>(OracleReposi
    tory.java:84)
    at oracle.security.audit.ajl.loader.JDBCLogWriter.reinit(JDBCLogWriter.j
    ava:59)
    at oracle.security.audit.ajl.loader.JDBCLogWriter.write(JDBCLogWriter.ja
    va:104)
    at oracle.security.audit.ajl.loader.AuditLoader.readMessages(AuditLoader
    .java:488)
    at oracle.security.audit.service.AuditLoaderManager.readMessages(AuditLo
    aderManager.java:209)
    at oracle.security.audit.service.AuditLoaderManager$Runner.run(AuditLoad
    erManager.java:284)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'AuditDB'. Reso
    lved ''; remaining name 'AuditDB'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(Basic
    NamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.jav
    a:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.j
    ava:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:20
    6)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.j
    ava:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:412)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at oracle.security.audit.ajl.loader.OracleRepository.<init>(OracleReposi
    tory.java:74)
    ... 5 more
    Any pointers would be appreciated.
    Thanks,
    Subin

    Hi Subin,
    Once the server is started, is Auditing to DB successful?
    Assuming that you have auditing to DB configured and that it is generally working, I suspect that the errors messages are occurring during the time when the server is making the jndi sources available to the server. If so, the messages are harmless (although I do not think they should happen).
    Regards,
    Colin

  • Error while starting the managed server

    Hi,
    While starting the managed server i get ClassNotFoundException for the following files.
    oracle.as.jmx.framework.wls.spi.StartupListener - jmxframework.jar
    oracle.security.jps.wls.JpsWlsStartupClass - jps-wls.jar
    oracle.security.audit.ajl.loader.JEEAuditLoader
    oracle.dms.wls.DMSStartup - dms.jar
    oracle.core.ojdl.weblogic.ODLConfiguration - odl2.jar
    oracle.ias.cache.Startup -
    oracle.mds.lcm.weblogic.WLLifecycleListener
    oracle.dms.wls.DMSServletFilter
    When checked I found jars related to above classes in BEAHOME/jdeveloper/modules folder.
    are the jars also present some where in weblogic related folders.
    Also "wsil-wls" and "dms" applications are not properly deployed in the ManagedServer.
    When I am trying to deploy another application in managed server i get DMSServletFilter ClassNotFoundException.
    I tried to add the above jars from jdeveloper folder to the POST_CLASSPATH in setDomainEnv.sh but i still get the same ClassNotFOundException while deploying.
    Which config file should i update?
    Thank You.

    I think you've changed and added some lines into your startWebLogic.sh script. Can you put your script here?

  • OBIEE 11g (11.1.1.5.0) - Issue with starting Node Manager

    Hi,
    Have anyone faced an issue with starting Node Manager in OBIEE 11g (11.1.1.5.0)? OS is 64 bit Linux, WebLogic is 10.3.5. I used the software-install method and followed by running config.sh. Everything completed successfully. I updated the catalog and rpd location in the FMW control screen.
    To get it activated I bounced services and when I try to start Node Manager it gives below error --
    <Aug 30, 2011 2:02:42 PM CDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Aug 30, 2011 2:02:42 PM> <SEVERE> <Fatal error in node manager server>
    java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    Aug 30, 2011 2:02:42 PM weblogic.nodemanager.server.NMServer main
    SEVERE: Fatal error in node manager server
    java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    + set +x
    I see the same issue reported in ML OBIEE 11g - Node manager fails to start upon upgrade [ID 1329442.1] and WebLogic Server: Node Manager Startup is Failing with java.io.IOException: Unsupported cypher suite [ID 1329260.1] I tried to modify commEnv.sh. But it didnt help me.
    Please let me know if anyone have faced similar issue and what exactly did you do to resolve it.
    Cherrish Vaidiyan
    Edited by: Cherrish on Aug 30, 2011 3:14 PM

    Hi,
    There are Two types of Cipher suites --- Certicom Cipher Suite and SunJSSE Equivalent Cipher Suite. And with Weblogic 10.3.5, you are using Sun JSSE Cipher Suite, and by default Node Manager uses the Certicom Cipher Suite.
    In the nodemanager.properties, Add CipherSuite=SSL_RSA_EXPORT_WITH_RC4_40_MD5, save and restart Node Manager.
    Reference Metalink Note: WebLogic Server 10.3.x: Getting "Unsupported Cipher" Exceptions When Starting Node Manager [ID 1307325.1]
    Cherrish Vaidiyan

  • Unable to start Node Manager

    Hello everyone,
    I've installed WLS 10.3.3 on windows. *2 Managed servers (jitu-pc, jitu-pc1) & 1 admin server on same machine*.
    Below are the SSL configurations for both:
    Host Name Verification = None
    Machine>Node Manager: Type=PLAIN
    When I try to start the node manager ($BEA_HOME\server\bin\startNodeManager.cmd" I get below error:
    <Oct 15, 2010 4:11:33 AM> <INFO> <Secure socket listener started on port 5556>
    Oct 15, 2010 4:11:33 AM weblogic.nodemanager.server.SSLListener run
    *INFO: Secure socket listener started on port 5556*
    <Oct 15, 2010 4:12:04 AM GMT+05:30> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer 01HW165700.entcorp.ttsl.com - 172.17.43.84 during SSL handshake.>
    <Oct 15, 2010 4:12:04 AM GMT+05:30> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer 01HW165700.entcorp.ttsl.com - 172.17.43.84 during SSL handshake.>
    <Oct 15, 2010 4:12:04 AM> <WARNING> <Uncaught exception in server handlerjavax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer 01HW165700 - 172.17.43.84 during SSL handshake.>
    javax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer 01HW165700 - 172.17.43.84 during SSL handshake.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown Source)
    at com.certicom.tls.record.ReadHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.ReadHandler.getProtocolVersion(Unknown Source)
    at com.certicom.tls.record.ReadHandler.checkVersion(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
    at com.certicom.tls.record.ReadHandler.read(Unknown Source)
    at com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.BufferedReader.fill(BufferedReader.java:136)
    at java.io.BufferedReader.readLine(BufferedReader.java:299)
    at java.io.BufferedReader.readLine(BufferedReader.java:362)
    at weblogic.nodemanager.server.Handler.run(Handler.java:70)
    at java.lang.Thread.run(Thread.java:619)
    Can anybody tell me what am I missing ?

    Thanks Jay,
    That worked.
    Also, I've one more doubt.
    I browsed to the $WEBLOGIC_HOME/common/nodemanager directory.
    From there I executed $WEBLOGIC_HOME/server/bin startNodeManager.cmd.
    But before starting there is no "nodemanager.properties" file.
    After I started node manager, it started with default properties, and wrote the same to "nodemanager.properties" file in the same directory I started the node manager from.
    Then I aborted the node manager, edited the property file for SecureListener and then restarted. Then everything went up and fine.
    My question is that is there any default "nodemanager.properties" ?

  • Need help: error when starting node manager

    When attempting to start node manager i recieve the following error:
    <Sep 30, 2004 1:30:47 PM EDT> <Error> <NodeManager> <Node manager could not find the required library, libNodeManager.so, in path - /usr/j2se/jre/lib/i386/client:/usr/j2se/jre/lib/i386:/usr/j2se/jre/../lib/i386:/export/home/bea/weblogic81/server/lib/solaris:/export/home/bea/weblogic81/server/lib/solaris/oci920_8:/usr/lib>
    i have copied the file, libnodemanager.so to every directory in the path above, spelling and case are correct, permissions set to rwxrwxrwx but still get error.
    wl 8.1 sp2 solaris 9.1.
    please help if you can.
    thanks.
    vb

    Hi Chaitanya,
    Does the nodemanager.domains file exists in
    /home/xyz/Oracle/Middleware/Oracle_Home/oracle_common/common/nodemanager?
    Does it contain a reference to your domain?
    For example:
    tetra=/u01/app/oracle/domains/tetra
    Regards Peter
    http://theheat.dk

  • Routine AFPEIM encountered an error while starting concurrent manager STAND

    hi,
    Today i have done cloning and clone completed successfully. but CM is not comming up. I found the following errors in the concurrent log. Any hints on this.
    ==========================================
    Starting INVTMRPM Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:48
    Starting INVTMRPM Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:48
    Starting INVTMRPM Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:48
    Starting INVTMRPM Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:48
    Starting INVTMRPM Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:48
    Starting PODAMGR Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager PODAMGR with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/POXCON.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator t : 28-FEB-2012 13:33:49
    Starting PODAMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager PODAMGR with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/POXCON.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator t : 28-FEB-2012 13:33:49
    Starting PODAMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager PODAMGR with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/POXCON.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator t : 28-FEB-2012 13:33:49
    Starting RCVOLTM Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting RCVOLTM Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting RCVOLTM Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting INVMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting INVMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting INVMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting INVMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting INVMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:50
    Starting TDSMGR Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager TDSMGR with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:50
    Starting TDSMGR Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager TDSMGR with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:50
    Starting TDSMGR Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager TDSMGR with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:50
    Starting XDP_MANAGER Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager XDP_MANAGER with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administr : 28-FEB-2012 13:33:50
    Starting XDP_MANAGER Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager XDP_MANAGER with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administr : 28-FEB-2012 13:33:50
    Starting XDP_MANAGER Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager XDP_MANAGER with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administr : 28-FEB-2012 13:33:50
    Starting XDP_MANAGER Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager XDP_MANAGER with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administr : 28-FEB-2012 13:33:50
    Starting XDP_MANAGER Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager XDP_MANAGER with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administr : 28-FEB-2012 13:33:50
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:50
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:53
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:53
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:53
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:53
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:53
    Starting PASMGR Concurrent Manager : 28-FEB-2012 13:33:53
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager PASMGR with library /eqaappl/drqaebiz/appl/pa/11.5.0/bin/PALIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to : 28-FEB-2012 13:33:53
    Process monitor session ended : 28-FEB-2012 13:33:53
    ==========================================
    i have done already steps mentioned in 1312632.1 but nor worked for me.
    also i ran below command and output is as follows.
    SQL> select CONCURRENT_QUEUE_NAME
    from FND_CONCURRENT_QUEUES
    where CONCURRENT_QUEUE_NAME like 'FNDSM%';
    2 3
    CONCURRENT_QUEUE_NAME
    FNDSM_DRQAEBS
    SQL>
    Version details are 11.5.10.2 and DB is 11g.
    Regards
    DBA.

    Hi;
    Please see:
    R12 instance Concurrent manager  and host status is showin as down
    Regard
    Helios

  • While i m starting node manager in weblogic

    Dear All,
    my weblogic server was working fine after restarted the windows server, when i am trying to start the node manager i m getting below error, please guide me please, this is production
    <Sep 22, 2013 12:58:07 AM> <WARNING> <There was a problem initializing the domain 'weblogic_domain' at 'D:\Oracle\Middleware\u
    _domain'. Please make sure that this domainName: 'weblogic_domain' is registered and is fully enrolled for this nodemanager at
    projects\domains\weblogic_domain'.>
    Sep 22, 2013 12:58:07 AM weblogic.nodemanager.server.NMServer findOrCreateDomainManager
    WARNING: There was a problem initializing the domain 'weblogic_domain' at 'D:\Oracle\Middleware\user_projects\domains\weblogic
    at this domainName: 'weblogic_domain' is registered and is fully enrolled for this nodemanager at: 'D:\Oracle\Middleware\user_
    ain'.
    <Sep 22, 2013 12:58:07 AM> <WARNING> <I/O error while reading domain directory>
    java.io.IOException: Invalid state file format. State file contents:
            at weblogic.nodemanager.common.StateInfo.load(StateInfo.java:135)
            at weblogic.nodemanager.server.AbstractServerMonitor.loadStateInfo(AbstractServerMonitor.java:497)
            at weblogic.nodemanager.server.AbstractServerMonitor.isCleanupAfterCrashNeeded(AbstractServerMonitor.java:156)
            at weblogic.nodemanager.server.ServerMonitor.isCleanupAfterCrashNeeded(ServerMonitor.java:25)
            at weblogic.nodemanager.server.AbstractServerManager.recoverServer(AbstractServerManager.java:147)
            at weblogic.nodemanager.server.ServerManager.recoverServer(ServerManager.java:23)
            at weblogic.nodemanager.server.DomainManager.initialize(DomainManager.java:105)
            at weblogic.nodemanager.server.DomainManager.<init>(DomainManager.java:60)
            at weblogic.nodemanager.server.NMServer.findOrCreateDomainManager(NMServer.java:284)
            at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:273)
            at weblogic.nodemanager.server.Handler.handleDomain(Handler.java:227)
            at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:109)
            at weblogic.nodemanager.server.Handler.run(Handler.java:71)
            at java.lang.Thread.run(Thread.java:662)
    Sep 22, 2013 12:58:07 AM weblogic.nodemanager.server.Handler handleDomain
    WARNING: I/O error while reading domain directory
    java.io.IOException: Invalid state file format. State file contents:
            at weblogic.nodemanager.common.StateInfo.load(StateInfo.java:135)
            at weblogic.nodemanager.server.AbstractServerMonitor.loadStateInfo(AbstractServerMonitor.java:497)
            at weblogic.nodemanager.server.AbstractServerMonitor.isCleanupAfterCrashNeeded(AbstractServerMonitor.java:156)
            at weblogic.nodemanager.server.ServerMonitor.isCleanupAfterCrashNeeded(ServerMonitor.java:25)
            at weblogic.nodemanager.server.AbstractServerManager.recoverServer(AbstractServerManager.java:147)
            at weblogic.nodemanager.server.ServerManager.recoverServer(ServerManager.java:23)
            at weblogic.nodemanager.server.DomainManager.initialize(DomainManager.java:105)
            at weblogic.nodemanager.server.DomainManager.<init>(DomainManager.java:60)
            at weblogic.nodemanager.server.NMServer.findOrCreateDomainManager(NMServer.java:284)
            at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:273)
            at weblogic.nodemanager.server.Handler.handleDomain(Handler.java:227)
            at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:109)
            at weblogic.nodemanager.server.Handler.run(Handler.java:71)
            at java.lang.Thread.run(Thread.java:662)
    thanks

    why do you mis-post this problem in an Oracle database forum when root cause & fix are external to any Oracle database?

  • Problems while starting the Managed Server through Node Manager..

    When I was trying to start a Managed Server using the Nodemanager , I am getting the following error :
    NodeManager not configured to receive commands from host : emis-develop
    I have the "nodemanager.hosts" file under the directory "c:\bea\wlserver6.1\config" and even while invoking the script for the startnodemanager , I am indicating this in the script ! Any ideas for this problem ??

    The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.> You may configure custom Identity and Trust in weblogic. It is not recommended to use Demo Trsut and Demo Identity for environments higher to Dev. -
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13707/identity_trust.htm#i1202182
    Regards,
    Anuj

  • While Starting the Managed server using node manager

    The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    ####<Nov 24, 2010 11:12:08 AM IST> <Notice> <Security> <HYDHTC99264D> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <147c637c707a0ee8:-6a0778d9:12c7c6421ea:-7fd5-000000000000000a> <1290577328874> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Nov 24, 2010 11:12:08 AM IST> <Notice> <Security> <HYDHTC99264D> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <147c637c707a0ee8:-6a0778d9:12c7c6421ea:-7fd5-000000000000000a> <1290577328874> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Nov 24, 2010 11:12:08 AM IST> <Notice> <Security> <HYDHTC99264D> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <147c637c707a0ee8:-6a0778d9:12c7c6421ea:-7fd5-000000000000000a> <1290577328890> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Nov 24, 2010 11:12:08 AM IST> <Notice> <Security> <HYDHTC99264D> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <147c637c707a0ee8:-6a0778d9:12c7c6421ea:-7fd5-000000000000000a> <1290577328890> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Nov 24, 2010 11:12:08 AM IST> <Notice> <Security> <HYDHTC99264D> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <147c637c707a0ee8:-6a0778d9:12c7c6421ea:-7fd5-000000000000000a> <1290577328890> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    ####<Nov 24, 2010 11:12:08 AM IST> <Info> <WebLogicServer> <HYDHTC99264D> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <147c637c707a0ee8:-6a0778d9:12c7c6421ea:-7fd5-000000000000000a> <1290577328890> <BEA-000307> <Exportable key maximum lifespan set to 500 uses.>
    ####<Nov 24, 2010 11:12:22 AM IST> <Error> <NodeManager> <HYDHTC99264D> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <147c637c707a0ee8:-6a0778d9:12c7c6421ea:-7fd5-000000000000000d> <1290577342764> <BEA-300048> <Unable to start the server soa_server1 : Exception while starting server 'soa_server1'>
    And the state of server is "FAILED_NOT_RESTARTABLE". Please help me in this
    Regards
    Veena

    The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.> You may configure custom Identity and Trust in weblogic. It is not recommended to use Demo Trsut and Demo Identity for environments higher to Dev. -
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13707/identity_trust.htm#i1202182
    Regards,
    Anuj

  • Error while starting weblogic Managed Server

    Hi ,
    I am new to SOA 11g. I installled the latest version(11.1.1.4) of all the components.I started web logic and able to login into Admin Console but I have a problem
    while starting Managed Server.It gives me an error saying
    <Feb 2, 2011 2:01:29 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 17.0-b17
    from Sun Microsystems Inc.>
    <Feb 2, 2011 2:01:30 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on C:\Oracle\Middleware\user_projects\domains\fmw_domain\servers\AdminServer\tmp\AdminServer.lok.
    Server may already be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:74)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:879)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:566)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:467)
    at weblogic.Server.main(Server.java:71)>
    <Feb 2, 2011 2:01:30 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Feb 2, 2011 2:01:30 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Feb 2, 2011 2:01:30 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Can anyone help ?
    Regards,
    Vikas Manchanda
    Edited by: 829347 on Feb 2, 2011 12:48 AM

    How are you starting the managed server? Is it a new install? The error suggests that the managed server is already running. You could check the windows task manager to see if there is a Java process running (or two if managed and admin server is on the same machine)
    Damien

Maybe you are looking for

  • Oracle 10g Installation issue on Windows 7

    Hi, I tried to install Oracle 10g downloaded from the below link on my laptop which runs in Windows 7. http://www.oracle.com/technetwork/database/10204-winx64-vista-win2k8-082253.html The Oracle version is 10g release 2 for windows 7. I got this DB v

  • Purchase Orders Authorizations M_BEST_EKG

    Hi all, I have one USER with 2 role´s: 1ºROLE - Grants acess to create PO for for the following objects: M_BEST_EKO=001P M_BEST_EKG=308 M_BEST_WRK=9009 2º ROLE - Grants acess to create PO for for the following objects: M_BEST_EKO=001P M_BEST_EKG=002

  • OUI-10094 : problem in saving inventory

    Hi friends, My environment is RHEL4 ,db 10g, i have copied a oracle home from other instance and unzipped on target machine and ran $ORACLE_HOME/oui/bin/runInstaller -silent -clone ORACLE_HOME="/u01/app/oracle/product/10.2.0/db_1" ORACLE_HOME_NAME="d

  • I want to Add Favicon to  my website but i did not  use the frameset

    Hello I want to add favicon to my website to my website colossaladmedia.co.in Can anyone tell me that it can be matter that i did not use the frames I design the website using Table So Can I upload the favicon to my website. One thing I want to tell

  • Movement type group in CIN subcontracting

    hi What is the relevenace  of meovement type group in SAP CIN. there are two movement type group 0001 & 0002 .......what is the relevance of these groups in subcontracting and if a movement type is not assigned with these groups how does it impact in