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 9B5AC200BCE for ; Fri, 18 Nov 2016 00:05:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 99B47160B0F; Thu, 17 Nov 2016 23:05:24 +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 E56CB160B0B for ; Fri, 18 Nov 2016 00:05:23 +0100 (CET) Received: (qmail 26554 invoked by uid 500); 17 Nov 2016 23:05:23 -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 26545 invoked by uid 99); 17 Nov 2016 23:05:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 23:05:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B4EC0C18E1 for ; Thu, 17 Nov 2016 23:05:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.018 X-Spam-Level: X-Spam-Status: No, score=-7.018 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, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id vx-omzfenbcS for ; Thu, 17 Nov 2016 23:05:21 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 5DA715F295 for ; Thu, 17 Nov 2016 23:05:21 +0000 (UTC) Received: (qmail 26014 invoked by uid 99); 17 Nov 2016 23:04:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 23:04:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6B6C72C4C72 for ; Thu, 17 Nov 2016 23:04:58 +0000 (UTC) Date: Thu, 17 Nov 2016 23:04:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@geode.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-2112) UITests are failing due to insufficient tearDown MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 17 Nov 2016 23:05:24 -0000 [ https://issues.apache.org/jira/browse/GEODE-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15675087#comment-15675087 ] ASF GitHub Bot commented on GEODE-2112: --------------------------------------- Github user jaredjstewart commented on the issue: https://github.com/apache/incubator-geode/pull/287 Precheckin started > UITests are failing due to insufficient tearDown > ------------------------------------------------ > > Key: GEODE-2112 > URL: https://issues.apache.org/jira/browse/GEODE-2112 > Project: Geode > Issue Type: Bug > Components: pulse, tests > Reporter: Kirk Lund > Assignee: Jared Stewart > Fix For: 1.1.0-incubating > > > UITests are failing due to insufficient tearDown > {noformat} > INFO: Connecting to jmxURL : service:jmx:rmi://localhost/jndi/rmi://localhost:9999/jmxrmi > [info 2016/11/14 15:51:15.940 PST tid=0x14] Logging in admin > [warn 2016/11/14 15:51:15.940 PST tid=0x14] Authentication failed for token submission [org.apache.geode.internal.security.shiro.GeodeAuthenticationToken - admin, rememberMe=false]. Possible unexpected error? (Typical or expected login exceptions should extend from AuthenticationException). > org.apache.geode.security.AuthenticationFailedException: SampleSecurityManager: wrong username/password > at org.apache.geode.security.templates.SampleSecurityManager.authenticate(SampleSecurityManager.java:146) > at org.apache.geode.internal.security.shiro.CustomAuthRealm.doGetAuthenticationInfo(CustomAuthRealm.java:66) > at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:568) > at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180) > at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267) > at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) > at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) > at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:270) > at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:256) > at org.apache.geode.internal.security.IntegratedSecurityService.login(IntegratedSecurityService.java:151) > at org.apache.geode.internal.security.shiro.JMXShiroAuthenticator.authenticate(JMXShiroAuthenticator.java:58) > at javax.management.remote.rmi.RMIServerImpl.doNewClient(RMIServerImpl.java:232) > at javax.management.remote.rmi.RMIServerImpl.newClient(RMIServerImpl.java:199) > 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:498) > at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:324) > at sun.rmi.transport.Transport$1.run(Transport.java:200) > at sun.rmi.transport.Transport$1.run(Transport.java:197) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:196) > at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682) > 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) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)