Return-Path: X-Original-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2CC334BDB for ; Thu, 7 Jul 2011 06:07:13 +0000 (UTC) Received: (qmail 69228 invoked by uid 500); 7 Jul 2011 06:07:11 -0000 Delivered-To: apmail-incubator-isis-dev-archive@incubator.apache.org Received: (qmail 69175 invoked by uid 500); 7 Jul 2011 06:07:00 -0000 Mailing-List: contact isis-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-dev@incubator.apache.org Received: (qmail 69162 invoked by uid 99); 7 Jul 2011 06:06:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 06:06:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dkhaywood@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-wy0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 06:06:43 +0000 Received: by wyg30 with SMTP id 30so482834wyg.6 for ; Wed, 06 Jul 2011 23:06:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:organization:user-agent:mime-version :to:subject:references:in-reply-to:content-type; bh=xcoc7NCX5JDZhv3/KuOeg+9fAsWyqT7rXTGwo4YXzgA=; b=YZYBGnL6U9yv9cio7YUiLk0g1fiQm6nAX+Uj5NslF2UDnN4qtmN7omSlXcVlmZ5uLT VA97imLDaPqQFGrBMyt0dLGIZM/ENVJYKY7bINKri5WpA+bYCgH7r0hqu8tTdqukEvBU Tn1T2cFheyy/W6jwK35MNoKcAffwRjBJwYIXw= Received: by 10.227.164.133 with SMTP id e5mr346706wby.40.1310018783298; Wed, 06 Jul 2011 23:06:23 -0700 (PDT) Received: from [172.31.209.0] ([158.230.100.10]) by mx.google.com with ESMTPS id ex2sm6606094wbb.48.2011.07.06.23.06.20 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Jul 2011 23:06:21 -0700 (PDT) Message-ID: <4E154CDF.1020708@gmail.com> Date: Thu, 07 Jul 2011 07:06:23 +0100 From: Dan Haywood Reply-To: dan@haywood-associates.co.uk Organization: Haywood Associates Ltd. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: isis-dev@incubator.apache.org Subject: Re: [VOTE] Apache Isis release 0.1.2-incubating (RC5) References: <4E116A0F.8040606@gmail.com>, <4E144D1B.6010704@nakedobjects.org> <4E1457CD.26048.8E8B92@kevin.kmz.co.za> <4E14CDE6.9020303@nakedobjects.org> In-Reply-To: <4E14CDE6.9020303@nakedobjects.org> Content-Type: multipart/mixed; boundary="------------050105070300010808020302" X-Virus-Checked: Checked by ClamAV on apache.org --------------050105070300010808020302 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit As I understand this (Kevin worked on this code the most recently), the 'tests-served' modules have a dependency on a MySQL server being installed. I don't have MySQL installed myself, so what I can't quite work out is why the tests don't hang for me too. At any rate, I think the workaround is just to remove 'tests-served' from the 'modules' file (which is used to drive the msdf.sh script). Given this is just the site documentation which has already been generated, I'm happy not to sweat it if you are? Dan ~~~~~~~~~ On 06/07/2011 22:04, Robert Matthews wrote: > This is the line that it stops at: > > Forking command line: /bin/sh -c cd > /home/rcm/tmp/isis-0.1.2-incubating/runtimes/dflt/objectstores/sql/tests-served > && /usr/java/jdk1.6.0_26/jre/bin/java -jar > /home/rcm/tmp/isis-0.1.2-incubating/runtimes/dflt/objectstores/sql/tests-served/target/surefire/surefirebooter2544362058491521935.jar > /home/rcm/tmp/isis-0.1.2-incubating/runtimes/dflt/objectstores/sql/tests-served/target/surefire/surefire3369931567537246989tmp > /home/rcm/tmp/isis-0.1.2-incubating/runtimes/dflt/objectstores/sql/tests-served/target/surefire/surefire1520401733116391419tmp > > > This just suggests that one of tests is hanging. I am seeing port 3306 > being blocked by my firewall while trying to get to an unknown server. > Now I don't believe anything else on my machine is trying to access > MySql anywhere. Could this be your test settings? > > Rob > > On 06/07/11 13:40, Kevin Meyer - KMZ wrote: >> Hi Rob, >> >> This is really weird - the default SQL tests just use HSQLDB, so there >> shouldn't be any issue. >> >> You would need to enable full integration testing to switch on "served" >> tests, which then look for database servers (you'll noticed timeouts >> searching for "abacus" - my server). >> >> Is your system running: >> Default Runtime SQL ObjectStore Integration Tests - Common >> or >> Default Runtime SQL ObjectStore Integration Tests - Served >> >> If the latter, you *will* need to update the mysql.properties and >> postgresql.properties in the sql-tests-served project. >> >> The latter is turned on by profile "integration-tests", BTW. >> >> Regards, >> Kevin >> >> >> On 6 Jul 2011 at 12:55, Robert Matthews wrote: >> >>> On trying the site build I get infinite pause in 'Default Runtime SQL >>> ObjectStore Integration Tests'. I've Ctrl-C'd it so it continues with >>> the next project and the rest complete fine. >>> >>> Rob >>> > --------------050105070300010808020302--