Troubling Managed server (unable to start)

Hi
I use WebLogic Server Version: 10.3.5.0,
I want to setup both my ADMINISTRATION SERVER and MANAGED SERVER as windows service so as to start automatically when the system is switched on.... After configuring the scripts and installing them, only the Admin server works and functions well... but the Managed server doesnt work or startup. I have tried all solutions i could find in the OTN FORUM but the problem still persists.....Below are the contents of the script for the two servers. Please any one with any suggestion should help me out.
ADMIN SERVER
SETLOCAL
set DOMAIN_NAME=OBYYSDOMAIN
set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\OBYYSDOMAIN
set SERVER_NAME=OBYYSADMIN
set WL_HOME=C:\Oracle\Middleware\wlserver_10.3
set PRODUCTION_MODE=true
set –Dweblogic.client.socket.ConnectTimeout=500
set MEM_ARGS=-Xms512m –Xmx512m
call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc1.cmd"
ENDLOCAL
MANAGED SERVER
echo off
SETLOCAL
set DOMAIN_NAME=OBYYSDOMAIN
set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\OBYYSDOMAIN
set SERVER_NAME=OBYYSMAN
set PRODUCTION_MODE=true
set –Dweblogic.client.socket.ConnectTimeout=500
set WL_HOME=C:\Oracle\Middleware\wlserver_10.3
set ADMIN_URL=http://OBI-PC:7001
set MEM_ARGS=-Xms40m -Xmx250m
call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc2.cmd"
ENDLOCAL
I created two backup copies of the WL_HOME\server\bin\installSvc.cmd master script, of which installSvc1.cmd (for Admin server) i included -delay:120000,
while installSvc2.cmd (for Managed server) i included -depend:"beasvc OBYYS_DOMAIN_OBYYSADMIN" -delay:120000

Hi,
I have done evrything the webpage u directed me says perfectly alright.. i can now access the console automatically after system booting (The Admin server is started as windows service)… but in the console the Node Manager/Machine configured for it remains inactive… I don’t really knw the reason for this…. I viewed the log from Node Manager directory and this is what I get
<Mar 3, 2013 9:29:57 AM> <INFO> <Loading domains file: C:\Oracle\MIDDLE~1\WLSERV~1.3\common\nodemanager\nodemanager.domains>
<Mar 3, 2013 9:30:24 AM> <INFO> <Loading identity key store: FileName=C:/Oracle/MIDDLE~1/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
<Mar 3, 2013 9:30:25 AM> <INFO> <Loaded node manager configuration properties from 'C:\Oracle\MIDDLE~1\WLSERV~1.3\common\nodemanager\nodemanager.properties'>
<Mar 3, 2013 9:30:28 AM> <INFO> <OBYYSDOMAINS> <OBYYSADMINS> <Automatically restarting server process as part of crash recovery>
<Mar 3, 2013 9:30:29 AM> <INFO> <OBYYSDOMAINS> <OBYYSADMINS> <Rotated server output log to "C:\Oracle\Middleware\user_projects\domains\OBYYSDOMAINS\servers\OBYYSADMINS\logs\OBYYSADMINS.out00032">
<Mar 3, 2013 9:30:29 AM> <INFO> <OBYYSDOMAINS> <OBYYSADMINS> <Server error log also redirected to server log>
<Mar 3, 2013 9:30:29 AM> <INFO> <OBYYSDOMAINS> <OBYYSADMINS> <Starting WebLogic server with command line: C:\Oracle\Middleware\user_projects\domains\OBYYSDOMAINS\bin\startWebLogic.cmd >
<Mar 3, 2013 9:30:29 AM> <INFO> <OBYYSDOMAINS> <OBYYSADMINS> <Working directory is 'C:\Oracle\Middleware\user_projects\domains\OBYYSDOMAINS'>
<Mar 3, 2013 9:30:29 AM> <INFO> <OBYYSDOMAINS> <OBYYSADMINS> <Rotated server output log to "C:\Oracle\Middleware\user_projects\domains\OBYYSDOMAINS\servers\OBYYSADMINS\logs\OBYYSADMINS.out00033">
<Mar 3, 2013 9:30:29 AM> <INFO> <OBYYSDOMAINS> <OBYYSADMINS> <Server error log also redirected to server log>
<Mar 3, 2013 9:30:29 AM> <INFO> <OBYYSDOMAINS> <OBYYSADMINS> <Server output log file is 'C:\Oracle\Middleware\user_projects\domains\OBYYSDOMAINS\servers\OBYYSADMINS\logs\OBYYSADMINS.out'>
<Mar 3, 2013 9:39:39 AM> <INFO> <Secure socket listener started on port 5556, host OBI-PC/127.0.0.1>
<Mar 3, 2013 9:44:28 AM> <WARNING> <Uncaught exception in server handlerjavax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from OBI-PC - 127.0.0.1. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.>
javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from OBI-PC - 127.0.0.1. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.
     at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
     at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertReceived(Unknown Source)
     at com.certicom.tls.record.alert.AlertHandler.handle(Unknown Source)
     at com.certicom.tls.record.alert.AlertHandler.handleAlertMessages(Unknown Source)
     at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
     at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
     at com.certicom.tls.record.ReadHandler.processRecord(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:71)
     at java.lang.Thread.run(Thread.java:662)
I am running a production environment and already set these in the Nodemanager.properties file,
Keystores=CustomIdentityandCustomTrust
CustomIdentityAlias=mykey
CustomIdentityKeystoreFileName=C:/Oracle/Middleware/user_projects/domains/mydomain/cert/myidentity.jks
CustomIdentityKeystorePassPhrase=******
CustomIdentityKeystoreType=jks
CustomIdentityPrivateKeyPassPhrase=******
but still I keep getting the error and the Machine in the console shows Inactive.
Please any solution…
Edited by: OBYYS on Mar 3, 2013 11:53 AM

Similar Messages

  • After Setting Up SSO Managed Server Won't Start

    I am using the Oracle supplied white paper to set up SSO using Active Directory. Following those instructions everything was working and testing correctly until I added the NegotiateIdentityAsserter provider to the list of WLS providers. Now the managed server won't start. The admin server starts without any errors and goes to the RUNNING state. But the Start BI Services command window gets to the wls.alive: prompt and hangs. And hangs. Eventually the window goes away and it may throw an error but I've never seen it. You can login to the WLS console and EM without a problem. Remove the new provider and everything comes up normally. I have looked at the krb5.ini and krb5login.conf files and even rewritten them from scratch without any change in behavior.
    While looking for answers I ran into the SPNEGOCheck webapp that Oracle makes available to diagnose problems. It says everything is OK until it parses the krb5login.conf and then complains that the Username associated with SPN in AD is blank and so doesn't match the SPN specified in the krblogin config. But I can't see anything wrong in the files themselves.
    from the log:
    In section 'libdefaults'
    LSA: Found Ticket
    LSA: Made NewWeakGlobalRef
    LSA: Found PrincipalName
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue
    LSA: Made NewWeakGlobalRef
    LSA: Found EncryptionKey
    LSA: Made NewWeakGlobalRef
    LSA: Found TicketFlags
    LSA: Made NewWeakGlobalRef
    LSA: Found KerberosTime
    LSA: Made NewWeakGlobalRef
    LSA: Found String
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue constructor
    LSA: Found Ticket constructor
    LSA: Found PrincipalName constructor
    LSA: Found EncryptionKey constructor
    LSA: Found TicketFlags constructor
    LSA: Found KerberosTime constructor
    LSA: Finished OnLoad processing
    Config name: C:\Windows\krb5.ini
    KdcAccessibility: reset
    KdcAccessibility: reset
    Reachable? true
    Connection seems to have succeeded.
    Parsing section contents 'com.sun.security.jgss.krb5.accept { com.sun.security.auth.module.Krb5LoginModule required principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true;};'
    Section name: 'com.sun.security.jgss.krb5.accept'
    Getting next NV pair beginning at 'principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true'
    NVPair name: 'principal' value: '[email protected]'
    NVPair name: 'keyTab' value: 'biwhse1a.keytab'
    NVPair name: 'useKeyTab' value: 'true'
    NVPair name: 'storeKey' value: 'true'
    Got back 4 name/value pairs.
    section com.sun.security.jgss.krb5.accept should probably contain a setting for debug=true
    Section com.sun.security.jgss.krb5.accept seems OK
    The krb5.ini file:
    [libdefaults]
    default_realm = SRS1.COM
    default_tkt_enctypes = des-cbc-crc
    default_tgs_enctypes = des-cbc-crc
    ticket_lifetime = 600
    [realms]
    SRS1.COM = {
    kdc = 129.58.120.200
    admin_server = adc01.srs1.com
    default_domain = SRS1.COM
    [domain_realm]
    .srs1.com = SRS1.COM
    [appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true
    The krb5login.conf file:
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    [D:\] setspn -L bi_kerb_prin
    Registered ServicePrincipalNames for CN=bi_kerb_prin,OU=Non-Person Users,OU=WRC Users,DC=srs1,DC=com:
    HTTP/biwhse1a.srs1.com
    HTTP/biwhse1a
    [D:\]
    OBIEE 11.1.1.6.2 BP2
    Windows Server 2008 SP1

    Did you try -Djava.security.krb5.conf=<path>/krb5.conf before the %EXTRA_JAVA_PROPERTIES%. in your C:\OBI\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd .?
    Also change your JAAS config file and try with
    com.sun.security.jgss.krb5.initiate {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    Now restart and see.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS
    Edited by: SSVS on Mar 17, 2013 11:47 PM

  • 8.1.7 management server can't start

    I tried to delete a DB service with oradim (W2K SP4, Oracle 8.1.7.0.0). Since then the management server can not start, with Windows error message Error 1075: The dependency service does not exist or has been marked for deletion. In services/properties/dependencies there are no dependency services anymore. Thanks for help.

    Can you explain better what do you want to do ? please my friend
    [email protected]
    Joel P�rez

  • Managed server is not starting with MSI mode

    Managed server not starting with MSI mode even though we enabled the managed server independence mode
    Started the admin server and managed server first time enabled the MSI mode.
    Restarted all admin and Managed server.
    We have tested the following scenarios
    scenarios1: Stopped the Admin server and restarted the Managed server with MSI mode it comes up.
    scenarios2:Admin server is running but not able to connect to the managed server
    In this scenario
    we have removed the Network cable and restarted the managed server its throwing ldap error.
    <Aug 14, 2010 1:58:32 PM SGT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: [Security:090730]Failed to verify credential mapper LDAP hierarchy
    netscape.ldap.LDAPException: failed to connect to server ldap://sgppsr00383:16827 (91)
    at netscape.ldap.LDAPConnSetupMgr.connectServer(LDAPConnSetupMgr.java:515)
    at netscape.ldap.LDAPConnSetupMgr.openSerial(LDAPConnSetupMgr.java:435) at netscape.ldap.LDAPConnSetupMgr.connect(LDAPConnSetupMgr.java:274)
    at netscape.ldap.LDAPConnSetupMgr.openConnection(LDAPConnSetupMgr.java:199)
    at netscape.ldap.LDAPConnThread.connect(LDAPConnThread.java:109)
    at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:1083) at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:954)
    at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:781)
    at weblogic.ldap.EmbeddedLDAPConnection.getAndInitDelegate(EmbeddedLDAPConnection.java:2031)
    at weblogic.ldap.EmbeddedLDAPConnection.add(EmbeddedLDAPConnection.java:1065) at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.addEntry(DefaultCredentialMapperLDAPHelper.java:537)
    at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.createOrgUnit(DefaultCredentialMapperLDAPHelper.java:432)
    at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.verifyHierarchy(DefaultCredentialMapperLDAPHelper.java:407)
    at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.<init>(DefaultCredentialMapperLDAPHelper.java:146) at weblogic.security.providers.credentials.DefaultCredentialMapperLDAPHelper.getInstance(DefaultCredentialMapperLDAPHelper.java:112)
    at weblogic.security.providers.credentials.DefaultCredentialMapperProviderImpl.initialize(DefaultCredentialMapperProviderImpl.java:93)
    at com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:53)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:340) at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:292)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEngineImpl.java:263)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java:71)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:461) at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:822)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:851)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1007)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854) at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    - with nested exception:
    Managed server looking for ldap configuration from admin server.
    I have checked the all configuration file same on both managed server and admin server.
    Please let me know How to recover the managed server in this scenario.
    Edited by: user10773210 on Aug 16, 2010 11:55 PM
    Edited by: user10773210 on Aug 17, 2010 2:38 AM

    thanks for the reply....
    the managed server is pointing to jrokit_160_22_D1.1.1-3 jdk....the server has enough ram also...while running the managed server showing status 'STARTING' for long period of time...and the admin server health goes 'Warning' because of threadpool....when we stop the managed server then adminserver health becomes ok...

  • Managed server is not starting....

    hi friends,
    we have four node weblogic 10.3.5 clustered deployment of oim 11.1.1.5 ....previously everything was working fine....two of the oim managed server is not starting and throwing following error.... two are working fine and all other 4 soa servers also running fine...
    ####<May 20, 2012 3:43:18 PM AST> <Warning> <RMI> <server2> <WLS_OIM2> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1337517798416> <BEA-080004> <An error was thrown by rmi server: weblogic.server.RemoteLifeCycleOperationsImpl.forceShutdown()
    java.lang.ExceptionInInitializerError.
    java.lang.ExceptionInInitializerError
         at weblogic.wsee.runtime.JMSStoreRoutableIDMapper.shutdown(JMSStoreRoutableIDMapper.java:478)
         at weblogic.wsee.runtime.WebServicesRuntime.shutdown(WebServicesRuntime.java:146)
         at weblogic.wsee.runtime.WseeService.haltService(WseeService.java:60)
         at weblogic.server.ServiceActivator.halt(ServiceActivator.java:113)
         at weblogic.t3.srvr.ServerServicesManager.haltInternal(ServerServicesManager.java:504)
         at weblogic.t3.srvr.ServerServicesManager.halt(ServerServicesManager.java:336)
         at weblogic.t3.srvr.T3Srvr.shutdown(T3Srvr.java:1120)
         at weblogic.t3.srvr.T3Srvr.forceShutdown(T3Srvr.java:1024)
         at weblogic.t3.srvr.ServerRuntime.forceShutdown(ServerRuntime.java:351)
         at weblogic.server.RemoteLifeCycleOperationsImpl.forceShutdown(RemoteLifeCycleOperationsImpl.java:57)
         at weblogic.server.RemoteLifeCycleOperationsImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.lang.IllegalStateException: Shutdown in progress
         at java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:39)
         at java.lang.Runtime.addShutdownHook(Runtime.java:193)
         at weblogic.wsee.persistence.LogicalStore.<clinit>(LogicalStore.java:192)
         at weblogic.wsee.runtime.JMSStoreRoutableIDMapper.shutdown(JMSStoreRoutableIDMapper.java:478)
         at weblogic.wsee.runtime.WebServicesRuntime.shutdown(WebServicesRuntime.java:146)
         at weblogic.wsee.runtime.WseeService.haltService(WseeService.java:61)
         at weblogic.server.ServiceActivator.halt(ServiceActivator.java:114)
         at weblogic.t3.srvr.ServerServicesManager.haltInternal(ServerServicesManager.java:504)
         at weblogic.t3.srvr.ServerServicesManager.halt(ServerServicesManager.java:336)
         at weblogic.t3.srvr.T3Srvr.shutdown(T3Srvr.java:1120)
         at weblogic.t3.srvr.T3Srvr.forceShutdown(T3Srvr.java:1025)
         at weblogic.t3.srvr.ServerRuntime.forceShutdown(ServerRuntime.java:351)
         at weblogic.server.RemoteLifeCycleOperationsImpl.forceShutdown(RemoteLifeCycleOperationsImpl.java:59)
         at weblogic.server.RemoteLifeCycleOperationsImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:668)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:523)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:119)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Regards
    jdev

    thanks for the reply....
    the managed server is pointing to jrokit_160_22_D1.1.1-3 jdk....the server has enough ram also...while running the managed server showing status 'STARTING' for long period of time...and the admin server health goes 'Warning' because of threadpool....when we stop the managed server then adminserver health becomes ok...

  • Weblogic 8.1 managed server unable to contact Admin server

    I have a strange issue here.
    I have admin server on Linux Machine A
    Managed server on Linux Machine B.
    When i try to start managed server on Machine B, i get the following error.
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.management.configuration.ConfigurationException: [Configuration Management:150001]An error occurred while connecting to the admin server to bootstrap through URL: http://MachineA:7100/wl_management_internal2/Bootstrap, user: system
    java.io.EOFException
    at java.io.ObjectInputStream$BlockDataInputStream.readFully(ObjectInputStream.java:2571)
    at java.io.ObjectInputStream$GetFieldImpl.readFields(ObjectInputStream.java:1990)
    The error suggests that managed server on machine B, is unable to contact Admin server on Machine A.
    But i know for sure that Admin server is running on that port 7100 for sure.
    It has been for the last 3 years.
    To see if Machine B and Machine A have network issues, i did telnet.
    From Machine B: i typed the following
    telnet MachineA 7100
    Connected to MachineA.
    Escape character is '^]'
    The above telnet command tells us that no network issues exist.
    After a few tries, the managed server contacts to admin server and comes up.
    This is not a one time thing.
    I saw this behavior many times.
    How should i resolve this?
    Edited by: gvamsius on Feb 12, 2009 1:23 PM

    Every thing is configured fine.
    Nothing wrong with Configuration.
    This domain has been running for the past 3 years.
    Recently, i found something interesting in admin server logs, when i try to start the managed servers.
    I realized there will be some amount of hand shake that happens during managed server startup, when it tries to communicate with admin server.
    Here is the log snippet when managed server A contacts Admin server and starts up successfully.
    ####<Mar 10, 2009 12:11:42 PM EDT> <Info> <Configuration Management> <Admin Host> <admin-server> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-150023> <Bootstrap servlet invoked with action isrunning from managed server Managed Server A.>
    ####<Mar 10, 2009 12:11:42 PM EDT> <Info> <Configuration Management> <Admin Host> <admin-server> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-150030> <The bootstrap servlet has acknowledged that the admin server is running to the booting managed server Managed Server A.>
    ####<Mar 10, 2009 12:11:42 PM EDT> <Info> <Configuration Management> <Admin Host> <admin-server> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-150023> <Bootstrap servlet invoked with action bootstrap from managed server Managed Server A.>
    ####<Mar 10, 2009 12:11:46 PM EDT> <Info> <Configuration Management> <Admin Host> <admin-server> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-150031> <*The bootstrap servlet has finished sending the configuration to Managed Server A*.>
    Here is the log snippet when managed server B contacts Admin server and does not start.
    ####<Mar 10, 2009 12:07:07 PM EDT> <Info> <Configuration Management> <Admin Host> <admin-server> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-150023> <Bootstrap servlet invoked with action isrunning from managed server Managed Server B.>
    ####<Mar 10, 2009 12:07:07 PM EDT> <Info> <Configuration Management> <Admin Host> <admin-server> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-150030> <The bootstrap servlet has acknowledged that the admin server is running to the booting managed server Managed Server B.>
    ####<Mar 10, 2009 12:07:08 PM EDT> <Info> <Configuration Management> <Admin Host> <admin-server> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-150023> <Bootstrap servlet invoked with action bootstrap from managed server Managed Server B.>
    The difference as you can see here is that managed server starts up only when Admin Server does the following
    <*The bootstrap servlet has finished sending the configuration to Managed Server A*.>
    Does any one knows why Admin server would not send the above bootstrap configuation all the times for the managed servers?

  • Oracle Management server is not started

    hey all,
    i have installed oracle 8i on windows 2000 professional. i want to import some database. for that purpose when i want to login in oracle management server, and put login and password, it gives error "VTK-1000 unable to connect to Management Server galaxy.pk.oracle.com. Please verify that u have entered the correct hostname and the status of the Management server."
    i checked the status of the management server from control panel/services. it was manual. i started that but in the end it gave me error
    "could not start the OracleOraHome81Management Service on Local computer. the service did not return an error. this can be an internal window error or an interanl service error.if the problem persist contact ur administrator."
    Plz help me in this regard.
    waiting for anyone s kind response

    "could not start the OracleOraHome81Management Service on Local computer. the service did not return an error. this can be an internal window error or an interanl service error.if the problem persist contact ur administrator."Did you use the EMCA to create the OEM repository in one of your databases?
    William Coldiron

  • WLS 10.3.5 Managed server is not starting in Windows 7

    Hello there,
    I had installed SOA suite 11 and weblogic server 10.3.5. setDomainEnv is setting environment variables like below.
    Path
    C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\Oracle\instantclient_11_2;C:\Oracle\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\CREDANT\Shield v7.1\;C:\Program Files (x86)\SSH Communications Security\SSH Tectia\SSH Tectia AUX;C:\Program Files (x86)\SSH Communications Security\SSH Tectia\SSH Tectia AUX\Support binaries;C:\Program Files (x86)\SSH Communications Security\SSH Tectia\SSH Tectia Broker;C:\Program Files (x86)\SSH Communications Security\SSH Tectia\SSH Tectia Client;C:\Oracle\Middleware\jdeveloper\ant\bin;C:\Oracle\Middleware\jdk160_24\bin;C:\Oracle\product\10.2.0.1\BIN;C:\Program Files\Java\jre7\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    Classpath
    C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\Middleware\wlserver_10.3\sip\server\lib\weblogic_sip.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;.;C:\Oracle\Middleware\jdk160_24\lib;C:\Oracle\Middleware\jdeveloper\ant\lib;
    Now i have given this command in user_domains/../bin folder
    startManagedWebLogic.cmd soa_managed_server01 http://suchalam-ws:7002
    But the managed server is shutting down. below is the trace from windows7 command prompt.
    this server is being started in managed server independence mode in the absence of
    the admin server.>
    <Aug 30, 2012 1:13:28 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STARTING>
    <Aug 30, 2012 1:13:28 AM IST> <Info> <WorkManager> <BEA-002900> <Initializing se
    lf-tuning thread pool>
    <Aug 30, 2012 1:13:28 AM IST> <Notice> <LoggingService> <BEA-320400> <The log fi
    le C:\Oracle\Middleware\user_projects\domains\sudheers_domain\servers\soa_manage
    d_server01\logs\soa_managed_server01.log will be rotated. Reopen the log file if
    tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 30, 2012 1:13:28 AM IST> <Notice> <LoggingService> <BEA-320401> <The log fi
    le has been rotated to C:\Oracle\Middleware\user_projects\domains\sudheers_domai
    n\servers\soa_managed_server01\logs\soa_managed_server01.log00011. Log messages
    will continue to be logged in C:\Oracle\Middleware\user_projects\domains\sudheer
    s_domain\servers\soa_managed_server01\logs\soa_managed_server01.log.>
    <Aug 30, 2012 1:13:28 AM IST> <Notice> <Log Management> <BEA-170019> <The server
    log file C:\Oracle\Middleware\user_projects\domains\sudheers_domain\servers\soa
    managedserver01\logs\soa_managed_server01.log is opened. All server side log e
    vents will be written to this file.>
    Aug 30, 2012 1:13:30 AM oracle.security.jps.internal.common.util.XmlSchemaValida
    tionUtil$StrictErrorHandler warning
    WARNING: Failed to validate the xml content. SchemaLocation: schemaLocation valu
    e = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have e
    ven number of URI's. Location: line 2 column 272.
    <Aug 30, 2012 1:13:39 AM IST> <Notice> <Security> <BEA-090082> <Security initial
    izing using security realm myrealm.>
    <Aug 30, 2012 1:13:51 AM IST> <Warning> <JTA> <BEA-110503> <The migrator(the Adm
    inServer for manual JTA migration policy, or the Singleton Master for automatic
    JTA migration policy) is not available. Will skip JTA TRS failback because isStr
    ictOwnershipCheck is [false]. This may lead to potencial TLOG corruption if TRS
    of soa_managed_server01 has been migrated to backup server and the backup server
    is accessing the TLOG of soa_managed_server01. More safety can be achieved by s
    etting isStrictOwnershipCheck to [true].>
    <Aug 30, 2012 1:13:52 AM IST> <Warning> <Management> <BEA-141277> <The JMX MBean
    PlatformMBeanServerUsed attribute is true, but the Platform MBeanServer was cre
    ated without the hooks for the WLS security infrastructure. The Platform MBeanSe
    rver will NOT be used and Platform MBeans will NOT be available via the WLS Runt
    ime or Domain Runtime MBeanServers. This can occur if you have defined Platform
    MBeanServer system properties or JVM options (-Dcom.sun.management.jmxremote or
    JRockit -XManagement).
    To allow the Platform MBeanServer to be used, you must either remove the system
    properties/JVM options or start WLS with the following system property:
    -Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBean
    ServerBuilder
    If you want to eliminate this log error and do not need Platform MBeans to be a
    vailable via WLS, then set the PlatformMBeanUsed attribute in the JMXMBean to fa
    lse.>
    <Aug 30, 2012 1:14:01 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STANDBY>
    <Aug 30, 2012 1:14:01 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STARTING>
    <Aug 30, 2012 1:14:04 AM IST> <Error> <Deployer> <BEA-149205> <Failed to initial
    ize the application 'wsm-pm' due to error weblogic.management.DeploymentExceptio
    n: [J2EE:160149]Error while processing library references. Unresolved applicatio
    n library references, defined in weblogic-application.xml: [Extension-Name: orac
    le.wsm.seedpolicies, Specification-Version: 11.1.1, Implementation-Version: 11.1
    .1, exact-match: false]..
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing lib
    rary references. Unresolved application library references, defined in weblogic-
    application.xml: [Extension-Name: oracle.wsm.seedpolicies, Specification-Version
    : 11.1.1, Implementation-Version: 11.1.1, exact-match: false].
    at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(
    CheckLibraryReferenceFlow.java:26)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.ja
    va:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.j
    ava:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.jav
    a:58)
    Truncated. see log file for complete stacktrace
    >
    <Aug 30, 2012 1:14:04 AM IST> <Notice> <SipServer.Resource> <BEA-332401> <Initia
    lizing SipServer Resource with configuration com.bea.wcp.sip.management.descript
    or.beans.SipServerBeanImpl>
    <Aug 30, 2012 1:14:08 AM IST> <Notice> <WLSS.Engine> <BEA-330071> <WebLogic Sip
    Server "soa_managed_server01" patch version: WebLogic Server 10.3.5.0 Fri Apr 1
    20:20:06 PDT 2011 1398638
    Javax Server Pages Client Capable 1.2 Tue Jul 13 02:43:41 EDT 2010
    Expression Language 2.1 for JSP 1.0 Sun Jul 18 23:17:34 PDT 2010
    Javax Enterprise Servlets Client Capable 1.0 Thu Aug 2 12:41:25 EDT 2007
    Eclipse Java Development Tools 3.5.2 Thu Sep 2 09:47:11 EDT 2010
    WebLogic java compiler utils package Client Capable 1.2 Thu Feb 11 03:38:50 EST
    2010
    WebLogic WebApp Container Public API Client Capable 1.4 Fri Oct 1 20:01:15 PDT 2
    010
    Oracle WebLogic Server Module Dependencies 10.3 Thu Mar 3 14:37:52 PST 2011
    Oracle WebLogic Server on JRockit Virtual Edition Module Dependencies 10.3 Thu F
    eb 3 16:30:47 EST 2011
    ANTLR Java based compiler generator Client 2.7 Mon Jun 11 12:19:48 EDT 2007
    WebLogic Descriptors for J2EE 1.5 Wed May 5 14:32:58 EDT 2010
    WebLogic Descriptors for J2EE 1.5 Binding Bundle
    WebLogic Specific Descriptors 1.3 Tue Sep 14 18:48:42 PDT 2010
    WebLogic Specific Descriptors 1.3 Binding Bundle
    WebLogic Datasource 1.9 Tue Oct 26 13:50:26 PDT 2010
    WebLogic Datasource 1.9 Binding Bundle
    WebLogic Beangen Client Capable 1.7 Wed Feb 24 16:02:48 PST 2010
    WebLogic Beangen 1.7 Binding Bundle
    WLDF Accessor Client Capable 1.5 Fri Sep 3 17:10:52 EDT 2010
    WLDF Accessor 1.5 Binding Bundle
    WebLogic Management Core Interfaces Client Capable 2.8 Thu Mar 3 12:10:10 EST 20
    11
    WebLogic Management Core Interfaces 2.8 Binding Bundle
    WebLogic EJBGen Client Capable 1.1 Thu Jun 3 13:17:07 EDT 2010
    Apache Byte Code Engineering Library (BCEL) extracted from 5.2.zip from http://j
    akarta.apache.org/site/downloads/downloads_bcel.cgi with packages renamed from o
    rg.apache.bcel to com.bea.core.repackaged.apache.bcel Client 5.2 Tue May 15 09:5
    2:37 EDT 2007
    Apache commons collections package 3.2 Tue Mar 20 15:48:25 MDT 2007
    Apache commons lang package 2.1 Tue Mar 20 15:48:30 MDT 2007
    Apache commons pool package 1.3 Tue Mar 20 15:48:36 MDT 2007
    Apache commons io 1.4 package 1.0 Wed Jun 2 17:36:36 EDT 2010
    Apache commons fileupload 1.2.1 package 1.0 Wed Jun 2 17:36:36 EDT 2010
    Apache DOM implementation 1.0 Tue Mar 20 15:36:46 MDT 2007
    Apache Logging Support 1.0 Tue Mar 20 15:36:50 MDT 2007
    Apache OpenJPA classes 1.2 Thu Jul 22 05:16:07 EDT 2010
    XMLBeans - Apache SVN rev 962560 2.1 Thu Jul 15 09:52:54 EDT 2010
    BEA Logging Runtime Support Client Capable 1.8 Mon Jun 7 12:07:02 PDT 2010
    BEA Common Security Open SAML 1.0 Fri May 14 20:18:10 PDT 2010
    BEA OpenSAML 2.0 1.0 Wed Mar 24 13:18:27 PDT 2010
    bea-harvester-api2.0 Client Capable 2.3 Mon Feb 15 14:41:06 EST 2010
    bea-harvester-jmx2.0 Client Capable 2.3 Wed Feb 3 11:54:03 PST 2010
    bea-harvester-utils Client Capable 1.4 Mon Feb 15 14:41:06 EST 2010
    bea-mbean-typing-util 1.4 Wed Feb 24 19:15:33 EST 2010
    Javolution 3.7.19 3.7 Tue Aug 28 17:32:21 PDT 2007
    Joda-time 1.2.1 1.2 Tue Aug 28 17:32:27 PDT 2007
    BEA STAX Build Time Support 1.5 Tue May 4 07:32:25 PDT 2010
    BEA STAX Runtime Time Support Client Capable 1.7 Wed Aug 4 19:40:47 EDT 2010
    BEA Generic Annotations Client Capable 1.3 Sat Jul 11 00:30:54 EDT 2009
    BEA Kodo 1.4 Mon Feb 7 16:22:04 PST 2011
    BEA Kodo Integration Client Capable 1.6 Sun Nov 22 16:29:06 PST 2009
    BEA Kodo Integration 1.6 Binding Bundle
    BEA Kodo Integration Tools 1.4 Thu Feb 3 16:07:53 EST 2011
    XML Beans Marshalling (package renamed com.bea) SVN 962560 2.3 Thu Mar 3 12:10:1
    0 EST 2011
    WebLogic Utils Client Capable 1.9 Thu Mar 3 12:10:10 EST 2011
    Aspect 5.3 Fri Jun 4 14:55:18 PDT 2010
    BEA Apache Commons Logging Repackaged 1.2 Mon Jun 11 12:47:12 EDT 2007
    Spring Framework 1.1 Thu Dec 3 12:21:08 EST 2009
    Pitchfork 1.3 Thu Jun 3 13:17:07 EDT 2010
    ${description} 1.2 Fri Jun 25 16:25:26 EDT 2010
    CSS i18n 1.0 Fri Oct 8 10:32:52 EDT 2010
    CSS xacml 1.0 Fri Oct 8 10:32:52 EDT 2010
    SAML2 Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Engine Implementation 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Engine Interfaces 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security API 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Implementation 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security JDK Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    Common Security SAML 2.0 1.0 Fri Oct 8 10:32:52 EDT 2010
    Common Security SAML 2.0 Management JavaBeans 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Provider Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    SAML Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    XACML Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Provider Environment 1.0 Fri Oct 8 10:32:52 EDT 2010
    RSA certj 3.1 Wed May 5 15:11:55 PDT 2010
    Netscape LDAP JDK 1.2 Mon Jun 7 15:56:47 EDT 2010
    Commons Networking Utilty classes 1.0 Wed Feb 6 15:01:03 PST 2008
    WebLogic SAAJ 1.6 Wed Jun 16 22:02:31 EDT 2010
    WebLogic STAX Client Capable 1.9 Thu Feb 10 18:00:52 PST 2011
    jaxb-impl.jar taken from Glassfish JAXB 2.1.9 1.0 Fri Aug 20 14:37:07 EDT 2010
    jaxb-impl.jar taken from Glassfish JAXB 2.1.12 1.0 Thu May 6 16:10:04 PDT 2010
    resolver.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu Dec 3 11:46:24 EST 2009
    Fastinfoset.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu Dec 3 11:46:27 EST 2009
    jaxws-rt.jar taken from Glassfish JAXWS 2.1.5 1.2 Mon Feb 28 17:53:01 PST 2011
    Java.net implementation of MimePull.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu
    Dec 3 11:46:33 EST 2009
    Codehaus STaX Interfaces 3.0.1 1.0 Mon Mar 8 20:49:50 PST 2010
    Woodstox STaX Parser 4.0.5 1.0 Thu Dec 3 11:35:43 EST 2009
    jaxws-tools.jar taken from Glassfish JAXWS 2.1.5 1.1 Fri Sep 24 17:55:05 PDT 201
    0
    Java.net Stax Extensions 1.0 Tue Jun 3 07:12:06 PDT 2008
    Java.net xml stream buffer 1.0 Tue Mar 17 05:24:12 PDT 2009
    Jakarta ORO 1.0 Wed Feb 6 15:01:03 PST 2008
    Javax Enterprise Activation 1.1 Tue Apr 8 09:31:17 PDT 2008
    Javax Annotation 1.0 Fri Dec 25 09:02:47 PST 2009
    Javax Interceptor 1.0 Tue Mar 20 15:37:16 MDT 2007
    Javax Enterprise Beans 3.0 Mon Jun 11 12:21:01 EDT 2007
    Java Data Objects 2.0 Mon Jun 11 12:20:56 EDT 2007
    Java Enterprise Deployment APIs 1.2 Tue Mar 20 15:37:28 MDT 2007
    Java Enterprise Messaging 1.1 Mon Jun 11 12:21:11 EDT 2007
    Java Web Services 2.0 Tue Mar 20 15:37:37 MDT 2007
    Javax Enterprise Mail 1.1 Mon Jul 6 10:41:09 MDT 2009
    Java Enterprise Management APIs 1.0 Tue Mar 20 15:37:49 MDT 2007
    Java Persistence Client Capable 1.0 Tue Oct 7 12:18:34 PDT 2008
    Java Connector 1.5 Mon Jun 11 12:22:07 EDT 2007
    Java Authorization Contract for Containers 1.0 Wed Feb 6 15:01:03 PST 2008
    Javax Transaction APIs Client Capable 1.0 Thu Aug 2 12:42:14 EDT 2007
    JAXB 2.1 Mon Jun 11 12:22:53 EDT 2007
    Java XML Registry 1.0 Wed Feb 6 15:01:03 PST 2008
    Java XML Soap Extensions 1.3 Mon Jun 11 12:22:59 EDT 2007
    Java Stream XML Extensions 1.1 Mon Jun 11 12:23:05 EDT 2007
    JAX-WS APIs 2.1 Mon Jun 11 12:23:16 EDT 2007
    Java API for XML-based RPC 1.2 Mon Jun 11 12:23:10 EDT 2007
    Monfox Dynamic SNMP Agent 1.1 Fri Mar 19 05:46:27 MDT 2010
    Serp bytecode manipulation framework 1.14.3 Fri Jun 11 12:06:08 PDT 2010
    WebLogic Apache Classes Client Capable 1.2 Thu Feb 18 22:06:19 PST 2010
    WebLogic BeanInfo Caching and Discovery Client Capable 2.4 Sat Oct 25 20:46:29 P
    DT 2008
    WebLogic Descriptor Client Capable 1.9 Tue Jul 20 16:03:09 EDT 2010
    Repackaged ASM-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-commons-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-tree-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-util-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Oracle JFR 1.0 Thu Feb 18 19:06:33 PST 2010
    WebLogic Diagnostics Core Interfaces Client Capable 2.5 Thu Jun 3 05:20:41 PDT 2
    010
    WebLogic Diagnostics Logging Client Capable 1.2 Fri Dec 12 11:37:59 MST 2008
    WebLogic Diagnostics Query Module Client Capable 1.2 Tue Oct 27 02:48:36 PDT 200
    9
    WebLogic Diagnostics Instrumentor Tool 1.7 Tue May 18 03:51:46 PDT 2010
    WebLogic Diagnostics Instrumentor Config Tool 1.7 Tue Jun 29 16:41:19 EDT 2010
    WebLogic Diagnostics JRockit Flight Recorder Interfaces Client Capable 1.1 Fri O
    ct 29 16:32:05 EDT 2010
    Diagnostics Notifications Module Client Capable 1.4 Sun Nov 22 16:03:32 PST 2009
    BEA Logging Runtime Support Client Capable 1.5 Thu Apr 29 20:43:42 EDT 2010
    WebLogic i18n Runtime Support Client Capable 1.8 Fri Sep 10 08:12:34 EDT 2010
    WebLogic i18n Build Support Client Capable 1.5 Fri Feb 19 15:03:15 EST 2010
    WebLogic I18N tools Client Capable 1.3 Sun Nov 22 16:03:32 PST 2009
    WebLogic Management JMX Interfaces 1.4 Thu Aug 12 11:16:22 PDT 2010
    WebLogic Security Provider Generation Tool 1.5 Wed Oct 14 16:39:28 MDT 2009
    WebLogic Security Provider Generation Tool Client Capable 1.5 Wed Oct 14 16:39:2
    8 MDT 2009
    WebLogic Messaging Kernel Client Capable 1.8 Mon Aug 23 21:42:11 EDT 2010
    WebLogic Resource Pool Client Capable 1.7 Mon Sep 27 12:00:08 EDT 2010
    WebLogic Socket Muxer API Client Capable 1.2 Thu Apr 1 21:16:27 EDT 2010
    WebLogic RMI Client Capable 1.10 Tue Mar 22 16:56:32 PDT 2011
    Common Security WebLogic Server Integration Support 1.0 Fri Oct 8 10:32:52 EDT
    2010
    Server Lifecycle Interfaces Client Capable 1.4 Fri Feb 19 15:03:15 EST 2010
    WebLogic Store Client Capable 1.7 Fri Dec 17 16:52:31 EST 2010
    WebLogic STORE GXA Client Capable 1.6 Mon Aug 23 21:16:10 EDT 2010
    WebLogic Store Admin Tool Client Capable 1.2 Thu Jan 21 10:24:18 PST 2010
    WebLogic JDBC Store Client Capable 1.3 Mon May 17 10:46:33 PDT 2010
    WebLogic JTA implementation Client Capable 2.7 Fri Sep 17 12:19:45 PDT 2010
    WebLogic Utils 1.9 Thu Mar 3 12:10:10 EST 2011
    Agent Utililities 1.1 Tue Feb 16 00:16:03 EST 2010
    WebLogic Utility Classloader implementations Client Capable 1.9 Wed Mar 2 14:10:
    04 PST 2011
    WebLogic Utils for working with Expressions Client Capable 1.4 Tue Sep 29 14:45:
    53 EDT 2009
    WebLogic Utils for Dynamically Generated Class Wrappers Client Capable 1.4 Fri F
    eb 13 14:44:23 MST 2009
    WebLogic Timers Client Capable 1.7 Thu Feb 18 13:08:44 EST 2010
    WebLogic Work Manager Client Capable 1.10 Thu Feb 17 10:25:54 PST 2011
    WebLogic Workarea Client Capable 1.7 Wed Feb 24 17:18:56 PST 2010
    WebLogic XML XPath Implementation Client Capable 1.4 Mon Feb 22 15:07:14 PST 201
    0
    Weblogic Tuxedo Connector Core Client Capable 1.5 Sat Jul 3 19:05:38 EDT 2010
    WebLogic Security 1.0 Fri Oct 8 10:32:52 EDT 2010
    Weblogic Server Java Authentication Helper Classes Client Capable 1.1 Mon Jul 5
    20:42:35 EDT 2010
    Weblogic Server Message Digest Utilities Client Capable 1.0 Thu Aug 2 12:51:30 E
    DT 2007
    Weblogic Server Authenticated Subject Client Capable 1.1 Thu Oct 28 05:46:37 PDT
    2010
    Weblogic Server Authenticated Subject Client Capable 1.5 Thu Sep 9 10:23:21 MDT
    2010
    PrintingSecurityManager - PSM 1.1 Tue Feb 16 05:30:08 PST 2010
    WebLogic security ssl classes 1.0 Tue Jun 15 17:39:53 EDT 2010
    WebLogic Nodemanager Plugin Client Capable 1.3 Tue Nov 18 18:23:10 EST 2008
    nodemanager module for managed processes 1.0 Thu Apr 8 15:14:38 PDT 2010
    WebLogic JMS Pool Client Capable 1.8 Thu Mar 3 14:11:40 PST 2011
    Contains compiled schema type from WLS 9.0 for WLP compatibility 1.3 Wed Feb 24
    19:15:33 EST 2010
    WebLogic Http Pub/Sub Module Client Capable 1.6 Mon Jul 12 02:31:07 EDT 2010
    Class Redefinition Project 1.5 Mon May 10 19:48:21 EDT 2010
    Class Redefinition Project Client Capable 1.5 Mon Apr 5 17:00:52 PDT 2010
    Class Redefinition Project 1.5 Binding Bundle
    Commonj SDO 1.0 Wed Sep 24 19:11:23 PDT 2008
    WebLogic Coherence Descriptor 1.1 Wed May 5 15:17:47 EDT 2010
    WebLogic Coherence Descriptor 1.1 Binding Bundle
    This module contains all message catalogs 1.1 Fri Dec 17 08:04:35 PST 2010
    WebLogic WebService Public API's 1.1 Tue Sep 21 22:15:05 EDT 2010
    WebLogic EclipseLink Integration 1.0 Thu Feb 25 14:56:43 PST 2010
    WebLogic SCA Client 1.0 Thu Feb 25 00:27:10 EST 2010
    WebLogic RAC Module UCP Client Capable 1.0 Mon Sep 13 09:03:00 PDT 2010
    BEA Patches of apache ant Client Capable 1.2 Wed Jan 13 08:48:17 PST 2010
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server Datatier 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    WebLogic SIPServer Extension API 10.3.4.0 at 709997 built on 2010/09/27
    WebLogic SIPServer Extension API 10.3.4 at 709997 built on 2010/09/27
    WebLogic SIPServer CallState 10.3.4 at 709997 built on 2010/09/27
    Oracle WebLogic Communications SCTP 10.3.1 at 688160 built on 2009/03/11
    WebLogic WebService Databinding Plugins 1.3 Wed Dec 1 17:41:28 EST 2010
    WebLogic WebService Databinding 1.3 Tue Oct 18 16:38:56 EDT 2011
    WebLogic SIP Activator 10.3.4 at 710163 built on 2010/09/30
    >
    <Aug 30, 2012 1:14:08 AM IST> <Error> <WLSS.Engine> <BEA-330075> <There are no s
    ip nor diameter channels targeted to server "soa_managed_server01">
    <Aug 30, 2012 1:14:08 AM IST> <Error> <WLSS.Engine> <BEA-330049> <Failed to star
    t the sip service, shutting down>
    C:\Oracle\Middleware\user_projects\domains\sudheers_domain\bin
    Thanks in advance,
    Sudheer

    Hi Vlad, Kalyan
    Thanks for the response. Actually i am not planning to configure weblogic SIP... as it may need little insight. I just created domain including everything.
    Now i have created a new domain with basic functionality with default configuration. Now everything is working fine. I can see the Admin console as well.
    But i have stuck up in running the EM console. Below is the CMD prompt trace.
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Users\suchalam>cd C:\Oracle\Middleware\user_projects\domains\sudheer_domain\b
    in
    C:\Oracle\Middleware\user_projects\domains\sudheer_domain\bin>startManagedWebLog
    ic.cmd soa_server1
    ** Setting up SOA specific environment for win...
    PATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\Oracle\MIDDLE~1
    \patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\nat
    ive\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\O
    RGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bi
    n;C:\Oracle\instantclient_11_2;C:\Oracle\oraclexe\app\oracle\product\10.2.0\serv
    er\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System
    32\WindowsPowerShell\v1.0\;C:\Program Files\CREDANT\Shield v7.1\;C:\Program File
    s (x86)\SSH Communications Security\SSH Tectia\SSH Tectia AUX;C:\Program Files (
    x86)\SSH Communications Security\SSH Tectia\SSH Tectia AUX\Support binaries;C:\P
    rogram Files (x86)\SSH Communications Security\SSH Tectia\SSH Tectia Broker;C:\P
    rogram Files (x86)\SSH Communications Security\SSH Tectia\SSH Tectia Client;C:\O
    racle\Middleware\jdeveloper\ant\bin;C:\Oracle\product\10.2.0.1\BIN;C:\Oracle\Mid
    dleware\jdk160_24\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920
    _8;C:\Oracle\Middleware\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\bin
    USER_MEM_ARGS=-Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m
    JAVA_OPTIONS=-Dweblogic.security.SSL.trustedCAKeyStore="C:\Oracle\Middleware\wls
    erver_10.3\server\lib\cacerts" -Xverify:none
    ** End SOA Specific environment setup for win.
    ** SOA specific environment is already set. Skipping ...
    JAVA Memory arguments: -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C
    :\Oracle\Middleware\Oracle_SOA1\soa\modules\user-patch.jar;C:\Oracle\Middleware\
    Oracle_SOA1\soa\modules\soa-startup.jar;;C:\Oracle\MIDDLE~1\patch_wls1035\profil
    es\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jd
    ev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDD
    LE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp
    .jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\mo
    dules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.
    3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.j
    ar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~
    1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modul
    es\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\Middleware\Oracle_SOA1\so
    a\modules\oracle.soa.common.adapters_11.1.1\oracle.soa.common.adapters.jar;C:\Or
    acle\Middleware\Oracle_SOA1\communications\modules\usermessaging-config_11.1.1.j
    ar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.xdk_11.1.0\xsu12.jar;C:\Oracle\MID
    DLE~1\modules\features\weblogic.server.modules.xquery_10.3.1.0.jar;C:\Oracle\Mid
    dleware\Oracle_SOA1\soa\modules\db2jcc4.jar;C:\Oracle\MIDDLE~1\USER_P~1\domains\
    SUDHEE~2\config\soa-infra;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\fabric-ur
    l-handler_11.1.1.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\quartz-all-1.6
    .5.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.fabric_11.1.1\ora
    cle.soa.fabric.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules\oracle.soa.fabri
    c_11.1.1\fabric-runtime-ext-wls.jar;C:\Oracle\Middleware\Oracle_SOA1\soa\modules
    \oracle.soa.adapter_11.1.1\oracle.soa.adapter.jar;C:\Oracle\Middleware\Oracle_SO
    A1\soa\modules\oracle.soa.b2b_11.1.1\oracle.soa.b2b.jar;C:\Oracle\MIDDLE~1\ORACL
    E~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby
    \lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;C:\Oracle
    \Middleware\jdeveloper\ant\lib;C:\Oracle\Middleware\jdk160_24\lib;
    PATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\Oracle\MIDDLE~1
    \patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\nat
    ive\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\O
    RGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bi
    n;C:\Oracle\instantclient_11_2;C:\Oracle\oraclexe\app\oracle\product\10.2.0\serv
    er\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System
    32\WindowsPowerShell\v1.0\;C:\Program Files\CREDANT\Shield v7.1\;C:\Program File
    s (x86)\SSH Communications Security\SSH Tectia\SSH Tectia AUX;C:\Program Files (
    x86)\SSH Communications Security\SSH Tectia\SSH Tectia AUX\Support binaries;C:\P
    rogram Files (x86)\SSH Communications Security\SSH Tectia\SSH Tectia Broker;C:\P
    rogram Files (x86)\SSH Communications Security\SSH Tectia\SSH Tectia Client;C:\O
    racle\Middleware\jdeveloper\ant\bin;C:\Oracle\product\10.2.0.1\BIN;C:\Oracle\Mid
    dleware\jdk160_24\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920
    _8;C:\Oracle\Middleware\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b50)
    Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms512m -Xmx512m -XX:PermSize=12
    8m -XX:MaxPermSize=512m -Dweblogic.Name=soa_server1 -Djava.security.policy=C:\Or
    acle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.security.SSL.trus
    tedCAKeyStore="C:\Oracle\Middleware\wlserver_10.3\server\lib\cacerts" -Xverify:
    none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MID
    DLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -D
    common.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.ap
    ache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.ho
    me=C:\Oracle\MIDDLE~1\USER_P~1\domains\SUDHEE~2 -Djrockit.optfile=C:\Oracle\MIDD
    LE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.conf
    ig.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\SUDHEE~2\config\FMWCON~1\servers\soa_
    server1 -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\SUDHEE~2\
    config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\USER_P~1\domains\
    SUDHEE~2\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Oracle\MIDDLE~1\USER_P
    ~1\domains\SUDHEE~2\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=
    C:\Oracle\MIDDLE~1\USER_P~1\domains\SUDHEE~2\config\fmwconfig\jps-config.xml -Do
    racle.deployed.app.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\SUDHEE~2\servers\soa_
    server1\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirec
    tory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~
    1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle
    .mds.net.protocol"|"oracle.fabric.common.classloaderurl.handler"|"oracle.fabric.
    common.uddiurl.handler"|"oracle.bpm.io.fs.protocol -Dweblogic.jdbc.remoteEnable
    d=false -Doracle.security.jps.policy.migration.validate.principal=false -da:org
    .apache.xmlbeans... -Dsoa.archives.dir=C:\Oracle\Middleware\Oracle_SOA1\soa -Dso
    a.oracle.home=C:\Oracle\Middleware\Oracle_SOA1 -Dsoa.instance.home=C:\Oracle\MID
    DLE~1\USER_P~1\domains\SUDHEE~2 -Dtangosol.coherence.clusteraddress=227.7.7.9 -D
    tangosol.coherence.clusterport=9778 -Dtangosol.coherence.log=jdk -Djavax.xml.soa
    p.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dweblogic.transact
    ion.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Djavax.n
    et.ssl.trustStore=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks -Dem.or
    acle.home=C:\Oracle\Middleware\oracle_common -Djava.awt.headless=true -Dbam.orac
    le.home=C:\Oracle\Middleware\Oracle_SOA1 -Dums.oracle.home=C:\Oracle\Middleware\
    Oracle_SOA1 -Dweblogic.management.discover=false -Dweblogic.management.server=ht
    tp://SUCHALAM-WS:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.lo
    gErrorsToConsole=false -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\prof
    iles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profile
    s\default\sysext_manifest_classpath weblogic.Server
    <Sep 2, 2012 6:51:28 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ J
    CE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Sep 2, 2012 6:51:29 PM IST> <Info> <Security> <BEA-090906> <Changing the defaul
    t Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Sep 2, 2012 6:51:30 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebL
    ogic Server with Java HotSpot(TM) Client VM Version 19.1-b02 from Sun Microsyste
    ms Inc.>
    <Sep 2, 2012 6:51:32 PM IST> <Info> <Security> <BEA-090065> <Getting boot identi
    ty from user.>
    Enter username to boot WebLogic server:weblogic
    Enter password to boot WebLogic server:
    <Sep 2, 2012 6:51:42 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic
    Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Sep 2, 2012 6:51:45 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to STARTING>
    <Sep 2, 2012 6:51:45 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing sel
    f-tuning thread pool>
    <Sep 2, 2012 6:51:46 PM IST> <Notice> <Log Management> <BEA-170019> <The server
    log file C:\Oracle\Middleware\user_projects\domains\sudheer_domain\servers\soa_s
    erver1\logs\soa_server1.log is opened. All server side log events will be writte
    n to this file.>
    <Sep 2, 2012 6:51:59 PM IST> <Notice> <Security> <BEA-090082> <Security initiali
    zing using security realm myrealm.>
    <Sep 2, 2012 6:53:56 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to STANDBY>
    <Sep 2, 2012 6:53:56 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to STARTING>
    <Sep 2, 2012 7:19:07 PM IST> <Warning> <J2EE> <BEA-160140> <Unresolved optional
    package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.applcore.m
    odel, Specification-Version: 0.1, Implementation-Version: 11.1.1.0.0, referenced
    from: C:\Oracle\Middleware\user_projects\domains\sudheer_domain\servers\soa_ser
    ver1\tmp\_WL_user\usermessagingserver\y73z7z]. Make sure the referenced optional
    package has been deployed as a library.>
    <Sep 2, 2012 7:19:12 PM IST> <Warning> <EJB> <BEA-015036> <In the EJB MessageRec
    eiverBean(Application: usermessagingserver, EJBComponent: sdpmessagingengine.jar
    ), the value for the activation config property 'connectionFactoryJNDIName' will
    be ignored since it is overridden with the value 'OraSDPM/QueueConnectionFactor
    y';>
    It kept on waiting here for so long. Can u please suggest me what is missing here.
    Thanks in advance,
    Sudheer

  • Managed server is not starting -  Upgrading OBIEE from 11.1.1.6.2 to 11.1.1.7

    We are in the final stage of the installation.
    We are following the steps mentioned in http://www.rittmanmead.com/2013/04/upgrading-obiee-to-11-1-1-7/ .
    while running the  'Configuration Assistant' to update the BI domain the Managed server is not getting started.
    We are getting issue with SSL hand shake...Can any one help us to resolve this.
    ===========================
    Configuration Assistant Log
    ===========================
    BI Configuration
    Log
    Config Action BI Configuration started
    Executing: opmnctl stopall
    Log
    Step Executing: opmnctl stopall started
    Step Executing: opmnctl stopall ended successfully
    Stopping Managed Server: bi_server1
    Log
    Step Stopping Managed Server: bi_server1 started
    Step Stopping Managed Server: bi_server1 ended successfully
    Upgrading JRF Shared Libraries
    Log
    Step Upgrading JRF Shared Libraries started
    Step Upgrading JRF Shared Libraries ended successfully
    Upgrading OPSS Code Grants
    Log
    Step Upgrading OPSS Code Grants started
    Step Upgrading OPSS Code Grants ended successfully
    Upgrading Oracle Business Intelligence Code Grants
    Log
    Step Upgrading Oracle Business Intelligence Code Grants started
    Step Upgrading Oracle Business Intelligence Code Grants ended successfully
    Upgrading Non-J2EE Management EAR
    Log
    Step Upgrading Non-J2EE Management EAR started
    Step Upgrading Non-J2EE Management EAR ended successfully
    Deploying BI Content Server JEE application
    Log
    Step Deploying BI Content Server JEE application started
    Step Deploying BI Content Server JEE application ended successfully
    Deploying BI Composer JEE application
    Log
    Step Deploying BI Composer JEE application started
    Step Deploying BI Composer JEE application ended successfully
    Deploying JBIPS JEE application
    Log
    Step Deploying JBIPS JEE application started
    Step Deploying JBIPS JEE application ended successfully
    Restarting AdminServer
    Log
    Step Restarting AdminServer started
    Step Restarting AdminServer ended successfully
    Starting Managed Server: bi_server1
    Error
    Failed to achieve state RUNNING in 3600seconds.   The server is currently in state SHUTDOWN
    Step Starting Managed Server: bi_server1 failed
    Configuration Action 'Starting Managed Server: bi_server1' has failed. Please check logs for details.
    Step Starting Managed Server: bi_server1 failed
    Log
    Step Starting Managed Server: bi_server1 started
    Step Starting Managed Server: bi_server1 failed
    Configuration Action 'Starting Managed Server: bi_server1' has failed. Please check logs for details.
    Step Starting Managed Server: bi_server1 failed
    Executing: opmnctl startall
    Log
    Upgrading Oracle Business Intelligence Catalogs
    Log
    ===========================
    Dec 13, 2013 9:36:59 AM weblogic.nodemanager.server.Handler run
    WARNING: Uncaught exception in server handlerjavax.net.ssl.SSLKeyException: [Sec
    urity:090482]BAD_CERTIFICATE alert was received from botd-rptobapp2.devop.vertaf
    ore.com - 192.12.12.13. Check the peer to determine why it rejected the certif
    icate chain (trusted CA configuration, hostname verification). SSL debug tracing
    may be required to determine the exact reason the certificate was rejected.
    javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was receiv
    ed from botd.devop.com - 192.12.12.13. Check the peer to d
    etermine why it rejected the certificate chain (trusted CA configuration, hostna
    me verification). SSL debug tracing may be required to determine the exact reaso
    n the certificate was rejected.
    Nodemanger.log
    <Oct 7, 2013 10:28:35 AM> <INFO> <Loading domains file: c:\oracle\wlserver_10.3\common\nodemanager\nodemanager.domains>
    <Oct 7, 2013 10:28:38 AM> <INFO> <Loading identity key store: FileName=c:/oracle/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Oct 7, 2013 10:28:38 AM> <INFO> <Loaded node manager configuration properties from 'c:\oracle\WLSERV~1.3\common\nodemanager\nodemanager.properties'>
    <Oct 7, 2013 10:28:38 AM> <INFO> <bifoundation_domain> <bi_server1> <Startup configuration properties loaded from "C:\oracle\user_projects\domains\bifoundation_domain\servers\bi_server1\data\nodemanager\startup.properties">
    <Oct 7, 2013 10:28:42 AM> <INFO> <Secure socket listener started on port 9556>
    <Oct 7, 2013 10:35:51 AM> <WARNING> <Uncaught exception in server handlerjavax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from botd.devop.com - 192.12.12.13. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.>
    javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from botd.devop.com - 192.12.12.13. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertReceived(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handle(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handleAlertMessages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
    at com.certicom.tls.record.ReadHandler.processRecord(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:71)
    at java.lang.Thread.run(Thread.java:662)
    Admin server Log
    for protocols iiop, t3, ldap, snmp, http.>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 192.12.12.13
    :7002 for protocols iiops, t3s, ldaps, https.>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for do
    main "bifoundation_domain" running in Production Mode>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Dec 15, 2013 5:00:12 AM PST> <Notice> <LoggingService> <BEA-320400> <The log file C:\oracle\user_projects\domains\bifou
    ndation_domain\servers\AdminServer\logs\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. Thi
    s can happen on some platforms like Windows.>
    <Dec 15, 2013 5:00:12 AM PST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\oracle\user_pr
    ojects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log00002. Log messages will continue to be logge
    d in C:\oracle\user_projects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log.>
    CertPathTrustManagerUtils.certificateCallback: certPathValStype = 0
    CertPathTrustManagerUtils.certificateCallback: validateErr = 16
    CertPathTrustManagerUtils.certificateCallback: chain[0] = Serial number: -157025747728280783581574168894965558517
    Issuer:C=US, ST=MyState, L=MyTown, O=MyOrganization, OU=FOR TESTING ONLY, CN=CertGenCAB
    Subject:C=US, ST=MyState, L=MyTown, O=MyOrganization, OU=FOR TESTING ONLY, CN=BOTD-RPTOBAPP2
    Not Valid Before:Sun Aug 12 11:27:29 PDT 2012
    Not Valid After:Fri Aug 13 11:27:29 PDT 2027
    Signature Algorithm:MD5withRSA
    ==============
    Narendar Reddy

    Hi Folks,
    Any inputs in the above issue is highly appreciated.
    "Error
    Failed to achieve state RUNNING in 3600seconds.   The server is currently in state SHUTDOWN
    Step Starting Managed Server: bi_server1 failed
    Configuration Action 'Starting Managed Server: bi_server1' has failed."
    Regards,
    Aj

  • Managed Server failed to start(oim_server1 and soa_server1) in weblogic

    Hi All,
    Following upgrade guide is getting followed for OIM version upgrade from 9.1.0.2 to 11g.
    http://docs.oracle.com/cd/E21764_01/upgrade.1111/e10129/upgrade_oim.htm
    After performing step '13.8 Task 6: Start the WebLogic Administration Server'
    Following steps were done
    1. Started weblogic administrator server
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>startWebLogic.cmd
    2. Opened the weblogic console (http://localhost:7001/console/login/LoginForm.jsp)
    3. Assigning listen address (IP address of server) to both server OIM_SERVER1 and SOA_SERVER1.
    4. Created two clusters OIM_CLUSTER and SOA_CLUSTER
    5. Added AdminServer and OIM_SERVER1 to cluster OIM_CLUSTER
    6. Added soa_server1 to cluster SOA_CLUSTER
    7. Created machine with hostname of server
    8. Added all the server to newly created machine
    9. Started node manager with following command
    E:\Oracle_11g\middleware_home\wlserver_10.3\server\bin>startNodeManager.cmd
    10. checked node manager status, it is reachable.
    Now when I am going for starting OIM_SERVER1, it is getting failed and state is showing Admin.
    When I am going to start soa_server1, it is getting failed.

    Nishith,
    Thaks for our help.
    Did you mean following ?
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    K:\>cd E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin
    K:\>e:
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>startManaged
    WebLogic.cmd
    Need to set SERVER_NAME and ADMIN_URL environment variables or specify
    them in command line:
    Usage: startManagedWebLogic.cmd SERVER_NAME {ADMIN_URL}
    for example:
    startManagedWebLogic.cmd managedserver1 http://mapidmapn01:7001
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>startManaged
    WebLogic.cmd oim_server1 http://localhost:7001/console
    ** Setting up SOA specific environment for win...
    PATH=E:\ORACLE~2\MIDDLE~1\patch_wls1036\profiles\default\native;E:\ORACLE~2\MIDD
    LE~1\patch_ocp371\profiles\default\native;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server
    \native\win\x64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\bin;E:\ORACLE~2\MIDDLE~1\
    modules\ORGAPA~1.1\bin;E:\Java\JDK16~1.0_3\jre\bin;E:\Java\JDK16~1.0_3\bin;E:\Or
    acle\product\10.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\Syste
    m32\Wbem;C:\Program Files (x86)\Windows Imaging\;E:\Java\jdk1.6.0_32\bin;C:\Wind
    ows\sysWOW64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8;E:\O
    racle_11g\middleware_home\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\bin
    USER_MEM_ARGS=-Xms768m -Xmx1536m -XX:PermSize=256m -XX:MaxPermSize=512m
    JAVA_OPTIONS=-Dweblogic.security.SSL.trustedCAKeyStore="E:\Oracle_11g\middleware
    _home\wlserver_10.3\server\lib\cacerts" -Xverify:none
    ** End SOA Specific environment setup for win.
    JAVA Memory arguments: -Xms768m -Xmx1536m -XX:PermSize=256m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar
    ;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\user-patch.jar;E:\Oracle_
    11g\middleware_home\Oracle_SOA1\soa\modules\soa-startup.jar;;E:\ORACLE~2\MIDDLE~
    1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\OR
    ACLE~2\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_pa
    tch.jar;E:\Java\JDK16~1.0_3\lib\tools.jar;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server
    \lib\weblogic_sp.jar;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;E:\
    ORACLE~2\MIDDLE~1\modules\features\weblogic.server.modules_10.3.6.0.jar;E:\ORACL
    E~2\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;E:\ORACLE~2\MIDDLE~1\modules\
    ORGAPA~1.1/lib/ant-all.jar;E:\ORACLE~2\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-con
    trib.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;E:\ORACLE
    ~2\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;E:\Or
    acle_11g\middleware_home\Oracle_SOA1\soa\modules\oracle.soa.common.adapters_11.1
    .1\oracle.soa.common.adapters.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\comm
    unications\modules\usermessaging-config_11.1.1.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1
    \modules\oracle.xdk_11.1.0\xsu12.jar;E:\ORACLE~2\MIDDLE~1\modules\features\weblo
    gic.server.modules.xquery_10.3.1.0.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1
    \soa\modules\db2jcc4.jar;E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\s
    oa-infra;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\fabric-url-handle
    r_11.1.1.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\quartz-all-1.
    6.5.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\oracle.soa.fabric_
    11.1.1\oracle.soa.fabric.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modul
    es\oracle.soa.fabric_11.1.1\fabric-runtime-ext-wls.jar;E:\Oracle_11g\middleware_
    home\Oracle_SOA1\soa\modules\oracle.soa.adapter_11.1.1\oracle.soa.adapter.jar;E:
    \Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\oracle.soa.b2b_11.1.1\oracle
    .soa.b2b.jar;E:\Oracle_11g\middleware_home\Oracle_IDM1\server\lib\oim-manifest.j
    ar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\ESAPI-2.0-rc4.jar;E
    :\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\antisamy-bin.1.3.jar;E:
    \ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\commons-configuration-1.
    5.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\commons-fileuplo
    ad-1.2.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\commons-lan
    g-2.3.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\nekohtml-0.9
    .5.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\xercesImpl-2.9.
    1.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;E:\ORACLE~
    2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;E:\ORACLE~2\MIDDLE~1\WLSE
    RV~1.3\server\lib\xqrl.jar
    PATH=E:\ORACLE~2\MIDDLE~1\patch_wls1036\profiles\default\native;E:\ORACLE~2\MIDD
    LE~1\patch_ocp371\profiles\default\native;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server
    \native\win\x64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\bin;E:\ORACLE~2\MIDDLE~1\
    modules\ORGAPA~1.1\bin;E:\Java\JDK16~1.0_3\jre\bin;E:\Java\JDK16~1.0_3\bin;E:\Or
    acle\product\10.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\Syste
    m32\Wbem;C:\Program Files (x86)\Windows Imaging\;E:\Java\jdk1.6.0_32\bin;C:\Wind
    ows\sysWOW64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8;E:\O
    racle_11g\middleware_home\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_32"
    Java(TM) SE Runtime Environment (build 1.6.0_32-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 20.7-b02, mixed mode)
    Starting WLS with line:
    E:\Java\JDK16~1.0_3\bin\java -client -Xms768m -Xmx1536m -XX:PermSize=256m -XX:
    MaxPermSize=512m -Dweblogic.Name=oim_server1 -Djava.security.policy=E:\ORACLE~2\
    MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.security.SSL.trustedCA
    KeyStore="E:\Oracle_11g\middleware_home\wlserver_10.3\server\lib\cacerts" -Xver
    ify:none -da -Dplatform.home=E:\ORACLE~2\MIDDLE~1\WLSERV~1.3 -Dwls.home=E:\ORAC
    LE~2\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\
    server -Dcommon.components.home=E:\ORACLE~2\MIDDLE~1\ORACLE~1 -Djrf.version=11.
    1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
    -Ddomain.home=E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1 -Djrockit.optfile=
    E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Dor
    acle.server.config.dir=E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMW
    CON~1\servers\oim_server1 -Doracle.domain.config.dir=E:\ORACLE~2\MIDDLE~1\USER_P
    ~1\domains\BASE_D~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=E:\ORACLE~2\MIDD
    LE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\carml -Digf.arisidstack.home=E:\
    ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\arisidprovider -Dora
    cle.security.jps.config=E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fm
    wconfig\jps-config.xml -Doracle.deployed.app.dir=E:\ORACLE~2\MIDDLE~1\USER_P~1\d
    omains\BASE_D~1\servers\oim_server1\tmp\_WL_user -Doracle.deployed.app.ext=\- -D
    weblogic.alternateTypesDirectory=E:\Oracle_11g\middleware_home\Oracle_IDM1\serve
    r\loginmodule\wls,E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,E:
    \ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.ha
    ndler.pkgs=oracle.mds.net.protocol"|"oracle.fabric.common.classloaderurl.handler
    "|"oracle.fabric.common.uddiurl.handler"|"oracle.bpm.io.fs.protocol -Dweblogic.
    jdbc.remoteEnabled=false -DXL.HomeDir=E:\Oracle_11g\middleware_home\Oracle_IDM1
    \server -Djava.security.auth.login.config=E:\Oracle_11g\middleware_home\Oracle_
    IDM1\server\config\authwl.conf -Dorg.owasp.esapi.resources=E:\Oracle_11g\middle
    ware_home\Oracle_IDM1\server\apps\oim.ear\APP-INF\classes -da:org.apache.xmlbea
    ns... -Dsoa.archives.dir=E:\Oracle_11g\middleware_home\Oracle_SOA1\soa -Dsoa.ora
    cle.home=E:\Oracle_11g\middleware_home\Oracle_SOA1 -Dsoa.instance.home=E:\ORACLE
    ~2\MIDDLE~1\USER_P~1\domains\BASE_D~1 -Dtangosol.coherence.clusteraddress=227.7.
    7.9 -Dtangosol.coherence.clusterport=9778 -Dtangosol.coherence.log=jdk -Djavax.x
    ml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dweblogic.tr
    ansaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Dj
    avax.net.ssl.trustStore=E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks
    -Dem.oracle.home=E:\Oracle_11g\middleware_home\oracle_common -Djava.awt.headles
    s=true -Dums.oracle.home=E:\Oracle_11g\middleware_home\Oracle_SOA1 -Dweblogic.ma
    nagement.discover=false -Dweblogic.management.server=http://localhost:7001/conso
    le -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=fa
    lse -Dweblogic.ext.dirs=E:\ORACLE~2\MIDDLE~1\patch_wls1036\profiles\default\syse
    xt_manifest_classpath;E:\ORACLE~2\MIDDLE~1\patch_ocp371\profiles\default\sysext_
    manifest_classpath weblogic.Server
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>

  • Managed server wls_oim1 not starting no error

    Hello Gurus,
    my managed server wls_oim1 is not starting, there is only one error for evenHander.xml which is safe to ignore and that came in past also and works fine before.
    Now when I check the diagnostic log.
    there are the few of the entries from diagnotic log:
    [2012-11-16T06:17:38.345-08:00] [wls_oim1] [NOTIFICATION] [IAM-1010010] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 1e1fdf0e0c30c785:-304f413d:13b0993aaea:-8000-0000000000000003,0] [APP: oim#11.1.1.3.0] ********** Entering the Authorization Segment with parameters:: LoggedInUserId = 4, target resourceID = null, Feature = SCHEDULER, Action = SCHEDULER_START **********
    [2012-11-16T06:17:38.350-08:00] [wls_oim1] [NOTIFICATION] [] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 1e1fdf0e0c30c785:-304f413d:13b0993aaea:-8000-0000000000000003,0] [APP: oim#11.1.1.3.0] oesAuthenticIdentity not found in cache
    [2012-11-16T06:17:38.353-08:00] [wls_oim1] [NOTIFICATION] [IAM-3050013] [oracle.iam.identity.usermgmt.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 1e1fdf0e0c30c785:-304f413d:13b0993aaea:-8000-0000000000000003,0] [APP: oim#11.1.1.3.0] Searching for users with the specified criteria.
    [2012-11-16T06:17:38.355-08:00] [wls_oim1] [NOTIFICATION] [IAM-1010104] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 1e1fdf0e0c30c785:-304f413d:13b0993aaea:-8000-0000000000000003,0] [APP: oim#11.1.1.3.0] The roles [1, 22, 6, 11, 13, 14, 20, 21, 5, 8, 17, 23, 3, 7, 18, 10, 9, 12, 15, 16] and logged-in userid oiminternal were passed for constructing authentic-identity for the hasAccess calls.
    [2012-11-16T06:17:38.362-08:00] [wls_oim1] [NOTIFICATION] [IAM-1010033] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 1e1fdf0e0c30c785:-304f413d:13b0993aaea:-8000-0000000000000003,0] [APP: oim#11.1.1.3.0] OES Results are not found in cache with Key F: SCHEDULERS: 4P: SCHEDULER_STARTOESDefinition
    [2012-11-16T06:17:38.639-08:00] [wls_oim1] [NOTIFICATION] [IAM-1010021] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 1e1fdf0e0c30c785:-304f413d:13b0993aaea:-8000-0000000000000003,0] [APP: oim#11.1.1.3.0] Validating the Internal Obligations: [InternalObligation: name: noop, values: [true], convertToObligation: false, InternalObligation: name: noop, values: [true], convertToObligation: false]
    [2012-11-16T06:17:38.642-08:00] [wls_oim1] [NOTIFICATION] [IAM-1010022] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 1e1fdf0e0c30c785:-304f413d:13b0993aaea:-8000-0000000000000003,0] [APP: oim#11.1.1.3.0] ---------- The list of Internal Obligation is satisfied, returning TRUE ----------
    [2012-11-16T06:17:38.643-08:00] [wls_oim1] [NOTIFICATION] [IAM-1010026] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 1e1fdf0e0c30c785:-304f413d:13b0993aaea:-8000-0000000000000003,0] [APP: oim#11.1.1.3.0] ********** Exiting the Authorization Segment with result Decision :PERMIT[[
    Obligations from policy: **********
    [2012-11-16T06:17:39.218-08:00] [wls_oim1] [NOTIFICATION] [IAM-0080013] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 1e1fdf0e0c30c785:-304f413d:13b0993aaea:-8000-0000000000000003,0] [APP: oim#11.1.1.3.0] Kernel executing default validation with process id, event id, entity and operation 38,843.0.JobDetails.START_SCHEDULER
    [2012-11-16T06:17:39.349-08:00] [wls_oim1] [NOTIFICATION] [IAM-1020024] [oracle.iam.scheduler.impl.quartz] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 1e1fdf0e0c30c785:-304f413d:13b0993aaea:-8000-0000000000000003,0] [APP: oim#11.1.1.3.0] Execute default action handler with 38843.41423.JobDetails.START_SCHEDULER.entityId=null
    Can you please let me know what can be the issue? I am stuck from last 4 weeks on the same issue.
    Thanks
    RK

    hello I just restarted the oim server again and here are the lines from files.
    From Server Log file:
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153109> <BEA-014022> <******** com.thortech.xl.ejb.interfaces.tcSELRemote is bound with JNDI name:ejb/stateful/tcSEL#com.thortech.xl.ejb.interfaces.tcSELRemote ********>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153109> <BEA-010009> <EJB Deployed EJB with JNDI name oim#11_1_1_3_0dataobjects-ejb_jartcSEL_Home.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153122> <BEA-014021> <The EJB 'tcMAV(Application: oim#11.1.1.3.0, EJBComponent: dataobjects-ejb.jar)' has been successfully deployed. The following remote interfaces have been bound into JNDI with the specified JNDI names:>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153122> <BEA-014022> <******** com.thortech.xl.ejb.interfaces.tcMAVRemote is bound with JNDI name:ejb/stateful/tcMAV#com.thortech.xl.ejb.interfaces.tcMAVRemote ********>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153122> <BEA-010009> <EJB Deployed EJB with JNDI name oim#11_1_1_3_0dataobjects-ejb_jartcMAV_Home.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153136> <BEA-014021> <The EJB 'tcEVT(Application: oim#11.1.1.3.0, EJBComponent: dataobjects-ejb.jar)' has been successfully deployed. The following remote interfaces have been bound into JNDI with the specified JNDI names:>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153136> <BEA-014022> <******** com.thortech.xl.ejb.interfaces.tcEVTRemote is bound with JNDI name:ejb/stateful/tcEVT#com.thortech.xl.ejb.interfaces.tcEVTRemote ********>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153136> <BEA-010009> <EJB Deployed EJB with JNDI name oim#11_1_1_3_0dataobjects-ejb_jartcEVT_Home.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153149> <BEA-014021> <The EJB 'tcMIL(Application: oim#11.1.1.3.0, EJBComponent: dataobjects-ejb.jar)' has been successfully deployed. The following remote interfaces have been bound into JNDI with the specified JNDI names:>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153149> <BEA-014022> <******** com.thortech.xl.ejb.interfaces.tcMILRemote is bound with JNDI name:ejb/stateful/tcMIL#com.thortech.xl.ejb.interfaces.tcMILRemote ********>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153149> <BEA-010009> <EJB Deployed EJB with JNDI name oim#11_1_1_3_0dataobjects-ejb_jartcMIL_Home.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153161> <BEA-014021> <The EJB 'tcPRF(Application: oim#11.1.1.3.0, EJBComponent: dataobjects-ejb.jar)' has been successfully deployed. The following remote interfaces have been bound into JNDI with the specified JNDI names:>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153162> <BEA-014022> <******** com.thortech.xl.ejb.interfaces.tcPRFRemote is bound with JNDI name:ejb/stateful/tcPRF#com.thortech.xl.ejb.interfaces.tcPRFRemote ********>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153162> <BEA-010009> <EJB Deployed EJB with JNDI name oim#11_1_1_3_0dataobjects-ejb_jartcPRF_Home.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153173> <BEA-014021> <The EJB 'tcRRT(Application: oim#11.1.1.3.0, EJBComponent: dataobjects-ejb.jar)' has been successfully deployed. The following remote interfaces have been bound into JNDI with the specified JNDI names:>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153173> <BEA-014022> <******** com.thortech.xl.ejb.interfaces.tcRRTRemote is bound with JNDI name:ejb/stateful/tcRRT#com.thortech.xl.ejb.interfaces.tcRRTRemote ********>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153174> <BEA-010009> <EJB Deployed EJB with JNDI name oim#11_1_1_3_0dataobjects-ejb_jartcRRT_Home.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153185> <BEA-014021> <The EJB 'tcORF(Application: oim#11.1.1.3.0, EJBComponent: dataobjects-ejb.jar)' has been successfully deployed. The following remote interfaces have been bound into JNDI with the specified JNDI names:>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153185> <BEA-014022> <******** com.thortech.xl.ejb.interfaces.tcORFRemote is bound with JNDI name:ejb/stateful/tcORF#com.thortech.xl.ejb.interfaces.tcORFRemote ********>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153185> <BEA-010009> <EJB Deployed EJB with JNDI name oim#11_1_1_3_0dataobjects-ejb_jartcORF_Home.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153197> <BEA-014021> <The EJB 'tcSEC(Application: oim#11.1.1.3.0, EJBComponent: dataobjects-ejb.jar)' has been successfully deployed. The following remote interfaces have been bound into JNDI with the specified JNDI names:>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153197> <BEA-014022> <******** com.thortech.xl.ejb.interfaces.tcSECRemote is bound with JNDI name:ejb/stateful/tcSEC#com.thortech.xl.ejb.interfaces.tcSECRemote ********>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153197> <BEA-010009> <EJB Deployed EJB with JNDI name oim#11_1_1_3_0dataobjects-ejb_jartcSEC_Home.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153209> <BEA-014021> <The EJB 'tcACT(Application: oim#11.1.1.3.0, EJBComponent: dataobjects-ejb.jar)' has been successfully deployed. The following remote interfaces have been bound into JNDI with the specified JNDI names:>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153209> <BEA-014022> <******** com.thortech.xl.ejb.interfaces.tcACTRemote is bound with JNDI name:ejb/stateful/tcACT#com.thortech.xl.ejb.interfaces.tcACTRemote ********>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153209> <BEA-010009> <EJB Deployed EJB with JNDI name oim#11_1_1_3_0dataobjects-ejb_jartcACT_Home.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153221> <BEA-014021> <The EJB 'tcERR(Application: oim#11.1.1.3.0, EJBComponent: dataobjects-ejb.jar)' has been successfully deployed. The following remote interfaces have been bound into JNDI with the specified JNDI names:>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153221> <BEA-014022> <******** com.thortech.xl.ejb.interfaces.tcERRRemote is bound with JNDI name:ejb/stateful/tcERR#com.thortech.xl.ejb.interfaces.tcERRRemote ********>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <EJB> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153221> <BEA-010009> <EJB Deployed EJB with JNDI name oim#11_1_1_3_0dataobjects-ejb_jartcERR_Home.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153222> <BEA-149060> <Module dataobjects-ejb.jar of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153222> <BEA-149059> <Module workflowservice of application oim [Version=11.1.1.3.0] is transitioning from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153222> <BEA-149060> <Module workflowservice of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153222> <BEA-149059> <Module SchedulerService-web of application oim [Version=11.1.1.3.0] is transitioning from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153222> <BEA-149060> <Module SchedulerService-web of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153222> <BEA-149059> <Module oim of application oim [Version=11.1.1.3.0] is transitioning from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153231> <BEA-149060> <Module oim of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153231> <BEA-149059> <Module admin of application oim [Version=11.1.1.3.0] is transitioning from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153231> <BEA-149060> <Module admin of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153231> <BEA-149059> <Module xlWebApp of application oim [Version=11.1.1.3.0] is transitioning from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153231> <BEA-149060> <Module xlWebApp of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153232> <BEA-149059> <Module callbackResponseService of application oim [Version=11.1.1.3.0] is transitioning from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153233> <BEA-149060> <Module callbackResponseService of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153233> <BEA-149059> <Module jmx-config-lifecycle of application oim [Version=11.1.1.3.0] is transitioning from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153233> <BEA-149060> <Module jmx-config-lifecycle of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153233> <BEA-149059> <Module sodcheck of application oim [Version=11.1.1.3.0] is transitioning from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:33 PM PST> <Info> <Deployer> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618153233> <BEA-149060> <Module sodcheck of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_PREPARED to STATE_ADMIN on server wls_oim1.>
    ####<Nov 22, 2012 1:02:38 PM PST> <Info> <JDBC> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618158981> <BEA-001516> <Data source connection pool "oimOperationsDB" connected to Database: "Oracle", Version: "Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Oracle Label Security, Data Mining and Real Application Testing options".>
    ####<Nov 22, 2012 1:02:38 PM PST> <Info> <JDBC> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618158981> <BEA-001517> <Data source connection pool "oimOperationsDB" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".>
    ####<Nov 22, 2012 1:02:39 PM PST> <Info> <Common> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618159018> <BEA-000628> <Created "1" resources for pool "oimOperationsDB", out of which "1" are available and "0" are unavailable.>
    ####<Nov 22, 2012 1:02:46 PM PST> <Info> <JDBC> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <oiminternal> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618166706> <BEA-001516> <Data source connection pool "oimJMSStoreDS" connected to Database: "Oracle", Version: "Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Oracle Label Security, Data Mining and Real Application Testing options".>
    ####<Nov 22, 2012 1:02:46 PM PST> <Info> <JDBC> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <oiminternal> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618166706> <BEA-001517> <Data source connection pool "oimJMSStoreDS" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".>
    ####<Nov 22, 2012 1:02:46 PM PST> <Info> <Common> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <oiminternal> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618166707> <BEA-000628> <Created "1" resources for pool "oimJMSStoreDS", out of which "1" are available and "0" are unavailable.>
    ####<Nov 22, 2012 1:02:48 PM PST> <Info> <Common> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <oiminternal> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618168329> <BEA-000628> <Created "1" resources for pool "oimJMSStoreDS", out of which "1" are available and "0" are unavailable.>
    ####<Nov 22, 2012 1:02:51 PM PST> <Info> <Common> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <oiminternal> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353618171036> <BEA-000628> <Created "1" resources for pool "oimOperationsDB", out of which "1" are available and "0" are unavailable.>
    ####<Nov 22, 2012 1:16:28 PM PST> <Info> <JDBC> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1353618988046> <BEA-001128> <Connection for pool "mds-oim" has been closed.>
    ####<Nov 22, 2012 1:16:28 PM PST> <Info> <JDBC> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1353618988105> <BEA-001128> <Connection for pool "mds-owsm" has been closed.>
    ####<Nov 22, 2012 1:16:28 PM PST> <Info> <JDBC> <fusion> <wls_oim1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1353618988283> <BEA-001128> <Connection for pool "oimOperationsDB" has been closed.>
    ####<Nov 22, 2012 1:16:56 PM PST> <Info> <Common> <fusion> <wls_oim1> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <<anonymous>> <> <1e1fdf0e0c30c785:b8fee1:13b29ecc862:-8000-0000000000000003> <1353619016632> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>

  • Managed Server Error when starting via startManagedWebLogic  '31' could not

    Hi
    in my Managed Server, in my AppDomain
    i just set some Java_Option variable
    bit when itry to run my server using the script,
    after asking User name and Password, Server Log get open
    but utimately its giving me this error, and Server is not geting started,
    ####<Mar 26, 2009 4:29:02 PM GMT+05:30> <Error> <Configuration Management> <HDCHARTOMR1875> <DEPEJBSERVER> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238065142217> <BEA-150000> <An error occurred while establishing a connection back to the adminstration server http://10.108.66.34:7099 during startup. Since bootstrap succeeded check that http://10.108.66.34:7099 uniquely identifies the administration server.
    javax.naming.ServiceUnavailableException Root exception is java.rmi.NoSuchObjectException: The object identified by: '31' could not be found.  Either it was has not been exported or it has been collected by the distributed garbage collector.
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:70)
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:32)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:428)
         at weblogic.jndi.Environment.getInitialReference(Environment.java:237)
         at weblogic.server.channels.RemoteChannelServiceImpl.registerInternal(RemoteChannelServiceImpl.java:153)
         at weblogic.server.channels.RemoteChannelServiceImpl.registerForever(RemoteChannelServiceImpl.java:127)
         at weblogic.protocol.ConnectMonitorFactory.registerForever(ConnectMonitorFactory.java:69)
         at weblogic.management.provider.MSIService.registerForReconnectToAdminServer(MSIService.java:174)
         at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.start(CompatibilityMBeanServerService.java:150)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    But the same server is getting started when m starting it from console???
    Any Help??
    Thanks in Advance
    -Kumar Varun

    Check the CommonEnv and setDomain script for any mis-references. then run those scripts. check the start-up also.
    Is the system having an old jdk version on it? if so remove the references from environment variables and then start the server.

  • Managed Server stuck in starting

    Hi every, thank you for reading.
    We have a Oracle SOA domain running on WLS 10.3.6. The OS is windows server 2003.
    Adminserver and soa_server1 are on vmmachine1.
    proxy server and soa_server2 are on vmmachine2.
    soa_server1 and soa_server2 are in a cluster.
    This domain has been working normally for serveral months. Managed server is controlled by nodemanager.
    Yesterday, we increased the memory of vmmachine1 and vmmachine2 from 8g to 16g.
    After that, soa_server2 cannot be started while other managed server of the domain starts normally.
    I looked into the soa_server2.log and found that the log stucks at "<Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\ctst_soa_domain\servers\soa_server2\logs\soa_server2.log is opened. All server side log events will be written to this file.> " forever.
    The task manager shows that the memory of java.exe process of the stucked managed server is about 350m and at an increase rate of about 4k.
    The cpu consumption of the process is 0 percent.
    Below is part of JRockit Mission Control fly record event of the stucked JVM:
    1,359,447,962,480,625,883     4,453,053,500     weblogic.timers.TimerThread     Java Wait
    1,359,447,962,480,688,068     4,453,037,334     [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'     Java Wait
    1,359,447,962,558,579,199     109,474,384     VDE Transaction Processor Thread     Java Wait
    1,359,447,962,564,083,662     869,606,634     RMI TCP Connection(26)-192.9.200.148     Socket Read
    1,359,447,962,668,068,530     109,075,316     VDE Transaction Processor Thread     Java Wait
    1,359,447,962,777,159,184     109,367,902     VDE Transaction Processor Thread     Java Wait
    1,359,447,962,886,542,218     109,638,015     VDE Transaction Processor Thread     Java Wait
    1,359,447,962,996,257,842     109,285,831     VDE Transaction Processor Thread     Java Wait
    1,359,447,963,105,558,278     109,143,508     VDE Transaction Processor Thread     Java Wait
    1,359,447,963,214,709,536     109,312,043     VDE Transaction Processor Thread     Java Wait
    1,359,447,963,324,052,457     109,455,297     VDE Transaction Processor Thread     Java Wait
    1,359,447,963,433,516,028     109,259,502     VDE Transaction Processor Thread     Java Wait
    1,359,447,963,433,924,695     93,414,304     RMI TCP Connection(26)-192.9.200.148     Socket Read
    1,359,447,963,527,635,047     2,515,422,874     RMI TCP Connection(26)-192.9.200.148     Socket Read
    1,359,447,963,542,789,729     152,068,282     VDE Transaction Processor Thread     Java Wait
    1,359,447,963,694,879,147     113,581,233     VDE Transaction Processor Thread     Java Wait
    1,359,447,963,697,060,581     1,002,528,122     RMI TCP Connection(idle)     Socket Read
    1,359,447,963,808,488,263     109,555,192     VDE Transaction Processor Thread     Java Wait
    1,359,447,963,918,076,105     109,076,613     VDE Transaction Processor Thread     Java Wait
    1,359,447,964,027,167,650     109,358,282     VDE Transaction Processor Thread     Java Wait
    1,359,447,964,136,541,541     109,442,748     VDE Transaction Processor Thread     Java Wait
    1,359,447,964,245,999,192     109,830,184     VDE Transaction Processor Thread     Java Wait
    1,359,447,964,324,342,462     2,015,390,696     Timer-1     Java Wait
    1,359,447,964,355,844,714     108,827,865     VDE Transaction Processor Thread     Java Wait
    1,359,447,964,464,687,365     109,297,368     VDE Transaction Processor Thread     Java Wait
    1,359,447,964,574,003,355     109,396,656     VDE Transaction Processor Thread     Java Wait
    1,359,447,964,683,418,068     109,366,571     VDE Transaction Processor Thread     Java Wait
    1,359,447,964,705,600,116     743,862,091     RMI TCP Connection(idle)     Socket Read
    1,359,447,964,792,799,741     109,347,456     VDE Transaction Processor Thread     Java Wait
    1,359,447,964,902,156,236     109,395,625     VDE Transaction Processor Thread     Java Wait
    1,359,447,965,011,567,244     109,331,778     VDE Transaction Processor Thread     Java Wait
    1,359,447,965,120,914,342     109,367,906     VDE Transaction Processor Thread     Java Wait
    1,359,447,965,230,297,996     109,602,297     VDE Transaction Processor Thread     Java Wait
    1,359,447,965,339,915,098     109,369,203     VDE Transaction Processor Thread     Java Wait
    1,359,447,965,449,297,323     109,126,121     VDE Transaction Processor Thread     Java Wait
    1,359,447,965,449,946,395     265,099,402     RMI TCP Connection(idle)     Socket Read
    1,359,447,965,558,468,725     109,441,305     VDE Transaction Processor Thread     Java Wait
    1,359,447,965,667,925,444     109,229,624     VDE Transaction Processor Thread     Java Wait
    1,359,447,965,720,533,365     322,363,229     RMI TCP Connection(idle)     Socket Read
    1,359,447,965,777,169,428     109,580,914     VDE Transaction Processor Thread     Java Wait
    1,359,447,965,886,766,019     109,140,868     VDE Transaction Processor Thread     Java Wait
    Any help is welcome.

    Thread Dump:
    "Main Thread" id=1 idx=0x4 tid=1728 prio=5 alive, waiting, native_blocked
    -- Waiting for notification on: weblogic/t3/srvr/SubsystemRequest@0x00000001
    82879510[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Metho
    d)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/t3/srvr/SubsystemRequest.rendezvouz(SubsystemRequest.java:100)
    ^-- Lock released while waiting: weblogic/t3/srvr/SubsystemRequest@0x0000000
    182879510[fat lock]
    at weblogic/t3/srvr/SubsystemRequest.action(SubsystemRequest.java:81)
    at weblogic/t3/srvr/SubsystemRequest.start(SubsystemRequest.java:51)
    at weblogic/t3/srvr/ServerServicesManager.startService(ServerServicesManager
    .java:459)
    at weblogic/t3/srvr/ServerServicesManager.startInStandbyState(ServerServices
    Manager.java:166)
    ^-- Holding lock: java/lang/Class@0x0000000182852658[biased lock]
    at weblogic/t3/srvr/T3Srvr.initializeStandby(T3Srvr.java:881)
    at weblogic/t3/srvr/T3Srvr.startup(T3Srvr.java:568)
    at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:469)
    at weblogic/Server.main(Server.java:71)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "(Signal Handler)" id=2 idx=0x8 tid=4040 prio=5 alive, daemon
    "(OC Main Thread)" id=3 idx=0xc tid=2300 prio=5 alive, native_waiting, daemon
    "(GC Worker Thread 1)" id=? idx=0x10 tid=220 prio=5 alive, daemon
    "(GC Worker Thread 2)" id=? idx=0x14 tid=2056 prio=5 alive, daemon
    "(GC Worker Thread 3)" id=? idx=0x18 tid=1096 prio=5 alive, daemon
    "(GC Worker Thread 4)" id=? idx=0x1c tid=2580 prio=5 alive, daemon
    "(Code Generation Thread 1)" id=4 idx=0x20 tid=3404 prio=5 alive, native_waiting
    , daemon
    "(Code Optimization Thread 1)" id=5 idx=0x24 tid=3228 prio=5 alive, native_waiti
    ng, daemon
    "(VM Periodic Task)" id=6 idx=0x28 tid=1564 prio=10 alive, native_blocked, daemo
    n
    "(Attach Listener)" id=7 idx=0x2c tid=640 prio=5 alive, native_blocked, daemon
    "Finalizer" id=8 idx=0x30 tid=248 prio=8 alive, native_waiting, daemon
    at jrockit/memory/Finalizer.waitForFinalizees(J[Ljava/lang/Object;)I(Native
    Method)
    at jrockit/memory/Finalizer.access$700(Finalizer.java:12)
    at jrockit/memory/Finalizer$4.run(Finalizer.java:183)
    at java/lang/Thread.run(Thread.java:662)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "Reference Handler" id=9 idx=0x34 tid=2092 prio=10 alive, native_waiting, daemon
    at java/lang/ref/Reference.waitForActivatedQueue(J)Ljava/lang/ref/Reference;
    (Native Method)
    at java/lang/ref/Reference.access$100(Reference.java:11)
    at java/lang/ref/Reference$ReferenceHandler.run(Reference.java:82)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "(Sensor Event Thread)" id=10 idx=0x38 tid=3548 prio=5 alive, native_blocked, da
    emon
    "VM JFR Buffer Thread" id=11 idx=0x3c tid=3768 prio=5 alive, in native, daemon
    "Timer-0" id=14 idx=0x40 tid=3800 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: java/util/TaskQueue@0x000000018238DF88[fat l
    ock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Metho
    d)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at java/util/TimerThread.mainLoop(Timer.java:483)
    ^-- Lock released while waiting: java/util/TaskQueue@0x000000018238DF88[fat
    lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "Timer-1" id=15 idx=0x44 tid=1572 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: java/util/TaskQueue@0x0000000185AC9490[fat l
    ock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Metho
    d)
    at java/lang/Object.wait(J)V(Native Method)
    at java/util/TimerThread.mainLoop(Timer.java:509)
    ^-- Lock released while waiting: java/util/TaskQueue@0x0000000185AC9490[fat
    lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'"
    id=16 idx=0x48 tid=3360 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: com/octetstring/vde/backend/standard/Transac
    tionProcessor@0x000000018A83F800[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Metho
    d)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at com/octetstring/vde/backend/standard/TransactionProcessor.waitTransaction
    sCompleted(TransactionProcessor.java:353)
    ^-- Lock released while waiting: com/octetstring/vde/backend/standard/Transa
    ctionProcessor@0x000000018A83F800[fat lock]
    at com/octetstring/vde/backend/standard/BackendStandard.<init>(BackendStanda
    rd.java:275)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljav
    a/lang/Object;)Ljava/lang/Object;(Native Method)
    at sun/reflect/NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect
    /Constructor;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeConstructorAccessorImpl.newInstance(NativeConstructorAc
    cessorImpl.java:39)
        at sun/reflect/DelegatingConstructorAccessorImpl.newInstance(DelegatingConst
    ructorAccessorImpl.java:27)
        at java/lang/reflect/Constructor.newInstance(Constructor.java:513)
        at com/octetstring/vde/backend/BackendHandler.<init>(BackendHandler.java:248
        at com/octetstring/vde/backend/BackendHandler.getInstance(BackendHandler.jav
    a:344)
        at weblogic/ldap/EmbeddedLDAP.start(EmbeddedLDAP.java:299)
        at weblogic/t3/srvr/SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic/work/ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic/work/ExecuteThread.run(ExecuteThread.java:221)
        at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
        -- end of trace
    "JFR request timer" id=17 idx=0x4c tid=2260 prio=5 alive, waiting, native_blocke
    d, daemon
        -- Waiting for notification on: java/util/TaskQueue@0x0000000185B49530[fat l
    ock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Metho
    d)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at java/util/TimerThread.mainLoop(Timer.java:483)
    ^-- Lock released while waiting: java/util/TaskQueue@0x0000000185B49530[fat
    lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "weblogic.time.TimeEventGenerator" id=19 idx=0x50 tid=600 prio=9 alive, waiting,
    native_blocked, daemon
    -- Waiting for notification on: weblogic/time/common/internal/TimeTable@0x00
    0000018C653048[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Metho
    d)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/time/common/internal/TimeTable.snooze(TimeTable.java:286)
    ^-- Lock released while waiting: weblogic/time/common/internal/TimeTable@0x0
    00000018C653048[fat lock]
    at weblogic/time/common/internal/TimeEventGenerator.run(TimeEventGenerator.j
    ava:117)
    at java/lang/Thread.run(Thread.java:662)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "JMAPI event thread" id=20 idx=0x54 tid=2916 prio=5 alive, in native, daemon
    "weblogic.timers.TimerThread" id=21 idx=0x58 tid=3288 prio=9 alive, waiting, nat
    ive_blocked, daemon
    -- Waiting for notification on: weblogic/timers/internal/TimerThread@0x00000
    0018C6ABCA0[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Metho
    d)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/timers/internal/TimerThread$Thread.run(TimerThread.java:262)
    ^-- Lock released while waiting: weblogic/timers/internal/TimerThread@0x0000
    00018C6ABCA0[fat lock]
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'
    " id=22 idx=0x5c tid=1368 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/work/ExecuteThread@0x000000018C2A1C
    00[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Metho
    d)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:205)
    ^-- Lock released while waiting: weblogic/work/ExecuteThread@0x000000018C2A1
    C00[fat lock]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:226)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" id=25 idx=0x60 tid=1484
    prio=5 alive, in native, daemon
    at weblogic/socket/NTSocketMuxer.getIoCompletionResult(Lweblogic/socket/NTSo
    cketMuxer$IoCompletionData;)Z(Native Method)
    at weblogic/socket/NTSocketMuxer.processSockets(NTSocketMuxer.java:81)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" id=26 idx=0x64 tid=2540
    prio=5 alive, in native, daemon
    at weblogic/socket/NTSocketMuxer.getIoCompletionResult(Lweblogic/socket/NTSo
    cketMuxer$IoCompletionData;)Z(Native Method)
    at weblogic/socket/NTSocketMuxer.processSockets(NTSocketMuxer.java:81)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" id=27 idx=0x68 tid=3640
    prio=5 alive, in native, daemon
    at weblogic/socket/NTSocketMuxer.getIoCompletionResult(Lweblogic/socket/NTSo
    cketMuxer$IoCompletionData;)Z(Native Method)
    at weblogic/socket/NTSocketMuxer.processSockets(NTSocketMuxer.java:81)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "ExecuteThread: '3' for queue: 'weblogic.socket.Muxer'" id=28 idx=0x6c tid=1904
    prio=5 alive, in native, daemon
    at weblogic/socket/NTSocketMuxer.getIoCompletionResult(Lweblogic/socket/NTSo
    cketMuxer$IoCompletionData;)Z(Native Method)
    at weblogic/socket/NTSocketMuxer.processSockets(NTSocketMuxer.java:81)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "VDE Transaction Processor Thread" id=31 idx=0x70 tid=1520 prio=2 alive, waiting
    , native_blocked, daemon
    -- Waiting for notification on: com/octetstring/vde/backend/standard/Transac
    tionProcessor@0x000000018A83F800[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Metho
    d)
    at java/lang/Object.wait(J)V(Native Method)
    at com/octetstring/vde/backend/standard/TransactionProcessor.waitwrite(Trans
    actionProcessor.java:378)
    ^-- Lock released while waiting: com/octetstring/vde/backend/standard/Transa
    ctionProcessor@0x000000018A83F800[fat lock]
    at com/octetstring/vde/backend/standard/TransactionProcessor.run(Transaction
    Processor.java:228)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    ===== END OF THREAD DUMP ===============

  • OEM Server -- Unable to start

    I've installed OEM Server on win2k and was working fine. But when i restarted the machine, OEM Server stopped working. If we try to start via control panel -> services, it throws error message 'Internal Error'.
    I've experienced this in 3 different machines.
    Thanks in advance.
    null

    Hi,
    Check out the list whether u have followed or not.
    1.Log on as administrator for win2K.
    2.Check out the event viewer for any related errors to this management server.
    3.If u didn't trace any problem, and ur's is not a production database. Stop the database services and make all the related services automatice.Restart the system if permitted.
    It may solve ur problem.
    null

  • Manage Server fail to start

    hi ,
    I am trying to start Manage server in Oracle Web Logic 10.3.5 but it fails showing the below message. Node manager is successfully up but still it fails. note i am using the second created domain the first domain also exist, is there any conflict with the previous one kindly help me to sort out this problem.Below are the details.
    Message while starting manage server
    For server Manageserver1, the Node Manager associated with machine solaris is not reachable.
    All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.
    nodemanager.properties
    DomainsFile=/export/home/biuser/Oracle/Middleware/wlserver_10.3/common/nodemanag
    er/nodemanager.domains
    LogLimit=0
    DomainsDirRemoteSharingEnabled=false
    PropertiesVersion=10.3
    AuthenticationEnabled=true
    NodeManagerHome=/export/home/biuser/Oracle/Middleware/wlserver_10.3/common/nodem
    anager
    javaHome=/usr/jdk/instances/jdk1.6.0
    JavaHome=/usr/jdk/instances/jdk1.6.0/jre
    LogLevel=INFO
    DomainsFileEnabled=true
    StartScriptName=startWebLogic.sh
    ListenAddress=
    NativeVersionEnabled=true
    ListenPort=9556
    LogToStderr=true
    SecureListener=true
    LogCount=1
    StopScriptEnabled=false
    DomainRegistrationEnabled=false
    QuitEnabled=false
    LogAppend=true
    StateCheckInterval=500
    CrashRecoveryEnabled=false
    StartScriptEnabled=true
    LogFile=/export/home/biuser/Oracle/Middleware/wlserver_10.3/common/nodemanager/n
    odemanager.log
    nodemanager.log
    May 22, 2000 9:44:57 AM> <INFO> <Secure socket listener started on port 9556>
    <May 22, 2000 9:47:51 AM> <WARNING> <Uncaught exception in server handlerjavax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from tabssb09 - 10.50.7.176. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.>
    javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from tabssb09 - 10.50.7.176. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertReceived(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handle(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handleAlertMessages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
    at com.certicom.tls.record.ReadHandler.processRecord(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)
    Regards
    Zeeshan
    Edited by: user11062519 on Jan 11, 2012 8:35 AM

    hi,
    Thanks for your reply, I have change the host name verification to none in configuration ssl tab , but still manage server cant start show me the message below in
    weblogic.sh
    <May 23, 2000 2:17:34 AM AST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer tabssb09 - 10.50.7.176 during SSL handshake.>
    <May 23, 2000 2:18:05 AM AST> <Warning> <Socket> <BEA-000450> <Socket 388 internal data record unavailable (probable closure due idle timeout), event received -32>
    <May 23, 2000 2:19:01 AM AST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer tabssb09 - 10.50.7.176 during SSL handshake.>
    <May 23, 2000 2:19:35 AM AST> <Warning> <Socket> <BEA-000450> <Socket 293 internal data record unavailable (probable closure due idle timeout), event received -32>
    <May 23, 2000 2:20:18 AM AST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer tabssb09 - 10.50.7.176 during SSL handshake.>
    <May 23, 2000 2:20:18 AM AST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=WLSServerControlTablePage.>
    <May 23, 2000 2:20:23 AM AST> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer tabssb09 - 10.50.7.176 during SSL handshake.>
    <May 23, 2000 2:20:55 AM AST> <Warning> <Socket> <BEA-000450> <Socket 310 internal data record unavailable (probable closure due idle timeout), event received -32>
    nodemanager.log file
    May 23, 2000 1:52:42 AM weblogic.nodemanager.server.Handler run
    WARNING: Uncaught exception in server handlerjavax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from tabssb09 - 10.50.7.176. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.
    javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from tabssb09 - 10.50.7.176. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertReceived(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handle(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handleAlertMessages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
    at com.certicom.tls.record.ReadHandler.processRecord(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:71)
    at java.lang.Thread.run(Thread.java:662)
    Edited by: user11062519 on Jan 12, 2012 12:22 AM

Maybe you are looking for