Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4990562

apt crashes when specified annnotation factory is not found on CP

XMLWordPrintable

    • apt
    • b43
    • generic
    • generic

      apt crashes when given both -cp pointing to a jar file and -classpath .
      testAPF1 is specified in the jar file as second classpath is used(?) and apt crashes when it cannot find specified AP factory.

      The crash is related to apt not being able to find the provider specified in
      META_INF/com.sun.mirror.apt.AnnotationProcessorFactory
      If I put a dummy value in there and run apt, it will crash in the same way(see second dump below).

      /export/jdk150apt/bin/apt -cp /export/annotations/jars/testAP1.jar -classpath . -nocompile A.java
      An exception has occurred in the compiler (1.5.0-internal). Please file a bug at the Java Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi) after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you.
      sun.misc.ServiceConfigurationError: com.sun.mirror.apt.AnnotationProcessorFactory: Provider testAPF1 not found
              at sun.misc.Service.fail(Service.java:129)
              at sun.misc.Service.access+000(Service.java:111)
              at sun.misc.Service$LazyIterator.next(Service.java:273)
              at com.sun.tools.apt.comp.Apt.main(Apt.java:252)
              at com.sun.tools.apt.main.JavaCompiler.compile(JavaCompiler.java:416)
              at com.sun.tools.apt.main.Main.compile(Main.java:859)
              at com.sun.tools.apt.main.Main.compile(Main.java:741)
              at com.sun.tools.apt.Main.compile(Main.java:41)
              at com.sun.tools.apt.Main.main(Main.java:32)

      With nonsense name,poof, for Provider:
      sun.misc.ServiceConfigurationError: com.sun.mirror.apt.AnnotationProcessorFactory: Provider poof not found
              at sun.misc.Service.fail(Service.java:129)
              at sun.misc.Service.access+000(Service.java:111)
              at sun.misc.Service$LazyIterator.next(Service.java:273)
              at com.sun.tools.apt.comp.Apt.main(Apt.java:252)
              at com.sun.tools.apt.main.JavaCompiler.compile(JavaCompiler.java:416)
              at com.sun.tools.apt.main.Main.compile(Main.java:859)
              at com.sun.tools.apt.main.Main.compile(Main.java:741)
              at com.sun.tools.apt.Main.compile(Main.java:41)
              at com.sun.tools.apt.Main.main(Main.java:32)


      ###@###.### 2004-02-06

            darcy Joe Darcy
            ssides Steve Sides
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: