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 <[EMAIL PROTECTED]> 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

Reply via email to