And it spits this out to console before puking:

<snip>
10:30:29,171 ERROR [ConfigurationUtil] Cound not determine the installation directory of Apache Geronimo, because the startup jar could not be found in the current class loader.
</snip>

Dunno if that helps...

--jason


On Aug 16, 2007, at 10:26 AM, Jason Dillon wrote:

Anyone know what's up with this:

<snip>
---------------------------------------------------------------------- ---------
Test set: org.apache.geronimo.gjndi.binding.GBeanBindingTest
---------------------------------------------------------------------- --------- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.876 sec <<< FAILURE! testBasics(org.apache.geronimo.gjndi.binding.GBeanBindingTest) Time elapsed: 0.846 sec <<< FAILURE! junit.framework.AssertionFailedError: list of writable on <root> for value for ds expected:<[EMAIL PROTECTED]> but was:<[EMAIL PROTECTED]>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:282)
        at junit.framework.Assert.assertEquals(Assert.java:64)
at org.apache.geronimo.gjndi.AbstractContextTest.assertListResults (AbstractContextTest.java:137) at org.apache.geronimo.gjndi.AbstractContextTest.assertList (AbstractContextTest.java:109) at org.apache.geronimo.gjndi.AbstractContextTest.assertEq (AbstractContextTest.java:74) at org.apache.geronimo.gjndi.AbstractContextTest.assertEq (AbstractContextTest.java:39) at org.apache.geronimo.gjndi.binding.GBeanBindingTest.testBasics (GBeanBindingTest.java:58) at org.apache.geronimo.gjndi.binding.GBeanBindingTest.testBasics (GBeanBindingTest.java:58)
        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 junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java: 124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        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.junit.JUnitTestSet.execute (JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTest Set(AbstractDirectoryTestSuite.java:138) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute (AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        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:290) at org.apache.maven.surefire.booter.SurefireBooter.main (SurefireBooter.java:818)
</snip>

--jason

Reply via email to