Ciscoworks Tomcat service will not start

Hi All,
The Ciscoworks Tomcat Servlet Engine service on our server is not starting even if the start-up type is set to Automatic or Manual. With this, I cannot login to the Ciscoworks homepage since the "page cannot be displayed" screen appears when I click on the Ciscoworks icon. When I force the Tomcat service to Start, I get a pop-up error stating:
"Could not start the Ciscoworks Tomcat Servlet Engine service on Local Computer. Error 1067:The process terminated unexpectedly."
Any idea how to resolve this? Appreciate your response. Thanks!

First, the service must always be set to Manual start. If you have changed it to Automatic, change it back, and reboot. Then post the NMSROOT/MDC/tomcat/logs/stdout.log and stderr.log along with any relevant events in the Windows Event Viewer.

Similar Messages

  • Tomcat service will not start with JRockit 8.0

    We are trying to use JRockit with Tomcat 4.0.1. It runs great as a console app
    but when we try to run it as a service it will not start. Has anyone had any luck
    with this.

    Hi Bob!
    You can use the jk_nt_service descibed and downloadble at
    http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/
    To make this work on JRockit you have to follow these instrcutions.
    But also do this:
    Make sure that you environment variables are set up correctly. Make sure
    that
    you have set your JAVA_HOME environment variable correctly, and that that
    "%JAVA_HOME%\bin" is available in your PATH environment variable before any
    other directory where any version of java.exe may exist. When running
    applications as Windows services it is crucial that you set these
    environment
    variables system wide. To do this open
    Start->Settings->Control Panel->System
    and select the Advanced tab. Click on the "Environment Variables." button.
    To
    set system wide environment variables you must edit in the lower part of
    this
    dialog, i.e. the part called System variables.
    When using jk_nt_service the Tomcat startup is defined in
    %CATALINA_HOME%\conf\jk\wrapper.properties
    Make sure that you set the three properties wrapper.tomcat_home,
    wrapper.java_home and wrapper.cmd_line are set accordingly.
    wrapper.tomcat_home must be set with the installation directory of tomcat
    wrapper.java_home must be set to the same value as the JAVA_HOME environment
    variable.
    The property wrapper.cmd_line defines the startup command.
    At the time of writing, this property should be set to
    wrapper.cmd_line=$(wrapper.javabin) -Xnohup
    -Djava.security.policy=="$(wrapper.tomcat_policy)"
    -Dtomcat.home="$(wrapper.tomcat_home)" -classpath $(wrapper.class_path)
    $(wrapper.startup_class) -config $(wrapper.server_xml) start
    for JRockit. Normally this command includes a non-standard option to stop
    the
    JVM from shutting down the process when a user logs off. For JRockit this
    non-standard option is -Xnohup, for the Sun JVM it is -Xrs.
    / Sten
    "Bob Siragusa" <[email protected]> wrote in message
    news:[email protected]...
    Thanks for your reply Sten.
    We slightly modified tomcat.exe to install our app as a service.
    Really the only changes we made were to the name of the service and weadded a
    few application parameters with -D. We still use the same startup andshutdown
    hooks to the Bootstrap jar. This is where we think there may be a
    problem.
    >>
    I am now trying to use SilverEgg Technologies open source Java ServiceWrapper
    but have not progressed very far yet.
    Bob
    "Sten Garmark" <[email protected]> wrote:
    Hi Bob!
    Are we talking Tomcat controlled by a Windows Service? If so, how are
    you
    trying to make this happen?
    Can you please point me to the documentation of this and the win32
    wrapper
    service that you are using?
    I would like to be able to re-produce your problem.
    / Sten
    "Bob Siragusa" <[email protected]> wrote in message
    news:[email protected]...
    We are trying to use JRockit with Tomcat 4.0.1. It runs great as aconsole
    app
    but when we try to run it as a service it will not start. Has anyonehad
    any luck
    with this.

  • When install iTunes 11.1.4   It says Apple Mobile Device Service service will not start.  It was started when I began the installation.  Is this an Apple software bug?

    When install iTunes 11.1.4   It says Apple Mobile Device Service service will not start.  It was started when I began the installation.  Is this an Apple software bug?

    I have this issue. It isn't the MSVCR80 issue. No matter what I do nothing will let me even INSTALL Apple Moblie Device. Further details are in my thread:
    https://discussions.apple.com/thread/5831093

  • Vista SP1 - CF Service will not start

    Running Vista Business. Life was good, I was productive! (CF 8 btw).
    After installing Vista SP1, CF service will not start. Digging a little deeper, turns out JRUN can't fire off "coldfusion", one of the servers listed. Here is the error:
    04/06 11:49:20 error Failed to create new connection
    java.net.SocketException: select failed
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
    at java.net.ServerSocket.implAccept(ServerSocket.java:453)
    at java.net.ServerSocket.accept(ServerSocket.java:421)
    at jrun.jms.core.kernel.mipc.MultiplexConnectionServer.run(MultiplexConnectionServer.java:15 4)
    Some digging turned up the possiblity that the jndi.properties file isn't being read. Changed permissions on it to let everyone in. Heck, you guys can probably get at it right now form where you are its so open!
    More digging, turns out Windows Firewall like to block port 2930, which is apparently used for internal communication with jndi settings or some such. Opened that up. Found evidence of further internal communication on port 900, opened that up to.
    Found this very useful and a bit scary info about missing DLLs and so forth:
    http://www.communitymx.com/content/article.cfm?page=6&cid=224AA
    Found reference to the updated Vista TCP/IP stack being a culprit in some cases, which often seemed to come down to, get this, a new host file entry for localhost: ::1  localhost. Commented that out, still no joy.
    Tried reinstalling. Still no go.
    Pretty much exhausted all possibilities I was able to think of or find info about.
    Any ideas or similar experiences? Or, failing that, the address of a tall building to jump off? Thanks!

    Read the manual?!?! No way, never! That would be like... stopping at a gas station to ask for directions!
    But seriously, I did poke around there a bit. I do tend to forget that there is more to there is more there than the language reference.
    Never been stuck like this though. Probably done over 100 installs dating back to CF4 on just about all windows flavors but have never had to dig in to the guts of the underlying Java like this.
    Thinking it has to be something unique to this machine; I have done other Vista installs of CF8 with only minimal issues (typically having to set the service to run under an account that has permissions, maybe even set jrun.exe and jrunsvc.exe to execute under an admin account, but thats about it). Unfortunately, partially because of the environment we operate in, a fresh workstation install is a good day and half to two day ordeal.
    Help me Obi Wan, you're my only hope!

  • CF8 Application Server Service Will NOT Start

    I ran into this error:
         java.lang.OutOfMemoryError: Java heap space
    and after researching it it seemed that I should up the max heap size on the Java/JVM page, so I increased my max heap size to 1044MB from 512, via the CF Administrator, I also added maxPermSize= 256m.  Then I restarted the server, but the Application Server service will not start.
    I opened home/runtim/bin/jvm.config and set the heap size to 1024, restart, service still wont start.
    Set the max heap size to 512 and removed maxPermSize, restarted server, service still won't start.
    Set the entire java.args equal to: -server -Xmx256m -Dsun.io.useCanonCaches=false -xx:MaxPermsize=128m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
    Restarted, still the services will not start.
    Does anyone have any ideas?
    The error I get when trying to start the services is:
    Windows could not start the ColdFusion 8 Application Server on Local Computer.  For more information, review the System Even Log.  If this is a non-Microsoft service, contact the service vendor, and refore to service-specific error code 2.
    Thanks!

    Once you have ColdFusion running again this will bring you back to your initial problem:
    java.lang.OutOfMemoryError: Java heap space
    Suggest take a copy of your working JVM.CONFIG (so you have a backup) then add some debugging to the JVM Arguments eg:
    # Arguments to VM
    java.args=-server  -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -verbose:gc -Xloggc:cfjvmGC.log -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
    Once ColdFusion is restarted again a log file will be created called \ColdFusion8\runtime\bin\cfjvmgc.log. Open the log file and you will be able to see how the New, Tenure and Permanent memory spaces are working. Given you now know which buffer is filling (excluding New made up of Eden and a couple Survivor spaces - because those fill and empty all the time) you can make adjustments to JVM.CONFIG knowing which value you intend to alter. Likely you want to alter either Xmx or MaxPermSize. When you think the Java heap space is resolved turn logging off by removing the bolded details.
    HTH, Carl.

  • SBS Manager Service will not start

    I seem to have a bit of a problem the SBS manager service will not start at all. I have tried rebuilding the SBS Monitoring database and this did not help. This started happening a few months after a SBS 2008 to SBS 2011 migration, does anyone have any ideas
    as I no longer get reporting or alerts.
    At first I thought it might have had something to do with permissions but not too sure how to check and what to check apart from the common things, DB permissions, permissions on folders etc but I may have missed something?

    Hi,
    Regarding the current issue, since you have tried to rebuild the SBS monitoring database without any help, I suggest we could try to refer to the following article this time to see if it works.
    FAQ: SBS 2011. The Windows SBS Manager service terminated unexpectedly
    http://msmvps.com/blogs/bradley/archive/2013/09/19/the-windows-sbs-manager-service-terminated-unexpectedly.aspx
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • Coldfusion 8 service will not start.  Server log is ending with "Starting license..." (Emergency)

    Our server has gone down and the Coldfusion 8 service will not start.  There is no information in any of the logs for anything today since its gone down.  Ive checked the root logs directory as well as the runtime logs directory.
    The server.log is the only file being updated and it shows "Starting logging..." and then "Starting license..." and hangs.  The service does not start and the log gets nothing more after this point.  Memory continues to go up slowly, we've increased the start timeout tremendously with no effect.  There is little to no CPU usage.
    Our server is licensed and has never had this problem before.  It is the standard version.
    Our server is completely down and we are losing clients.  From what we can tell a windows update occurred, which we have since removed in case it was the issue, and when the server restarted CF did not come back.  We have been working on this for hours with no results.
    Please help and let me know anything you may need which will help diagnose our issue.
    Thanks

    So that others who see this know the solution.
    I started Coldfusion from the command line: c:\Coldfusion8\runtime\bin\jrun -start coldfusion.  This brought up all the commands as it worked through them.  From that we found that CF was looking for license.properties in the C:\Coldfusion8\runtime\lib folder.  We found a copy in the C:\Coldfusion8\lib folder.  For now we've left it running under my account and then after hours are going to try and see if the service will run now that we've copied that properties file to the other direcory.
    Probably simple to everyone on here but was new and odd to us.  Wanted to put what we found out here in case it happens to anyone else.

  • SySAM service will not start

    I've installed the SySAM software into the folder C:\Sybase.
    Per instructions I copied the license I was given to the licenses folder in C:\Sybase\SySAM\SYSAM-2_0. I instructed the license manager to return the existing standalone license and regenerate as a served license. I trust she did so.
    Now the service will not start. I've tried "net start sysam", "sysam start" , and rebooting the machine. I get "service did not respond in a timely fashion error".
    What can I do?

    Russell,
    If the license that you moved to the license folder has incorrect information, than the sysam server will not start.    Verify that the license file contains  the hostid and hostname of the machine that is running the Sysam server.  If the hostid or hostname is not right, the sysam server will not start. 
    Also the license file needs to be a served license.   Verify that you see a line in the file with:  USE_SERVER
    If you don't see that in the license file, than the license is a unserved license.
    Another reason why the sysam server will not start is if there is a SYSAMLicenseServer.lic file in the licenses folder.    If there is, remove it.
    Try starting the sysam server from the Control Panel -> Administrative Tools -> Services -> Sysam
    Thanks,
    Beverly Duquette

  • Search Service will not start

    Hello,
    We've run into some issues in one of our lower environments where the search service will not start up. I'm getting the following error in the event log:
    Found two staging archives. One archive must be removed before continuing.  Exiting *** See search server log F:\Plumtree\ptsearchserver\6.1\actportal101\logs/logfile-event-2008-11-14 for more details.
    In the search server log this we get this:
    +&lt;entry timestamp="2008-11-14T08:16:36+06:00" thread="368" &gt;+
    +&lt;error&gt;Found two staging archives. One archive must be removed before continuing. Exiting&lt;/error&gt;+
    +&lt;/entry&gt;+
    +&lt;entry timestamp="2008-11-14T08:16:36+06:00" thread="368" &gt;+
    +&lt;error&gt;Error ERROR in \buildroot\Release\search\6.1.x\swdevl\QueryServer1\src\ArchiveCollection.cc at line 302 (system error code 997: Overlapped I/O operation is in progress.)&lt;/error&gt;+
    +&lt;/entry&gt;+
    +&lt;entry timestamp="2008-11-14T08:16:36+06:00" thread="368" &gt;+
    +&lt;error&gt;Error ERROR in \buildroot\Release\search\6.1.x\swdevl\QueryServer1\src\ArchiveCollection.cc at line 219 (system error code 6: The handle is invalid.)&lt;/error&gt;+
    +&lt;/entry&gt;+
    +&lt;entry timestamp="2008-11-14T08:16:36+06:00" thread="368" &gt;+
    +&lt;fatal&gt;Failure loading archive collection: ERROR&lt;/fatal&gt;+
    +&lt;/entry&gt;+
    Anyone have any ideas as to what's going on?

    Hi,
    Based on your description, I understand that the Windows Search service can’t start with Error 3. Would you
    please let me know the version of Windows Server where this issue occurred?
    Please open Services and navigate to Windows Search service. Please check if it’s stopped. Please restart it
    and set the Startup type as Automatic. Meanwhile, please select Dependencies tab and check if the depended system components run properly.
    In addition, please run
    System File Checker (SFC) tool to verify if system file is corrupted.
    If this issue still exists or I misunderstand the original question, please don’t hesitate to let me know.
    Meanwhile, please let me know the complete error message or provide a screenshot. Please also check Event Viewer if find some more related clues.
    Hope this helps.
    Best regards,
    Justin Gu

  • Engine Service will not start - New Install

    Trying to install NSM on a Windows 2008 r2 server and the Engine service will not start after the files are installed.
    File Resource Manager is installed along with fully patched .NET 4.
    Windows Logs give the below error before the service not starting failure.
    Activation context generation failed for "C:\Program Files\Novell\Storage Manager\Engine\sqlite3.dll". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="amd64",p ublicKeyToken="1fc8b3b9a1e18e3b",type="win32",vers ion="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.

    Fixed. I missed the .NET 3.5 requirement.

  • CSRadius service will not start

    ACS 4.0 and Windows 2003 server.
    The CSRadius service will not start automaticly, and after a reboot we have to start the service manually.
    The evenlogs says this:
    EventID:7000 Source: Service Control Manager.
    The Open Procedure for service "CSRadius" in DLL "C:\Program Files\CiscoSecure ACS v4.0\bin\rad_mon.dll" failed. Performance data for this service will not be available. The Status code returned is the first DWORD in the attached data.
    And then this one:
    "The CSRadius service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion. "
    Any suggestions ?
    JF

    Please read details about this bug,
    If services start successfully manually, but not automatically.
    CSCsb81671 : CSTacacs and CSRadius services fail to start with Windows 2003
    Workaround is to get a file from TAC, and apply it on ACS.
    Regards,
    Prem

  • Integration Service will not start

    When I try to start the SAP Business One Integration Service will not start.
    Windows says it could not start the service... see the System Event log...if this is a non-Windows service, contact the service vendor.
    This is what the System Event error is:
    The SAP Business One Integration Service service terminated with service-specific error 0 (0x0).
    System details:
    2003 Server Standard 32bit
    Duo Core processor
    4gb memory
    SqL 2005
    SAP 8.8 PL15
    Thanks for any help,
    Ron

    Hello,
    I have exactly the same error. I have set the log level to INFO and the log shows following messages when trying to start the service:
    [2011-02-02 15:42:49] [info] Commons Daemon procrun (1.0.2.0) started
    [2011-02-02 15:42:49] [info] Running Service...
    [2011-02-02 15:42:49] [info] Starting service...
    [2011-02-02 15:42:49] [206  javajni.c] [error] %1 ist keine zulässige Win32-Anwendung.
    [2011-02-02 15:42:49] [985  prunsrv.c] [error] Failed creating java C:Program Files (x86)SAPSAP Business One Integrationsapjre_6_64jre inserverjvm.dll
    [2011-02-02 15:42:49] [1280 prunsrv.c] [error] ServiceStart returned 1
    [2011-02-02 15:42:49] [info] Run service finished.
    [2011-02-02 15:42:49] [info] Commons Daemon procrun finished.
    Row 4 says that %1 is not a valid win32 application...?
    Windows Server 2008 64bit
    SAP 8.8 PL15 Server and Client
    SAP B1iSN 8.8 PL03 -> 64bit
    Installation procedure of B1iSN was run as administrator (after I removed old components of integration component).
    I have also tried to install it in different folders (c:program files and c:sap)
    Java JDK 1.5.0_22 is installed both for 32 and 64 bit. (Folders in progam files (x86) and program files)
    And I have tried to start tomcat6w manually from bin and bin_64 folder with administrator rights, everytime the same log entries are created.
    Can someone give me a hint where and for what I should look for?
    Thanks
    Sebastian

  • After Upgrade, Windows Service will not start automaticly

    I just upgraded from 10.2 to 10.4. When I did the Windows File Service, will not start automaticly. I can start it manually, after a reboot. Any idea on how to fix this?

    I am having the same problem on a clean install of Server 10.4.10, AFP & Web starts automatically on restart, but not Windows Service. This is the first time I have run into this, it starts fine on all other servers I administer. Then entry in /etc/hostconfig for SMBSERVER is set to "-YES-", there is no errors or messages of any kind in the console or system log, it just won't start.
    This complicated with the problem I am having on the same server where I cannot connect via ARD after reboot without someone there physically plugging a monitor into the video port first (another open post I have - http://discussions.apple.com/message.jspa?messageID=5850246#5850246 ). So, doing maintenance at off-hours is almost unworkable.

  • WDS service will not start Windows Server 2012 R2 with Update

    Greetings,
    After building my WSE box clean with new hardware and with Update version of WiSE 2012 R2, I find that it let me set up Windows Client Restore but now the WDS Service will not start for love nor money.
    Any suggestions?  Am I missing a Win-PE boot Image?  Should I do something else?
    Please assist,
    Bob Hessenauer

    All,
    The problem was a conflict between DHCP and WDS.  Followed the instructions in this article and all is now fine:
    https://vkarthickeyan.wordpress.com/2013/05/21/wds-service-unable-to-start/
    Just so you know,
    Bob Hessenauer

  • Service will not start

    Hello,
    I have a weblogic server running on windows 2003 server. I restarted the server and the bea weblogic service will not start. Everytime I start it, it stops. There are no errors in the event log.
    I also haven't made any changes.
    Does anyone know how to troubleshoot this?

    ok, found a log to tell me more
    i changed the password for system yesterday, it is saying the service is using the wrong password
    do i have to reinstall the window service? why didn't the password change propogate?

Maybe you are looking for

  • How to find out the Factory Calendar ID used by  an Organization

    Hi Experts, I want to know Factory Calendar ID used by an Organization. Which table store the Factory Calendar information for an organization. Is there any function module to get the Factory calendar of an organization. Please help me ASAP. Point wi

  • Multiple level bursting in OBIEE

    I am creating a report in OBIEE, which needs to be bursted. the bursting should be done at multiple levels For ex: take a sample report of employees table, dept table. I want to burst by dept-wise , Job-wise and manager-wise. i mean, 10 dept PDF , 7

  • Snote finding

    hi there, I have found one suitable snote for current problem 158851, but it's for <4.7. how can i get same note for 4.7?

  • Webcal-compatible .ics-Link to iCloud "Family" calendar?

    Hello, since the update to ios8 und Yosemite and configuration of family sharing, there is a new calendar in iCloud named "Family", which is great for managing family events, since it is automatically shared between all devices and Macs in the family

  • MSS BP Deployment Error

    Hi, I hav downloaded MSS BP and trying to upload frm SDM. But i m getting below error....What might b the problem....Kindly let me know..Its bit urgent part of the instance of SAP Web AS Java is currently stooped. It must be started to perform online