Return-Path: X-Original-To: apmail-directory-users-archive@www.apache.org Delivered-To: apmail-directory-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8B6410101 for ; Tue, 29 Oct 2013 19:29:21 +0000 (UTC) Received: (qmail 50407 invoked by uid 500); 29 Oct 2013 19:29:21 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 50240 invoked by uid 500); 29 Oct 2013 19:29:20 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 50232 invoked by uid 99); 29 Oct 2013 19:29:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Oct 2013 19:29:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brad.crosbyjr@gmail.com designates 209.85.215.49 as permitted sender) Received: from [209.85.215.49] (HELO mail-la0-f49.google.com) (209.85.215.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Oct 2013 19:29:15 +0000 Received: by mail-la0-f49.google.com with SMTP id eh20so277234lab.8 for ; Tue, 29 Oct 2013 12:28:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Y5CoYGCvrHja1bMfJVXEdeJUzVaiT7IKQMJkm5ATIF4=; b=rdI+PTleosGVsVltDWH1Xr06VQXL0ZNuXE+yoQMlyRSSUDvIF0H4EGgnFsn3d0K97C 8qlCkaMazolCTuJCptRBQE+9btTp5yKNFql8jkY+ivOVD35G6topPvVWWNr0pZXeYOYH 05p61Kwee+2K9fyM2BArBm+uuK6Lzq7T6cfsePq5K0A3sI7yZdMX/AIaluKWw5eZrnKR JcCgqV6gw4RPqLQkJ3pmaIh8lpjqSu0U+AER1X97GNgtwrNPeCAB2aieau5RK4zeL0R4 aJ0raqG9wNvSdQeTum8OXrFN+fQBxWS727LxeE+Ueh3Px0XFTh+sUqpmMhVx/c+dfwy0 8mlQ== MIME-Version: 1.0 X-Received: by 10.152.23.137 with SMTP id m9mr601483laf.17.1383074933977; Tue, 29 Oct 2013 12:28:53 -0700 (PDT) Received: by 10.114.80.135 with HTTP; Tue, 29 Oct 2013 12:28:53 -0700 (PDT) Date: Tue, 29 Oct 2013 15:28:53 -0400 Message-ID: Subject: Problems setting up data in config.ldif From: "Brad Crosby Jr." To: users@directory.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm having problems setting up some initial data in my directory via config.ldif. I've distilled the problem by taking an untouched 2.0.0 instance in Directory Studio and (while the server is stopped) adding the following entry to the config.ldif for the server: dn: ou=People,dc=example,dc=com ou: People objectclass: top objectclass: organizationalUnit Trying to then start the server fails with the following two exceptions in the log (abridged): org.apache.directory.api.ldap.model.exception.LdapOtherException: ERR_216_ID_FOR_PARENT_NOT_FOUND Id for parent 'dc=example,dc=com' not found! Caused by: org.apache.directory.api.ldap.model.exception.LdapNoSuchObjectException: ERR_216_ID_FOR_PARENT_NOT_FOUND Id for parent 'dc=example,dc=com' not found! I can add the same entry manually through Directory Studio and it works just fine. What's going on here? Disclaimer: I'm new to LDAP in general, and ApacheDS in particular. Thanks in advance, Brad Crosby