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 D85CB200D40 for ; Fri, 3 Nov 2017 13:49:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D703F160BFB; Fri, 3 Nov 2017 12:49:05 +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 2BCDC160BE9 for ; Fri, 3 Nov 2017 13:49:05 +0100 (CET) Received: (qmail 1608 invoked by uid 500); 3 Nov 2017 12:49:04 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 1598 invoked by uid 99); 3 Nov 2017 12:49:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2017 12:49:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 775A71A5B00 for ; Fri, 3 Nov 2017 12:49:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id IcTFyhiCHS4X for ; Fri, 3 Nov 2017 12:49:01 +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 328F05F6CB for ; Fri, 3 Nov 2017 12:49:01 +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 A3123E065C for ; Fri, 3 Nov 2017 12:49:00 +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 6178424147 for ; Fri, 3 Nov 2017 12:49:00 +0000 (UTC) Date: Fri, 3 Nov 2017 12:49:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-6828) Confusing messages "SLF4J: Failed to load class" at Ignite start MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 03 Nov 2017 12:49:06 -0000 [ https://issues.apache.org/jira/browse/IGNITE-6828?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D162= 37562#comment-16237562 ]=20 ASF GitHub Bot commented on IGNITE-6828: ---------------------------------------- GitHub user apopovgg opened a pull request: https://github.com/apache/ignite/pull/2980 IGNITE-6828 Confusing messages SLF4J: Failed to load class at Ignite = =E2=80=A6 =E2=80=A6start You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6828 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2980.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2980 =20 ---- commit 49dea9dc830b7284d14bf5fc7087df7a32c2d712 Author: apopov Date: 2017-11-03T12:47:05Z IGNITE-6828 Confusing messages SLF4J: Failed to load class at Ignite st= art ---- > Confusing messages "SLF4J: Failed to load class" at Ignite start > ---------------------------------------------------------------- > > Key: IGNITE-6828 > URL: https://issues.apache.org/jira/browse/IGNITE-6828 > Project: Ignite > Issue Type: Bug > Security Level: Public(Viewable by anyone)=20 > Components: general > Affects Versions: 2.1 > Reporter: Alexey Popov > Assignee: Alexey Popov > > How to reproduce: > 1. build Ignite > 2. go to examples\ > 3. run: mvn exec:java -Dexec.mainClass=3D"org.apache.ignite.examples.Exam= pleNodeStartup" > you will see the following confusing output: > SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". > SLF4J: Defaulting to no-operation (NOP) logger implementation > SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further= details. > SLF4J dependency comes from org.springframework.data:spring-data-commons: > [INFO] +- org.apache.ignite:ignite-spring-data:jar:2.3.0-SNAPSHOT:compile > [INFO] | +- (org.apache.ignite:ignite-core:jar:2.3.0-SNAPSHOT:compile - = omitted for duplicate) > [INFO] | +- (org.apache.ignite:ignite-indexing:jar:2.3.0-SNAPSHOT:compil= e - omitted for duplicate) > [INFO] | +- org.springframework.data:spring-data-commons:jar:1.13.1.RELE= ASE:compile > [INFO] | | +- (org.springframework:spring-core:jar:4.3.7.RELEASE:compil= e - omitted for duplicate) > [INFO] | | +- (org.springframework:spring-beans:jar:4.3.7.RELEASE:compi= le - omitted for duplicate) > [INFO] | | +- org.slf4j:slf4j-api:jar:1.7.24:compile > [INFO] | | \- org.slf4j:jcl-over-slf4j:jar:1.7.24:runtime > [INFO] | | \- (org.slf4j:slf4j-api:jar:1.7.24:runtime - omitted for = duplicate) > [INFO] | \- (org.apache.ignite:ignite-spring:jar:2.3.0-SNAPSHOT:compile = - omitted for duplicate) > We should remove this dependency because it is confusing and does not aff= ects to Ignite logging functionality -- This message was sent by Atlassian JIRA (v6.4.14#64029)