Opmn services doesn't start on Apps tier

Hi All,
We have issue in starting apps tier services via adstrtal.sh. It doesn't start anything other than listener and rest all opmn process timed out.
In the server I can see only
"opmn -a -q ping"
and
sh <path>/opmnct
sh <path>/adapcctl.sh
etc, but it doesn't start anything and even doesn't reach the stage where it writes in log file. No actually no log present. Its a new server and clone went well, no issues faced. But not sure what is the issue here and why it is not starting anything. I increased the time out value from 600 to 1800 in opmn.xml file for all components but no help. It keep on waiting and time out.
Server side I did check ping localhost DNS entries in /etc/resolv.conf. But everything works well.
Any clue ?

Sundeep,
Please mention your application release along with the database version and OS.
Was this working before? If yes, any changes have been done recently?
Can you find any details about the error in the opmnctl.sh script log file?
Please run AutoConfig and make sure it completes successfully.
Thanks,
Hussein

Similar Messages

  • Start/stop apps tier and database tier

    Hi,
    Could anybody told me why is necessary the database be up in order to start the apps tier ? How could I be sure that when the command (in a script) start the apps tier, the command which start the database is accomplished ?
    Thanks,
    Paul

    It depends on your hardware configuration as well as the database size.
    The best thing to do is to practice it yourself. See how long does it take for your database to start and based on that set the time interval before starting your application services. You may also use the DB script to trigger the application script so once the DB is up your application will start up.
    In Linux, You can use either "wait command" OR "sleep command". Please refer to the following links for more details about 'Job Control Commands':
    http://www.linux.com/guides/abs-guide/x6689.shtml
    http://enterprise.linux.com/article.pl?sid=05/03/25/1216215&tid=89

  • DBConsole Service doesn't start after Install OAS F&R-Services Win 10g

    Windows DBConsole Service doesn't start after Install OAS F&R-Services
    Hello,
    we have installed:
    WINDOWS Server 2003 with SP 2
    Oracle 10.2.0.1
    OAS F&R Services 10.1.2.0.2
    after Install DBR2 EM / DBConsole did work
    after Install OAS F&R-Service
    the windows-service for DBConsole
    doesn't start, return with an Error Code 2
    see below
    the file named emdbconsole.nohup from output log
    is not to find
    the ias_console does work fine
    OAS F_R-Services do work too
    whats may be wrong ?
    regards
    Norbert
    OracleDBConsoleorclsrvc.log :
    EMDROOT=D:\oracle\product\10.2.0\db_1
    ORACLE_HOME=D:\oracle\product\10.2.0\db_1
    EMDSTATE=D:\oracle\product\10.2.0\db_1\kfin_orcl
    CONSOLE_CFG=dbconsole
    TRACE_LEVEL=16
    TIMEOUT=15
    12/14/09 13:13:08 Start pending...
    12/14/09 13:13:08 Verifying dbconsole is not started already. Command line "D:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
    12/14/09 13:13:09 dbconsole launch commandline is "D:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
    12/14/09 13:13:09 Tracking process launch...
    12/14/09 13:13:39 dbconsole exited with retCode 2.
    12/14/09 13:13:39 Check D:\oracle\product\10.2.0\db_1\kfin_orcl\sysman\log\emdbconsole.nohup for details
    Edited by: astramare on Dec 15, 2009 8:43 AM

    Hi,
    1. Stop the DBConsole. (set ORACLE_SID first & ORACLE_HOME)
    cd %ORACLE_HOME%\bin
    emctl stop dbconsole
    2. Update the <ORACLE_HOME>/<hostname_sid>/sysman/config/emd.properties file.
    Change line from:
    tracelevel.main=WARN
    To
    tracelevel.main=DEBUG
    Decomment this line, so that the line becomes :
    EMAGENT_PERL_TRACE_LEVEL=DEBUG
    3. Update the <ORACLE__HOME>/<hostname_sid>/sysman/config/emomslogging.properties
    Change line from:
    log4j.rootCategory=WARN, emlogAppender, emtrcAppender
    To
    log4j.rootCategory=DEBUG, emlogAppender, emtrcAppender
    4. Remove/backup all log files from ORACLE_HOME/<hostname_sid>/sysman/log
    5. Start the dbconsole and upload the output of each command
    - start the dbconsole: "emctl start dbconsole"
    - issue "emctl clearstate"
    - status the dbconsole: "emctl status dbconsole"
    - check the status of the agent until it comes up: "emctl status agent"
    - force an upload: emctl upload
    6. Check If you are able to view the dbconsole Page & login
    check below logs may be you can see the close error messages to solve the issue.
    <ORACLE_HOME>/<hostname_sid>/sysman/log directory
    <ORACLE_HOME>/<hostname_sid>/sysman/config/emoms.properties
    Otherwise re-create the DBconsole using the metalink doc 278100.1 : How To Drop, Create And Recreate DB Control In A 10g Database. (Please check the steps from Recreate/ReConfig DB Control, if you want to re-create)
    Thanks.

  • SUP 2.0 Why the sybase Messageing Service doesn't start?

    Hellow experts,
    SUP 2.0 Why the sybase Messageing Service doesn't start?
    When I start the service, it starts and ends indicating "if they are not in use by other services or programs; it will end automatically"
    What should I do for this?
    Thanks
    Prabakar

    sometimes you only have to restart your pc. STOP SUP SERVICE ( AS ADMINISTRATOR ) and START SERVICE ( AS ADMINISTRATOR AGAIN ) ...
    That happens to me very often!

  • FIM Synchronization Service doesn't start

    Hi,
    Recently we have migreated FIM database from the local SQL server to an SQL 2012 Cluster. I used the following guide to configure DB related settings. Things worked fine.
    http://social.technet.microsoft.com/wiki/contents/articles/5465.fimilm-how-to-move-the-backend-sql-server-synchronization-service-database.aspx
    However after I uninstalled local SQL and rebooted the server FIM service doesn't start. The error message is:
    The Forefront Identity Manager Sychronization Service depends the following service: MSSQLSERVER. This service might not be installed. (Event ID 7003).
    How to fix this problem?
    Thank you for your help.

    I assume that you have uninstalled MS SQL Server, right? If so, please try the following:
    Remove MSSQLServer from the DependOnService Value Name, a REG_MULTI_SZ data type
    at HKLM\System\CurrentControlSet\Services\<ServiceKey>
    Run as admin - it would remove dependency from FIMSynchronizationService.
    Keep trying If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.

  • Opmn service does not start when try to start Oracle BI Services

    Hi ,
    I was able to install OBIEE 11g on my laptop and it worked fine for two days. Today when I try to login to rpd and type my user name and password I get the error that my user name and password is not correct. I tried to restart the machine and now I am not able to start opmn service.
    When I do Start>Oracle Business Intelligence (1)>Start BI Services, the script run and two command line windows open and about 10 minutes later get the last line that server started in RUNNING mode, but some how Oracle Process Manager (instance) service does not start. It started two days ago when I was able to login to OBIEE 11g.
    If I try to go to OBIEE 11g Home page I get this error "Error 500- Internal server error from RFC 2068 Hypertext Transfer Protocol- HTTP/1.1: 10.5.1 500 Internal server error
    Any Idea how to fix this one.
    Thanks

    Maybe you need to tick the "use fully qualified names" check box and make sure that you have the schema object created (as a "folder" between the database and the tables in the physical layer).

  • Report service doesn't start after installing 9iAS

    Forms are fine after installing 9iAS, but report server doesn't
    start, and is not listed in Control Panel, Services.
    If I try start it as RWMTS60.exe -install oracledev2 tcpip I got
    the error "Please consult the installation guides for how to set
    up and run this program", if I start it as RWMTS60.exe -listen
    oracledev2 I got the error "Rep 0001:Unable to find the report
    builder message file. Please verify your installation". Attempt
    to run any Reports product (Runtime, for instance) causes
    Dr.Watson on RWRUN60.exe. The registry parameter RW60 points to
    the ORACLE_HOME/report60 for the Reports Server that is failing.
    What do I do to start Reports ?
    Thank you,
    Kate

    Hi,
    1. Stop the DBConsole. (set ORACLE_SID first & ORACLE_HOME)
    cd %ORACLE_HOME%\bin
    emctl stop dbconsole
    2. Update the <ORACLE_HOME>/<hostname_sid>/sysman/config/emd.properties file.
    Change line from:
    tracelevel.main=WARN
    To
    tracelevel.main=DEBUG
    Decomment this line, so that the line becomes :
    EMAGENT_PERL_TRACE_LEVEL=DEBUG
    3. Update the <ORACLE__HOME>/<hostname_sid>/sysman/config/emomslogging.properties
    Change line from:
    log4j.rootCategory=WARN, emlogAppender, emtrcAppender
    To
    log4j.rootCategory=DEBUG, emlogAppender, emtrcAppender
    4. Remove/backup all log files from ORACLE_HOME/<hostname_sid>/sysman/log
    5. Start the dbconsole and upload the output of each command
    - start the dbconsole: "emctl start dbconsole"
    - issue "emctl clearstate"
    - status the dbconsole: "emctl status dbconsole"
    - check the status of the agent until it comes up: "emctl status agent"
    - force an upload: emctl upload
    6. Check If you are able to view the dbconsole Page & login
    check below logs may be you can see the close error messages to solve the issue.
    <ORACLE_HOME>/<hostname_sid>/sysman/log directory
    <ORACLE_HOME>/<hostname_sid>/sysman/config/emoms.properties
    Otherwise re-create the DBconsole using the metalink doc 278100.1 : How To Drop, Create And Recreate DB Control In A 10g Database. (Please check the steps from Recreate/ReConfig DB Control, if you want to re-create)
    Thanks.

  • Why RAC services doesn't start automatically?

    Hi All,
    I have 2-node 10gR2 RAC installed on RHEL4. Whenever i restart the server, the services related to RAC are not starting automatically except VIP related services. Manually i have to start the services using crs_stop and crs_start commands. then, everything will be fine and working. There was no problems or error occurred while installation.
    Whenever i restart my node VIP addresses which are in DNS takes about 10-15 mins to resolve, means to show up in ifconfig -a output. Is this related to service not starting automatically?
    Can anybody tell me what might be the problem?
    Thanks,
    Praveen.

    when a failure occurs, the cluster will put things back to the state they were in at the time of failure. So if your database is running and the node crashes or is rebooted, then the services should start because the target state is ONLINE. If you do a srvctl stop database, then this is a assumed a planned shutdown so we stop the database and the services (dependent resource as Erik says). If after you have successfully stopped the database, the target state of the service is OFFLINE. If you reboot at this point, then the database and service should not start.
    All databases should work the same if they were created the same. There is not enough information in your post to know why they did not start. If it continues to be a problem, contact Oracle Support and they can help figure out the differences.

  • Windows service doesn't start at boot

    When our Xserve starts up, the Windows service does not start.
    I've got SMBSERVER=-YES- in /etc/hostconfig.
    Once the xserve is running, clicking on the Start Service button for Windows in Server Admin starts the service with no problems. Once it's running, it's fine. The server has no other problems that I'm aware of.
    Any suggestions would be greatly appreciated.
    Xserve   Mac OS X (10.4.6)  

    I have exactly the same problem. Did you ever find a solution?

  • Contacts and Calendar Services doesn't start

    After upgrading from Lion Server to Mavericks all seem to works except Contacts and Calendar. I can not start both services from the Server.app and neither from the Terminal.
    servidor:~ admin$ sudo serveradmin start calendar
    calendar:readWriteSettingsVersion = 1
    calendar:setStateVersion = 1
    calendar:state = "STOPPED"
    calendar:contactsState = "STOPPED"
    calendar:calendarState = "STOPPED"
    servidor:~ admin$ sudo serveradmin start contacts
    contacts:error = "CANNOT_LOAD_BUNDLE_ERR"
    servidor:~ admin$
    This are the logs
    19/07/14 07:09:37,134 com.apple.launchd[1]: (org.calendarserver.calendarserver[34005]) Exited with code: 1
    error.log:
    Reading configuration from file: /Applications/Server.app/Contents/ServerRoot/private/etc/caldavd/caldavd-apple. plist
    Neither EnableCalDAV nor EnableCardDAV are set to True.
    migration.log
    2014-07-18 23:20:14+0100 received postgres stdout '2014-07-18 23:20:14 XPG.8756:  Executing pg_ctl [\'/Applications/Server.app/Contents/ServerRoot/usr/bin/pg_ctl\', \'-p\', \'/Applications/Server.app/Contents/ServerRoot/usr/bin/xpostgres\', \'start\', \'-l\', \'/var/log/caldavd/xpg_ctl.log\', \'-w\', \'-o\', "-c listen_addresses=\'\' -k \'/var/run/caldavd/PostgresSocket\' -c shared_buffers=75 -c max_connections=50 -c standard_conforming_strings=on -c unix_socket_permissions=0770 -c log_lock_waits=TRUE -c deadlock_timeout=10 -c log_line_prefix=\'%m [%p] \' -c logging_collector=on -c log_truncate_on_rotation=on -c log_directory=/var/log/caldavd/postgresql -c log_filename=postgresql_%w.log -c log_rotation_age=1440"]\n2014-07-18 23:20:14 XPG.8756:  Spawning... [\'/Applications/Server.app/Contents/ServerRoot/usr/bin/pg_ctl\', \'-p\', \'/Applications/Server.app/Contents/ServerRoot/usr/bin/xpostgres\', \'start\', \'-l\', \'/var/log/caldavd/xpg_ctl.log\', \'-w\', \'-o\', "-c listen_addresses=\'\' -k \'/var/run/caldavd/PostgresSocket\' -c shared_buffers=75 -c max_connections=50 -c standard_conforming_strings=on -c unix_socket_permissions=0770 -c log_lock_waits=TRUE -c deadlock_timeout=10 -c log_line_prefix=\'%m [%p] \' -c logging_collector=on -c log_truncate_on_rotation=on -c log_directory=/var/log/caldavd/postgresql -c log_filename=postgresql_%w.log -c log_rotation_age=1440"]\n'
    servermgr_calendar.log
    [cal] 19/07/14 07:40:21 GMT+2 :     EnableCalDAV = 0
    [cal] 19/07/14 07:40:21 GMT+2 :           CalDAV = {
    Someone may help me?. Do you need more logs?

    Back up all files.
    Quit the Server application and drag it to the Trash, but don't empty. You'll be prompted to confirm that you want to stop all services. You won't lose any server data.
    Put the app back where it was and launch it. Test.

  • [SOLVED] Opendias service doesn't start

    Hello,
    I've just installed the package opendias built from the AUR. But I'm facing 2 problems:
    1) I cannot start the service using systemctl. The binary starts fine by running it directly.
    2) I also have issues finding the scanner that works properly using SANE.
    My user was added to the opendias group. Any idea on how to solve this? Thank you in advance.
    [paulo@SonyVaio ~]$ systemctl status opendias.service -l
    ● opendias.service - OpenDIAS (Document Imaging Archive System)
    Loaded: loaded (/usr/lib/systemd/system/opendias.service; enabled)
    Active: failed (Result: start-limit) since Sáb 2014-05-10 23:24:05 WEST; 1min 32s ago
    Process: 3005 ExecStart=/usr/bin/opendias (code=exited, status=1/FAILURE)
    Mai 10 23:24:05 SonyVaio systemd[1]: Failed to start OpenDIAS (Document Imaging Archive System).
    Mai 10 23:24:05 SonyVaio systemd[1]: Unit opendias.service entered failed state.
    Mai 10 23:24:05 SonyVaio systemd[1]: opendias.service holdoff time over, scheduling restart.
    Mai 10 23:24:05 SonyVaio systemd[1]: Stopping OpenDIAS (Document Imaging Archive System)...
    Mai 10 23:24:05 SonyVaio systemd[1]: Starting OpenDIAS (Document Imaging Archive System)...
    Mai 10 23:24:05 SonyVaio systemd[1]: opendias.service start request repeated too quickly, refusing to start.
    Mai 10 23:24:05 SonyVaio systemd[1]: Failed to start OpenDIAS (Document Imaging Archive System).
    Mai 10 23:24:05 SonyVaio systemd[1]: Unit opendias.service entered failed state.
    [paulo@SonyVaio ~]$ whereis opendias
    opendias: /usr/bin/opendias /usr/lib/opendias /etc/opendias /usr/etc/opendias /usr/share/opendias
    Last edited by BullGates (2014-05-11 00:11:19)

    Update: service start solved. the database and the log files were set as root, after fixing it to the user opendias it works fine.
    Regarding 2) when I use scanimage -L, the output is:
    [paulo@SonyVaio ~]$ scanimage -L
    device `epkowa:net:192.168.1.67:1865' is a Epson Stylus NX330/SX430W/TX430W/ME OFFICE 570W Series flatbed scanner
    but if I issue a command sane-find-scanner it doesn't seem to find the scanner. Seems like a problem from opendias

  • Communication services doesn't starts

    Hi to all,
    I've got a MacBook and I have just upgraded it from Snow Leopard to Lion.
    Now, often, it's impossible to access to network services (Wi-Fi, TCP/IP), bluetooth,...
    In the bar at the top of the screen, after login, doesn't apper any icon relevant to bluetooth, netwotk (wi-fi and wired), battery status, time and so on. Onòly the Finder menu appears.
    But one time every a dozen of restarts all it's ok. But if I shutdown the system I don't know if the next time it starts normally.
    Why this? What can i do?
    I urgent for communications with internet. Now I'm using another computer.
    Help me, please

    In the new account it did work. I did a new restart and now it worked in the old account too. For some reason I had to do several restart. Anyway it behaves as it should now,
    Many thanks, baltwo!

  • [ Solved (?) ] CUPS error - service doesn't start

    I've posted this here, because it is a print server problem.
    I've installed cups as usual on a machine (Yes, as in the wiki).
    The packages installed were: cups gsfonts ghostscript and hplip (for a HP printer ).
    If I do /etc/rc.d/cupsd start ( or anything else ) to launch the cupsd service,
    it tells me that cupsd has failed to start ( child exited with status 4 ).
    Nothing in the logs.
    Somebody has an idea, what could this mean?
    Last edited by scar (2012-03-23 08:08:50)

    Well, I've checked a working cups install, and when I set LogLevel in cupsd.conf to debug, I get this ( normal ) messages:
    I [09/Mar/2012:22:18:04 +0100] Full reload complete.
    D [09/Mar/2012:22:18:04 +0100] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
    I [09/Mar/2012:22:18:04 +0100] Cleaning out old files in "/var/spool/cups/tmp"...
    D [09/Mar/2012:22:18:04 +0100] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
    I [09/Mar/2012:22:18:04 +0100] Cleaning out old files in "/var/cache/cups"...
    ( this far I get them on the "failing" machine too)
    but the below lines appear only on a working install, not on the machine that fails to start:
    I [09/Mar/2012:22:18:04 +0100] Listening to 0.0.0.0:631 on fd 8...
    I [09/Mar/2012:22:18:04 +0100] Listening to [v1.::]:631 on fd 9...
    I [09/Mar/2012:22:18:04 +0100] Listening to /var/run/cups/cups.sock:631 on fd 10...

  • Urgent please - Reports services doesn't start

    Hi,
    I have installed reports server using the command
    rwserver -install repserv.
    Service is created and when I try to start the service, I get an error msg.
    Error 1053: The service couldn't respond to the start or control request in timely fashion.
    This is very urgent requirement for me. Could any one help? Thanks,
    Lakshmi

    1) Try this
    Verify the Reports 9i Service properties and check the "Log On as" information. Be sure to specify on "This account" the user information with which the installation was made.
    For Windows/2000:
    - Start-> Settings-> Control Panel-> Administrative Tools-> Services
    - Double click on the Reports Server
    - Go to "Log On" tab
    - Change on the "Log On As" section to "This account" and enter the userid/password of the
    user that installed Reports Server
    - Ensure that the user account where the Reports Server is installed has administrator privileges
    and a default printer.
    - Restart the Reports Server as the new user.
    (For WinNT steps will be similar)
    2) Workaround till your issue is solved is ....
    Start report server as a standalone server
    rwserver server=server_name
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • Resetting launch services doesn't stop multiple apps in 'open with'

    Well, I followed Dr. Smoke's advice on Resetting Launch Services but it made no difference. I still have the same multiple copies of a single application appearing in the Open With menu for a given document. What happens when what should work doesn't?

    You could try Mark Douma's Applescript for using lsregister to rebuild the LaunchServices. I put a copy up here:
    http://homepage.mac.com/francines/.Public/RebuildLaunchService.zip
    It evidently REALLY rebuilds things, and requires a restart.
    Francine
    Francine
    Schwieder

Maybe you are looking for

  • Mac stuck

    Hey, I was using photoshop illustrator and some other programs, I started twitter for mac (newest version from the app store) and clicked speak tweet or something like that. He started talking and stopped when there was a link and now he doesn't resp

  • Display output (Fn+F7) failed

    Hi, I have T61(7663-12U) and I'm trying to switch a display via VGA cable but it didn't work. I tried Fn+F7 but no use. I use Ubuntu 10.04 for my operation system. Any idea will be appreciated. I need to use this laptop for my presentation soon!!

  • The best way in ADF?

    Hi I have a Swing ADF application using the excelent binding framework. Many of my tables has a reg_user and a mod_user column. reg_user is set when a new row is created. mod_user is updated when a user updates the row. Could I have the ADF framework

  • Sharing Movies in iTunes

    Although I can share Movies and Music using the Import button the "display only items not in my list"  button only functions with the music list.  Is there a way of getting the button to function when importing movies? Thanks

  • Iphone 3gs crashed after installing new ios update

    Please help. I just installed the newest ios update to my daughters iphone 3gs. It installed successfully, i thought. Then about 10 minutes later it said verifying update. It went off and now tries to come back on and the apple icon flashes for a few