You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jason Huynh (JIRA)" <ji...@apache.org> on 2017/07/25 17:36:00 UTC

[jira] [Created] (GEODE-3301) Cargo Module tests failing in nightly build with Unable to edit XML file

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.<init>(TomcatInstall.java:144)
        at org.apache.geode.session.tests.TomcatInstall.<init>(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.<init>(FileInputStream.java:138)
            at java.io.FileInputStream.<init>(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)