Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 12110 invoked from network); 13 Dec 2007 12:40:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2007 12:40:41 -0000 Received: (qmail 37569 invoked by uid 500); 13 Dec 2007 12:40:28 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 37543 invoked by uid 500); 13 Dec 2007 12:40:28 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 37532 invoked by uid 99); 13 Dec 2007 12:40:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 04:40:28 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of geraudster@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 12:40:07 +0000 Received: by nf-out-0910.google.com with SMTP id f5so533543nfh.26 for ; Thu, 13 Dec 2007 04:40:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=sg9vqcz+lgnJ75JDghxdw9BB2l0RJc4Ntzn1wuNBD6M=; b=qkYEtU1SV92VNaPD+tRByhEk50U/UrGZMSJq5LKYMNdP6NCtQDvpQUQHosnz2M/zmdvhCeufXts6QQl1nrMSYdACCm4ZaqAFUCiaOxuImBE5GUZlT3ufKVahIaJKMvaGYBA2k1gG1gtH7/6ufoMeWehAhPWIMZvavVLASK2jWbw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=F5iueo0mR/oObNYtb8Owm/Q3RW812y0GCSS5w3Yte5qky8n3fbsol241zQk44Pki/tpOjjSmmDGolDg5AGpKB5kyGRPcE6XKnIBoVz9Fm6vj+HZBSrB2Ca9L8y84Bn6xdVvjQwYuBvhSiVTmCiHk4uES8FTflIV+4raU5W78G8s= Received: by 10.82.181.7 with SMTP id d7mr5198567buf.8.1197549609002; Thu, 13 Dec 2007 04:40:09 -0800 (PST) Received: by 10.82.169.19 with HTTP; Thu, 13 Dec 2007 04:40:08 -0800 (PST) Message-ID: <3b2e951b0712130440m4398eeacja7b18143f5f75741@mail.gmail.com> Date: Thu, 13 Dec 2007 13:40:08 +0100 From: "Geraud Geraud" To: continuum-users@maven.apache.org Subject: Re: Upgrade from Continuum 1.0.3 to 1.1 In-Reply-To: <14187547.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_33305_30443511.1197549608966" References: <14026930.post@talk.nabble.com> <406130990712052023t30707cb9xaab009b459faf7de@mail.gmail.com> <14187547.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_33305_30443511.1197549608966 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I'm trying to upgrade from 1.0.3 to 1.1, but without success. The environnement is : Maven 2.0.7 Mysql Ver 14.7 Distrib 4.1.11, for pc-linux-gnu (i386) I launch the upgrade tools with the following command: java -Xmx512m -jar data-management-cli-1.1-beta-4-app.jar -buildsJdbcUrl jdbc:mysql://localhost:3307/continuum -databaseFormat CONTINUUM_103 -databaseType OTHER -driverClass com.mysql.jdbc.Driver -groupId mysql -artifactId mysql-connector-java -artifactVersion 3.1.12 -username sa -password password -mode EXPORT -directory /opt/lutece/continuum_backups I get the following exception: ERROR : Exception in thread "main" org.codehaus.plexus.component.repository.exception.ComponentLookupException= : Unable to lookup component ' org.apache.maven.continuum.management.DataManagementTool', it could not be created at org.codehaus.plexus.DefaultComponentLookupManager.lookup( DefaultComponentLookupManager.java:151) at org.codehaus.plexus.DefaultPlexusContainer.lookup( DefaultPlexusContainer.java:333) at org.apache.maven.continuum.management.DataManagementCli.processDatabase( DataManagementCli.java:245) at org.apache.maven.continuum.management.DataManagementCli.main( DataManagementCli.java:158) Caused by: org.codehaus.plexus.component.factory.ComponentInstantiationException: Coul= d not instantiate component: role: ' org.apache.maven.continuum.management.DataManagementTool', implementation: = ' org.apache.maven.continuum.management.LegacyJdoDataManagementTool', role hint: 'legacy-continuum-jdo' realm: app at org.codehaus.plexus.component.factory.java.JavaComponentFactory.makeExcepti= on (JavaComponentFactory.java:113) at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance= ( JavaComponentFactory.java:87) at org.codehaus.plexus.component.manager.AbstractComponentManager.createCompon= entInstance (AbstractComponentManager.java:239) at org.codehaus.plexus.component.manager.AbstractComponentManager.createCompon= entInstance (AbstractComponentManager.java:128) at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getC= omponent (ClassicSingletonComponentManager.java:90) at org.codehaus.plexus.DefaultComponentLookupManager.lookup( DefaultComponentLookupManager.java:147) ... 3 more Caused by: java.lang.NoClassDefFoundError: org/apache/maven/continuum/store/ContinuumStoreException at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357) at java.lang.Class.getConstructor0(Class.java:2671) at java.lang.Class.newInstance0(Class.java:321) at java.lang.Class.newInstance(Class.java:303) at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance= ( JavaComponentFactory.java:66) ... 7 more When I launch with data-management-cli-1.1-app.jar, the exception is shorter: Exception in thread "main" java.lang.NullPointerException at org.apache.maven.continuum.management.DataManagementCli.downloadArtifact( DataManagementCli.java:364) at org.apache.maven.continuum.management.DataManagementCli.processDatabase( DataManagementCli.java:198) at org.apache.maven.continuum.management.DataManagementCli.main( DataManagementCli.java:170) Could someone help me? -- G=E9raud ------=_Part_33305_30443511.1197549608966--