i forgot to mention that iam using jdk 1.6

On Sat, Jan 28, 2017 at 8:09 AM, sam mohel <sammoh...@gmail.com> wrote:

> thanks for replying . i searched or how to know the appropratie versions i
> should write it but couldn't find . I'm using apache-storm-0.9.6 and when i
> ran this command mvn dependency:list i got
> org.slf4j:log4j-over-slf4j:jar:1.6.6:provided
> org.slf4j:slf4j-api:jar:1.7.5:provided
>
> if you please ,what should i do ? Thanks in advance
>
> On Sat, Jan 28, 2017 at 3:04 AM, Ambud Sharma <asharma52...@gmail.com>
> wrote:
>
>> Your dependencies need to be overridden. If you are using Maven please
>> look at your dependency hierarchy and check what all is using slf log4j and
>> fix it the version of storm you are using.
>>
>>
>> On Jan 25, 2017 3:35 AM, "sam mohel" <sammoh...@gmail.com> wrote:
>>
>> is there any help , please ?
>>
>> On Tue, Jan 24, 2017 at 8:53 AM, sam mohel <sammoh...@gmail.com> wrote:
>>
>>> I got this error when i ran my topology in local mode
>>> clojure.tools.logging$eval1$fn__7 invoke
>>> SEVERE:
>>> java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLog
>>> ger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/Stri
>>> ng;[Ljava/lang/Object;Ljava/lang/Throwable;)V
>>>     at org.apache.log4j.Category.differentiatedLog(Category.java:186)
>>>     at org.apache.log4j.Category.info(Category.java:229)
>>>     at backtype.storm.utils.ShellProcess.getSerializer(ShellProcess
>>> .java:78)
>>>     at backtype.storm.utils.ShellProcess.launch(ShellProcess.java:58)
>>>     at backtype.storm.task.ShellBolt.prepare(ShellBolt.java:117)
>>>     at backtype.storm.daemon.executor$fn__3439$fn__3451.invoke(exec
>>> utor.clj:699)
>>>     at backtype.storm.util$async_loop$fn__460.invoke(util.clj:461)
>>>     at clojure.lang.AFn.run(AFn.java:24)
>>>     at java.lang.Thread.run(Thread.java:701)
>>>
>>>
>>
>>
>

Reply via email to