Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 97612 invoked from network); 5 Oct 2007 22:44:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 22:44:13 -0000 Received: (qmail 77833 invoked by uid 500); 5 Oct 2007 22:44:01 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 77776 invoked by uid 500); 5 Oct 2007 22:44:01 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 77733 invoked by uid 99); 5 Oct 2007 22:44:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 15:44:01 -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: domain of elecharny@gmail.com designates 64.233.184.237 as permitted sender) Received: from [64.233.184.237] (HELO wr-out-0506.google.com) (64.233.184.237) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 22:44:01 +0000 Received: by wr-out-0506.google.com with SMTP id 36so483218wra for ; Fri, 05 Oct 2007 15:43:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3HkDSPIlijMrvdGdnXbA8v6CNU0ZnJotdw2zjd9o+Po=; b=kBZwLoURahxXXZ+ARj7yfeewq9begCNucweaBAYGJMelC8Mqzd7cytdQXI43mDePMIXzFw9ACN/8kiRkqlr1HgLPBdTyixQQK7BiL+FsGWzJU4m1pFaffAwCojbTKPX48+x9oD6UwXGUO7GLEwzhtaVfuoZ6TcoRGwn3kuA5ezI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QdNYbGi9ClP/+naJNob3ZvGbGV2FxM4yBehxZmfg16Mw+1SRePimS4UEo5BmqfaXMnV2laJjE5XMyZM37NzV4Yn8YxJJOVgudz+0aUMeBSWDh1kUlKznxOTWhD8GYVU2DDxajaRNDGn5Z4n6VB91OISM9pimkixs6aZctpjvMlg= Received: by 10.90.106.11 with SMTP id e11mr385888agc.1191624220067; Fri, 05 Oct 2007 15:43:40 -0700 (PDT) Received: by 10.90.65.1 with HTTP; Fri, 5 Oct 2007 15:43:40 -0700 (PDT) Message-ID: Date: Sat, 6 Oct 2007 00:43:40 +0200 From: "Emmanuel Lecharny" Reply-To: elecharny@iktek.com To: "Apache Directory Developers List" Subject: [bigbang] The server is spliting pieces ... MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi guys, I tried to launch the server on bigbang branch (mvn clean install went fine, no error, no nothing), and I get these errors : _ _ ____ ____ / \ _ __ __ _ ___| |__ ___| _ \/ ___| / _ \ | '_ \ / _` |/ __| '_ \ / _ \ | | \___ \ / ___ \| |_) | (_| | (__| | | | __/ |_| |___) | /_/ \_\ .__/ \__,_|\___|_| |_|\___|____/|____/ |_| Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configuration' defined in URL [file:/home/elecharny/apacheds/bigbang/installers/apacheds-noarch/server.xm= l]: 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.io.File] for property 'workingDirectory'; nested exception is java.lang.IllegalArgumentException: Could not retrieve File for class path resource [example.com]: class path resource [example.com] cannot be resolved to URL because it does not exist Caused by: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [java.lang.String] to required type [java.io.File] for property 'workingDirectory'; nested exception is java.lang.IllegalArgumentException: Could not retrieve File for class path resource [example.com]: class path resource [example.com] cannot be resolved to URL because it does not exist Caused by: java.lang.IllegalArgumentException: Could not retrieve File for class path resource [example.com]: class path resource [example.com] cannot be resolved to URL because it does not exist =09at org.springframework.beans.propertyeditors.FileEditor.setAsText(FileEd= itor.java:91) =09at org.springframework.beans.TypeConverterDelegate.doConvertTextValue(Ty= peConverterDelegate.java:326) =09at org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeCo= nverterDelegate.java:310) =09at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(Ty= peConverterDelegate.java:192) =09at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(Ty= peConverterDelegate.java:138) =09at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrap= perImpl.java:380) =09at org.springframework.beans.factory.support.AbstractAutowireCapableBean= Factory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1105) =09at org.springframework.beans.factory.support.AbstractAutowireCapableBean= Factory.populateBean(AbstractAutowireCapableBeanFactory.java:861) =09at org.springframework.beans.factory.support.AbstractAutowireCapableBean= Factory.createBean(AbstractAutowireCapableBeanFactory.java:421) =09at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb= ject(AbstractBeanFactory.java:251) =09at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr= y.getSingleton(DefaultSingletonBeanRegistry.java:156) =09at org.springframework.beans.factory.support.AbstractBeanFactory.getBean= (AbstractBeanFactory.java:248) =09at org.springframework.beans.factory.support.AbstractBeanFactory.getBean= (AbstractBeanFactory.java:160) =09at org.springframework.beans.factory.support.DefaultListableBeanFactory.= preInstantiateSingletons(DefaultListableBeanFactory.java:287) =09at org.springframework.context.support.AbstractApplicationContext.refres= h(AbstractApplicationContext.java:352) =09at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.= (ClassPathXmlApplicationContext.java:161) =09at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.= (ClassPathXmlApplicationContext.java:51) =09at org.apache.directory.server.Service.init(Service.java:74) =09at org.apache.directory.server.UberjarMain.main(UberjarMain.java:54) --=20 Regards, Cordialement, Emmanuel L=E9charny www.iktek.com