OK. I'll fire up that VM later and rebuild and see what's up. It built
for me there earlier, though... In the meantime, try "mvn clean
install" in that dir and see what you get... Off to dinner with the
family now...
Jeanfrancois Arcand wrote:
> Salut,
>
> stil fail for me :
>
>> -------------------------------------------------------
>> T E S T S
>> -------------------------------------------------------
>> Running TestSuite
>> org.jvnet.hk2.component.ComponentException: Failed to load
>> com.sun.grizzly.config.dom.NetworkListenerInjector from
>> sun.misc.Launcher$AppClassLoader_at_33056f
>> at
>> com.sun.hk2.component.LazyInhabitant.fetch(LazyInhabitant.java:94)
>> at
>> com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:106)
>> at
>> com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:60)
>>
>> at org.jvnet.hk2.config.ConfigModel$1.get(ConfigModel.java:102)
>> at org.jvnet.hk2.config.ConfigModel$1.get(ConfigModel.java:100)
>> at org.jvnet.hk2.config.Dom.getProxyType(Dom.java:747)
>> at org.jvnet.hk2.config.Dom.createProxy(Dom.java:742)
>> at
>> org.jvnet.hk2.config.ConfigModel$CollectionNode$1.get(ConfigModel.java:311)
>>
>> at java.util.AbstractList$Itr.next(AbstractList.java:422)
>> at
>> com.sun.grizzly.config.GrizzlyConfig.setupNetwork(GrizzlyConfig.java:78)
>> at
>> com.sun.grizzly.config.GrizzlyConfigTest.processConfig(GrizzlyConfigTest.java:29)
>>
>> 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:585)
>> at
>> org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:580)
>> at org.testng.internal.Invoker.invokeMethod(Invoker.java:478)
>> at
>> org.testng.internal.Invoker.invokeTestMethod(Invoker.java:617)
>> at
>> org.testng.internal.Invoker.invokeTestMethods(Invoker.java:885)
>> at
>> org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:126)
>>
>> at
>> org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:110)
>> at org.testng.TestRunner.runWorkers(TestRunner.java:712)
>> at org.testng.TestRunner.privateRun(TestRunner.java:582)
>> at org.testng.TestRunner.run(TestRunner.java:477)
>> at org.testng.SuiteRunner.runTest(SuiteRunner.java:324)
>> at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:319)
>> at org.testng.SuiteRunner.privateRun(SuiteRunner.java:292)
>> at org.testng.SuiteRunner.run(SuiteRunner.java:198)
>> at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:821)
>> at org.testng.TestNG.runSuitesLocally(TestNG.java:788)
>> at org.testng.TestNG.run(TestNG.java:708)
>> at
>> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:62)
>>
>> at
>> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:141)
>>
>> at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>> 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:585)
>> at
>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>>
>> at
>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
>>
>> Caused by: java.lang.ClassNotFoundException:
>> com.sun.grizzly.config.dom.NetworkListenerInjector
>> 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 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>> at
>> com.sun.hk2.component.LazyInhabitant.fetch(LazyInhabitant.java:91)
>> ... 39 more
>> Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.401
>> sec <<< FAILURE!
>>
>> Results :
>>
>> Failed tests: processConfig(com.sun.grizzly.config.GrizzlyConfigTest)
>> defaults(com.sun.grizzly.config.GrizzlyConfigTest)
>>
>> Tests run: 2, Failures: 2, Errors: 0, Skipped: 0
>
> Scary exception :-)
>
> A+
>
> -- Jeanfrancois
>
>
> Justin Lee wrote:
>> I have an ubuntu env set up with java5 now to ferret out this issue.
>> I think I might have a fix but we'll see...
>>
>> Jeanfrancois Arcand wrote:
>>> Salut,
>>>
>>> I think Justin is looking at the issue (JDK 5 + grizzly-config).
>>> Justin, can you file an issue and comment out the test for now?
>>>
>>> Thanks
>>>
>>> -- Jeanfrancois
>>>
>>> neotyk wrote:
>>>> https://grizzly.dev.java.net/issues/show_bug.cgi?id=503
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> ------- Additional comments from neotyk_at_dev.java.net Mon Apr 6
>>>> 14:40:25 +0000 2009 -------
>>>> I have problems build trunk as well but in grizzly-config module.
>>>>
>>>> As for an error: I get 404 for .../application.xml on JDK5, no errors.
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: issues-unsubscribe_at_grizzly.dev.java.net
>>>> For additional commands, e-mail: issues-help_at_grizzly.dev.java.net
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
>>> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
>> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>