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 91845200BB6 for ; Fri, 4 Nov 2016 23:21:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 90324160B04; Fri, 4 Nov 2016 22:21:03 +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 D8170160AEA for ; Fri, 4 Nov 2016 23:21:02 +0100 (CET) Received: (qmail 63370 invoked by uid 500); 4 Nov 2016 22:21:02 -0000 Mailing-List: contact issues-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list issues@geode.incubator.apache.org Received: (qmail 63361 invoked by uid 99); 4 Nov 2016 22:21:02 -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; Fri, 04 Nov 2016 22:21:02 +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 8A77CC7E00 for ; Fri, 4 Nov 2016 22:21:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id IpHfMklvkySE for ; Fri, 4 Nov 2016 22:21:00 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 6CB705F1E9 for ; Fri, 4 Nov 2016 22:20:59 +0000 (UTC) Received: (qmail 63216 invoked by uid 99); 4 Nov 2016 22:20:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2016 22:20:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7E6BA2C0005 for ; Fri, 4 Nov 2016 22:20:58 +0000 (UTC) Date: Fri, 4 Nov 2016 22:20:58 +0000 (UTC) From: "Dan Smith (JIRA)" To: issues@geode.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (GEODE-1918) CI Failure: Tomcat7SessionsJUnitTest.classMethod MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 04 Nov 2016 22:21:03 -0000 [ https://issues.apache.org/jira/browse/GEODE-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Smith resolved GEODE-1918. ------------------------------ Resolution: Fixed Fix Version/s: 1.0.0-incubating This was failing consistently until the fix for GEODE-1925 was checked in. It was fixed by GEODE-1925. > CI Failure: Tomcat7SessionsJUnitTest.classMethod > ------------------------------------------------ > > Key: GEODE-1918 > URL: https://issues.apache.org/jira/browse/GEODE-1918 > Project: Geode > Issue Type: Bug > Components: http session > Reporter: Eric Shu > Labels: ci > Fix For: 1.0.0-incubating > > > org.apache.catalina.LifecycleException: Failed to start component [StandardService[null]] > at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:153) > at org.apache.geode.modules.session.EmbeddedTomcat.startContainer(EmbeddedTomcat.java:126) > at org.apache.geode.modules.session.TestSessionsBase.setupServer(TestSessionsBase.java:69) > at org.apache.geode.modules.session.Tomcat7SessionsJUnitTest.setupClass(Tomcat7SessionsJUnitTest.java:38) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:497) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) > at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) > at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114) > at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57) > at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66) > at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:497) > at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:497) > at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:377) > at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54) > at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > Caused by: org.apache.geode.GemFireIOException: Could not open log file "/x1/jenkins/jenkins-slave/workspace/Geode-nightly/extensions/geode-modules-tomcat7/build/integrationTest/tomcat/logs/gemfire_modules.2016-09-21.log". > at org.apache.geode.internal.logging.log4j.LogWriterAppenders.createLogWriterAppender(LogWriterAppenders.java:168) > at org.apache.geode.internal.logging.log4j.LogWriterAppenders.getOrCreateAppender(LogWriterAppenders.java:73) > at org.apache.geode.internal.logging.log4j.LogWriterAppenders.getOrCreateAppender(LogWriterAppenders.java:91) > at org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:571) > at org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:299) > at org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:237) > at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:229) > at org.apache.geode.modules.session.bootstrap.PeerToPeerCache.createOrRetrieveCache(PeerToPeerCache.java:59) > at org.apache.geode.modules.session.bootstrap.AbstractCache.lifecycleEvent(AbstractCache.java:84) > at org.apache.geode.modules.session.catalina.AbstractCacheLifecycleListener.lifecycleEvent(AbstractCacheLifecycleListener.java:31) > at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) > at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) > at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:394) > at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:339) > at org.apache.catalina.startup.Embedded.startInternal(Embedded.java:772) > at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) > ... 39 more > Caused by: java.io.FileNotFoundException: /x1/jenkins/jenkins-slave/workspace/Geode-nightly/extensions/geode-modules-tomcat7/build/integrationTest/tomcat/logs/gemfire_modules.2016-09-21.log (No such file or directory) > at java.io.FileOutputStream.open0(Native Method) > at java.io.FileOutputStream.open(FileOutputStream.java:270) > at java.io.FileOutputStream.(FileOutputStream.java:213) > at org.apache.geode.internal.logging.log4j.LogWriterAppenders.createLogWriterAppender(LogWriterAppenders.java:165) > ... 54 more -- This message was sent by Atlassian JIRA (v6.3.4#6332)