Return-Path: X-Original-To: apmail-ofbiz-user-archive@www.apache.org Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF065722C for ; Thu, 17 Nov 2011 11:50:17 +0000 (UTC) Received: (qmail 61843 invoked by uid 500); 17 Nov 2011 11:50:16 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 61809 invoked by uid 500); 17 Nov 2011 11:50:16 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 61801 invoked by uid 99); 17 Nov 2011 11:50:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 11:50:15 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [93.17.128.3] (HELO smtp21.services.sfr.fr) (93.17.128.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2011 11:50:06 +0000 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2111.sfr.fr (SMTP Server) with ESMTP id 4A70570001A9 for ; Thu, 17 Nov 2011 12:49:46 +0100 (CET) Received: from inspiron530 (unknown [95.176.64.253]) by msfrf2111.sfr.fr (SMTP Server) with SMTP id 13B9970000D4 for ; Thu, 17 Nov 2011 12:49:46 +0100 (CET) X-SFR-UUID: 20111117114946808.13B9970000D4@msfrf2111.sfr.fr Message-ID: <3A850F28B9A74484899AB58C4FEE36E0@inspiron530> From: "Jacques Le Roux" To: Subject: Trunk demo error Date: Thu, 17 Nov 2011 12:49:24 +0100 Organization: Les Arts Informatiques MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-sfr-mailing: X-Virus-Checked: Checked by ClamAV on apache.org Hi, Got this in trunk demo classes: [javac16] Compiling 20 source files to /home/ofbiz/trunk/framework/testtools/build/classes [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: incompatible types [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory [javac16] SchemeSocketFactory sf = PlainSocketFactory.getSocketFactory(); [javac16] ^ [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: cannot find symbol [javac16] symbol : constructor Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) [javac16] location: class org.apache.http.conn.scheme.Scheme [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); [javac16] ^ [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: cannot find symbol [javac16] symbol : constructor ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) [javac16] location: class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager [javac16] ClientConnectionManager ccm = new ThreadSafeClientConnManager(supportedSchemes); [javac16] ^ [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: cannot find symbol [javac16] symbol : method consume(org.apache.http.HttpEntity) [javac16] location: class org.apache.http.util.EntityUtils [javac16] EntityUtils.consume(entity); // release connection gracefully [javac16] ^ [javac16] 4 errors BUILD FAILED /home/ofbiz/trunk/build.xml:214: The following error occurred while executing this line: /home/ofbiz/trunk/framework/build.xml:148: The following error occurred while executing this line: /home/ofbiz/trunk/macros.xml:39: The following error occurred while executing this line: /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler error output for details. reverted to r1201941, cleaned and installed all, it's running again... I think there is also an issue with 1202084, looks like the quality is going down :/ Jacques Also not sure why but found that in trunk log 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ ControlServlet.java:324:INFO ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] Request Done- total:0.366,since last([checkLogin(Domai...):0.366]]