users@glassfish.java.net

Re: QL failure

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Fri, 15 Jun 2007 01:51:16 -0700

Hi Vijay,

This is what I have:

janey_at_shreedunix:/export/home/janey/GlassFish/glassfish_cl/publish/glassfish/lib>
jar tvf webservices-tools.jar | grep AnnotationProcessorFactory
    49 Fri May 25 23:36:00 PDT 2007
META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory
  3476 Fri May 25 23:35:58 PDT 2007
com/sun/istack/ws/AnnotationProcessorFactoryImpl.class
  1571 Thu Apr 26 09:48:22 PDT 2007
com/sun/tools/jxc/apt/AnnotationProcessorFactoryImpl.class


Looks like the classes are there but with different dates.

Jane



Vijay Ramachandran wrote:

> 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