You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jesse McConnell (JIRA)" <ji...@codehaus.org> on 2007/03/09 20:38:12 UTC

[jira] Closed: (CONTINUUM-665) exceptions during startup and shutdown

     [ http://jira.codehaus.org/browse/CONTINUUM-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse McConnell closed CONTINUUM-665.
-------------------------------------

    Resolution: Won't Fix

these are completely normal

> exceptions during startup and shutdown
> --------------------------------------
>
>                 Key: CONTINUUM-665
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-665
>             Project: Continuum
>          Issue Type: Bug
>          Components: Database
>    Affects Versions: 1.0.3
>         Environment: cocoon.zones.apache.org
>            Reporter: Jorg Heymans
>             Fix For: 1.1-alpha-1
>
>         Attachments: ace8afc026x010bxaf33x28fcx0000006b60000.class
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira