Skip to content

Instantly share code, notes, and snippets.

@stefanpenner
Created February 2, 2009 18:18
Show Gist options
  • Save stefanpenner/57020 to your computer and use it in GitHub Desktop.
Save stefanpenner/57020 to your computer and use it in GitHub Desktop.
(1) [stefan@MBP ~] java -version
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06-153)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_07-b06-57, mixed mode)
[stefan@MBP ~] sudo glassfish -e jdevelopment
Feb 2, 2009 12:16:18 PM com.sun.enterprise.glassfish.bootstrap.ASMainStatic findDerbyClient
INFO: Cannot find javadb client jar file, jdbc driver not available
Exception in thread "Static Framework Launcher" java.lang.TypeNotPresentException: Type javax.xml.stream.XMLInputFactory not present
at sun.reflect.annotation.TypeNotPresentExceptionProxy.generateException(TypeNotPresentExceptionProxy.java:27)
at sun.reflect.annotation.AnnotationInvocationHandler.invoke(AnnotationInvocationHandler.java:56)
at $Proxy7.value(Unknown Source)
at org.jvnet.hk2.component.Habitat.addIndex(Habitat.java:150)
at com.sun.hk2.component.InhabitantsParser.add(InhabitantsParser.java:154)
at com.sun.hk2.component.InhabitantsParser.parse(InhabitantsParser.java:133)
at com.sun.enterprise.glassfish.bootstrap.ASMainStatic$2.parseInhabitants(ASMainStatic.java:142)
at com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.createHabitat(AbstractModulesRegistryImpl.java:135)
at com.sun.enterprise.glassfish.bootstrap.ASMainStatic$3$1.createHabitat(ASMainStatic.java:167)
at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:309)
at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:303)
at com.sun.enterprise.glassfish.bootstrap.ASMainStatic$3.run(ASMainStatic.java:172)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.ClassNotFoundException: javax.xml.stream.XMLInputFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:95)
at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:107)
at sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:31)
at sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:370)
at sun.reflect.annotation.AnnotationParser.parseClassValue(AnnotationParser.java:351)
at sun.reflect.annotation.AnnotationParser.parseMemberValue(AnnotationParser.java:280)
at sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:222)
at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69)
at sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:52)
at java.lang.Class.initAnnotationsIfNecessary(Class.java:3031)
at java.lang.Class.getAnnotation(Class.java:2989)
at org.jvnet.hk2.component.Wombs.create(Wombs.java:51)
at com.sun.hk2.component.LazyInhabitant.createWomb(LazyInhabitant.java:102)
at com.sun.hk2.component.LazyInhabitant.fetch(LazyInhabitant.java:92)
at com.sun.hk2.component.LazyInhabitant.type(LazyInhabitant.java:78)
at org.jvnet.hk2.component.Habitat.addIndex(Habitat.java:149)
... 9 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment