Do you are trying to deploy some beans which contains another beans
which contains
another beans etc. I don't know exactly what Axis perform for
discovering relationships
in the beans. But i think it uses reflection or instrospection. Maybe
there is no end in
your relationship ! Maybe you have to indicate explicitly when Axis
has to stop its
reflection
--------------
Sebastien
On Wed, 16 Feb 2005 17:30:34 -0800 (PST), Samisa Abeysinghe
<[EMAIL PROTECTED]> wrote:
> I get a SOAP fault when trying to deploy wsdd with AdminClient.
>
> No clue why this is happening. I have the classes on my CLASSPATH.
> Appriciate any help.
>
> Details below.
>
> Thanks,
> Samisa...
>
> Processing file ca/deploy.wsdd
> Exception: AxisFault
> faultCode:
> {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
> faultSubcode:
> faultString: java.lang.reflect.InvocationTargetException
> faultActor:
> faultNode:
> faultDetail:
> {http://xml.apache.org/axis/}stackTrace:AxisFault
> faultCode:
> {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
> faultSubcode:
> faultString: java.lang.reflect.InvocationTargetException
> faultActor:
> faultNode:
> faultDetail:
>
> java.lang.reflect.InvocationTargetException
> at
> org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:223)
> at
> org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:130)
> at
> org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1053)
> at
> org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
> at
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
> at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
> at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> Source)
> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> Source)
> at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
> Source)
> at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
> at
> org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:218)
> at
> org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:568)
> at org.apache.axis.Message.getSOAPEnvelope(Message.java:427)
> at
> org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:701)
> at
> org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:93)
> at
> org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
> at
> org.apache.axis.client.AxisClient.invoke(AxisClient.java:144)
> at org.apache.axis.client.Call.invokeEngine(Call.java:2688)
> at org.apache.axis.client.Call.invoke(Call.java:2671)
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - Easier than ever with enhanced search. Learn more.
> http://info.mail.yahoo.com/mail_250
>