Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 10199 invoked from network); 23 Apr 2007 03:55:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 03:55:55 -0000 Received: (qmail 67871 invoked by uid 500); 23 Apr 2007 03:44:32 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 67853 invoked by uid 500); 23 Apr 2007 03:44:31 -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 67842 invoked by uid 99); 23 Apr 2007 03:44:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 20:44:31 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [199.89.234.138] (HELO gateway2.monsanto.com) (199.89.234.138) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 20:44:09 -0700 Received: from NA1000EXR01.na.ds.monsanto.com (na1000exr01.na.ds.monsanto.com [10.30.52.45]) by gateway2.monsanto.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id l3N3hlPZ001216 for ; Sun, 22 Apr 2007 22:43:48 -0500 (CDT) Received: from NA1000EXR01.na.ds.monsanto.com ([10.30.55.34]) by NA1000EXR01.na.ds.monsanto.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 22 Apr 2007 22:43:47 -0500 Received: from NA1000EXR04.na.ds.monsanto.com ([10.30.64.102]) by NA1000EXR01.na.ds.monsanto.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 22 Apr 2007 22:43:47 -0500 Received: from NA1000EXM03.na.ds.monsanto.com ([10.30.53.37]) by NA1000EXR04.na.ds.monsanto.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 22 Apr 2007 22:43:47 -0500 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2826 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [ApacheDS] 1.5 Experience Not Good on Windows - Next Problem - more on that Date: Sun, 22 Apr 2007 22:43:47 -0500 Message-ID: <67ABD23687EA2A4FBB847F157EFAD6CF0332A180@NA1000EXM03.na.ds.monsanto.com> In-Reply-To: <67ABD23687EA2A4FBB847F157EFAD6CF0332A17F@NA1000EXM03.na.ds.monsanto.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Importance: normal Thread-Topic: [ApacheDS] 1.5 Experience Not Good on Windows - Next Problem - more on that Priority: normal Thread-Index: AceFUaXDi4sCepBGSSW6194mlHf+XQAAZOnwAAEX5/AAAHEkoA== From: "CORUM, M E [AG/1000]" To: X-OriginalArrivalTime: 23 Apr 2007 03:43:47.0066 (UTC) FILETIME=[991BADA0:01C78559] X-Virus-Checked: Checked by ClamAV on apache.org This code for automatically loading an ldif file using the ldifDirectory property seems pretty badly broken on Windows for 1.5. It always strips off the first two characters of the file name and puts a question mark in front it. I've tried every combination of file names and directories I can think of and it always defeats me. Does anybody have this working with 1.5 on Windows? MikeC -----Original Message----- From: CORUM, M E [AG/1000]=20 Sent: Sunday, April 22, 2007 10:33 PM To: 'users@directory.apache.org' Subject: RE: [ApacheDS] 1.5 Experience Not Good on Windows - Next Problem Now, I'm trying to use the following code in the server.xml: C:/ApacheDS_ldapusers I've tried every value I can think of to try for the "ldifDirectory" value. I tried a file name at the end and that ended up with the same exact error as if I didn't use a file name. The error from the code above is listed below. I have one file in that directory called "admin.ldif". Can anybody suggest syntax that might work? I tried all the suggestions in the comments in the file and none worked (although I didn't try the file:/// syntax - is that really the only one that works?). Whether I specify a file name or not, it find the file and swallows the first two letters and puts in a question mark, hmmm. [22:28:44] ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on org.apache.directory.server.Service.init(InstallationLayout, String[]) javax.naming.NamingException: Invalid value : C:\ApacheDS_ldapusers?min.ldif at org.apache.directory.shared.ldap.schema.DeepTrimToLowerNormalizer.normal ize(DeepTrimToLowerNormalizer.java:65) MikeC -------------------------------------------------------------------------= -------------------------------- This e-mail message may contain privileged and/or confidential = information, and is intended to be received only by persons entitled to = receive such information. If you have received this e-mail in error, = please notify the sender immediately. Please delete it and all = attachments from any servers, hard drives or any other media. Other use = of this e-mail by you is strictly prohibited. All e-mails and attachments sent and received are subject to monitoring, = reading and archival by Monsanto. The recipient of this e-mail is solely = responsible for checking for the presence of "Viruses" or other = "Malware". Monsanto accepts no liability for any damage caused by any = such code transmitted by or accompanying this e-mail or any attachment. -------------------------------------------------------------------------= --------------------------------