• 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

error at startup tomcat 5.0

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi i m using xp
when i startup tomcat 5.0 i got following errors

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:30)
at sun.reflect.InflatableMethodAccessorImpl.invoke(InflatableMethodAcces
sorImpl.java:48)
at java.lang.reflect.Method.invoke(Method.java:306)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:247)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:421)
Caused by: java.lang.NoSuchMethodError: java.util.logging.Logger.logp(Ljava/util
/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String V
at org.apache.commons.logging.impl.Jdk14Logger.log(Jdk14Logger.java:126)

at org.apache.commons.logging.impl.Jdk14Logger.info(Jdk14Logger.java:193
)
at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:148)

at org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.
java:1402)
at org.apache.catalina.core.StandardService.initialize(StandardService.j
ava:605)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.jav
a:2369)
at org.apache.catalina.startup.Catalina.load(Catalina.java:507)
at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
... 6 more

what should i do plz help in detail

bye
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is the the first/only instance of Tomcat on your system?
What version of Java is installed?
How was Tomcat installed? exe or zip?
How are you trying to start Tomcat?
Did you change any environment settings - for example JAVA_HOME

Bill
 
imran sadiq
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this will be the first
i use jdk1.4
i use .exe
i try to start it with startup.bat and also try "catalina run" only to read the error
i set java_home to home dir of jkd as
java_home=e:\jdk1.4
reply
    Bookmark Topic Watch Topic
  • New Topic