OC4J  instance doesn't start automatically on boot.

I've installed 9iAS 9.0.2 on a Win2K advanced Server machine.
However the OC4J instances don't startup automatically on boot and I have to start them up manually using the Enterprise Manager.
Is there any way to make them start up automatically?

Is your Oracle9iASProcessManager service set to automatic ? If so the OC4J and HTTP server processes will startup automatically.
regards
Debu Panda
oracle

Similar Messages

  • Local OC4J instance doesn't start  from oracle developer suite 10gR2

    Local OC4J instance doesn't start from oracle developer suite 10gR2

    You might also wish to consider posting your question here:
    <br>
    Forms
    <br>
    OC4J (maybe)

  • Db instance doesn't start automatically

    Hello,
    I have a problem with a db instance that doesn't start automatically when the system restarts. I have searched in the forum, and I have found similar questions, but their answers don't fix my problem.
    I have Windows Server 2003 and Oracle10g. More information:
    Services:
    OracleOraDb10g_home1TNSListener service is started (and its startup type is automatic)
    OracleServiceLAB service is started (and its startup type is automatic)
    Registries in Windows:
    ORA_LAB_AUTOSTART=true
    ORA_LAB_SHUTDOWN=true
    ORACLE_SID=LAB
    System variable:
    oracle_sid=LAB
    When the system restarts, the services are started but the instance is down I get "ORA-01034: oracle not available". In the oradim.log file I see this error: ORA-12560: TNS protocol adapter error occurred.
    I suppose that it can be a problem with the connection service name, but I don't know which one and why, because I have defined the oracle_sid system variable (it's true that without it the problem was the same).
    Can anybody help me? Thanks in advance.
    Best regards,
    Arantza

    ok , it seems there are some notes on metalink about diagnosing this error.
    ORA-01034: oracle not available".
    see below:
    Oracle indicates the following possible causes:
    The SGA requires more space than was allocated for it. Can you check how much SGA you have and memory
    The operating system variable pointing to the instance is improperly defined.
    And ORACLE recommends the following remedial action: Refer to accompanying messages for possible causes and correct the problem mentioned in the other messages. Retry after ORACLE has been initialised. If ORACLE has been initialised, verify that ORACLE was linked correctly. Also, refer to the installation or user's guide for additional information about this error.
    After exhausting all other options, a simple reboot has been observed to resolve this error.
    Regards

  • 11.2 oracle instance doesn't start on OEL 5.5

    I installed Oracle database 11.2 on OEL 5.5 . I created a instance an I want to set it to start automatic in a way described here http://download.oracle.com/docs/cd/E11882_01/server.112/e10839/strt_stp.htm#BABGDGHF. My oracle instance doesn't start automatic at boot time .
    But because messages that oracle software give it to me at boot time is very few , I tried to execute manually the procedure that starts oracle instance , /etc/init.d/dbora .
    It gives me the following output :
    /etc/init.d/dbora start
    + ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    + ORACLE=oracle
    + PATH=/usr/kerberos/sbin:/u01/app/oracle/product/11.2.0/dbhome_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin:/u01/app/oracle/product/11.2.0/dbhome_1/bin
    ++ hostname
    + HOST=linux
    ++ uname
    + PLATFORM=Linux
    + export ORACLE_HOME PATH
    + '[' '!' '' = ORA_DB ']'
    + '[' Linux = HP-UX ']'
    + rsh linux -l oracle /etc/init.d/dbora start ORA_DB
    connect to address 89.136.140.223 port 544: Connection refused
    Trying krb4 rsh...
    connect to address 89.136.140.223 port 544: Connection refused
    trying normal rsh (/usr/bin/rsh)
    linux: Connection refused
    + '[' Linux = Linux ']'
    + touch /var/lock/subsys/dbora
    + exit
    It is strange for me . It doesn't even try to start database , and I do not understand why this error : "connecton refused" .
    I hope someone , that understand what procedure is trying to do , help me understand what mistake I did.
    Thanks,
    Aurel

    Don't post your question to multiple forums.
    You already asked this in the General Linux forum.
    Multi-posting is frowned upon as poor forum etiquette.
    That post has now been deleted, since you state you're using OEL 5.5.
    In the future, if you want a post moved then log in to the site, bring your post up on the screen and click the yellow exclamation mark icon and report "abuse" on yourself. That process works. A site admin will eventually move the thread.
    ... and isn't this other thread actually the same issue?
    Errors during boot OEL 5.5 starting a 11.2 instance

  • Oracle 11g XE listener does not start automatically during boot

    Hi,
    This happened to me recently I just wanted to share it with you.
    For development I was running Standard Edition, at some point I decided to run also XE on the same server for another reasons. Everything was working fine, except that after restart of the server, the XE listener is not starting automatically. Debugging the startup script I found that this happens because of a bug in the code, which assumes that XE listener is running if it finds the word LISTENER within the processes list. I didn't found any obligation in the docs for running XE without any other databases on the same host.
    In file /etc/init.d/oracle-xe, at line 556 the code is failing:
    1     + status='oracle 2889 1 0 May13 ? 00:00:05 /oracle/ora112se/bin/tnslsnr LISTENER -inherit'
    2     + '[' 'oracle 2889 1 0 May13 ? 00:00:05 /oracle/ora112se/bin/tnslsnr LISTENER -inherit' == '' ']'
    As you can see I have another listener(the one for SE) running and because of the XE startup script found the keyword LISTENER it’s supposing that the XE LISTENER is already running.
    To fix this simply change line 556 from:
    1     status=`ps -ef | grep tns | grep oracle`
    To:
    1     status=`ps -ef | grep tns | grep oracle | grep xe`
    Now XE listener is started automatically during boot.
    Sve
    Blog: http://sve.to
    Twitter: sgyurov

    I though the same thing, but XE LISTENER is running on localhost and port 1522. On the other hand XE have local_listener explicitly set to the very same connection descriptor. Even XE installation was second on this server.
    I've could change that yes, but the startup script doesn't seemed to have this mind.
    Regards,
    Sve

  • Dhcpcd does not start automatically on boot

    Hi everyone,
    I have just installed Arch (64 bit) and am running on a dynamic, wired connection.
    I followed the Beginners' Guide and enabled the dhcpcd service during the installation so that it would start automatically on boot.
    systemctl enable [email protected]
    However, I currently must issue the command "dhcpcd" each boot before the internet starts to work.
    Does anyone know how I can automate this process or if I need to further configure my network connection?
    Thank you in advance.
    Last edited by Ipozya (2012-11-15 11:29:05)

    foppe wrote:
    Check the output from
    # systemctl status [email protected]
    to debug the issue you're experiencing.
    % sudo systemctl status [email protected]
    [email protected] - dhcpcd on eth0
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
    Active: failed (Result: exit-code) since Tue, 2012-11-15 20:38:16 GMT; 27 sec ago
    Process: 244 ExecStart=/sbin/dhcpcd -A -q -w %I (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/[email protected]/eth0
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: sendmsg: Cannot assign requested address
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: broadcasting for a lease
    Nov 15 20:37:51 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:55 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:59 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:59 arch dhcpcd[244]: eth0: no IPv6 Routers available
    Nov 15 20:38:16 arch dhcpcd[244]: timed out
    Nov 15 20:38:16 arch systemd[1]: Failed to start dhcpcd on eth0.
    Nov 15 20:38:16 arch systemd[1]: Unit [email protected] entered failed state
    Dhclient did not work automatically on boot either.
    Others seem to have experienced similar issues but I don't see any real solutions in any of these posts, despite being marked as solved. For example, adding "-t 120" to the dhcpcd start line in /usr/lib/systemd/system/[email protected] did not work for me.
    I also tried the following but it did not work either and I had to issue "dhcpcd" before internet started working.
    Install and configure wired and wireless networking
    # pacman -S netcfg ifplugd
    # cd /etc/network.d
    # ln -s examples/ethernet-dhcp .
    Make sure the WIRED_INTERFACE and WIRELESS_INTERFACE lines is uncommented
    # nano /etc/conf.d/netcfg
    # systemctl enable net-auto-wired.service
    # pacman -S wireless_tools wpa_supplicant wpa_actiond dialog
    # systemctl enable net-auto-wireless.service
    https://bbs.archlinux.org/viewtopic.php?pid=1176656
    https://bbs.archlinux.org/viewtopic.php?pid=1189587
    https://bbs.archlinux.org/viewtopic.php?pid=1180192
    Last edited by Ipozya (2012-11-15 21:08:03)

  • How do I make it so that itunes doesn't start automatically when windows starts?

    How do I make it so that itunes doesn't start automatically when windows starts?

    http://support.apple.com/kb/HT5449
    http://support.apple.com/kb/PH11443
    http://support.apple.com/kb/PH11428

  • Update 11.0.1 doesn't show iphone or ipad and doesn't start automatically

    iTunes looks different.  All it shows is banner menu,  nothing down the left side like it did  before and it shows nothing about iphone or ipad and doesn't start automatic backup and my iPhone won't charge plugged into my computer.  Frustrating, help, is it me or Apple?????

    The view > Show sidebar is the way to go to make the app appear more familiar
    This article covers Ipods not showing up and syncing
    http://appducate.com/2012/12/troubleshoot-an-ios-device-that-wont-sync-in-itunes /

  • Apple TV3 doesn't start automatically when i select airplay from my iMac and Ipad 3. i have to manually turn it on then it works fine after that! what is wrong with which setting.

    Apple TV3 doesn't start automatically when I select airplay from my iMac (Yosemite) and Ipad 3( iOS 8.1.3) i have to manually turn it on then it works fine after that! what is wrong with which setting.

    You need to re install OSX. If you have the dmg file downloaded via torrentz this is how you can create a bootable external HD or Flash drive (8 GB+)
    https://discussions.apple.com/message/23957654#23957654
    Peace
    Harry

  • When Starting OC4J, why the report server doesn't start automatically? !!

    Dear All,
    I have DS 10g on my system and I start the OC4J when I have to run either forms or reports.
    But when I attend to start the do the following command from the form:
    WEB.SHOWDOCUMENT(..../getjobid<jobid>?server=<servername>...), I have an error: FRM-41213: Unable to connect to the report server <servername>.
    I noticed that if I run the following URL:http://<server>:.../reports/rwservlet, it gives me a list of command, but the server still not running..But if I add any command to the above URL like for example "getserverinfo" or "showjobs" then the server is started. Now, and after the command, if we return back and we run the report from the form, the report will run successfully.
    The question WHY??
    Regards,
    Joe
    Message was edited by: Joe
    Joe Farah

    Hello,
    That's the way it works ...
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_strt.htm
    2.1.3.1 Starting the In-process Server (Windows and UNIX)
    If you are using Reports Server as an in-process server (the default configuration), sending a run report request starts the in-process server; however, if you are sending a request through a command line, the servlet must be invoked first using either the run report URL or the Web command URL. When you have successfully started the servlet, this also means you have successfully started the in-process server.
    If you use "Oracle Application Server", the "in-process" reports server will be started automatically by opmn ...
    Regards

  • ITunes doesn't start automatically when ipod is connected.

    Even though I have clicked on the place that says itunes will start automatically when iPod is connected to pc, it doesn't. I have to click on iTunes everytime, and then it takes a while to run.
    Anyone have any ideas what might be the problem?

    hi joyful!
    just checking. reboot the PC, and prior to launching itunes or plugging in the ipod, bring up your Task Manager to the "processes" tab.
    is there an iTunesHelper.exe running in your processes?
    Background processes installed with iTunes 6 for Windows
    love, b

  • How can I disable the Mail program from starting automatically on boot?

    Why everytime I start my computer, the Mail program start automatically?...how can I disable this?
    Thanks!

    Control-click its Dock icon and set it not to open at login, or remove it from the list of login items for your user account in the Accounts pane of System Preferences.
    (40415)

  • 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.

  • SimpleSave portable backup drive--doesn't start automatically

    I have the SimpleSave portable drive (Model sd320a)  and have used it successfully.  However, although when I first starting using it the drive automatically started when I plugged it into my computer, it no longer does.  I must have changed some setting on my computer, but I can't figure out what I did.  I now cannot get the device to start.  I followed the instructions in the user manual (to start it through Vista Computer and clicking on the icon), but four file folders just come up and nothing I click on will start the application.
    I use a Dell laptop with Vista Premium.  Can you tell me how to fix this problem so the drive starts automatically again?  Thanks.

    I deleted some files off my backup drive [Simple Save] and now I find I have nothing on the drive at all. How do I replenish it to when I bought it a few weeks ago? Lanc

  • Java instance doesn't start in our portal system after db restore

    We just restored the db of our live portal system to our portal qa system.
    Our live portal system is EP 7.0, db version:Oracle 10.2.0.2 and os version: Windows 2003 server 64 bit
    Our QA portal system is EP 7.0, db version:Oracle 10.2.0.2 and os version: Windows 2003 server 32 bit
    We converted the 64 bit db to 32. DB opened without a problem.
    We also changed the Dispatcher and server ids in configuration files and config tool one by one.
    When we try to open SAP, the java process fails after a few seconds.
    We searched the log files and found the error:
    D:\usr\sap\<SID>\JC00\exe\jlaunch.exe=>sapparam(18): D:\usr\sap<SID>SYS\profile\<SID>_JC00_<hostname>: line 21 starts with illegal byte sequence
    D:\usr\sap\<SID>\JC00\exe\jlaunch.exe=>sapparam(18): D:\usr\sap\<SID>\SYS\profile\<SID>JC00_<hostname>: reading canceld after 101 illegal bytes
    Any suggestions
    Tolga

    Hi Tolga,
       Check whether the SAP SUPER USER (SAP *) is active or not,If it is active just deactivate it bocos if it is active java instance might not start in certain cases
    Regards,
    Tilak..

Maybe you are looking for

  • Problem booting Lion after restoring disk from Time Machine

    I have a late 2009 iMac which I have upgraded to Lion, having created a bootcamp partition with Windows Server 2008 before upgrading. This has been working absolutely fine for a few months but then there appeared to be some kind of hard disk problem

  • Coordinate system translation from screen coordinates to stage coordinates

    I realize this is not truly a LabVIEW question, but I'm hoping for suggestions. I have a digitized image of a sample on a 3 axis stage. The user selects "paths" for a drill to take along the surface of the sample. On the image, 3 reference points are

  • Frozen on setting date and time, tried restart and reset.

    Purchased my atv a year ago and I'm having problems with getting it to work. It's stuck on the settings screen, I've tried everything from unplugging, to resetting and restarting. Does anyone have any other ideas.

  • Turn off transparent background for reading in Adobe Reader X 10.1

    Up until yesterday, I did not see a transparent background for all things in Adobe Reader X 10.1.  This makes for very annoying reading.  How do I turn off the transparent background?  Any help is greatly appreciated. Thanks!

  • P O R N

    iOS 7 iPad mini... Just opened a review tech site in safari as have visited before, but this time whilst in there had P O R N S L U T S pop up with graphic action figures!NOT IMPRESSED AS my 15 year old D uses this... This has NEVER happened before.