Jane Young wrote:
> Attached are runtest.output and server.log from a fresh run.
>
The root cause for deployment failure is this :
java.lang.NoClassDefFoundError:
com/sun/mirror/apt/AnnotationProcessorFactory
Can you check if jar tvf $AS_HOME/lib/webservices-tools.jar | grep
AnnotationProcessorFactory gives these results ?
webservices-tools.jar
49 Mon Apr 09 12:30:46 PDT 2007
META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory
3476 Mon Apr 09 12:30:44 PDT 2007
com/sun/istack/ws/AnnotationProcessorFactoryImpl.class
1571 Sat Apr 07 07:01:16 PDT 2007
com/sun/tools/jxc/apt/AnnotationProcessorFactoryImpl.class
If not, somehow the contents of webservices-tools.jar are messed up.
Bhakti Mehta / Mike Grogan may be able to unravel mystery of these
missing classes
Vijay