From dev-return-30122-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Apr 27 06:25:55 2009 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 52324 invoked from network); 27 Apr 2009 06:25:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Apr 2009 06:25:54 -0000 Received: (qmail 65138 invoked by uid 500); 27 Apr 2009 06:25:53 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 65038 invoked by uid 500); 27 Apr 2009 06:25:53 -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 65030 invoked by uid 99); 27 Apr 2009 06:25:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 06:25:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 06:25:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 38BDB234C003 for ; Sun, 26 Apr 2009 23:25:32 -0700 (PDT) Message-ID: <621432822.1240813532213.JavaMail.jira@brutus> Date: Sun, 26 Apr 2009 23:25:32 -0700 (PDT) From: "Alfonsas Stonis (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-1353) Server does nore recognize attributes keystoreFile and certificatePassword in ldapService in server.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Server does nore recognize attributes keystoreFile and certificatePassword in ldapService in server.xml ------------------------------------------------------------------------------------------------------- Key: DIRSERVER-1353 URL: https://issues.apache.org/jira/browse/DIRSERVER-1353 Project: Directory ApacheDS Issue Type: Bug Affects Versions: 1.5.4 Environment: Configuration Reporter: Alfonsas Stonis Priority: Critical Configuration of keystore does not work. I have the following part in server.xml #directoryService #socketAcceptor This is as suggested by documentation. However, this causes exception (and failure to start): jvm 1 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ldapsService' defined in URL [file:/var/lib/apacheds-1.5.4/default/conf/server.xml]: Initialization of bean failed; nested exception is org.springframework.beans.InvalidPropertyException: Invalid property 'certificatePassword' of bean class [org.apache.directory.server.ldap.LdapService]: No property 'certificatePassword' found jvm 1 | Caused by: jvm 1 | org.springframework.beans.InvalidPropertyException: Invalid property 'certificatePassword' of bean class [org.apache.directory.server.ldap.LdapService]: No property 'certificatePassword' found jvm 1 | at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:376) jvm 1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1105) jvm 1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:861) jvm 1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:421) jvm 1 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) jvm 1 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156) jvm 1 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248) jvm 1 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) jvm 1 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287) jvm 1 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352) jvm 1 | at org.apache.xbean.spring.context.FileSystemXmlApplicationContext.(FileSystemXmlApplicationContext.java:149) jvm 1 | at org.apache.xbean.spring.context.FileSystemXmlApplicationContext.(FileSystemXmlApplicationContext.java:48) jvm 1 | at org.apache.directory.server.Service.init(Service.java:60) jvm 1 | at org.apache.directory.daemon.Bootstrapper.callInit(Bootstrapper.java:151) jvm 1 | at org.apache.directory.daemon.TanukiBootstrapper.start(TanukiBootstrapper.java:51) jvm 1 | at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:2788) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.