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 0A906200CD0 for ; Tue, 25 Jul 2017 19:36:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 08CE81609B7; Tue, 25 Jul 2017 17:36:16 +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 4E9531609A7 for ; Tue, 25 Jul 2017 19:36:15 +0200 (CEST) Received: (qmail 64767 invoked by uid 500); 25 Jul 2017 17:36:14 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 64715 invoked by uid 99); 25 Jul 2017 17:36:14 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2017 17:36:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id BB757C18F9 for ; Tue, 25 Jul 2017 17:36:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100 X-Spam-Level: X-Spam-Status: No, score=-100 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100, WEIRD_PORT=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 2iUfArIty-Sc for ; Tue, 25 Jul 2017 17:36:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 984B15F6C4 for ; Tue, 25 Jul 2017 17:36:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 71DDFE00A2 for ; Tue, 25 Jul 2017 17:36:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 11D1623F05 for ; Tue, 25 Jul 2017 17:36:00 +0000 (UTC) Date: Tue, 25 Jul 2017 17:36:00 +0000 (UTC) From: "Jason Huynh (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (GEODE-3301) Cargo Module tests failing in nightly build with Unable to edit XML file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 25 Jul 2017 17:36:16 -0000 Jason Huynh created GEODE-3301: ---------------------------------- Summary: Cargo Module tests failing in nightly build with Unable to edit XML file Key: GEODE-3301 URL: https://issues.apache.org/jira/browse/GEODE-3301 Project: Geode Issue Type: Bug Components: http session Reporter: Jason Huynh Build #905 is failing with Cargo test failures, similar to the following: {noformat} org.apache.geode.session.tests.Tomcat6Test > classMethod FAILED java.lang.RuntimeException: Unable to edit XML file at org.apache.geode.session.tests.ContainerInstall.editXMLFile(ContainerInstall.java:454) at org.apache.geode.session.tests.ContainerInstall.editXMLFile(ContainerInstall.java:383) at org.apache.geode.session.tests.TomcatInstall.setupDefaultSettings(TomcatInstall.java:161) at org.apache.geode.session.tests.TomcatInstall.(TomcatInstall.java:144) at org.apache.geode.session.tests.TomcatInstall.(TomcatInstall.java:118) at org.apache.geode.session.tests.Tomcat6Test.setupTomcatInstall(Tomcat6Test.java:32) Caused by: java.io.FileNotFoundException: /tmp/cargo_containers/Tomcat6Test/apache-tomcat-6.0.37/apache-tomcat-6.0.37/conf/context.xml (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.(FileInputStream.java:138) at java.io.FileInputStream.(FileInputStream.java:93) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90) at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:623) at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:148) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:805) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:177) at org.apache.geode.session.tests.ContainerInstall.editXMLFile(ContainerInstall.java:423) ... 5 more {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)