From users-return-7481-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Tue Feb 03 15:20:07 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 66695 invoked from network); 3 Feb 2009 15:20:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2009 15:20:07 -0000 Received: (qmail 65305 invoked by uid 500); 3 Feb 2009 15:20:05 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 65264 invoked by uid 500); 3 Feb 2009 15:20:05 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 65253 invoked by uid 99); 3 Feb 2009 15:20:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 07:20:05 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of emmanuel.venisse@gmail.com designates 209.85.220.16 as permitted sender) Received: from [209.85.220.16] (HELO mail-fx0-f16.google.com) (209.85.220.16) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 15:19:56 +0000 Received: by fxm9 with SMTP id 9so2222548fxm.2 for ; Tue, 03 Feb 2009 07:19:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=m22RMN0eKTS5twjUtkTe4n+GFaMRq5igeADE8MIOC5s=; b=X8+01HLU0tI2aacc11Qi6wtsEl6woOoQVTPO9NMka9FgwgEutfnxa4l3YAXpSIFCAr LVZLLyliV8dhNwSTjVPb1+V0KMK4VT+DjwYhKhEMvhaGUzsq7E134pFTWW4UetSUfHSG KH/+Lsf861vPxfryXRpwSAoRMg3JsLolsQn9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=VGbQqCT6kBW99DX5a7j8UzPAWK0g+xZbMeqVMqEhpkquF1XGHgD1VdNkaVFu+npn68 WXFPicT3Kgd6Oc/4bnQW9hsQCPWx+a+vDfmkHMlchs4LVi/lonZrX1gh2M1Z9Ag8D6sX ltGSWHAAsLLuis77fbv30IO7ZeqpTUjxdYx/I= MIME-Version: 1.0 Received: by 10.223.110.11 with SMTP id l11mr2586716fap.50.1233674138597; Tue, 03 Feb 2009 07:15:38 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Feb 2009 16:15:38 +0100 Message-ID: Subject: Re: Continuum 1.2.3 not deploying From: Emmanuel Venisse To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=001636c59832ccb9f9046205246f X-Virus-Checked: Checked by ClamAV on apache.org --001636c59832ccb9f9046205246f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Claude. I haven't tested it on Tomcat yet and I should do it in the next two days. Emmanuel On Tue, Feb 3, 2009 at 3:38 PM, Claude Houle wrote: > Hello All, > > > > I've downloaded continuum 1.2.3 war and deployed it locally on a tomcat > and there seem to be some configuration issues within the WAR itself. > Here is the log file content for my Apache Tomcat 6.x: > > > > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'notifierManager' defined in URL > [jar:file:/C:/tools/apache-tomcat-6.0.18/webapps/continuum/WEB-INF/lib/c > ontinuum-core-1.2.3.jar!/META-INF/spring-context.xml]: Cannot create > inner bean > 'org.apache.maven.continuum.notification.manager.spring.NotifierFactoryB > ean#174d93a' of type > [org.apache.maven.continuum.notification.manager.spring.NotifierFactoryB > ean] while setting bean property 'notifiers'; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name > 'org.apache.maven.continuum.notification.manager.spring.NotifierFactoryB > ean#174d93a': FactoryBean threw exception on object creation; nested > exception is org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'notifier#mail': FactoryBean threw > exception on object creation; nested exception is > java.lang.NoClassDefFoundError: javax/mail/MessagingException > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'modelResolver': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.project.ModelResolver] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'httpClientHeader': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.codehaus.plexus.redback.xwork.filter.authentication.digest.HttpClie > ntHeader] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'modelResolver': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.project.ModelResolver] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'knownHostsProvider#null': Initialization > of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'implementation'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.wagon.providers.ssh.knownhost.NullKnownHostsProvider] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'modelResolver': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.project.ModelResolver] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'httpClientHeader': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.codehaus.plexus.redback.xwork.filter.authentication.digest.HttpClie > ntHeader] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'modelResolver': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.project.ModelResolver] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'mailSession' defined in ServletContext > resource [/WEB-INF/applicationContext.xml]: Invocation of init method > failed; nested exception is java.lang.NoClassDefFoundError: > javax/mail/Authenticator > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'modelResolver': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.project.ModelResolver] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'httpClientHeader': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.codehaus.plexus.redback.xwork.filter.authentication.digest.HttpClie > ntHeader] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'modelResolver': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.project.ModelResolver] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'knownHostsProvider#null': Initialization > of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'implementation'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.wagon.providers.ssh.knownhost.NullKnownHostsProvider] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'modelResolver': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.project.ModelResolver] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'httpClientHeader': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.codehaus.plexus.redback.xwork.filter.authentication.digest.HttpClie > ntHeader] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'modelResolver': Initialization of bean > failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.project.ModelResolver] > > Related cause: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'repositoryMetadataBuilder': > Initialization of bean failed; nested exception is > org.springframework.beans.TypeMismatchException: Failed to convert > property value of type [java.lang.String] to required type > [java.lang.Class] for property 'role'; nested exception is > java.lang.IllegalArgumentException: Cannot find class > [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder > ] > > > > Thanks, > > > > -- > Claude Houle > > > > --001636c59832ccb9f9046205246f--