Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 92497 invoked from network); 13 Dec 2006 11:03:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2006 11:03:43 -0000 Received: (qmail 54378 invoked by uid 500); 13 Dec 2006 11:03:50 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 54341 invoked by uid 500); 13 Dec 2006 11:03:49 -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 54329 invoked by uid 99); 13 Dec 2006 11:03:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 03:03:49 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 03:03:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 18EA4714057 for ; Wed, 13 Dec 2006 03:03:21 -0800 (PST) Message-ID: <21977994.1166007801098.JavaMail.jira@brutus> Date: Wed, 13 Dec 2006 03:03:21 -0800 (PST) From: "Pierre-Arnaud Marcelot (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-797) Server can't start due to NamingException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Server can't start due to NamingException ----------------------------------------- Key: DIRSERVER-797 URL: http://issues.apache.org/jira/browse/DIRSERVER-797 Project: Directory ApacheDS Issue Type: Bug Components: installer-plugin Affects Versions: 1.5.0 Reporter: Pierre-Arnaud Marcelot The server can't be lauched with the current trunk version. A NamingException is thrown during the launch. Here's the log. javax.naming.NamingException: attributeType w/ OID 1.2.6.1.4.1.18060.1.1.1.3.4 not registered! at org.apache.directory.server.core.schema.global.GlobalAttributeTypeRegistry.lookup(GlobalAttributeTypeRegistry.java:139) at org.apache.directory.server.core.partition.impl.btree.BTreePartition.init(BTreePartition.java:194) at org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition.init(JdbmPartition.java:190) at org.apache.directory.server.core.partition.DefaultPartitionNexus.initializeSystemPartition(DefaultPartitionNexus.java:363) at org.apache.directory.server.core.partition.DefaultPartitionNexus.init(DefaultPartitionNexus.java:200) at org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:821) at org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:230) at org.apache.directory.server.core.jndi.AbstractContextFactory.getInitialContext(AbstractContextFactory.java:118) at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247) at javax.naming.InitialContext.init(InitialContext.java:223) at javax.naming.InitialContext.(InitialContext.java:197) at javax.naming.directory.InitialDirContext.(InitialDirContext.java:82) at org.apache.directory.server.Service.init(Service.java:96) at org.apache.directory.daemon.Bootstrapper.callInit(Bootstrapper.java:151) at org.apache.directory.daemon.JsvcBootstrapper.init(JsvcBootstrapper.java:56) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.commons.daemon.support.DaemonLoader.load(DaemonLoader.java:160) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira