You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Kevan Miller <ke...@gmail.com> on 2006/02/16 16:20:00 UTC

Re: svn commit: r378162 - in /geronimo/trunk/modules: core/src/java/org/apache/geronimo/core/service/ core/src/java/org/apache/geronimo/proxy/ security/src/java/org/apache/geronimo/security/remoting/jmx/

David Blevins,
trunk builds are getting junit failures in o.a.g.security. Since  
you're the most likely culprit, can you have a look? Here's a sample:

09:48:20,928 ERROR [GBeanInstanceState] Error while starting; GBean  
is now in the FAILED state:  
objectName="geronimo.remoting:target=JaasLoginServiceRemotingServer"
java.lang.NoClassDefFoundError: org/apache/geronimo/core/service/ 
Interceptor
	at  
org.apache.geronimo.security.remoting.jmx.JaasLoginServiceRemotingServer 
.doStart(JaasLoginServiceRemotingServer.java:115)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance 
(GBeanInstance.java:936)
	at  
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart 
(GBeanInstanceState.java:325)
	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start 
(GBeanInstanceState.java:110)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.start 
(GBeanInstance.java:520)
	at org.apache.geronimo.kernel.basic.BasicKernel.startGBean 
(BasicKernel.java:203)
	at org.apache.geronimo.security.AbstractTest.setUp(AbstractTest.java: 
104)
	at  
org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest.setUp 
(LoginKerberosNonGeronimoTest.java:57)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	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 org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run 
(JUnitTestRunner.java:297)
	at  
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch 
(JUnitTestRunner.java:672)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main 
(JUnitTestRunner.java:567)


On Feb 16, 2006, at 12:07 AM, dblevins@apache.org wrote:

> core/service