I've seen the same problem; cranked logging right up to debug and not seen a
thing on the concole (edit log4j.properties BTW).

My hypothesis was that something about my code/WSDD was breaking everything.
But I couldnt track down exactly where the break was occuring, so as to add
more helpful messages. And I went to a WSDL driven build process which took
the problem away.

Sorry to be of limited help. There are slightly more detailed messages in
the CVS version of axis than in Axis 1.0 for this bit of problem (Added as I
went along), but not enough to fix it.

-steve

----- Original Message -----
From: "Steve Kinsman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 06, 2002 19:39
Subject: Service deployment silently fails - how to find out why?


> Hi all, I hope someone can set me on the right path here.
> I'm using Axis 1.0 and Tomcat from the JBoss 3.0.3 / Tomcat 4.1.12
> release.  (I'm not using JBoss in this case.)
> I had two services which were deploying & being called by the
> auto-generated JUnit test cases OK.
> I then added a full implementation to one of these services (instead of
> just a "dummy" implementation outputting "I got called!" debug).
> Now if I deploy this fully-implemented service the following occurs:
>  - The "View the list of deployed Web services" option no longer works
> (I just get a page with "And now ... Some Services", and nothing else).
>  - I can't call or do "?wsdl" to retrieve the WSDL for this
> fully-implemented service ... but I can for other services.
> If I try to call it from its auto-generated test case then I get back
> "Remote Exception caught: (500)Internal Server Error".
>  - No errors are logged to the Tomcat console.  Should I be looking
> elsewhere?
>  - If I undeploy the fully-implemented service then "View the list of
> deployed Web services" works correctly again.
>
> I suspect deployment is failing because of missing class dependencies,
> but I think that I should be getting some sort of error messages hinting
> at this!
> What am I missing?
>
> Thanks in advance,
>
> Steve Kinsman
> ---------------------------- ERG Group --------------------------
> The contents of this email and any attachments are confidential
> and may only be read by the intended recipient.
> -----------------------------------------------------------------
>
>
>

Reply via email to