You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by David Thielen <da...@windward.net> on 2004/04/17 00:12:30 UTC

What does java.lang.reflect.InvocationTargetException mean?

Hi;

 

I am trying to run deploy.wsdd and get:

 

java org.apache.axis.client.AdminClient deploy.wsdd

Processing file deploy.wsdd

Exception:: java.lang.reflect.InvocationTargetException

 

Any ideas?

 

Thanks - dave


Re: What does java.lang.reflect.InvocationTargetException mean?

Posted by "sreekantan, vijay" <vi...@yahoo.com>.
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor. 

This will get thrown when you invoke a method using reflection. The actual exceptioncan be extracted from this.

In your case, Axis might be initializing the serializer / deserializer factories and some wrong information might be throwing this message.

It could also be a class that you are serializing from / deserializing to does not have a default constructor.

Debugging is the only option.

Vijay


David Thielen <da...@windward.net> wrote:

Hi;

 

I am trying to run deploy.wsdd and get:

 

java org.apache.axis.client.AdminClient deploy.wsdd

Processing file deploy.wsdd

Exception:: java.lang.reflect.InvocationTargetException

 

Any ideas?

 

Thanks - dave


		
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th