From dev-return-32736-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Thu Feb 25 00:12:49 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 20233 invoked from network); 25 Feb 2010 00:12:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 00:12:48 -0000 Received: (qmail 95024 invoked by uid 500); 25 Feb 2010 00:12:48 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 94823 invoked by uid 500); 25 Feb 2010 00:12:48 -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 94815 invoked by uid 99); 25 Feb 2010 00:12:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 00:12:47 +0000 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 209.85.219.221 as permitted sender) Received: from [209.85.219.221] (HELO mail-ew0-f221.google.com) (209.85.219.221) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 00:12:39 +0000 Received: by ewy21 with SMTP id 21so1276017ewy.25 for ; Wed, 24 Feb 2010 16:12:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=gDTIdXjP/u+0VGt57FGVeavLbhwQxfgcN41WuH7w+G8=; b=osf8tI4fnQqQfp6D4QyChGAsLL3VIZ09mF/atbx6XCEoRBQibNsGbfg9OYLiFDkhhi FhTP0MFOsdZbiPs/dCOhYWRvYPKPyEZB5sJzZxUs6DiNg1byja9ydBkN2y2BQejdYQkd l//swe6Nxt4OfrCmf5PPvjYYluy3qBgqbKKBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=P9ac9wLq7zU9nMItK8Qo4tTiVwCkqdH/+q7+ko9hMYVkqUi5JXBQjrz06J9Mpp0QKr iEun+idgJSflEGezFvqvScN+oSwtv/RyQmeZoHxnexoBS+QF93rc8fgAS0+rlJy0RuDP BqkG01fN838BsPTAha13KJnFQpgKyQL2zp1Fk= Received: by 10.213.40.133 with SMTP id k5mr343965ebe.94.1267056738020; Wed, 24 Feb 2010 16:12:18 -0800 (PST) Received: from emmanuel-lecharnys-MacBook-Pro.local (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by mx.google.com with ESMTPS id 28sm436460eyg.6.2010.02.24.16.12.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Feb 2010 16:12:16 -0800 (PST) Message-ID: <4B85C05E.7000905@gmail.com> Date: Thu, 25 Feb 2010 01:12:14 +0100 From: Emmanuel Lecharny Reply-To: elecharny@apache.org User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Directory on VMBuild References: <81C048BA-519C-4CD2-8099-089986365251@apache.org> <4B854D39.4080001@gmail.com> <8874A53D-C17A-423C-93EC-F19437413E63@apache.org> <4B857A6C.7070007@apache.org> <4B859097.5060707@apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 2/25/10 12:14 AM, Brett Porter wrote: > On 25/02/2010, at 7:48 AM, Stefan Seelmann wrote: > > >> Stefan Seelmann schrieb: >> >>> Hi Brett, >>> Brett Porter wrote: >>> >>>>>> Test failures: >>>>>> http://vmbuild.apache.org/continuum/surefireReport.action?buildId=288124&projectGroupId=139&projectId=1501#org.apache.directory.server.core.factory.DirectoryServiceAnnotationTest >>>>>> >>>> Well, it's just running Maven 2.2.1 on JDK 5 as an external process with the following: >>>> >>>> mvn -Dintegration -B clean deploy >>>> >>>> Should that work? >>>> >>> I tested this and also a simple "mvn clean install" using Java 5 (1.5.0_14) on Ubuntu 9.10 and I get the same error. Using Java 6 the build works fine. >>> Let's figure out what's the problem with Java 5. Thanks for the pointer. >>> >> Ok, this issue should be fixed. We analyze the stack trace and at least with Sun 1.5.0_14 64bit there is an additional stack trace element at index 0: >> java.lang.Thread.dumpThreads(Native Method) >> >> >> Unfortunately, now the core-integ tests are failing with Java5: >> >> java.lang.UnsupportedClassVersionError: Bad version number in .class file >> >> I think the problem here is that there are some *.bytecode files that are loaded and they seem to be compiled with Java6. >> >> > > Thanks Stefan! > > So for now I'll leave the Directory builds to do their thing on JDK 5. If you need help reconfiguring it to use JDK 6 or some other issues, please just drop us a note at builds@apache.org (I'm not typically subscribed to this list). > Thanks Stefan... I was so damn wrong :/ Regards, Cordialement, Emmanuel Lécharny www.nextury.com