• 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 startup error

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

I have my aplication deployed in tomcat 4.1.24.
As my system crashed i shifted this application to other system but when I am trying to start tomcat i am getting this error:

C:\>%CATALINA_HOME%\bin\startup
Using CATALINA_BASE: D:\Tomcat\jakarta-tomcat-4.1.24
Using CATALINA_HOME: D:\Tomcat\jakarta-tomcat-4.1.24
Using CATALINA_TMPDIR: D:\Tomcat\jakarta-tomcat-4.1.24\temp
Using JAVA_HOME: D:\Program Files\Java\jdk1.5.0_12
The system cannot find the file -Djava.endorsed.dirs=D:\Tomcat\jakarta-tomcat-4.1.24\common\endorsed.

can anybody help me out whats the cause of this error and how to resolve it.

Thanks,
Manoj.
 
Manoj Globeop
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody help me about the reason for this error. I tried all possible option regarding environment variable setting but nothing worked.

Thanks,
Manoj.
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Manoj" please check your private messages for an important administrative matter. You can see them by clicking the My Private Messages link above.
 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the path "D:\Tomcat\jakarta-tomcat-4.1.24\common\endorsed" exist??

I can also see that you have the JDK installed in a path with spaces - try to move the hole jdk1.5.0_12 folder to a location without spaces - e.g. in the root of the C drive, resetting JAVA_HOME to the new location, and add C:\jdk1.5.0_12\bin to your environment path.
[ December 31, 2008: Message edited by: Rene Larsen ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic