• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to stop tomcat server 4.1

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello folks,

I am working on Tomcat 4.1.Sometimes my application which is deployed on this server gets stoopped.When i try to restart my server following error comes:
"Could not stop Apache Tomcat 4.1 service on Local Computer.
The service did not return an error.This could be an internal Window error or internal service error."
Please suggest possible causes for the above problem.
 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you elaborate your problem a bit?

What do you mean when you say " the application is stopped"?

Does it crash with some exception?

Also, you need to tell us the mode in which the tomcat server is running.

Is it running as a Java process or a windows service?
 
Priyanka Singh
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

What happens is that my application crashes suddenly.
Message shown in log files is "Removing web application at context path".
No other exception comes.
My tomcat is running as a window process.
Please advice.
 
Ajay Saxena
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you should first give a shot at figuring out what's causing the application to terminate abruptly.

From the error message it seems the web application is being removed by the server process.But that doesn't indicate that the tomcat service is coming to a halt. You can verify that by checking the status of the tomcat service(which should have a name starting with Apache Tomcat..) on the list of windows services.

Also tell us how you are attempting to restart the service? Through some command line utility?
[ July 08, 2008: Message edited by: Ajay Saxena ]
 
I didn't do it. You can't prove it. Nobody saw me. The sheep are lying! This tiny ad is my witness!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic