Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 43058 invoked from network); 24 Jun 2008 00:17:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jun 2008 00:17:12 -0000 Received: (qmail 45217 invoked by uid 500); 24 Jun 2008 00:17:14 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 45203 invoked by uid 500); 24 Jun 2008 00:17:14 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 45192 invoked by uid 99); 24 Jun 2008 00:17:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 17:17:13 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 00:16:24 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 5E2571660015 for ; Mon, 23 Jun 2008 19:16:27 -0500 (CDT) Message-ID: <33254261.1214266587086.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 23 Jun 2008 19:16:27 -0500 (CDT) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Subject: [jira] Commented: (CONTINUUM-1729) ComponentLookupException during database export (1.1-beta-3) In-Reply-To: <10502439.1208180219051.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 [ http://jira.codehaus.org/browse/CONTINUUM-1729?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D139367= #action_139367 ]=20 Brett Porter commented on CONTINUUM-1729: ----------------------------------------- oh, I see from the code where it is failing now and it's not related to you= r data. can you look into the JAR and see if there is a components.xml file, and if= it contains a section for the database configurator? You might also try building it from source: http://svn.apache.org/viewvc/continuum/tags/continuum-parent-1.1-beta-3/con= tinuum-data-management I'm able to see the declaration in http://svn.apache.org/viewvc/continuum/t= ags/continuum-parent-1.1-beta-3/continuum-data-management/data-management-j= do/src/main/java/org/apache/maven/continuum/management/DefaultDatabaseFacto= ryConfigurator.java?revision=3D632133&view=3Dmarkup > ComponentLookupException during database export (1.1-beta-3) > ------------------------------------------------------------ > > Key: CONTINUUM-1729 > URL: http://jira.codehaus.org/browse/CONTINUUM-1729 > Project: Continuum > Issue Type: Bug > Affects Versions: 1.1 > Environment: Windows XP > Reporter: Olivier Lamiral > Assignee: Brett Porter > > Hi! > The following exception is being thrown when trying to export database re= cords: > Exception in thread "main" org.codehaus.plexus.component.repository.excep= tion.ComponentLookupException: Component descriptor cannot be found in the = component repository: org.apache.maven.continuum.management.DatabaseFactory= Configurator [continuum] (lookup realm: ClassRealm[app, parent: ClassRealm[= plexus.core, parent: null]]). > at org.codehaus.plexus.DefaultComponentLookupManager.lookup(Defau= ltComponentLookupManager.java:139) > at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexu= sContainer.java:333) > at org.apache.maven.continuum.management.DataManagementCli.proces= sDatabase(DataManagementCli.java:229) > at org.apache.maven.continuum.management.DataManagementCli.main(D= ataManagementCli.java:146) > Command line: java -Xmx512M -jar data-management-cli-1.1-beta-3-app.jar -= buildsJdbcUrl jdbc:derby:continuum-1.1-beta-3/data/continuum/database -mode= EXPORT -directory backups > I=B4ve run maven dependency resolver over the data-management-cli-1.1-bet= a-3-app pom file to make sure that all the dependencies where available. > Let me know if I am missing something or doing something wrong. > Thank you in advance! > Olivier. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira