<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: SLF4J bindings Warning logging accumulo shell on Cloudera QuickStart VM in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6565#M56840</link>
    <description>I will do that 1st thing tomorrow ... Thank Josh.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Feb 2014 20:49:21 GMT</pubDate>
    <dc:creator>crigano</dc:creator>
    <dc:date>2014-02-19T20:49:21Z</dc:date>
    <item>
      <title>SLF4J bindings Warning logging  accumulo shell on Cloudera QuickStart VM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/5877#M56834</link>
      <description>&lt;P&gt;I have just sucessfuly installed accumulo-1.4.3 on cloudera CDH4 QuickStart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each time I log in to the accumulo shell I get the following warning:&lt;/P&gt;
&lt;P&gt;SLF4J: Class path contains multiple SLF4J bindings.&lt;BR /&gt;SLF4J: Found binding in [jar:file:/usr/lib/hadoop/client-0.20/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;BR /&gt;SLF4J: Found binding in [jar:file:/usr/lib/hadoop/client-0.20/slf4j-log4j12.jar!/org/slf4j/impl/StaticLoggerBinder.class]&lt;BR /&gt;SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The website states:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SLF4J warning or error messages and their meanings&lt;BR /&gt;The method o.a.commons.logging.impl.SLF4FLogFactory#release was invoked.&lt;/P&gt;
&lt;P&gt;Given the structure of the commons-logging API, in particular as implemented by SLF4J, the o.a.commons.logging.impl.SLF4FLogFactory#release() method should never be called. However, depending on the deployment of commons-logging.jar files in your servlet container, release() method may be unexpectedly invoked by a copy of org.apache.commons.logging.LogFactory class shipping with commons-logging.jar.&lt;/P&gt;
&lt;P&gt;This is a relatively common occurrence with recent versions of Tomcat, especially if you place jcl-over-slf4j.jar in WEB-INF/lib directory of your web-application instead of $TOMCAT_HOME/common/lib, where $TOMCAT_HOME stands for the directory where Tomcat is installed. In order to fully benefit from the stability offered by jcl-over-slf4j.jar, we recommend that you place jcl-over-slf4j.jar in $TOMCAT_HOME/common/lib without placing a copy in your web-applications.&lt;/P&gt;
&lt;P&gt;Please also see bug #22.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't want to break anything; how do I fix this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:53:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/5877#M56834</guid>
      <dc:creator>crigano</dc:creator>
      <dc:date>2022-09-16T08:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: SLF4J bindings Warning logging  accumulo shell on Cloudera QuickStart VM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/5991#M56835</link>
      <description>&lt;P&gt;In this case, the warning is benign. It's caused by the inclusion of a symlink from a versionless file name to a versioned file name in the CDH4 hadoop client directory. Since they point to the same jar, you can safely ignore them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can confirm this by doing a long listing on the directory mentioned in the error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[accumulo@localhost accumulo]&lt;/SPAN&gt;$ ls -lah /usr/lib/hadoop/client-0.20/slf4j-log4j*&lt;BR /&gt;lrwxrwxrwx. 1 root root 43 Oct 7 08:33 /usr/lib/hadoop/client-0.20/slf4j-log4j12-1.6.1.jar -&amp;gt; /usr/lib/hadoop/lib/slf4j-log4j12-1.6.1.jar&lt;BR /&gt;lrwxrwxrwx. 1 root root 43 Oct 7 08:33 /usr/lib/hadoop/client-0.20/slf4j-log4j12.jar -&amp;gt; /usr/lib/hadoop/lib/slf4j-log4j12-1.6.1.jar&lt;BR /&gt;[accumulo@localhost accumulo]$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can clear up the warning by modifying your accumulo-site.xml to use a regex in general.classpaths that will only match files with version numbers in the name:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;general.classpaths&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;
	  $ACCUMULO_HOME/lib/[^.].$ACCUMULO_VERSION.jar,
	  $ACCUMULO_HOME/lib/[^.].*.jar,
	  $ZOOKEEPER_HOME/zookeeper[^.].*-[0-9].*.jar,
	  $HADOOP_CONF_DIR,
	  $HADOOP_CLIENT_HOME/[^.].*-[0-9].*.jar,
          $HADOOP_MAPRED_HOME/[^.].*-[0-9].*.jar,
	  $HADOOP_MAPRED_HOME/lib/[^.].*.jar,
      &amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note in particular, the addition of "-[0-9].*" to the regex for matching jars in the hadoop client directory. It may help to view this change in the larger context of &lt;A target="_self" href="https://gist.github.com/busbey/8285352#file-accumulo-site-cdh4-xml-L108"&gt;configuration files for working with the quickstart VM&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 06:08:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/5991#M56835</guid>
      <dc:creator>busbey</dc:creator>
      <dc:date>2014-02-11T06:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: SLF4J bindings Warning logging  accumulo shell on Cloudera QuickStart VM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6365#M56836</link>
      <description>&lt;P&gt;Following is my existing accumulo-site.xml:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I delete the following from it :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$ACCUMULO_HOME/src/server/target/classes/,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$ACCUMULO_HOME/src/core/target/classes/,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$ACCUMULO_HOME/src/start/target/classes/,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$ACCUMULO_HOME/src/examples/target/classes/,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to modify it from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;name&amp;gt;general.classpaths&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;&lt;BR /&gt;$ACCUMULO_HOME/src/server/target/classes/,&lt;BR /&gt;$ACCUMULO_HOME/src/core/target/classes/,&lt;BR /&gt;$ACCUMULO_HOME/src/start/target/classes/,&lt;BR /&gt;$ACCUMULO_HOME/src/examples/target/classes/,&lt;BR /&gt;$ACCUMULO_HOME/lib/[^.].$ACCUMULO_VERSION.jar,&lt;BR /&gt;$ACCUMULO_HOME/lib/[^.].*.jar,&lt;BR /&gt;$ZOOKEEPER_HOME/zookeeper[^.].*.jar,&lt;BR /&gt;$HADOOP_CONF_DIR,&lt;BR /&gt;$HADOOP_CLIENT_HOME/[^.].*.jar,&lt;BR /&gt;$HADOOP_MAPRED_HOME/[^.].*.jar,&lt;BR /&gt;$HADOOP_MAPRED_HOME/lib/[^.].*.jar,&lt;BR /&gt;&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;general.classpaths&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;
	  $ACCUMULO_HOME/lib/[^.].$ACCUMULO_VERSION.jar,
	  $ACCUMULO_HOME/lib/[^.].*.jar,
	  $ZOOKEEPER_HOME/zookeeper[^.].*-[0-9].*.jar,
	  $HADOOP_CONF_DIR,
	  $HADOOP_CLIENT_HOME/[^.].*-[0-9].*.jar,
          $HADOOP_MAPRED_HOME/[^.].*-[0-9].*.jar,
	  $HADOOP_MAPRED_HOME/lib/[^.].*.jar,
      &amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 15 Feb 2014 22:23:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6365#M56836</guid>
      <dc:creator>crigano</dc:creator>
      <dc:date>2014-02-15T22:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: SLF4J bindings Warning logging  accumulo shell on Cloudera QuickStart VM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6419#M56837</link>
      <description>&lt;P&gt;Yes. Those entries are so you can test changes to the Accumulo code by recompiling and restarting Accumulo (i.e. skipping the step of building jars and deploying them).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I generally recommend never including those paths in Accumulo's classpath because&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;They should never be present in a production deployment and it's a bad idea to intentionally introduce differences between dev and production (in this case being packaged in jars)&lt;/LI&gt;&lt;LI&gt;The main code base doesn't build unless you use the package goal anyways, so you'll already have jars ready to go&lt;/LI&gt;&lt;LI&gt;If you are building directly within your Accumulo installation (which you should not do), the default package goal will give you your changes loaded upon restart just as easily, because the package goal will have put the repackaged Accumulo jars into the lib directory.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 17 Feb 2014 23:21:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6419#M56837</guid>
      <dc:creator>busbey</dc:creator>
      <dc:date>2014-02-17T23:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: SLF4J bindings Warning logging  accumulo shell on Cloudera QuickStart VM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6557#M56838</link>
      <description>&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I modified the&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got this message that I believe may have been causes by the attmpted solution in the other thread:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[accumulo@localhost bin]$ ./start-all.sh&lt;BR /&gt;Starting tablet servers and loggers .... done&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/accumulo/start/Platform&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.start.Platform&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;Could not find the main class: org.apache.accumulo.start.Platform. Program will exit.&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/accumulo/start/Main&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.start.Main&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;Could not find the main class: org.apache.accumulo.start.Main. Program will exit.&lt;BR /&gt;Starting logger on localhost.localdomain&lt;BR /&gt;Starting master on localhost.localdomain&lt;BR /&gt;Starting tablet server on localhost.localdomain&lt;BR /&gt;Starting garbage collector on localhost.localdomain&lt;BR /&gt;Starting monitor on localhost.localdomain&lt;BR /&gt;Starting tracer on localhost.localdomain&lt;BR /&gt;[accumulo@localhost bin]$ ./start-all.sh&lt;BR /&gt;Starting tablet servers and loggers .... done&lt;BR /&gt;Starting tablet server on localhost.localdomain&lt;BR /&gt;Starting logger on localhost.localdomain&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/accumulo/start/Platform&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.start.Platform&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;Could not find the main class: org.apache.accumulo.start.Platform. Program will exit.&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/accumulo/start/Main&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.start.Main&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;Could not find the main class: org.apache.accumulo.start.Main. Program will exit.&lt;BR /&gt;Starting master on localhost.localdomain&lt;BR /&gt;Starting garbage collector on localhost.localdomain&lt;BR /&gt;Starting monitor on localhost.localdomain&lt;BR /&gt;Starting tracer on localhost.localdomain&lt;BR /&gt;[accumulo@localhost bin]$ ls&lt;BR /&gt;accumulo etc_initd_accumulo start-here.sh stop-here.sh tool.sh&lt;BR /&gt;check-slaves LogForwarder.sh start-server.sh stop-server.sh tup.sh&lt;BR /&gt;config.sh start-all.sh stop-all.sh tdown.sh&lt;BR /&gt;[accumulo@localhost bin]$ ./stop-all.sh&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/accumulo/start/Platform&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.start.Platform&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;Could not find the main class: org.apache.accumulo.start.Platform. Program will exit.&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/accumulo/start/Main&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.start.Main&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;Could not find the main class: org.apache.accumulo.start.Main. Program will exit.&lt;BR /&gt;Invalid password or unable to connect to the master&lt;BR /&gt;Press Ctrl-C to cancel now, or force shutdown in 15 seconds&lt;BR /&gt;Utilities and unresponsive servers will be shut down in 5 seconds&lt;BR /&gt;stopping unresponsive tablet servers (if any) ...&lt;BR /&gt;stopping unresponsive tablet servers hard (if any) ...&lt;BR /&gt;Cleaning tablet server and logger entries from zookeeper&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/accumulo/start/Platform&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.start.Platform&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;Could not find the main class: org.apache.accumulo.start.Platform. Program will exit.&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/accumulo/start/Main&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.start.Main&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;Could not find the main class: org.apache.accumulo.start.Main. Program will exit.&lt;BR /&gt;Cleaning all server entries in zookeeper&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/accumulo/start/Platform&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.start.Platform&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;Could not find the main class: org.apache.accumulo.start.Platform. Program will exit.&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/accumulo/start/Main&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.accumulo.start.Main&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;Could not find the main class: org.apache.accumulo.start.Main. Program will exit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I can't confirm if its fixed. Regrets, Chris&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 19:23:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6557#M56838</guid>
      <dc:creator>crigano</dc:creator>
      <dc:date>2014-02-19T19:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: SLF4J bindings Warning logging  accumulo shell on Cloudera QuickStart VM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6559#M56839</link>
      <description>&lt;P&gt;Hi Chris!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you restore your Accumulo installation to pristine and then test?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should generally try to isolate things so that you can test one issue at a time. One way I do this is to take a snapshot of the VM after I verify any particular major change (i.e. finishing the installation instructions for Accumulo on the QuickStart VM).&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 19:36:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6559#M56839</guid>
      <dc:creator>busbey</dc:creator>
      <dc:date>2014-02-19T19:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: SLF4J bindings Warning logging accumulo shell on Cloudera QuickStart VM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6565#M56840</link>
      <description>I will do that 1st thing tomorrow ... Thank Josh.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Feb 2014 20:49:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/6565#M56840</guid>
      <dc:creator>crigano</dc:creator>
      <dc:date>2014-02-19T20:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: SLF4J bindings Warning logging accumulo shell on Cloudera QuickStart VM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/39348#M56841</link>
      <description>&lt;P&gt;I am getting this error while running MapReduce program on Cloudera VM:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SLF4J: Falild to load class&amp;nbsp;"org.slf4j.impl.StaticLoggerBinder".&lt;/P&gt;&lt;P&gt;Defaulting to no-operation (NOP) logger implementation.&lt;/P&gt;&lt;P&gt;Unable to load native-hadoop library for your platform.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me to fix this.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 07:03:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/39348#M56841</guid>
      <dc:creator>AdeelMunawar</dc:creator>
      <dc:date>2016-04-05T07:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: SLF4J bindings Warning logging accumulo shell on Cloudera QuickStart VM</title>
      <link>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/39369#M56842</link>
      <description>&lt;P&gt;Please open a new discussion thread for your issue. Older solved threads are unlikely to receive an appropriate amount of attention.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd recommend you post your MapReduce issue over in &lt;A href="https://community.cloudera.com/t5/Batch-Processing-and-Workflow/bd-p/JavaAPI" target="_self"&gt;the batch processing forum&lt;/A&gt;. Be sure to include you version of CDH, a complete stack trace, and the command you used to launch the job.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 13:23:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/SLF4J-bindings-Warning-logging-accumulo-shell-on-Cloudera/m-p/39369#M56842</guid>
      <dc:creator>busbey</dc:creator>
      <dc:date>2016-04-05T13:23:29Z</dc:date>
    </item>
  </channel>
</rss>

