[ 
http://jira.codehaus.org/browse/CONTINUUM-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139367#action_139367
 ] 

Brett Porter commented on CONTINUUM-1729:
-----------------------------------------

oh, I see from the code where it is failing now and it's not related to your 
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/continuum-data-management

I'm able to see the declaration in 
http://svn.apache.org/viewvc/continuum/tags/continuum-parent-1.1-beta-3/continuum-data-management/data-management-jdo/src/main/java/org/apache/maven/continuum/management/DefaultDatabaseFactoryConfigurator.java?revision=632133&view=markup

> 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 
> records:
> Exception in thread "main" 
> org.codehaus.plexus.component.repository.exception.ComponentLookupException: 
> Component descriptor cannot be found in the component repository: 
> org.apache.maven.continuum.management.DatabaseFactoryConfigurator [continuum] 
> (lookup realm: ClassRealm[app, parent: ClassRealm[plexus.core, parent: 
> null]]).
>         at 
> org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:139)
>         at 
> org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:333)
>         at 
> org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:229)
>         at 
> org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.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´ve run maven dependency resolver over the 
> data-management-cli-1.1-beta-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.

-- 
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


Reply via email to