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


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