Oem failed

$ emctl start iasconsole
TZ set to ROC
Oracle Enterprise Manager 10g Application Server Control 9.0.4.00
Copyright (c) 2002,2003 Oracle Corporation. All right reserved.
Starting Oracle 10g Application Server Control......
No response,checking logs for initialization activity.
waiting for response from console.......
No response,checking logs for initialization activity.
console startup failed.
who tell me why? think!

What happened, really?
I see that you did start a new thread (for this OEM issue), also, OEM is not working.
Message was edited by:
orafad

Similar Messages

  • Oracle 9i OEM fails using RMAN but RMAN Okay from DOS Prompt

    I am using Oracle 9i Enterprise on Windows NT 4 with dual 400 MHZ Pentiums with 1GB of ram. I am able to run RMAN from the DOS prompt and the backup file is created fine. When I run either by a job or by using the Backup wizard from the OEM, the job fails with a TNS:protocol adapter error from the target database.
    Error Message that I get is as follow:
    Recovery Manager: Release 9.0.1.1.1 - Production
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    RMAN> connect target jungle/gonzo@(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=ORACLE)(ARGV0=ORACLEDEV)
    (ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
    2> connect catalog RMAN/rman@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)
    (HOST=testhost.crane.navy.mil)(PORT=1521)))(CONNECT_DATA=(SID=TestOEM)(SERVER=DEDICATED)))
    3> @E:/oracle/ora90/work/706143955.21
    4> run{allocate channel c1 type disk;
    5> backup database format 'F:\OracleDumps\%u';
    6> release channel c1;
    7> }
    8> **end-of-file**
    9>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00579: the following error occurred at 06/21/2002 14:39:57
    RMAN-04005: error from target database: ORA-12560: TNS:protocol adapter error
    Recovery Manager complete.
    child process exited abnormally
    nms-915: The Job failed, error code=
    My TNSnames.ora contents are as follows:
    # TNSNAMES.ORA Network Configuration File: c:\oracle\ora90\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    Test.CRANE.NAVY.MIL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = testhost.crane.navy.mil)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = Test)
    TESTOEM.CRANE.NAVY.MIL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Testhost.crane.navy.mil)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TESTOEM)
    My Listener.ora file is as follows:
    # LISTENER.ORA Network Configuration File: c:\oracle\ora90\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 164.227.54.52)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = Test)
    (ORACLE_HOME = E:\oracle\ora90)
    (SID_NAME = Dev)
    (SID_DESC =
    (GLOBAL_DBNAME = TestOEM)
    (ORACLE_HOME = E:\oracle\ora90)
    (SID_NAME = DEVOEM)
    (SID_DESC =
    (PROGRAM = extproc)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\oracle\ora90)
    (SID_DESC =
    (GLOBAL_DBNAME = SQLSRV_testhost.crane.navy.mil)
    (PROGRAM = tg4msql)
    (SID_NAME = test1)
    (ORACLE_HOME = E:\oracle\ora90)
    I believe the problem is with the TNSNames file not having BEQ set up in it. I tried to set up using the Oracle Net Manager and could not find BEQ as an available protocol. Anyone know where to direct me to look in the documentation or can give me some help.
    I am a newbie on the Oracle DBA scene and any help would be appreciated. Just been trying to do this since January.

    Gordon,
    Considering that this is a military server I would not post the logon information and server address on a public forum such as this :)
    If you are getting the TNS error when submitting the job via OEM, then check that your local tnsnames.ora file on the OEM machine has the tnsnames alias to connect to the target database. When issuing RMAN backups via DOS on the target server you are using BEQ. However, when issuing commands via OEM, you will be using the tnsnames.ora file on the monitoring machine that you've installed OEM on. You will need the tnsnames alias for the RMAN catalog on the target server.
    try the following:
    set up a tnsnames alias for the target database on the OEM server
    open up DOS on the OEM server and type:
    rman target jungle/gonzo@<target_database> connect catalog RMAN/[email protected]
    Is the target database,catalog and OEM server all on different machines?

  • OEM fails installing Ora10G in Red Hat ES/AS 3

    During the install of Oracle Database 10G v.1.0.3, the last version, in Red Hat Linux ES/AS 3, it fails when installing the OEM, and in the log file the next error is write :
    v-2004 18:04:29 oracle.sysman.emcp.EMConfig checkParameters
    GRAVE: Failed to allocate port(s) in the specified range for the following process(es): JMS [5540-5559],RMI [5520-5539],Database Control [5500-5519],EM agent [1830-1849]
    Anybody can help ?
    Thanks in advanced.
    Regards

    Hello,
    I've got the same error with Fedora core 3
    Did you find an answer to your problem
    Franck
    SEVERE: Failed to allocate port(s) in the specified range for the following process(es): JMS [5540-5559],RMI [5520-5539],Database Control [5500-5519],EM agent [1830-1849]
    Could not complete the configuration. Refer to the log file for details

  • Registering LOAD job with OEM fails

    I tried to register a Mapping from a flat file to a table (SQL*Loader job) from OWB 9i (9.0.3) to OEM (9.2). This worked fine. However, the job failed to run because as the output states: the controlfile is not passed. And I can see that it is not among the job parameters.
    How can it be that the standard job registering process does not include that essential parameter?
    Is there a way to get a data load job properly defined in OEM?
    Why is this job scheduled as a TCL job and not as a LOAD job?
    thanks very much for any input!
    Lucas

    Lucas,
    Your first issue is regarding the control file not being passed. In order to fix that you have to specify the control file in the mapping configuration. Beware that this control file is being read through utl_file, i.e. you will have to set the utl_file_dir in the init parameters of your database to the correct directory in order for the database to be able to read it. Basically, the control file is being read in order to fill the audit tables with the correct data.
    Your second issue is regarding the type of job. As you may know OWB 'integrates' with Oracle Workflow (OWF) as well. The OWF solution also relies on the use of OEM for job execution. All of that is currently managed by Workflow Queue Listener. In order for Workflow Queue listener to be able to correctly handle the OEM jobs (defined as external functions in OWF) the job has to be defined as is. Besides, with the current way of registering the jobs all jobs (PL/SQL, ABAP or SQL Loader) are registered in the same way and directed by parameters.
    Hope this helps,
    Mark.

  • OEM fails to create Standby database

    Hi,
    I have been trying to create a standby database using the wizard in the OEM. However, it hangs when trying to create the directory structure and files on the standby server. Anybody know how it does this?
    Does anyone know why it isn't working on my system.
    I have watched for network traffic between the two systems and there doesn't appear to be any whilst it is supposedly creating the files
    Thanks

    Thanks sorry I hadn't checked for a while....
    Oracle Enterprise Manager 10g Database Control Release 10.1.0.3.0
    The standby database is on a remote server, can write to the remote server
    I tried both ASM and normal file allocations
    Trace Errors...Hmm, I just found lots relating to
    No username specified for WBEM fetchlet,
    Hopefully I fixed that now. Ah, no it's not.
    I also have another in emdctl.trc
    2005-07-13 21:53:46 Thread-1 WARN http: snmehl_connect: connect failed to (v20z2:1830): Connection refused (error = 146)
    Can't find out what this is, any idead? Could it be related?
    Other errors in emagent_perl.trc are old but some appear to relate to the clone operation.
    -: Fri Nov 4 10:25:08 2005: ERROR: db_clone.parseOutput(): ORA- ERROR! Exit! See output log.
    -: Fri Nov 4 10:25:08 2005: ERROR: db_clone.parseOutput(): ORA- ERROR! Exit! See output log.
    dgDatabases.pl: Thu Feb 9 01:18:02 2006: ERROR: dgutil.handleError()
    dgDatabases.pl: Thu Feb 9 01:18:02 2006: ERROR: SQL Error: ORA-12505: TNS:listener does not currently know of
    SID given in connect descriptor (DBD ERROR: OCIServerAttach)
    dgDatabases.pl: Sun Feb 12 11:40:04 2006: ERROR: dgutil.handleError()
    dgDatabases.pl: Sun Feb 12 11:40:04 2006: ERROR: SQL Error: ORA-12528: TNS:listener: all appropriate instances
    are blocking new connections (DBD ERROR: OCIServerAttach)
    dgDatabases.pl: Sun Feb 12 11:57:06 2006: ERROR: The Data Guard configuration must be enabled.
    dgDatabases.pl: Sun Feb 12 11:57:06 2006: ERROR: dgutil.handleError()
    dgDatabases.pl: Sun Feb 12 11:57:06 2006: ERROR: The Data Guard configuration must be enabled.
    I am working through the creation process manually on a test database. I don't want to trach my production database... I needed to bring it online earlier than planned and I hadn't solved the standby database problem at that time. Many other problems had been solved though!
    Thanks for the help

  • Mac Pro (early 08) Vista 64 Business OEM  Fails to finish installing

    I have this problem with the 64-bit Vista on my Mac Pro. I had no trouble installing 64 bit home basic on this same machine. Right now I am in the process of zeroing out all the data on my disk then attempting to reinstall.
    When I run the 64 bit installer cd everything goes fine with boot camp until the first restart.. when it starts back up it doesnt finish the installation like with home basic, instead it goes back to the install new vista/enter serial nonsense.
    It does create a windows partition full of files. I tried to boot into vista in safe mode. I just get an error that forces me to reboot saying I needed to finish my installation.
    My disk is not scratched.. I'm not sure the problem here.

    no, wireless is not working. I don't use it so it's not a big deal for me but I would certainly like to know how to fix it. You are right, it's probably a matter of drivers. I also run xp in bootcamp on the same computer and wireless works fine there. I mostly use xp because vista has a lot of glitches (this being one). One thing in favor of vista that I noticed is that it recognizes full 6GB of RAM. XP sees only 2GB which as I understand from posts on this forum is the best it can do.

  • Enabling security for  OEM Grid Control 11g fails

    Hi Experts,
    One of my Customer is referring the below command to secure OMS and it fails.
    emctl secure oms [-sysman_pwd <sysman password>] [-reg_pwd <registration password>] [-host <hostname>] [-slb_port <slb port>] [-slb_console_port <slb console port>] [-reset] [-console] [-lock] [-lock_console] [-secure_port <secure_port>] [-upload_http_port <upload_http_port>] [-root_dc <root_dc>] [-root_country <root_country>] [-root_email <root_email>] [-root_state <root_state>] [-root_loc <root_loc>] [-root_org <root_org>] [-root_unit <root_unit>] [-wallet <wallet_loc> -trust_certs_loc <certs_loc>] [-wallet_pwd <pwd>] [-key_strength <strength>] [-cert_validity <validity>] [-protocol <protocol>]
    The error message as below.
    Securing OMS... Started.
    <May 31, 2011 4:40:31 PM CEST> <Warning> <Security> <BEA-090504> <Certificate chain received from <hostname of the actual node running OEM> - <IP of the hostname of the actual node running OEM> failed hostname verification check. Certificate contained <SLB hostname> but check expected <hostname of the actual node running OEM>
    Securing OMS... Failed
    The brief background of the wallet creation is as below.
    The actual certificate and CSR is created using openssl with a config file openssl-oemgc.cnf. This is according to customer organization's policy and how the production signed certificates have to be requested. The CN is indeed <SLB hostname>. The used syntax was:
    openssl req -new -keyout <SLB hostname>.key -out <SLB hostname>.csr -config openssl-oemgc.cnf
    The config file content can be referred in the service request.
    Following the guide on
    http://download.oracle.com/docs/cd/E21764_01/web.1111/e13749/utils.htm#ADMRF151
    the certificates were imported into a java keystore 'identity.jks'. And the certificate chain was imported in a java keystore 'trust.jks'.
    With these customer has followed note 1278609.1 to configure these keystores in WLS. The certificates show up fine without errors in the browser when opening the WLS console.
    Then according to notes 1116717.1 customer has created an Oracle wallet. Then he copied that wallet to an old 10g oracle application server and opened the wallet with 'owm' and saved it. Then he has copied the wallet to the new Oem Grid Control and opened it with'owm' (this now succeeds) and saved it with SSO. This is the wallet that customer is using while trying to secure the OMS.
    Service Request: 3-3731274961
    Any input is highly appreciated.
    Thanks
    Prakash
    Edited by: user13542511 on Jul 6, 2011 8:09 AM

    Hello Experts,
    Could you please help me on this issue.
    Thanks
    Prakash

  • Host user credential fails in 10g OEM

    Using Windows Server 2003 and Oracle 10g:
    I have a client who is unable to set the host user credentials in OEM (fails when testing credentials with “Connection to host as user failed”) using a local administrative account (also the account used to install Oracle). We have been through the forums and made sure that:
    1. The local user is both an administrator and a member of the ora_dba group.
    2. Both the ora_dba user group and local administrative user have been explicitly granted the following privileges:
    a. log on as a batch job
    b. log on as a service
    c. act as part of the operating system
    d. allow log on locally
    e. adjust memory quotas for a process
    f. replace a process level token
    3. We have also verified that this user and group have not explicitly been denied the log on privileges in:
    a. deny log on as a batch job
    b. deny log on as a service
    4. Additionally, we have also tried setting the console service to run as the local user we want to set as the host user credentials (originally set to run as the local system account).
    I have been unable to verify yet that the user or the admin or ora_dba groups have been granted privileges under the create global object policy, but I have only found one post in the forums suggesting this and am unclear if this is a requirement or not.
    I have also seen it recommended to input the host user name as <domain_name>.<name_of_computer>\<user_name>. However, I saw one post that recommended this only if the server was also running AD. I have never installed on the same server as AD and I normally only need to define my host credentials as <domain>\<user>, so I am assuming that this is the case. I'm I correct here?
    I have never had a problem setting these credentials on Windows Server 2008 with Oracle at 11g using the common suggestions listed above, on the forums, and in the installation guide. Any ideas where I can look next or what I have missed? Are there any other policies that might be being pushed to this server that I should look for? Thanks.

    AilD, Thanks. That's pretty much where we started other than our user was a local user rather than a domain user. From what I understand, the formatting of the user name really shouldn't matter, unless you have a domain user you wish to use that happens to have the same name as a local user, where Oracle will assume that you are referencing the local user if you fail to include the domain. No big deal for us since we are using a local user, there shouldn't be any issues with using just the user name to identify the user. Perhaps I am focusing too much on the way the user is identified in OEM.
    Does anyone have experience configuring Oracle in abnormally secure environments? In this case, the onsite DBA is segregated from IT and unsure of what policies are being pushed to his servers. Perhaps there are other polices I haven't already listed that may be causing havoc in setting the host user credentials?

  • 8.1.7 Intelligent Agent on Redhat Linux 6.2

    Hello,
    Can anyone help?
    My OEM fails to discover a Redhat Linux node but I can manually configure it (so the node address must be OK). When I check that the agent is running (lsnrctl dbsnmp_agent) it says that the db subagent is already running. If there is something obvious, I've probably missed it because I'm relatively new to both Oracle and Linux/Unix. Any clues, please?

    I found this reply on Oracle Metalink and it worked for me (looks like agent on Linux for some reason does not use default ports:
    On IA nodes, edit the snmp_rw.ora file and add the following lines :
    DBSNMP.ADDRESS = (ADDRESS=(PROTOCOL=tcp)(HOST=<ip-address>)(PORT=1748))
    DBSNMP.SPAWNADDRESS = (ADDRESS=(PROTOCOL=tcp)(HOST=<ip-address>)(PORT=
    1754))
    where <ip-address> is the IP-Address of the node to be discovered.
    Note: ports 1748/1754 must be open for the OMS to communicate with the Agent.
    The OMS starts communication on ports 1748 and 1754 to get the discovery
    information from the Intelligent Agent.
    The ports 1748 and 1754 are dedicated for the Intelligent Agent, and should
    not be used by any other program.
    Ports used by the Intelligent Agent:
    ++++++++++++++++++++++++++
    During the discovery phase, the Communication Daemon OMS
    will contact the Intelligent Agent via the ports 1748 and 1754 and retrieve
    the discovery information.
    Port 1748 is used for the basic communication, while the port 1754 is
    used for file transfer. The communication is always initiated from the
    Communication Daemon or OMS towards the Intelligent Agent.
    The ports are hardcoded in the Intelligent Agent and should not be altered
    in any way. The ports are referenced in the snmp_rw.ora file as:
    dbsnmp.address=(address=(protocol=tcp)(host=somehostname)(port=1748))
    dbsnmp.spawnaddress=(address=(protocol=tcp)(host=somehostname)(port=1754))
    The meaning of the dbsnmp.address and dbsnmp.spawnaddress are solely to
    determine the resolution path for the Enterprise Manager framework to get
    in touch with the Intelligent Agent, and should not be used to specify
    other ports.

  • Error Oracle Enterprise Manager

    Hi Friends...
    OS: Windows XP
    Oracle Version: 10g Release 2 v.10.2.0.2.0
    when i connect to enterprise manager and logging in it gives me so an error:
    Error:
    java.lang.Exception: Exception in sending Request :: null
    and i click to Administration then trying to logging in it shows me another error:
    Database Error
    Io exception: Unknown host specified

    user9004266 wrote:
    Hi Friends...
    OS: Windows XP
    Oracle Version: 10g Release 2 v.10.2.0.2.0
    when i connect to enterprise manager and logging in it gives me so an error:
    Error:
    java.lang.Exception: Exception in sending Request :: null
    and i click to Administration then trying to logging in it shows me another error:
    Database Error
    Io exception: Unknown host specified
    Read the following MOS
    OEM fails with : java.lang.Exception:Exception in sending Request null [ID 804025.1]
    My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

  • HT2801 i cannot get my macbook to see my new usb superdrive?

    I cannot get my macbook to see my new apple
    usb superdrive

    The newest version Apple USB SuperDrive is restricted in usefulness
    to those computer models that did not ship with internal optical drives.
    Is your situation similar to one cited here(?)
    •USB SuperDrive not working as a secondary optical drive...
    https://discussions.apple.com/message/20797883#20797883
    While it has been said the firmware is such to disallow use of these
    Apple USB superdrives w/ Mac computers an internal optical drive.
    The iFixit.com site had a suggestion about that, so it may not be
    totally true. However any changes to the USB SuperDrive may void
    a warranty if you mess it up, or tamper with its design...
    •Apple USB SuperDrive  Repair - iFixit.com:
    http://www.ifixit.com/Device/Apple_USB_SuperDrive
    ...note second answer in first question, affirmative
    and the situation is conditional. It may not work
    this idea uses Terminal to change how its seen...
    A better answer is to get another brand that works as a superdrive
    for Macs and can also read/write media, boot system discs, and
    more than a few are good too, if you travel and need to change
    the region code to watch DVDs. Less costly, more disposable.
    Third party models work as external optical drive when OEM failed.
    LG, LaCie, & other USB external superdrives had been said to work.
    PS: you could also consider the iFixit page on repairing the original
    internal optical drive of your MacBook, or OWC may have video as
    well as replacement parts, and so on.
    So there are a few possible answers.
    Perhaps more than one may work.
    Good luck & happy computing!
    edited

  • Intelligent Agent doesn't recognise database

    I've got a database under ORA 8.1.7. The Net8 Manager was replaced by Net Manager when I installed the version 9i migration assistent. So the listener is configured by this newer version. I copied the listener.ora file in the correct Oracle Home directory but still the intelligent agent refuses to recognise the database. OEM fails to show the database in return and thus I'm not able to backup the DB, e.g.
    Thanks for your help,
    Claus.

    Problem solved by uninstalling Oracle completely (why doesn't it remove itself from the registry?) and installing it again.
    Now I've got another problem. See new thread.
    Claus.

  • OEM Report Generation Failed

    Hi Guys,
    I have been trying to set up ORM Reporting, I have changed the REPORTS_USER password, I have run the "oemctl configure rws" script and I have stopped and started the HTTP server. However when I log on to http://server.name.com:3339/ and try to access the reports it comes up with this error:
    "Generation of the report failed because a connection could not be made to the Oracle Management Server oem.hazpower.com. Ensure that the Oracle Management Server is running and that the webserver has been appropriately configured for Enterprise Manager Reporting."
    I can't find out where the problem sits, are there any logs etc that I can look at???
    Thanks,
    Craig

    Hey..
    I found the fix, if anyone else has the same issues you can find it on Metalink under
    Note:202533.1 Cannot View Reports After Configuring The OEM Report Webserver
    Cause: ===== The JSERV.PROPERIES file contains two LD_LIBRARY_PATH entries. One of which is incorrect and pointing to non 32bit environment. Fix: === Navigate to the LD_LIBRARY_PATH in the $ORACLE_HOME/Apache/Jserv/etc/jserv.properties file and correct the entry. Restart Apache and access the Reports.
    Cheers,
    Craig

  • Install OEM 12c fails on "start oracle management service". win2008

    Windows Server 2008 R2 Enterprise SP1 x64
    Oracle Database 11g release 11.2.0.3.0
    I install OEM 12c(12.1.0.3) following this manual: Installing Enterprise Manager System
    before start i've installed WebLogic Server 10.3.6 and aplied 2 patches specified in this manual
    installation type is advanced, small, so i have created database from the appropriate template
    i also installed cygwin and started ssh-service
    the installation of OEM process fails on 73% "start oracle management service" with this message:
    INFO: oracle.sysman.top.oms:Starting OMS ...
    INFO: oracle.sysman.top.oms:Executing command: cmd /c set NEED_EXIT_CODE=1&&C:\Oracle\Middleware\oms\bin\emctl.bat start oms
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager Cloud Control 12c Release 3 
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.oms:Windows service OracleManagementServer_EMGC_OMS1_1 failed to be started
    INFO: oracle.sysman.top.oms:Oracle Management Server is Down
    INFO: oracle.sysman.top.oms:Please check C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log for error details
    SEVERE: oracle.sysman.top.oms:Starting of OMS failed.
    in C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log i got this:
    2013-09-06 12:24:27,012 [main] ERROR commands.BaseCommand logAndPrint.620 - Oracle Management Server Could Not Be Started
    Check EM Server log file for details: C:\Oracle\gc_inst\user_projects\domains\GCDomain\servers\EMGC_OMS1\logs\EMGC_OMS1.out
    2013-09-06 12:24:27,012 [main] INFO  commands.StartCommand startOMS.337 - startOMS finished with result: 1
    2013-09-06 12:24:30,974 [main] INFO  commands.StartCommand startOMS.371 - net start return code is 2
    2013-09-06 12:24:30,974 [main] ERROR commands.BaseCommand logAndPrint.620 - Windows service OracleManagementServer_EMGC_OMS1_1 failed to be started
    2013-09-06 12:24:34,094 [main] INFO  commands.BaseCommand printMessage.404 - statusOMS finished with result: 8
    2013-09-06 12:24:34,094 [main] ERROR commands.BaseCommand logAndPrint.620 - Please check C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log for error details
    and in C:\Oracle\gc_inst\user_projects\domains\GCDomain\servers\EMGC_OMS1\logs\EMGC_OMS1.out this:
    <06.09.2013 12:24:01 ICT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.25-b01 from Oracle Corporation>
    <06.09.2013 12:24:01 ICT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13349651 Thu May 24 10:18:28 IST 2012
    WebLogic Server Temporary Patch for BUG14482558 Fri Jan 11 11:20:16 IST 2013
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <06.09.2013 12:24:03 ICT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:Error: Failed to get value from Standard Input
    Enter password to boot WebLogic server:
    <06.09.2013 12:24:04 ICT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Booting as admin server, but servername, EMGC_OMS1, does not match the admin server name, EMGC_ADMINSERVER
         at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:67)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java: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)
    >
    <06.09.2013 12:24:04 ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    wlst:
    wls:/offline>
    what I did wrong? how to start WLS server?

    Hi,
    First of all with EM 12.1.0.x any version you are not required to install wls separately, we have single installer for em and wls. Is there any specific reason you installer wls separately?
    Coming back to your issue: can you check
    %OMS_HOME%\BIN>emctl istart oms completes successfully.
    %OMS_HOME%\BIN>emctl istop oms completes successfully.
    Also open an SR with Oracle support and share the number. We should debug such issue through SR so that we can share logs and come find a root cause.

  • Configuration Assistant failed during OEM 10g Grid control installation

    Hi i got an error while installing OEM 10g Grid control 10.2.0.2.1 on Windows 2008 32bit server.
    Installation of OEM 10g was successfull but during configuration im getting an error "ORA-12560: TNS: protocol adaptor error". hence configuration assistant get failed to create emrep database. i stopped the TNSListener service and started db creation using DBCA again i got the same error. please find the below logs from db10g/cfgtoollogs/cfgfw
    INFO: oracle.assistants.dbca:About to execute plug-in Oracle Database Configuration Assistant
    INFO: oracle.assistants.dbca:The plug-in Oracle Database Configuration Assistant is running
    INFO: oracle.assistants.dbca:Launching CmdExec
    INFO: oracle.assistants.dbca:ExitCode=1
    INFO: oracle.assistants.dbca:The plug-in Oracle Database Configuration Assistant executed as attached=true in separate process with exitcode=1
    INFO: oracle.assistants.dbca:The plug-in Oracle Database Configuration Assistant has failed its perform method
    Note: i got one more error during installation which is "Failed to initialize OCR" and "OS error in starting service OracleCSService"
    INFO: Calling Action ntServicesActions10.2.0.3.0 ntStartService
         selectedNodes = null
         serviceName = OracleCSService
    INFO: Exception thrown from action: ntStartService
    Exception Name: StartIndeterminate_OS_ErrorException
    Exception String: OS error in starting service OracleCSService
    Exception Severity: 0
    please provide me the solution.

    [http://download.oracle.com/docs/cd/B16240_01/doc/install.102/e10953/toc.htm]
    [Enterprise Manager Grid Control Installation and Basic Configuration|http://download-uk.oracle.com/docs/html/B12012_03/toc.htm]
    http://blogs.oracle.com/AlejandroVargas/gems/GridControl10gR2Install.pdf
    HTH
    Anantha

Maybe you are looking for

  • Sys_open problem

    Hi Everybody, i'm using solaris 7 with 64 bit kernel, and i'm trying to intercept some system calls, so i wrote a kernel module that replaces the sys_open call as a test, it compiles and loads ok and i can see it initializes using some cmn_err prints

  • Calendar Colours

    After months of frustration with the well known problem of the iPod Touch changing the colours of iCal calendars when syncing all is fixed! This seems to have followed from the latest iTunes update. All calendars are now perfectly colour synced with

  • Importing XML

    My company manages information in a large xml system, but needs to output RoboHelp files. I read that RoboHelp7 supports xml, but the posts I've read in the Forum seem more concerned with outputting xml, not importing it. Can I import some form of xm

  • 6 dropped calls in 45 minutes conversation

    Yesterday going and coming form work (in New York- Staten island to Brooklyn )I had 6 dropped calls in 45 minutes conversation, that never happen to my iphone before, well occasionally I did get some dropped calls, but not as much as yesterday. It wa

  • Heterogeneous clustering with WinNT and Solaris machines.

              Hi All,           I've deployed my applications on two WinNT machines which are running in cluster with iWS41. as proxy           server. The shared directory for this clustering is residing on one of these NT machine. I want to put one mor