Application does not start automatically after J2EE restart

Hi,
Is there a way to automatically start the deployed applications after a J2EE restart. We have a .ear file which we have to redeploy everytime we restart the J2EE engine. We are on 6.40 SP15.
Regards,
Parvez

Hi Parvez and Ivaylo,
Has any of you used the startup mode setting? I tried using it and set it to always but the application still won't start. Is there anything I'm missing?
My application-j2ee-engine.xml looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application-j2ee-engine SYSTEM "application-j2ee-engine.dtd">
<application-j2ee-engine>
     <provider-name>nexeninc.com</provider-name>
     <fail-over-enable
          mode="disable"/>
     <start-up
          mode="always"/>
</application-j2ee-engine>

Similar Messages

  • After downloading mountain lion the internet does not start automatically after start or restart but if I use diagnostics it starts is there a simpler solution

    After downloading mountain lion the internet does not start automatically after start or restart but if I use diagnostics it starts is there a simpler solution?

    Extensions can sometimes be the cause of problems. If the problem does not occur in Safe Mode, then you can disable your extensions one-by-one until you find out which one is causing the problem. See [[Troubleshooting extensions and themes]]

  • Transport service does not start automatically after upgrade to exchange 2010 SP2 from Exchange 2010 SP1

    Hi,
    I am trying to upgrade Exchange 2010 SP2 from SP1, but Transport service does not start automatically.
    Tried manually start services, it started successfully but again goes down within few seconds automatically.
    Reboot server. but no luck.
    Any help.
    MD

    Hi,
    I recommend you use event viewer to check if there are any relate event logs. This may help us to find the cause.
    In addition, as Amit mentioned, Exchange 2010 SP2 isn't supported by Microsoft, I think upgrading to SP3 is a much more sensible approach.
    Thanks.
    Niko Cheng
    TechNet Community Support

  • J2EE process in SAPMMC do not start automatically after a restart

    Hello All,
    I have a Netweaver with only J2EE engine set up.
    Whenever I restart the server, the services at SAPMMC->Console Root-> SAP Systems-> Instance-> Process List,Current Status, Open Alerts, J2EE Process Table do not start automatically.
    I have to start them manually.
    Please let me know what configuration I need to make them automatic.
    Thanks
    Raman

    Hi,
    Please confirm that J2ee is failing to start when you restart the server. If yes do post the logs so that we can drill to the max extent.
    Rgds
    Radhakrishna D S
    Edited by: Radhakrishna D S on Sep 8, 2008 8:17 AM
    Edited by: Radhakrishna D S on Sep 8, 2008 8:18 AM
    Edited by: Radhakrishna D S on Sep 8, 2008 8:19 AM

  • The application does not start automatically on restart

    SPO web apps fail to start correctly when Netweaver is restarted.  I have to manually stop and restart the SPO web apps via the Visual Administrator.  This seems to be a timing issue with the JDBC connection pool.  During the attempted automatic, spo.log reports these errors:
    2008-02-04 12:48:41,752  INFO [SAPEngine_Application_Thread[impl:3]_63]  - =================================================================
    2008-02-04 12:48:41,752 ERROR [SAPEngine_Application_Thread[impl:3]_63]  - Failed to set up connection pool: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at java:comp, the whole lookup name is java:comp/env/jdbc/qaht6114.
    2008-02-04 12:48:41,752  WARN [SAPEngine_Application_Thread[impl:3]_63]  - database schema for (unknown) might not yet be fully created
    2008-02-04 12:56:55,245 ERROR [SAPEngine_Application_Thread[impl:3]_63]  - Failed to set up connection pool: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at java:comp, the whole lookup name is java:comp/env/jdbc/qaht6114.
    2008-02-04 12:56:55,245  WARN [SAPEngine_Application_Thread[impl:3]_63]  - Could not obtain connection metadata
    java.sql.SQLException: Failed to set up connection pool
          at com.mcasolutions.util.JdbcUtil.getDataSource(JdbcUtil.java:139)
          at com.mcasolutions.util.JdbcUtil.getDefaultDataSource(JdbcUtil.java:101)
          at com.mcasolutions.util.JdbcUtil.getConnection(JdbcUtil.java:61)
          at com.mcasolutions.util.McaHibernateConnectionProvider.getConnection(McaHibernateConnectionProvider.java:23)
          at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:72)
          at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1463)
          at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1004)
          at com.mcasolutions.util.HibernateUtil.refresh(HibernateUtil.java:34)
          at com.mcasolutions.util.HibernateUtil.<clinit>(HibernateUtil.java:28)
          at com.mcasolutions.application.web.util.HibernateFilter.init(HibernateFilter.java:23)
          at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.addFilter(WebComponents.java:198)
          at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.loadFilters(ApplicationThreadInitializer.java:292)
          at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:107)
          at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
          at java.security.AccessController.doPrivileged(Native Method)
          at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
          at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    2008-02-04 12:56:55,245 ERROR [SAPEngine_Application_Thread[impl:3]_63]  - Initial SessionFactory creation failed.
    org.hibernate.HibernateException: database product name cannot be null
          at org.hibernate.dialect.DialectFactory.determineDialect(DialectFactory.java:57)
          at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:39)
          at org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:374)
          at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:110)
          at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1463)
          at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1004)
          at com.mcasolutions.util.HibernateUtil.refresh(HibernateUtil.java:34)
          at com.mcasolutions.util.HibernateUtil.<clinit>(HibernateUtil.java:28)
          at com.mcasolutions.application.web.util.HibernateFilter.init(HibernateFilter.java:23)
          at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.addFilter(WebComponents.java:198)
          at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.loadFilters(ApplicationThreadInitializer.java:292)
          at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.run(ApplicationThreadInitializer.java:107)
          at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
          at java.security.AccessController.doPrivileged(Native Method)
          at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
          at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    2008-02-04 12:56:55,949 ERROR [SAPEngine_Application_Thread[impl:3]_63]  - Failed to set up connection pool: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at java:comp, the whole lookup name is java:comp/env/jdbc/qaht6114.
    2008-02-04 12:56:55,949  INFO [SAPEngine_Application_Thread[impl:3]_63]  - =================================================================

    Hi Andi,
    Thanks for your reply.
    Yes, I have waited for a while and the result doesn't change.
    The Porblem here is the application is seen started in visual administrator.Only restart brings up the page back.
    Can you please suggest anything.
    Thanks and regards
    Nagaraj

  • Application does not start during the engine restart.

    Hello all,
    after deploying a custom developed application to the engine the application works fine. However, when the J2EE is restarted the application page is not available with the following message:
    Application error occurred during request processing. Details:Error
    [javax.servlet.ServletException: Spo object was not created during the
    startup], with root cause [com.appname.exception.SevereException:
    Spo object was not created during the startup].
      Exception id: [0013729689A200590000009D00000D90000446937D1802B7]
    The application is shown running from visual administrator.
    The application page is again available when we restart the application
    manually from visual admin.
    SO everytime we restart the engine we need to restart the application
    too in order to get back the application page back.
    There are many errors in the SPO log like the following:
    ERROR [SAPEngine_Application_Thread[impl:3]_25]  - Failed to set up connection pool: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at java:comp, the whole lookup name is java:comp/env/jdbc/qaht6114.
    Can anyone please advice us on what could be the problem here?
    Thanks a lot in advance!
    Edited by: Rodrigo Castilhos on Mar 21, 2008 6:21 PM
    Edited by: Rodrigo Castilhos on Mar 25, 2008 6:48 PM

    Hi Parvez and Ivaylo,
    Has any of you used the startup mode setting? I tried using it and set it to always but the application still won't start. Is there anything I'm missing?
    My application-j2ee-engine.xml looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application-j2ee-engine SYSTEM "application-j2ee-engine.dtd">
    <application-j2ee-engine>
         <provider-name>nexeninc.com</provider-name>
         <fail-over-enable
              mode="disable"/>
         <start-up
              mode="always"/>
    </application-j2ee-engine>

  • Screensaver does not start automatically after installing ML

    I can activate using hot corners but I've tried multiple delay times and it will not start.  Must be missing something simple.  Not having any issues accessing the same photos/images as on Lion, BTW

    Hi Parvez and Ivaylo,
    Has any of you used the startup mode setting? I tried using it and set it to always but the application still won't start. Is there anything I'm missing?
    My application-j2ee-engine.xml looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application-j2ee-engine SYSTEM "application-j2ee-engine.dtd">
    <application-j2ee-engine>
         <provider-name>nexeninc.com</provider-name>
         <fail-over-enable
              mode="disable"/>
         <start-up
              mode="always"/>
    </application-j2ee-engine>

  • ColdFusion10 Application does not start automatically

    CF 10 Application Server set to automatic.
    It NEVER starts automatically.
    All other CF 10 services do start automatically.
    Running Windows 7.
    My host, running Windows Server, has the same problem.
    Any idea what's up?

    Martie, what often happens in these cases is that for some reason CF is taking a very long time to start, and there is a limit to how long a windows service can take to startup. And there is a separate timeout time for startup with windows having just started and all services beginning, versus the timeout for when in the services interface you choose to start a service.
    While you could change that timeout time to allow for a longer duration, it may be better to find and resolve the cause of the slow startup. As Anit noted, you may find info in the CF logs. But if you do not, or if you cannot interpret them, and you don’t get other info here to help, I will note that this is the kind of challenge that may be hard to diagnose by email. There are just too many moving parts and possible explanations. But there are folks (myself included) who do such CF server troubleshooting, and it could be that an experienced troubleshooter could help you (remotely) to solve this in less than an hour. If you may be interested, I keep a list of such CF server troubleshooters as a category of my larger CF411.com list of tools and resources for CFers. See specifically cf411.com/cfconsult.
    /charlie

  • X does not start automatically after xorg update (1.16)

    Hello,
    Yesterday after a system update and a reboot, my screen stayed desperatly black. Then I logged in to a console as root and started X by doing:
    systemctl isolate multi-user.target
    systemctl isolate graphical.target
    This means root can start X. So I created the file /etc/X11/Xwrapper.config:
    allowed_users = anybody
    needs_root_rights = yes
    but no change. I'm using the Intel GPU (xf86-video-intel driver).
    Any idea?
    Last edited by zorggy (2014-07-30 06:50:46)

    Oops, I did not search enough in the journal. Here is what looks like a bug:
    Jul 30 10:12:09 xxx kernel: ------------[ cut here ]------------
    Jul 30 10:12:09 xxx kernel: WARNING: CPU: 2 PID: 343 at drivers/gpu/drm/i915/intel_display.c:860 intel_wait_for_pipe_off+0x1a6/0x1b0 [i915]()
    Jul 30 10:12:09 xxx kernel: pipe_off wait timed out
    Jul 30 10:12:09 xxx kernel: Modules linked in: hid_generic snd_usb_audio usbhid snd_usbmidi_lib snd_rawmidi hid snd_seq_device tpm_infineon ipt_REJECT xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 coretemp hwmon xt_conntrack nf_conntrack iptable_filter ip_tables
    Jul 30 10:12:09 xxx kernel: nfs lockd sunrpc fscache ext4 crc16 mbcache jbd2 sd_mod sr_mod crc_t10dif crct10dif_common cdrom atkbd libps2 ahci libahci libata ehci_pci xhci_hcd ehci_hcd scsi_mod usbcore usb_common i8042 serio
    Jul 30 10:12:09 xxx kernel: CPU: 2 PID: 343 Comm: Xorg.bin Not tainted 3.15.7-1-ARCH #1
    Jul 30 10:12:09 xxx kernel: Hardware name: Hewlett-Packard HP Compaq Elite 8300 CMT/3396, BIOS K01 v02.05 05/07/2012
    Jul 30 10:12:09 xxx kernel: 0000000000000000 00000000900babe8 ffff880211fafa38 ffffffff8150880e
    Jul 30 10:12:09 xxx kernel: ffff880211fafa80 ffff880211fafa70 ffffffff81069b2d ffff88020f0ac000
    Jul 30 10:12:09 xxx kernel: 0000000000070008 00000000fffea31e 0000000000000000 ffff88020d530b48
    Jul 30 10:12:09 xxx kernel: Call Trace:
    Jul 30 10:12:09 xxx kernel: [<ffffffff8150880e>] dump_stack+0x4d/0x6f
    Jul 30 10:12:09 xxx kernel: [<ffffffff81069b2d>] warn_slowpath_common+0x7d/0xa0
    Jul 30 10:12:09 xxx kernel: [<ffffffff81069bac>] warn_slowpath_fmt+0x5c/0x80
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06e64b6>] intel_wait_for_pipe_off+0x1a6/0x1b0 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06e656b>] intel_disable_pipe+0xab/0xc0 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06e7814>] ironlake_crtc_disable+0xe4/0xa00 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06eeac7>] __intel_set_mode+0x287/0x16b0 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffff81077bc4>] ? mod_timer+0x114/0x250
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06f2686>] intel_set_mode+0x16/0x30 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa06f3740>] intel_crtc_set_config+0xa90/0xde0 [i915]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa05dbe71>] drm_mode_set_config_internal+0x61/0xf0 [drm]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa05df40b>] drm_mode_setcrtc+0x2ab/0x620 [drm]
    Jul 30 10:12:09 xxx kernel: [<ffffffffa05cfb9f>] drm_ioctl+0x1df/0x680 [drm]
    Jul 30 10:12:09 xxx kernel: [<ffffffff811c7b10>] do_vfs_ioctl+0x2d0/0x4b0
    Jul 30 10:12:09 xxx kernel: [<ffffffff811d221e>] ? __fget+0x6e/0xb0
    Jul 30 10:12:09 xxx kernel: [<ffffffff811c7d71>] SyS_ioctl+0x81/0xa0
    Jul 30 10:12:09 xxx kernel: [<ffffffff815165a9>] system_call_fastpath+0x16/0x1b
    Jul 30 10:12:09 xxx kernel: ---[ end trace 614c784f88b552da ]---
    I have another computer running the same driver which succeeded the xorg update. So now I don't know what to do. Re-installing the driver? What package is it exactly?

  • Oracle does not start automaticly after reboot

    I've installed O 9i on win2ksrv after installing DB2.
    Then I create a database and this db starts successfully.
    After reboot the database is shutdown and can only starts manually by sysdba.

    Hi,
    Have you checked the space of ORAARCH or SAPARCH folder/directory ? The problem may be "Archive destination full".  If its full then try to move some old Offline redo log file to other safe location as a backup and then try to restart the Oracle Instance again.
    Regards
    Bhavik G. Shroff

  • Firefox does not start up after an automatic update. Every time i try to open it, it just prompts the Mozilla Crash Reporter.

    Firefox does not start up after an automatic update. Every time i try to open it, it just prompts the Mozilla Crash Reporter.
    ''Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:3.6.10
    BuildID: 20100914125854
    CrashTime: 1290192405
    EMCheckCompatibility: true
    FramePoisonBase: 00000000f0de0000
    FramePoisonSize: 65536
    InstallTime: 1287124738
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 422
    StartupTime: 1290192405
    Theme: classic/1.0
    Throttleable: 1
    Vendor: Mozilla
    Version: 3.6.10
    This report also contains technical information about the state of the application when it crashed.''
    Same thing happens when i click restart.
    No difference when i run it in Safe mode. And it won't let me create a new profile either. Is there anyway else i can extract my bookmarks? This is driving me crazy!

    Did the crash reporter send any crash reports?<br />
    You can see the crash reports in this folder:
    "C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Crash Reports"
    See: http://kb.mozillazine.org/Breakpad
    See also [[Firefox crashes when you open it]]
    Create a new profile as a test to check if your current profile is causing the problems.<br /><br />
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]<br /><br />
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins"<br /><br />
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)<br /><br />
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox<br /><br />
    If that still causes the same problem then do a clean reinstall and remove the Firefox program folder.
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    See:
    * http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • The CSSD does not start automatically on Non-RAC - AIX 5L

    Hi all,
    Database: Oracle 10.2.0.4
    O.S AIX 5.3 TL 10
    I am facing a problem with the CSSD Non-RAC/Clusterware.
    When we restarted the server the service CSSD does not start automatically and there is no relevant messages in the log files of CSSD.
    Running the "localconfig reset $ORACLE_HOME", execute successfully but does not start the CSSD.
    Running "/etc/init.cssd start" - does not work, nothing happens when we run it
    I manually ran "/etc/ init.cssd run" and the service CSSD (ossd.bin) was started without errors.
    No errors on errpt from AIX.
    I've opened a SR but I am waiting for response from Oracle.

    Hi,
    I believe this problem is not with Oracle, but in AIX.It may be that one process that is starting on boot is holding the other process. You need to identify what is process/application.
    Check the process on inittab that are already active and which are inactive they should be active.
    One clue: Is very common process that is initiated in wait mode hold the boot server.
    wait
    When the init command enters the run level that matches the entry's run level,
    start the process and wait for its termination.
    All subsequent reads of the /etc/inittab file while the init
    command is in the same run level will cause the init command to ignore this entry.http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.files/doc/aixfiles/inittab.htm
    Regards,
    Levi Pereira

  • Service Station does not start automatically

    Good morning,
    recently the Toshiba Service Station application does not start when Windows (8.1) starts. If I launch the application manually, it runs normally.
    I would like to restore the automatic start of that application. What can I do?

    Hi
    You can add the application (service station) to the Win 8.1 startup.
    Go to the Start screen
    Click on the down arrow to show all your applications
    Right click on the application you would like to have start automatically.
    Select Open file location
    This will bring up the location (url) where the program is started
    Right click and select Copy
    On your computer, from the same Explorer window, go to:
    C:\Users\USERNAME\AppData\Roaming\Microsoft\Window s\Start Menu\Programs\Startup
    Note: USERNAME must be replaced by the name of the user that is logging in.
    Then select Paste Shortcut
    After that, the next time you log on, that program will start automatically.

  • My database does not start automatically

    i am using windows 2000 server and oracle 9.0.1, my database does not start automatically when i am booting the system.
    in regedit autostart is there, my service is getting started automatically and i used startmode auto in my oradim command but still i have to manually log in to start the database, PLS help!!!
    another issue is that i want to startup/shutdown the database using a user other than sysdba, pls tell which permission shud i grant as dba, connect, resource permissions are not doing the required job

    spfile concept is introduced from Oracle 9i. You can call it system parameter file. Benefits of having spfile concept is that what ever changes u make to system through commands
    alter system set ??? = ????
    get automatically saved in the spfile???.ora which is managed by Oracle.
    Main idea behind that as thought by Oracle is that previously u needed to change that parameter in init.ora file then start the database again after shutdown. Now u are doing everything online. spfile???.ora takes priority in the new Oracle concept.
    If u delete spfile???.ora file, then it needs some specific init.ora which need to told to Oracle which can be through command like
    startup pfile='complete patah .............'
    Bansal

  • Tomcat5 still does not start automatically

    Hello,
    Novell-tomcat5 still does not start automatically at boot although it is set to do so.
    This is from beginning of the oes2/SBE2.5 installation (without simba).
    It is still the same behavior after applying OES2/SP2 and SLES10/SP3 patches.
    After booting at terminal console:
    /etc/init.d/novell-tomcat5 status shows unused
    /etc/init.d/novell-tomcat5 start starts tomcat5 without errors
    In my boot.msg I found the following error:
    ____START______
    <notice>'novell-nss start' exits with status 0
    <notice>novell-tomcat5 start
    Starting Tomcat (/var/opt/novell/tomcat5/)<notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /sbin/klogd 4842
    <notice>checkproc: /sbin/syslog-ng 4839
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /sbin/portmap 6200
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/sshd 6915
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/nmbd 5530
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/smbd 6900
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/namcd 8495
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/ntpd 7000
    <notice>checkproc: /usr/sbin/slpd 7030
    <notice>checkproc: /usr/sbin/slpd 7030
    failed
    <notice>'novell-tomcat5 start' exits with status 7
    <notice>novell-xregd start
    Starting novell-xregd...done
    <notice>'novell-xregd start' exits with status 0 ....
    _______END______________
    Of course it es even a cosmetic problem I don't want to start tomcat manually everytime when booting up.
    Has anybody an idea what could be wrong?
    Yours sincerely
    OliverN

    Originally Posted by revilo
    Hello,
    Novell-tomcat5 still does not start automatically at boot although it is set to do so.
    This is from beginning of the oes2/SBE2.5 installation (without simba).
    It is still the same behavior after applying OES2/SP2 and SLES10/SP3 patches.
    After booting at terminal console:
    /etc/init.d/novell-tomcat5 status shows unused
    /etc/init.d/novell-tomcat5 start starts tomcat5 without errors
    Of course it es even a cosmetic problem I don't want to start tomcat manually everytime when booting up.
    Has anybody an idea what could be wrong?
    Yours sincerely
    OliverN
    Hi Oliver,
    If you are manually installing the component products then this is no longer a "NOWS SBE" installation. Any issues you encounter are related solely to the component products. OES Linux Installation questions should be directed to: OES-L: Install
    In the mean time, to see if it is configured to start automatically use "chkconfig". For instructions:
    Code:
    man chkconfig
    Is it configured to start automatically?
    Code:
    server:~ # chkconfig --list | grep novell-tomcat5
    novell-tomcat5 0:off 1:off 2:off 3:on 4:off 5:on 6:off
    The response from the above command shows that novell-tomcat5 should start automatically for runlevels 3 and 5.
    If it is not set to start automatically on your server, you can make it start by:
    Code:
    chkconfig novell-tomcat5 on
    I am by no means a Linux expert. If this doesn't resolve your issue, I suggest you post in the appropriate forum where you will find knowledgeable people willing to help.

Maybe you are looking for