Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F40C2200B75 for ; Sun, 4 Sep 2016 21:55:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F2949160AB9; Sun, 4 Sep 2016 19:55:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4594F160AAB for ; Sun, 4 Sep 2016 21:55:22 +0200 (CEST) Received: (qmail 94674 invoked by uid 500); 4 Sep 2016 19:55:21 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 94663 invoked by uid 99); 4 Sep 2016 19:55:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2016 19:55:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 36FF22C014C for ; Sun, 4 Sep 2016 19:55:21 +0000 (UTC) Date: Sun, 4 Sep 2016 19:55:21 +0000 (UTC) From: "Wai (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (OFBIZ-8138) $ gradlew testIntegration produces exceptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 04 Sep 2016 19:55:23 -0000 Wai created OFBIZ-8138: -------------------------- Summary: $ gradlew testIntegration produces exceptions Key: OFBIZ-8138 URL: https://issues.apache.org/jira/browse/OFBIZ-8138 Project: OFBiz Issue Type: Bug Components: ALL COMPONENTS Affects Versions: Trunk Reporter: Wai run 'gradlew testIntegration' produces many exceptions console output... ... 2016-09-04 15:50:21,539 |main |TestRunContainer |I| [JUNIT] : testClassNotFound starting... 2016-09-04 15:50:21,541 |main |TestRunContainer |I| [JUNIT] : testClassNotFound finished. 2016-09-04 15:50:21,541 |main |TestRunContainer |I| [JUNIT] : testArray starting... 2016-09-04 15:50:21,542 |main |Converters |W| *** No converter found, converting from [Ljava.lang.Object; to org.apache.ofbiz.base.util.GeneralException. Please report this message to the developer community so a suitable converter can be created. *** 2016-09-04 15:50:21,542 |main |Converters |W| *** No converter found, converting from [Ljava.lang.Object; to java.util.Map. Please report this message to the developer community so a suitable converter can be created. *** 2016-09-04 15:50:21,543 |main |Converters |W| *** No converter found, converting from [I to org.apache.ofbiz.base.util.GeneralException. Please report this message to the developer community so a suitable converter can be created. *** 2016-09-04 15:50:21,543 |main |Converters |W| *** No converter found, converting from [I to java.util.ArrayList. Please report this message to the developer community so a suitable converter can be created. *** 2016-09-04 15:50:21,543 |main |Converters |W| *** No converter found, converting from [I to java.util.Map. Please report this message to the developer community so a suitable converter can be created. *** 2016-09-04 15:50:21,543 |main |TestRunContainer |I| [JUNIT] : testArray finished. 2016-09-04 15:50:21,543 |main |TestRunContainer |I| [JUNIT] : testString starting... 2016-09-04 15:50:21,561 |main |Converters |W| *** No converter found, converting from java.lang.String to org.apache.ofbiz.base.util.GeneralException. Please report this message to the developer community so a suitable converter can be created. *** 2016-09-04 15:50:21,608 |main |UtilMisc |W| Do not know what to do with the localeString [o], should be length 2, 5, or greater than 6, returning null 2016-09-04 15:50:21,608 |main |ObjectType |W| Exception thrown while converting type: org.apache.ofbiz.base.conversion.ConversionException: Could not convert o to Locale: at org.apache.ofbiz.base.conversion.MiscConverters$StringToLocale.convert(MiscConverters.java:238) ~[ofbiz.jar:?] at org.apache.ofbiz.base.conversion.MiscConverters$StringToLocale.convert(MiscConverters.java:228) ~[ofbiz.jar:?] at org.apache.ofbiz.base.util.ObjectType.simpleTypeConvert(ObjectType.java:550) [ofbiz.jar:?] at org.apache.ofbiz.base.util.test.ObjectTypeTests.simpleTypeConvert(ObjectTypeTests.java:99) [ofbiz.jar:?] -- This message was sent by Atlassian JIRA (v6.3.4#6332)