Details
Description
during first startup of a freshly unpacked continuum i get following exception :
2006-04-26 19:08:32,426 [main] WARN RDBMS - Error initialising derby schema : Schema 'SA' does not exist
ERROR 42Y07: Schema 'SA' does not exist
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.DDLStatementNode.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.DropAliasNode.bind(Unknown Source)
at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
at org.jpox.store.rdbms.adapter.CloudscapeAdapter.initialiseDatastore(CloudscapeAdapter.java:115)
at org.jpox.store.rdbms.RDBMSManager.initialiseSchema(RDBMSManager.java:453)
at org.jpox.store.rdbms.RDBMSManager.<init>(RDBMSManager.java:242)
at org.jpox.store.rdbms.RDBMSManagerFactory.getStoreManager(RDBMSManagerFactory.java:59)
at org.jpox.AbstractPersistenceManager.<init>(AbstractPersistenceManager.java:222)
at org.jpox.PersistenceManagerImpl.<init>(PersistenceManagerImpl.java:34)
at org.jpox.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:916)
at org.jpox.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:891)
at org.apache.maven.continuum.store.JdoContinuumStore.getPersistenceManager(JdoContinuumStore.java:1295)
at org.apache.maven.continuum.store.JdoContinuumStore.getAllObjectsDetached(JdoContinuumStore.java:984)
at org.apache.maven.continuum.store.JdoContinuumStore.getAllProjectsByNameWithBuildDetails(JdoContinuumStore.java:623)
at org.apache.maven.continuum.DefaultContinuum.initialize(DefaultContinuum.java:1927)
at org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializePhase.execute(InitializePhase.java:16)
at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:101)
at org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:105)
at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:95)
at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:92)
at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:331)
at org.codehaus.plexus.DefaultPlexusContainer.loadComponentsOnStart(DefaultPlexusContainer.java:894)
at org.codehaus.plexus.DefaultPlexusContainer.start(DefaultPlexusContainer.java:781)
at org.codehaus.plexus.application.deploy.DefaultApplicationDeployer.deployApplicationDirectory(DefaultApplicationDeployer.java:366)
at org.codehaus.plexus.application.deploy.DefaultApplicationDeployer.deployJar(DefaultApplicationDeployer.java:212)
at org.codehaus.plexus.application.deploy.DefaultApplicationDeployer.deploy(DefaultApplicationDeployer.java:136)
at org.codehaus.plexus.application.deploy.DefaultApplicationDeployer.deploy(DefaultApplicationDeployer.java:116)
at org.codehaus.plexus.application.DefaultApplicationServer$2.onJarDiscovered(DefaultApplicationServer.java:117)
at org.codehaus.plexus.application.supervisor.DefaultSupervisor.scanDirectory(DefaultSupervisor.java:89)
at org.codehaus.plexus.application.supervisor.DefaultSupervisor.scan(DefaultSupervisor.java:68)
at org.codehaus.plexus.application.DefaultApplicationServer.start(DefaultApplicationServer.java:146)
during shutdown there is
2006-04-26 19:11:46,446 [Thread-8] INFO TaskQueueExecutor:check-out-project - Executor thread got shutdown signal.
2006-04-26 19:11:46,447 [Thread-8] INFO TaskQueueExecutor:check-out-project - Waiting until task executor 'check-out-project' is idling...
2006-04-26 19:11:46,447 [Thread-3] INFO TaskQueueExecutor:check-out-project - Executor thread 'check-out-project' exited.
2006-04-26 19:11:46,479 [Thread-8] INFO Continuum - Stopping Continuum.
2006-04-26 19:11:46,479 [Thread-8] INFO Continuum - Continuum stopped.
java.lang.IllegalMonitorStateException
at java.lang.Object.wait(Native Method)
at org.apache.maven.continuum.store.JdoContinuumStore.closePersistenceManagerFactory(JdoContinuumStore.java:1337)
at org.apache.maven.continuum.store.JdoContinuumStore.closeStore(JdoContinuumStore.java:1309)
at org.apache.maven.continuum.DefaultContinuum.closeStore(DefaultContinuum.java:2028)
at org.apache.maven.continuum.DefaultContinuum.stopContinuum(DefaultContinuum.java:2054)
at org.apache.maven.continuum.DefaultContinuum$1.run(DefaultContinuum.java:167)
There was no such logger 'org.codehaus.plexus.ircbot.IrcBot' 25885348.
There was no such logger 'org.apache.maven.continuum.configuration.ConfigurationService' 25885348.
I get these exeptions too. I did some research and found in a derby.log the following entry:
2006-06-07 15:54:02.079 GMT Thread[main,5,main] Wrote class org.apache.derby.exe.ace8afc026x010bxaf33x28fcx0000006b60000 to file ace8afc026x010bxaf33x28fcx0000006b60000.class. Please provide support with the file and the following exception information: java.lang.VerifyError: verification failed at PC 2007 in org.apache.derby.exe.ace8afc026x010bxaf33x28fcx0000006b60000:e23(()Ljava.lang.Object
: incompatible type on stack
I will attach the generated file to this issue.