There doesn't seem to be a stack trace in the tomcat logs , this is all I could get
- Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true - Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true - Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true - Initializing, config='org.apache.struts.taglib.logic.LocalStrings', returnNull=true - Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true - Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true - Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true - Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true - Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true that's from the Catalina.out thnaks -----Original Message----- From: Mahen Perera [mailto:[EMAIL PROTECTED] Sent: 19 October 2004 14:39 To: [EMAIL PROTECTED] Subject: Re: java.lang.reflect.InvocationTargetException Hi suzy,, send the full stack trace pls,, cos with the info u have provided cant get any clues. The invocationtarget exception comes when using reflection to call a method of a java class. The method which is called using reflection throws an exception, this is wrapped inside an invocationtargetexception by the JRE and sent to the user. So the invocationtargetexception must be coming inside Axis Client engine or somewhere ard that. Regards Mahen On Tue, 19 Oct 2004 14:02:26 +0100, Suzy Fynes <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > Can anyone tell me what this exception means when I run my client on a java > web service using axis > > > > java.lang.reflect.InvocationTargetException > > > > Thanks > > Suzy > > > >