• 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

tomcat not starting

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody, my tomcat was running ok till yesterday. i have only one application deployed on my tomcat and it was running well. but today when i started tomcat its throwing execptions and closing abruptly. i could not see the expceptions and no log file is generated. i have removed my apllication and also from server.xml still the same case. i uninstalled tomcat and installed it again, even then its not working. i even searched for 'tomcat' in registry, only one exists.

i am in confusion and unable to start tomcat. please any one there help me to solve this problem.
Thank u
 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You'd at least tell what version of tomcat, what exceptions??
I'm new to tomcat myself but i had my problems and maybe some of yours too.
 
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, taking a guess at the version of Tomcat you are using. Try typing "catalina run" from the <TOMCAT_HOME>/bin diretory. What exceptions does it give you?
[ August 11, 2003: Message edited by: Carl Trusiak ]
 
pavan basa
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody, thank u all for responding to my query. i am using tomcat 4.1.24 and my java version is 1.3.1_08. I have used exe file to install tomcat on my windows 98 standard edition. yesterday even i have uninstalled my java and reinstalled it, but in vain. when i start my tomcat by clicking twice on startup.bat a new window is opened for tomcat where i could c the following messages,
[INFO] Registry - -loading registry Information
[INFO] Registry - -creating new Registry instance
[INFO] Registry - -creating MBeanServer
after MBeanServer too many exceptions are thrown and window is closed. it is too fast that i could not see any of those exceptions.
please anyone out there help me to solve this problem.

[ August 12, 2003: Message edited by: pavan basa ]
[ August 12, 2003: Message edited by: pavan basa ]
 
Carl Trusiak
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you type catalins run, the window remains open and you can read the exceptions!!!
 
pavan basa
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi , thank u all for interest in problem. i got the solution. problem was with dail-up network connection. unfortunately dial up network was uninstalled from my system. and i could not able to start the tomcat, which was throwing unsupported protocol service.
i have installed it back and got it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic