eclipse-ee4j / glassfish

Eclipse GlassFish
https://eclipse-ee4j.github.io/glassfish/
384 stars 143 forks source link

Not able to start DAS with JDK8 #19263

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 11 years ago

Starting GlassFish 4.0 (build 60) with JDK 8 but gives the following errors:

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=192m; support was removed in 8.0 Launching GlassFish on Felix platform ERROR: Error parsing system bundle export statement: org.osgi.framework; version=1.6.0, org.osgi.framework.launch; version=1.0.0, org.osgi.framework.wiring; version=1.0.0, org.osgi.framework.startlevel; version=1.0.0, org.osgi.framework.hooks.bundle; version=1.0.0, org.osgi.framework.hooks.resolver; version=1.0.0, org.osgi.framework.hooks.service; version=1.1.0, org.osgi.framework.hooks.weaving; version=1.0.0, org.osgi.service.packageadmin; version=1.2.0, org.osgi.service.startlevel; version=1.1.0, org.osgi.service.url; version=1.0.0, org.osgi.util.tracker; version=1.5.0, , org.glassfish.embeddable;org.glassfish.embeddable.spi;version=3.1.1 (org.osgi.framework.BundleException: Exported package names cannot be zero length.) org.osgi.framework.BundleException: Exported package names cannot be zero length. at org.apache.felix.framework.util.manifestparser.ManifestParser.normalizeExportClauses(ManifestParser.java:729) at org.apache.felix.framework.util.manifestparser.ManifestParser.(ManifestParser.java:191) at org.apache.felix.framework.ExtensionManager.(ExtensionManager.java:220) at org.apache.felix.framework.Felix.(Felix.java:374) at org.apache.felix.framework.FrameworkFactory.newFramework(FrameworkFactory.java:28) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiFrameworkLauncher.launchOSGiFrameWork(OSGiFrameworkLauncher.java:77) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:129) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Oct 30, 2012 9:57:11 AM BundleProvisioner createBundleProvisioner INFO: clazz = class com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner Oct 30, 2012 9:57:11 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/flashlight-extra-jdk-packages.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

Oct 30, 2012 9:57:12 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/glassfish-corba-omgapi.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

Oct 30, 2012 9:57:12 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/glassfish-extra-jre-packages.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

Oct 30, 2012 9:57:12 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/glassfish-oracle-jdbc-driver-packages.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

Oct 30, 2012 9:57:12 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/javax.transaction.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

Oct 30, 2012 9:57:13 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/webservices-extra-jdk-packages.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

ERROR: Bundle jaxb-api [2] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/endorsed/jaxb-api-osgi.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle jaxb-api [2]: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=javax.activation)) org.osgi.framework.BundleException: Unresolved constraint in bundle jaxb-api [2]: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=javax.activation) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.metro.webservices-api-osgi [3] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/endorsed/webservices-api-osgi.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.metro.webservices-api-osgi [3]: Unable to resolve 3.0: missing requirement [3.0] osgi.wiring.package; (&(osgi.wiring.package=javax.xml.bind)(version>=2.2.0)) [caused by: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=javax.activation)]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.metro.webservices-api-osgi [3]: Unable to resolve 3.0: missing requirement [3.0] osgi.wiring.package; (&(osgi.wiring.package=javax.xml.bind)(version>=2.2.0)) [caused by: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=javax.activation)] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.osgi-resource-locator [4] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/osgi-resource-locator.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.osgi-resource-locator [4]: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.osgi-resource-locator [4]: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0)) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.asm-all-repackaged [18]: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) ERROR: Bundle org.glassfish.hk2.external.asm-all-repackaged [18] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/asm-all-repackaged.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.asm-all-repackaged [18]: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform)) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.external.bean-validator [20] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/bean-validator.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.bean-validator [20]: Unable to resolve 20.0: missing requirement [20.0] osgi.wiring.package; (osgi.wiring.package=javax.script)) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.bean-validator [20]: Unable to resolve 20.0: missing requirement [20.0] osgi.wiring.package; (osgi.wiring.package=javax.script) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.external.cglib [21] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/cglib.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.cglib [21]: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=org.objectweb.asm.util)(password=GlassFish)) [caused by: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform)]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.cglib [21]: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=org.objectweb.asm.util)(password=GlassFish)) [caused by: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform)] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.config-types [36] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/config-types.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.config-types [36]: Unable to resolve 36.0: missing requirement [36.0] osgi.wiring.package; (&(osgi.wiring.package=org.jvnet.hk2.annotations)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.config-types [36]: Unable to resolve 36.0: missing requirement [36.0] osgi.wiring.package; (&(osgi.wiring.package=org.jvnet.hk2.annotations)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.core [67] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/core.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.core [67]: Unable to resolve 67.0: missing requirement [67.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.core [67]: Unable to resolve 67.0: missing requirement [67.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.main.core.glassfish [108] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/glassfish.jar (org.osgi.framework.BundleException: Activator start error in bundle org.glassfish.main.core.glassfish [108].) java.lang.NoClassDefFoundError: org/osgi/framework/BundleActivator at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:791) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.findClass(BundleWiringImpl.java:2128) at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1432) at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:72) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1843) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) at org.apache.felix.framework.BundleWiringImpl.getClassByDelegation(BundleWiringImpl.java:1317) at org.apache.felix.framework.Felix.createBundleActivator(Felix.java:4170) at org.apache.felix.framework.Felix.activateBundle(Felix.java:1972) at org.apache.felix.framework.Felix.startBundle(Felix.java:1895) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) Caused by: java.lang.ClassNotFoundException: org.osgi.framework.BundleActivator not found by org.glassfish.main.core.glassfish [108] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1460) at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:72) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1843) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 14 more ERROR: Bundle org.glassfish.hk2.api [117] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/hk2-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.api [117]: Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.api [117]: Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.config [118] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/hk2-config.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.config [118]: Unable to resolve 118.0: missing requirement [118.0] osgi.wiring.package; (&(osgi.wiring.package=com.sun.hk2.component)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 119.0: missing requirement [119.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)() not found.(version>=3.0.0))) [caused by: Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.config [118]: Unable to resolve 118.0: missing requirement [118.0] osgi.wiring.package; (&(osgi.wiring.package=com.sun.hk2.component)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 119.0: missing requirement [119.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)() not found.(version>=3.0.0))) [caused by: Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.locator [120] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/hk2-locator.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.locator [120]: Unable to resolve 120.0: missing requirement [120.0] osgi.wiring.package; (osgi.wiring.package=net.sf.cglib.proxy) [caused by: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=org.objectweb.asm.util)(password=GlassFish)) [caused by: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform)]]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.locator [120]: Unable to resolve 120.0: missing requirement [120.0] osgi.wiring.package; (osgi.wiring.package=net.sf.cglib.proxy) [caused by: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=org.objectweb.asm.util)(password=GlassFish)) [caused by: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform)]] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.runlevel [121] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/hk2-runlevel.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.runlevel [121]: Unable to resolve 121.0: missing requirement [121.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.runlevel [121]: Unable to resolve 121.0: missing requirement [121.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.apache.felix.bundlerepository [202] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/org.apache.felix.bundlerepository.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.bundlerepository [202]: Unable to resolve 202.0: missing requirement [202.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.4.0)(!(version>=2.0.0)))) org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.bundlerepository [202]: Unable to resolve 202.0: missing requirement [202.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.4.0)(!(version>=2.0.0))) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.osgi-adapter [212] Error starting file:/Users/arungup/tools/glassfish/4.0/60/glassfish3/glassfish/modules/osgi-adapter.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.osgi-adapter [212]: Unable to resolve 212.0: missing requirement [212.0] osgi.wiring.package; (&(osgi.wiring.package=com.sun.enterprise.module)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 67.0: missing requirement [67.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)() not found.(version>=3.0.0))) [caused by: Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.osgi-adapter [212]: Unable to resolve 212.0: missing requirement [212.0] osgi.wiring.package; (&(osgi.wiring.package=com.sun.enterprise.module)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 67.0: missing requirement [67.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)() not found.(version>=3.0.0))) [caused by: Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: org.glassfish.embeddable.GlassFishException: org.glassfish.embeddable.GlassFishException: No GlassFishRuntime available at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:169) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) ... 6 more Caused by: org.glassfish.embeddable.GlassFishException: No GlassFishRuntime available at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.getGlassFishRuntime(OSGiGlassFishRuntimeBuilder.java:207) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:167) ... 9 more Error stopping framework: java.lang.NullPointerException java.lang.NullPointerException at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher$1.run(GlassFishMain.java:203) Command start-domain failed. The DAS was stopped.

A similar error is also reported at:

http://stackoverflow.com/questions/13139794/glassfish-server-does-not-work-with-jdk-8

Affected Versions

[4.0_dev]

glassfishrobot commented 6 years ago
glassfishrobot commented 11 years ago

@glassfishrobot Commented arungupta said: Adding

jre-1.8=$

{jre-1.7}

as the last line in osgi.properties got past that error, but DAS still not starting and now getting:

[#|2012-10-30T10:08:57.780-0700|INFO|44.0|com.sun.enterprise.config.modularity.ConfigModularityUtils|_ThreadID=1;_ThreadName=main;_TimeMillis=1351616937780;_LevelValue=800;|The provided path is not valid: server[$CURRENT_INSTANCE_SERVER_NAME] resolved to component name: $CURRENT_INSTANCE_SERVER_NAME java.lang.IllegalArgumentException: wrong number of arguments at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.config.modularity.ConfigModularityUtils.getOwner(ConfigModularityUtils.java:337) at com.sun.enterprise.config.modularity.ConfigModularityUtils.getOwningObject(ConfigModularityUtils.java:282) at com.sun.enterprise.config.modularity.parser.ConfigurationParser.parseAndSetConfigBean(ConfigurationParser.java:101) at com.sun.enterprise.config.modularity.parser.ModuleConfigurationLoader.addConfigBeanFor(ModuleConfigurationLoader.java:129) at com.sun.enterprise.config.modularity.parser.ModuleConfigurationLoader.createConfigBeanForType(ModuleConfigurationLoader.java:83) at com.sun.enterprise.config.modularity.ExtensionPatternInvocationImpl.handleExtension(ExtensionPatternInvocationImpl.java:91) at org.jvnet.hk2.config.Dom.invokeConfigExtensionMethod(Dom.java:1138) at org.jvnet.hk2.config.Dom.invoke(Dom.java:1079) at org.glassfish.config.support.TranslatedConfigView.invoke(TranslatedConfigView.java:131) at $Proxy35.getExtensionByType(Unknown Source) at com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle.postConstruct(JmsProviderLifecycle.java:102) at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:249) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:288) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:86) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at com.sun.enterprise.v3.server.RunLevelBridge.activate(RunLevelBridge.java:141) at com.sun.enterprise.v3.server.RunLevelBridge.postConstruct(RunLevelBridge.java:97) at com.sun.enterprise.v3.server.PostStartupRunLevelBridge.postConstruct(PostStartupRunLevelBridge.java:56) at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:249) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:288) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.glassfish.hk2.runlevel.internal.RunLevelContext.findOrCreate(RunLevelContext.java:119) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.activate(RunLevelControllerImpl.java:365) at com.sun.enterprise.v3.server.AppServerStartup$AppServerActivator.activate(AppServerStartup.java:407) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.activateRunLevel(RunLevelControllerImpl.java:828) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.upActiveRecorder(RunLevelControllerImpl.java:782) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.run(RunLevelControllerImpl.java:677) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$SyncProceedToWorker.proceedTo(RunLevelControllerImpl.java:948) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:565) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:349) at com.sun.enterprise.v3.server.AppServerStartup.proceedTo(AppServerStartup.java:370) at com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:257) at com.sun.enterprise.v3.server.AppServerStartup.doStart(AppServerStartup.java:174) at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:165) at com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.start(GlassFishImpl.java:79) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl.start(EmbeddedOSGiGlassFishImpl.java:73) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishImpl.start(OSGiGlassFishImpl.java:71) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55)

| #] |

[#|2012-10-30T10:08:57.784-0700|SEVERE|44.0|com.sun.enterprise.v3.server.RunLevelBridge|_ThreadID=1;_ThreadName=main;_TimeMillis=1351616937784;_LevelValue=1000;|problem starting ServiceHandle(SystemDescriptor( implementation=com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle contracts=

{com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle,org.glassfish.internal.api.PostStartup}

scope=javax.inject.Singleton qualifiers={} descriptorType=CLASS metadata= rank=0 loader=org.jvnet.hk2.osgiadapter.OsgiPopulatorPostProcessor$1@3d7ffd81 id=1084 locatorId=0 identityHashCode=500973490 reified=true),1725550190): A MultiException has 2 exceptions. They are: 1. java.lang.NullPointerException 2. java.lang.IllegalStateException: Unable to create or inject com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle

| #] |

[#|2012-10-30T10:08:57.785-0700|SEVERE|44.0|com.sun.enterprise.v3.server.RunLevelBridge|_ThreadID=1;_ThreadName=main;_TimeMillis=1351616937785;_LevelValue=1000;|nested error MultiException stack 1 of 2 java.lang.NullPointerException at java.lang.reflect.Proxy.getInvocationHandler(Proxy.java:653) at org.jvnet.hk2.config.Dom.unwrap(Dom.java:389) at com.sun.enterprise.config.modularity.parser.ConfigurationPopulator.run(ConfigurationPopulator.java:82) at com.sun.enterprise.config.modularity.parser.ConfigurationParser.parseAndSetConfigBean(ConfigurationParser.java:121) at com.sun.enterprise.config.modularity.parser.ModuleConfigurationLoader.addConfigBeanFor(ModuleConfigurationLoader.java:129) at com.sun.enterprise.config.modularity.parser.ModuleConfigurationLoader.createConfigBeanForType(ModuleConfigurationLoader.java:83) at com.sun.enterprise.config.modularity.ExtensionPatternInvocationImpl.handleExtension(ExtensionPatternInvocationImpl.java:91) at org.jvnet.hk2.config.Dom.invokeConfigExtensionMethod(Dom.java:1138) at org.jvnet.hk2.config.Dom.invoke(Dom.java:1079) at org.glassfish.config.support.TranslatedConfigView.invoke(TranslatedConfigView.java:131) at $Proxy35.getExtensionByType(Unknown Source) at com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle.postConstruct(JmsProviderLifecycle.java:102) at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:249) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:288) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:86) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at com.sun.enterprise.v3.server.RunLevelBridge.activate(RunLevelBridge.java:141) at com.sun.enterprise.v3.server.RunLevelBridge.postConstruct(RunLevelBridge.java:97) at com.sun.enterprise.v3.server.PostStartupRunLevelBridge.postConstruct(PostStartupRunLevelBridge.java:56) at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:249) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:288) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.glassfish.hk2.runlevel.internal.RunLevelContext.findOrCreate(RunLevelContext.java:119) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.activate(RunLevelControllerImpl.java:365) at com.sun.enterprise.v3.server.AppServerStartup$AppServerActivator.activate(AppServerStartup.java:407) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.activateRunLevel(RunLevelControllerImpl.java:828) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.upActiveRecorder(RunLevelControllerImpl.java:782) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.run(RunLevelControllerImpl.java:677) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$SyncProceedToWorker.proceedTo(RunLevelControllerImpl.java:948) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:565) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:349) at com.sun.enterprise.v3.server.AppServerStartup.proceedTo(AppServerStartup.java:370) at com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:257) at com.sun.enterprise.v3.server.AppServerStartup.doStart(AppServerStartup.java:174) at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:165) at com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.start(GlassFishImpl.java:79) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl.start(EmbeddedOSGiGlassFishImpl.java:73) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishImpl.start(OSGiGlassFishImpl.java:71) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) MultiException stack 2 of 2 java.lang.IllegalStateException: Unable to create or inject com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:302) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:86) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at com.sun.enterprise.v3.server.RunLevelBridge.activate(RunLevelBridge.java:141) at com.sun.enterprise.v3.server.RunLevelBridge.postConstruct(RunLevelBridge.java:97) at com.sun.enterprise.v3.server.PostStartupRunLevelBridge.postConstruct(PostStartupRunLevelBridge.java:56) at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:249) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:288) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.glassfish.hk2.runlevel.internal.RunLevelContext.findOrCreate(RunLevelContext.java:119) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.activate(RunLevelControllerImpl.java:365) at com.sun.enterprise.v3.server.AppServerStartup$AppServerActivator.activate(AppServerStartup.java:407) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.activateRunLevel(RunLevelControllerImpl.java:828) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.upActiveRecorder(RunLevelControllerImpl.java:782) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.run(RunLevelControllerImpl.java:677) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$SyncProceedToWorker.proceedTo(RunLevelControllerImpl.java:948) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:565) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:349) at com.sun.enterprise.v3.server.AppServerStartup.proceedTo(AppServerStartup.java:370) at com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:257) at com.sun.enterprise.v3.server.AppServerStartup.doStart(AppServerStartup.java:174) at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:165) at com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.start(GlassFishImpl.java:79) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl.start(EmbeddedOSGiGlassFishImpl.java:73) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishImpl.start(OSGiGlassFishImpl.java:71) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55)

| #] |

[#|2012-10-30T10:08:57.786-0700|INFO|44.0|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=1;_ThreadName=main;_TimeMillis=1351616937786;_LevelValue=800;|shutdown requested MultiException stack 1 of 3 java.lang.NullPointerException at java.lang.reflect.Proxy.getInvocationHandler(Proxy.java:653) at org.jvnet.hk2.config.Dom.unwrap(Dom.java:389) at com.sun.enterprise.config.modularity.parser.ConfigurationPopulator.run(ConfigurationPopulator.java:82) at com.sun.enterprise.config.modularity.parser.ConfigurationParser.parseAndSetConfigBean(ConfigurationParser.java:121) at com.sun.enterprise.config.modularity.parser.ModuleConfigurationLoader.addConfigBeanFor(ModuleConfigurationLoader.java:129) at com.sun.enterprise.config.modularity.parser.ModuleConfigurationLoader.createConfigBeanForType(ModuleConfigurationLoader.java:83) at com.sun.enterprise.config.modularity.ExtensionPatternInvocationImpl.handleExtension(ExtensionPatternInvocationImpl.java:91) at org.jvnet.hk2.config.Dom.invokeConfigExtensionMethod(Dom.java:1138) at org.jvnet.hk2.config.Dom.invoke(Dom.java:1079) at org.glassfish.config.support.TranslatedConfigView.invoke(TranslatedConfigView.java:131) at $Proxy35.getExtensionByType(Unknown Source) at com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle.postConstruct(JmsProviderLifecycle.java:102) at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:249) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:288) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:86) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at com.sun.enterprise.v3.server.RunLevelBridge.activate(RunLevelBridge.java:141) at com.sun.enterprise.v3.server.RunLevelBridge.postConstruct(RunLevelBridge.java:97) at com.sun.enterprise.v3.server.PostStartupRunLevelBridge.postConstruct(PostStartupRunLevelBridge.java:56) at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:249) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:288) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.glassfish.hk2.runlevel.internal.RunLevelContext.findOrCreate(RunLevelContext.java:119) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.activate(RunLevelControllerImpl.java:365) at com.sun.enterprise.v3.server.AppServerStartup$AppServerActivator.activate(AppServerStartup.java:407) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.activateRunLevel(RunLevelControllerImpl.java:828) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.upActiveRecorder(RunLevelControllerImpl.java:782) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.run(RunLevelControllerImpl.java:677) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$SyncProceedToWorker.proceedTo(RunLevelControllerImpl.java:948) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:565) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:349) at com.sun.enterprise.v3.server.AppServerStartup.proceedTo(AppServerStartup.java:370) at com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:257) at com.sun.enterprise.v3.server.AppServerStartup.doStart(AppServerStartup.java:174) at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:165) at com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.start(GlassFishImpl.java:79) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl.start(EmbeddedOSGiGlassFishImpl.java:73) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishImpl.start(OSGiGlassFishImpl.java:71) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) MultiException stack 2 of 3 java.lang.IllegalStateException: Unable to create or inject com.sun.enterprise.connectors.jms.system.JmsProviderLifecycle at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:302) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:86) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at com.sun.enterprise.v3.server.RunLevelBridge.activate(RunLevelBridge.java:141) at com.sun.enterprise.v3.server.RunLevelBridge.postConstruct(RunLevelBridge.java:97) at com.sun.enterprise.v3.server.PostStartupRunLevelBridge.postConstruct(PostStartupRunLevelBridge.java:56) at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:249) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:288) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.glassfish.hk2.runlevel.internal.RunLevelContext.findOrCreate(RunLevelContext.java:119) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.activate(RunLevelControllerImpl.java:365) at com.sun.enterprise.v3.server.AppServerStartup$AppServerActivator.activate(AppServerStartup.java:407) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.activateRunLevel(RunLevelControllerImpl.java:828) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.upActiveRecorder(RunLevelControllerImpl.java:782) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.run(RunLevelControllerImpl.java:677) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$SyncProceedToWorker.proceedTo(RunLevelControllerImpl.java:948) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:565) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:349) at com.sun.enterprise.v3.server.AppServerStartup.proceedTo(AppServerStartup.java:370) at com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:257) at com.sun.enterprise.v3.server.AppServerStartup.doStart(AppServerStartup.java:174) at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:165) at com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.start(GlassFishImpl.java:79) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl.start(EmbeddedOSGiGlassFishImpl.java:73) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishImpl.start(OSGiGlassFishImpl.java:71) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to create or inject com.sun.enterprise.v3.server.PostStartupRunLevelBridge at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:296) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:412) at org.glassfish.hk2.runlevel.internal.RunLevelContext.findOrCreate(RunLevelContext.java:119) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:186) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.activate(RunLevelControllerImpl.java:365) at com.sun.enterprise.v3.server.AppServerStartup$AppServerActivator.activate(AppServerStartup.java:407) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.activateRunLevel(RunLevelControllerImpl.java:828) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.upActiveRecorder(RunLevelControllerImpl.java:782) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$Worker.run(RunLevelControllerImpl.java:677) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl$SyncProceedToWorker.proceedTo(RunLevelControllerImpl.java:948) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:565) at org.glassfish.hk2.runlevel.utilities.RunLevelControllerImpl.proceedTo(RunLevelControllerImpl.java:349) at com.sun.enterprise.v3.server.AppServerStartup.proceedTo(AppServerStartup.java:370) at com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:257) at com.sun.enterprise.v3.server.AppServerStartup.doStart(AppServerStartup.java:174) at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:165) at com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.start(GlassFishImpl.java:79) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl.start(EmbeddedOSGiGlassFishImpl.java:73) at com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishImpl.start(OSGiGlassFishImpl.java:71) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55)

| #] |

[#|2012-10-30T10:08:57.856-0700|INFO|44.0|javax.enterprise.system.tools.admin.com.sun.enterprise.v3.admin|_ThreadID=45;_ThreadName=Thread-10;_TimeMillis=1351616937856;_LevelValue=800;|Server shutdown initiated|#]

[#|2012-10-30T10:08:58.680-0700|INFO|44.0|javax.enterprise.system.jmx|_ThreadID=46;_ThreadName=Thread-11;_TimeMillis=1351616938680;_LevelValue=800;_MessageID=AS-JMX-00005;|JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://dhcp-santaclara22-1fl-west-10-132-178-188.usdhcp.oraclecorp.com:8686/jndi/rmi://dhcp-santaclara22-1fl-west-10-132-178-188.usdhcp.oraclecorp.com:8686/jmxrmi|#]

[#|2012-10-30T10:08:58.786-0700|INFO|44.0|com.sun.enterprise.glassfish.bootstrap.osgi|_ThreadID=1;_ThreadName=main;_TimeMillis=1351616938786;_LevelValue=800;|Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@2def18d3 as OSGi service registration: org.apache.felix.framework.ServiceRegistrationImpl@3ff09a71|#]

[#|2012-10-30T10:08:58.865-0700|INFO|44.0|com.sun.enterprise.glassfish.bootstrap.osgi|_ThreadID=45;_ThreadName=Thread-10;_TimeMillis=1351616938865;_LevelValue=800;|Unregistered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@2def18d3 from service registry|#]

[#|2012-10-30T10:08:58.865-0700|INFO|44.0|javax.enterprise.logging.stdout|_ThreadID=45;_ThreadName=Thread-10;_TimeMillis=1351616938865;_LevelValue=800;|FileMonitoring shutdown|#]

[#|2012-10-30T10:08:58.870-0700|INFO|44.0|javax.enterprise.system.jmx|_ThreadID=45;_ThreadName=Thread-10;_TimeMillis=1351616938870;_LevelValue=800;_MessageID=AS-JMX-00002;|JMXStartupService: Stopped JMXConnectorServer: null|#]

[#|2012-10-30T10:08:58.871-0700|INFO|44.0|javax.enterprise.system.jmx|_ThreadID=45;_ThreadName=Thread-10;_TimeMillis=1351616938871;_LevelValue=800;_MessageID=AS-JMX-00001;|JMXStartupService and JMXConnectors have been shut down.|#]

[#|2012-10-30T10:08:58.990-0700|INFO|44.0|javax.enterprise.logging.stdout|_ThreadID=45;_ThreadName=Thread-10;_TimeMillis=1351616938990;_LevelValue=800;|JdbcRuntimeExtension, getAllSystemRAResourcesAndPools = [GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool]|#]

Completed shutdown of Log manager service [#|2012-10-30T10:08:59.005-0700|INFO|44.0|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=45;_ThreadName=Thread-10;_TimeMillis=1351616939005;_LevelValue=800;|Shutdown procedure finished|#]

glassfishrobot commented 11 years ago

@glassfishrobot Commented arungupta said: Trying to start build 64 with OpenJDK8 gives the following error:

Nov 26, 2012 9:45:39 AM com.sun.enterprise.admin.launcher.GFLauncherLogger info INFO: JVM invocation command line: /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/bin/java -cp /Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/glassfish.jar -XX:+UnlockDiagnosticVMOptions -XX:MaxPermSize=192m -XX:NewRatio=2 -Xmx512m -javaagent:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/lib/monitor/flashlight-agent.jar -client -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as -Dfelix.fileinstall.bundles.startTransient=true -Dfelix.fileinstall.bundles.new.start=true Dgosh.args=-nointeractive -Dfelix.fileinstall.poll=5000 -Dosgi.shell.telnet.maxconn=1 -Dcom.sun.aas.installRoot=/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish -Dfelix.fileinstall.log.level=2 -Djava.security.policy=/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/domains/domain1/config/server.policy -DwriteDefaultElementsToXml=true -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver -Dfelix.fileinstall.disableConfigSave=false -DANTLR_USE_DIRECT_CLASS_LOADING=true -Dcom.sun.aas.instanceRoot=/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/domains/domain1 -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall -Djavax.net.ssl.trustStore=/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/domains/domain1/config/cacerts.jks -Dfelix.fileinstall.dir=/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/autostart/ -Djava.endorsed.dirs=/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/endorsed:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/lib/endorsed -Dosgi.shell.telnet.port=6666 -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory -Djava.security.auth.login.config=/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/domains/domain1/config/login.conf -Djava.awt.headless=true -Djavax.net.ssl.keyStore=/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/domains/domain1/config/keystore.jks -Djava.ext.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/lib/ext:/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/ext:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/domains/domain1/lib/ext -Dosgi.shell.telnet.ip=127.0.0.1 -Djava.library.path=/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/lib:/Users/arungup/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:/Users/arungup/tools/glassfish/4.0/64/glassfish3 com.sun.enterprise.glassfish.bootstrap.ASMain -asadmin-args -host,,,localhost,,,port,,,4848,,,secure=false,,,terse=false,,,echo=false,,,interactive=true,,,start-domain,,,verbose=true,,,watchdog=false,,,debug=false,,,-domaindir,,,/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/domains,,,domain1 -domaindir /Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/domains/domain1 -debug false -type DAS -verbose true -read-stdin true -upgrade false -instancename server -asadmin-classpath /Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/admin-cli.jar -asadmin-classname com.sun.enterprise.admin.cli.AsadminMain -domainname domain1 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=192m; support was removed in 8.0 Launching GlassFish on Felix platform ERROR: Error parsing system bundle export statement: org.osgi.framework; version=1.6.0, org.osgi.framework.launch; version=1.0.0, org.osgi.framework.wiring; version=1.0.0, org.osgi.framework.startlevel; version=1.0.0, org.osgi.framework.hooks.bundle; version=1.0.0, org.osgi.framework.hooks.resolver; version=1.0.0, org.osgi.framework.hooks.service; version=1.1.0, org.osgi.framework.hooks.weaving; version=1.0.0, org.osgi.service.packageadmin; version=1.2.0, org.osgi.service.startlevel; version=1.1.0, org.osgi.service.url; version=1.0.0, org.osgi.util.tracker; version=1.5.0, , org.glassfish.embeddable;org.glassfish.embeddable.spi;version=3.1.1 (org.osgi.framework.BundleException: Exported package names cannot be zero length.) org.osgi.framework.BundleException: Exported package names cannot be zero length. at org.apache.felix.framework.util.manifestparser.ManifestParser.normalizeExportClauses(ManifestParser.java:729) at org.apache.felix.framework.util.manifestparser.ManifestParser.(ManifestParser.java:191) at org.apache.felix.framework.ExtensionManager.(ExtensionManager.java:220) at org.apache.felix.framework.Felix.(Felix.java:374) at org.apache.felix.framework.FrameworkFactory.newFramework(FrameworkFactory.java:28) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiFrameworkLauncher.launchOSGiFrameWork(OSGiFrameworkLauncher.java:77) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:129) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Nov 26, 2012 9:45:39 AM BundleProvisioner createBundleProvisioner INFO: clazz = class com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner Nov 26, 2012 9:45:40 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/flashlight-extra-jdk-packages.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

Nov 26, 2012 9:45:40 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/glassfish-corba-omgapi.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

Nov 26, 2012 9:45:40 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/glassfish-extra-jre-packages.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

Nov 26, 2012 9:45:40 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/glassfish-oracle-jdbc-driver-packages.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

Nov 26, 2012 9:45:41 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/javax.transaction.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

Nov 26, 2012 9:45:41 AM BundleProvisioner install WARNING: Failed to install file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/webservices-extra-jdk-packages.jar org.osgi.framework.BundleException: Could not create bundle object. at org.apache.felix.framework.Felix.installBundle(Felix.java:2785) at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.install(BundleProvisioner.java:444) at com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.installBundles(BundleProvisioner.java:203) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:141) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:603) at java.util.ArrayList.get(ArrayList.java:381) at org.apache.felix.framework.ExtensionManager.addExtensionBundle(ExtensionManager.java:401) at org.apache.felix.framework.Felix.installBundle(Felix.java:2751) ... 13 more

ERROR: Bundle jaxb-api [2] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/endorsed/jaxb-api-osgi.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle jaxb-api [2]: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=javax.activation)) org.osgi.framework.BundleException: Unresolved constraint in bundle jaxb-api [2]: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=javax.activation) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.metro.webservices-api-osgi [3] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/endorsed/webservices-api-osgi.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.metro.webservices-api-osgi [3]: Unable to resolve 3.0: missing requirement [3.0] osgi.wiring.package; (&(osgi.wiring.package=javax.xml.bind)(version>=2.2.0)) [caused by: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=javax.activation)]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.metro.webservices-api-osgi [3]: Unable to resolve 3.0: missing requirement [3.0] osgi.wiring.package; (&(osgi.wiring.package=javax.xml.bind)(version>=2.2.0)) [caused by: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=javax.activation)] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.osgi-resource-locator [4] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/osgi-resource-locator.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.osgi-resource-locator [4]: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.osgi-resource-locator [4]: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0)) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.external.asm-all-repackaged [18] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/asm-all-repackaged.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.asm-all-repackaged [18]: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform)) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.asm-all-repackaged [18]: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.bean-validator [20]: Unable to resolve 20.0: missing requirement [20.0] osgi.wiring.package; (osgi.wiring.package=javax.script) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.external.bean-validator [20] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/bean-validator.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.bean-validator [20]: Unable to resolve 20.0: missing requirement [20.0] osgi.wiring.package; (osgi.wiring.package=javax.script)) ERROR: Bundle org.glassfish.hk2.external.cglib [21] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/cglib.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.cglib [21]: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=org.objectweb.asm.util)(password=GlassFish)) [caused by: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform)]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.external.cglib [21]: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=org.objectweb.asm.util)(password=GlassFish)) [caused by: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform)] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.config-types [36] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/config-types.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.config-types [36]: Unable to resolve 36.0: missing requirement [36.0] osgi.wiring.package; (&(osgi.wiring.package=org.jvnet.hk2.annotations)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.config-types [36]: Unable to resolve 36.0: missing requirement [36.0] osgi.wiring.package; (&(osgi.wiring.package=org.jvnet.hk2.annotations)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.core [67] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/core.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.core [67]: Unable to resolve 67.0: missing requirement [67.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.core [67]: Unable to resolve 67.0: missing requirement [67.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.main.core.glassfish [108] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/glassfish.jar (org.osgi.framework.BundleException: Activator start error in bundle org.glassfish.main.core.glassfish [108].) java.lang.NoClassDefFoundError: org/osgi/framework/BundleActivator at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:791) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.findClass(BundleWiringImpl.java:2128) at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1432) at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:72) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1843) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) at org.apache.felix.framework.BundleWiringImpl.getClassByDelegation(BundleWiringImpl.java:1317) at org.apache.felix.framework.Felix.createBundleActivator(Felix.java:4170) at org.apache.felix.framework.Felix.activateBundle(Felix.java:1972) at org.apache.felix.framework.Felix.startBundle(Felix.java:1895) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) Caused by: java.lang.ClassNotFoundException: org.osgi.framework.BundleActivator not found by org.glassfish.main.core.glassfish [108] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1460) at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:72) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1843) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 14 more ERROR: Bundle org.glassfish.hk2.api [117] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/hk2-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.api [117]: Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.api [117]: Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.config [118] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/hk2-config.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.config [118]: Unable to resolve 118.0: missing requirement [118.0] osgi.wiring.package; (osgi.wiring.package=javax.management)) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.config [118]: Unable to resolve 118.0: missing requirement [118.0] osgi.wiring.package; (osgi.wiring.package=javax.management) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.locator [119]: Unable to resolve 119.0: missing requirement [119.0] osgi.wiring.package; (osgi.wiring.package=net.sf.cglib.proxy) [caused by: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=org.objectweb.asm.util)(password=GlassFish)) [caused by: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform)]] ERROR: Bundle org.glassfish.hk2.locator [119] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/hk2-locator.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.locator [119]: Unable to resolve 119.0: missing requirement [119.0] osgi.wiring.package; (osgi.wiring.package=net.sf.cglib.proxy) [caused by: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=org.objectweb.asm.util)(password=GlassFish)) [caused by: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (osgi.wiring.package=javax.xml.transform)]]) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.runlevel [120] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/hk2-runlevel.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.runlevel [120]: Unable to resolve 120.0: missing requirement [120.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.runlevel [120]: Unable to resolve 120.0: missing requirement [120.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)() not found.(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.apache.felix.bundlerepository [202] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/org.apache.felix.bundlerepository.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.bundlerepository [202]: Unable to resolve 202.0: missing requirement [202.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.4.0)(!(version>=2.0.0)))) org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.bundlerepository [202]: Unable to resolve 202.0: missing requirement [202.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.4.0)(!(version>=2.0.0))) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) ERROR: Bundle org.glassfish.hk2.osgi-adapter [212] Error starting file:/Users/arungup/tools/glassfish/4.0/64/glassfish3/glassfish/modules/osgi-adapter.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.osgi-adapter [212]: Unable to resolve 212.0: missing requirement [212.0] osgi.wiring.package; (&(osgi.wiring.package=com.sun.enterprise.module)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 67.0: missing requirement [67.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)() not found.(version>=3.0.0))) [caused by: Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]]) org.osgi.framework.BundleException: Unresolved constraint in bundle org.glassfish.hk2.osgi-adapter [212]: Unable to resolve 212.0: missing requirement [212.0] osgi.wiring.package; (&(osgi.wiring.package=com.sun.enterprise.module)(version>=2.1.0)(Unable to render embedded object: File ( Unable to resolve 67.0: missing requirement [67.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.api)(version>=2.1.0)() not found.(version>=3.0.0))) [caused by: Unable to resolve 117.0: missing requirement [117.0] osgi.wiring.package; (&(osgi.wiring.package=org.glassfish.hk2.osgiresourcelocator)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 4.0: missing requirement [4.0] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.framework)(version>=1.5.0))]]] at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826) at org.apache.felix.framework.Felix.startBundle(Felix.java:1868) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295) at java.lang.Thread.run(Thread.java:722) Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:474) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) Caused by: org.glassfish.embeddable.GlassFishException: org.glassfish.embeddable.GlassFishException: No GlassFishRuntime available at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:169) at org.glassfish.embeddable.GlassFishRuntime._bootstrap(GlassFishRuntime.java:157) at org.glassfish.embeddable.GlassFishRuntime.bootstrap(GlassFishRuntime.java:110) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:112) ... 6 more Caused by: org.glassfish.embeddable.GlassFishException: No GlassFishRuntime available at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.getGlassFishRuntime(OSGiGlassFishRuntimeBuilder.java:207) at com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishRuntimeBuilder.build(OSGiGlassFishRuntimeBuilder.java:167) ... 9 more Error stopping framework: java.lang.NullPointerException java.lang.NullPointerException at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher$1.run(GlassFishMain.java:203) Command start-domain failed. The DAS was stopped.

glassfishrobot commented 11 years ago

@glassfishrobot Commented kalali said: It is no longer a config modularity issue and seems to be a OSGI one.

glassfishrobot commented 11 years ago

@glassfishrobot Commented arungupta said: I tried b68 with

java version "1.8.0-ea" Java(TM) SE Runtime Environment (build 1.8.0-ea-b71) Java HotSpot(TM) 64-Bit Server VM (build 25.0-b14, mixed mode)

and it started fine.

glassfishrobot commented 11 years ago

@glassfishrobot Commented ss141213 said: Don't know what's the exact problem, but the filer says it is working for him now. So, marking it as fixed.

glassfishrobot commented 11 years ago

@glassfishrobot Commented Was assigned to ss141213

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA GLASSFISH-19263

glassfishrobot commented 11 years ago

@glassfishrobot Commented Reported by arungupta

glassfishrobot commented 11 years ago

@glassfishrobot Commented Marked as fixed on Monday, February 18th 2013, 5:22:51 am