Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is java.lang.reflect.InvocationTargetException

Status
Not open for further replies.

smitapatnaik

Programmer
Nov 17, 2003
5
0
0
IN
When i am starting my server(Jakarta-tomcat-4.1.29) i am getting this java.lang.reflect.InvocationTargetException??
What could the reason be??
 
Hi,

It is the problem with the ClassLoader class. I think some of the jar files are not in class path as tomcat is looking for those java class files to start up.

Just make sure you have all the required jar files in tomcat and your Classpath is correct.

Cheers,
Venu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top