Re: [Soaplab-users] Intermittent error invoking Soaplab2-axis services
Brought to you by:
marsenger
|
From: Mahmut U. <ul...@eb...> - 2008-11-10 14:02:07
|
Hi,
> I have a few simple scripts wrapped using Soaplab2. Occasionally (about in 1
> in 4 invocations, but always immediately after startup, or after a period of
> innactivity), I get the following exception:
>
> AxisFault
> faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
> faultSubcode:
> faultString: org.xml.sax.SAXParseException: Premature end of file.
>
> I've made my catalina.out available here:
>
> http://kraz.omii.ac.uk/~jsr2/catalina.out
looking at the above log file, it is possible that you might have an
invalid server-config.wsdd file.
It would be useful to check your server-config.wsdd file against the
following error message recorded in the same log file.
org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed.
Regards,
Mahmut
|