-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple SLF4J bindings when deploying metrics_storm using storm 0.9.0 #5
Comments
Hi Arup, Do you mind posting your error? On Wed, Jan 15, 2014 at 8:01 AM, ArupMukherjee [email protected]:
Evan Chan http://www.ooyala.com/ |
Hello Evan, I switched to version 0.8.2 of Storm to be compatible with metrics_storm. I used sbt_assembly to build the jar file which I added to the classpath of storm. I added the metrics_storm-assembly-0.0.7-SNAPSHOT.jar file to the classpath. The build.sbt file has the library dependencies as folows: libraryDependencies ++= Seq( The error I am getting is as follows: SLF4J: Class path contains multiple SLF4J bindings. Thanks, |
Arup, try upgrading to slf4j 1.6.4. It sounds like the primary problem is On Wed, Jan 15, 2014 at 9:29 AM, ArupMukherjee [email protected]:
Evan Chan http://www.ooyala.com/ |
Evan, I still get the same error SLF4J: Class path contains multiple SLF4J bindings. My sbt file looks as follows: libraryDependencies ++= Seq( My library structure for storm 0.8.2 looks as follows: ├── asm-4.0.jar |
Hm, I'm not quite sure, but somebody is including SLF4J 1.6.x in the I actually have been warnings like these and see that SLF4J logging still On Wed, Jan 15, 2014 at 11:40 AM, ArupMukherjee [email protected]:
Evan Chan http://www.ooyala.com/ |
Hi,
I am new to Scala and SBT and used sbt-assembly plugin along with sbt to deploy metrics_storm and adding the .jar file generated to the class path of storm. However, now when I start storm using ./storm nimbus I get a classpath contains multiple SLF4J bindings error.
My question is: Is there some variant of storm that I need to be using to get around the multiple bindings error? Also, if the variant of storm is not an issue, could you give me some hints as to get around the multiple slf4j issue.
Thanks in advance..
Arup
The text was updated successfully, but these errors were encountered: