Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 25628 invoked from network); 7 Jun 2006 16:16:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jun 2006 16:16:07 -0000 Received: (qmail 18417 invoked by uid 500); 7 Jun 2006 16:16:05 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 18363 invoked by uid 500); 7 Jun 2006 16:16:05 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 18354 invoked by uid 99); 7 Jun 2006 16:16:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 09:16:05 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_EXCESS_QP X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 09:16:04 -0700 Received: (qmail 29559 invoked by uid 89); 7 Jun 2006 16:15:43 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 7 Jun 2006 16:15:43 -0000 Message-ID: <164475340.1149696943850.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 7 Jun 2006 11:15:43 -0500 (CDT) From: "=?ANSI_X3.4-1968?Q?Mathias_Br=3Fkelmann_=28JIRA=29?=" To: issues@maven.apache.org Subject: [jira] Updated: (CONTINUUM-665) exceptions during startup and shutdown In-Reply-To: <135685401.1146079039043.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/CONTINUUM-665?page=3Dall ] Mathias Br=F6kelmann updated CONTINUUM-665: ----------------------------------------- Attachment: ace8afc026x010bxaf33x28fcx0000006b60000.class > exceptions during startup and shutdown > -------------------------------------- > > Key: CONTINUUM-665 > URL: http://jira.codehaus.org/browse/CONTINUUM-665 > Project: Continuum > Type: Bug > Versions: 1.0.3 > Environment: cocoon.zones.apache.org > Reporter: Jorg Heymans > Attachments: ace8afc026x010bxaf33x28fcx0000006b60000.class > > > during first startup of a freshly unpacked continuum i get following exce= ption : > 2006-04-26 19:08:32,426 [main] WARN RDBMS - Err= or initialising derby schema : Schema 'SA' does not exist > ERROR 42Y07: Schema 'SA' does not exist > at org.apache.derby.iapi.error.StandardException.newException(Unk= nown Source) > at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getSchema= Descriptor(Unknown Source) > at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescr= iptor(Unknown Source) > at org.apache.derby.impl.sql.compile.DDLStatementNode.getSchemaDe= scriptor(Unknown Source) > at org.apache.derby.impl.sql.compile.DropAliasNode.bind(Unknown S= ource) > at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown = Source) > at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Sou= rce) > at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContex= t.prepareInternalStatement(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Sour= ce) > at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Sour= ce) > at org.jpox.store.rdbms.adapter.CloudscapeAdapter.initialiseDatas= tore(CloudscapeAdapter.java:115) > at org.jpox.store.rdbms.RDBMSManager.initialiseSchema(RDBMSManage= r.java:453) > at org.jpox.store.rdbms.RDBMSManager.(RDBMSManager.java:242= ) > at org.jpox.store.rdbms.RDBMSManagerFactory.getStoreManager(RDBMS= ManagerFactory.java:59) > at org.jpox.AbstractPersistenceManager.(AbstractPersistence= Manager.java:222) > at org.jpox.PersistenceManagerImpl.(PersistenceManagerImpl.= java:34) > at org.jpox.PersistenceManagerFactoryImpl.getPersistenceManager(P= ersistenceManagerFactoryImpl.java:916) > at org.jpox.PersistenceManagerFactoryImpl.getPersistenceManager(P= ersistenceManagerFactoryImpl.java:891) > at org.apache.maven.continuum.store.JdoContinuumStore.getPersiste= nceManager(JdoContinuumStore.java:1295) > at org.apache.maven.continuum.store.JdoContinuumStore.getAllObjec= tsDetached(JdoContinuumStore.java:984) > at org.apache.maven.continuum.store.JdoContinuumStore.getAllProje= ctsByNameWithBuildDetails(JdoContinuumStore.java:623) > at org.apache.maven.continuum.DefaultContinuum.initialize(Default= Continuum.java:1927) > at org.codehaus.plexus.personality.plexus.lifecycle.phase.Initial= izePhase.execute(InitializePhase.java:16) > at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(A= bstractLifecycleHandler.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.ClassicSingletonComponen= tManager.getComponent(ClassicSingletonComponentManager.java:92) > at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexu= sContainer.java:331) > at org.codehaus.plexus.DefaultPlexusContainer.loadComponentsOnSta= rt(DefaultPlexusContainer.java:894) > at org.codehaus.plexus.DefaultPlexusContainer.start(DefaultPlexus= Container.java:781) > at org.codehaus.plexus.application.deploy.DefaultApplicationDeplo= yer.deployApplicationDirectory(DefaultApplicationDeployer.java:366) > at org.codehaus.plexus.application.deploy.DefaultApplicationDeplo= yer.deployJar(DefaultApplicationDeployer.java:212) > at org.codehaus.plexus.application.deploy.DefaultApplicationDeplo= yer.deploy(DefaultApplicationDeployer.java:136) > at org.codehaus.plexus.application.deploy.DefaultApplicationDeplo= yer.deploy(DefaultApplicationDeployer.java:116) > at org.codehaus.plexus.application.DefaultApplicationServer$2.onJ= arDiscovered(DefaultApplicationServer.java:117) > at org.codehaus.plexus.application.supervisor.DefaultSupervisor.s= canDirectory(DefaultSupervisor.java:89) > at org.codehaus.plexus.application.supervisor.DefaultSupervisor.s= can(DefaultSupervisor.java:68) > at org.codehaus.plexus.application.DefaultApplicationServer.start= (DefaultApplicationServer.java:146) > during shutdown there is=20 > 2006-04-26 19:11:46,446 [Thread-8] INFO TaskQueueExecutor:check-out-proj= ect - Executor thread got shutdown signal. > 2006-04-26 19:11:46,447 [Thread-8] INFO TaskQueueExecutor:check-out-proj= ect - Waiting until task executor 'check-out-project' is idling... > 2006-04-26 19:11:46,447 [Thread-3] INFO TaskQueueExecutor:check-out-proj= ect - 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.closePersis= tenceManagerFactory(JdoContinuumStore.java:1337) > at org.apache.maven.continuum.store.JdoContinuumStore.closeStore(= JdoContinuumStore.java:1309) > at org.apache.maven.continuum.DefaultContinuum.closeStore(Default= Continuum.java:2028) > at org.apache.maven.continuum.DefaultContinuum.stopContinuum(Defa= ultContinuum.java:2054) > at org.apache.maven.continuum.DefaultContinuum$1.run(DefaultConti= nuum.java:167) > There was no such logger 'org.codehaus.plexus.ircbot.IrcBot' 25885348. > There was no such logger 'org.apache.maven.continuum.configuration.Config= urationService' 25885348. --=20 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