users@glassfish.java.net

Re: how to build hk2

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Tue, 07 Oct 2008 09:35:07 -0500

Hi, Sahoo.

Is there some other workaround you can suggest? I tried your suggestion
and I still get the error.

I am working on an issue using a customer-provided application that
contains classes build with JDK 6 so I must use the more recent version
of java.

Thanks.

- Tim

Sahoo wrote:
> Currently there is a problem while using JDK 6. It is caused by my
> last check in. In the mean while, please use JDK 5 to build and run.
> If you do want to use JDK 6, then try this as a work around:
>
> mkdir $JAVA_HOME/jre/lib/endorsed
> cd <HK2 workspace>
> cp external/stax/target/stax-osgi-0.3.33-SNAPSHOT.jar
> $JAVA_HOME/jre/lib/endorsed/
>
> Thanks,
> Sahoo
>
> glassfish_at_javadesktop.org wrote:
>> when i launching "mvn install" this time and I encountered the
>> followling error.
>>
>> -----
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] FATAL ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Provider javax.xml.stream.XMLInputFactory could not be
>> instantiated: java.lang.InstantiationException
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Trace
>> javax.xml.stream.FactoryConfigurationError: Provider
>> javax.xml.stream.XMLInputFactory could not be instantiated:
>> java.lang.InstantiationException
>> at
>> javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:158)
>> at org.jvnet.hk2.config.ConfigParser.<clinit>(ConfigParser.java:202)
>> at
>> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.createHabitat(AbstractModulesRegistryImpl.java:137)
>>
>> at
>> com.sun.enterprise.module.bootstrap.Main.createHabitat(Main.java:394)
>> 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.module.maven.RunMojo.execute(RunMojo.java:139)
>> at
>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
>>
>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>
>> at java.lang.reflect.Method.invoke(Method.java:597)
>> at
>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> at
>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 18 seconds
>> [INFO] Finished at: Tue Oct 07 16:27:11 JST 2008
>> [INFO] Final Memory: 26M/46M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> -----
>>
>> After switching from jdk 6 to jdk 5, it worked.
>> [Message sent by forum member 'wasedaxiao' (wasedaxiao)]
>>
>> http://forums.java.net/jive/thread.jspa?messageID=303663
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>