[jira] [Issue Comment Deleted] (STORM-2055) Exception when running topology from Maven exec with Flux

2017-01-26 Thread Julien Nioche (JIRA)

 [ 
https://issues.apache.org/jira/browse/STORM-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julien Nioche updated STORM-2055:
-
Comment: was deleted

(was: Related to that one?)

> Exception when running topology from Maven exec with Flux
> -
>
> Key: STORM-2055
> URL: https://issues.apache.org/jira/browse/STORM-2055
> Project: Apache Storm
>  Issue Type: Bug
>  Components: Flux
>Affects Versions: 1.0.2
>Reporter: Julien Nioche
>
> When running a topology from Maven with Flux as a dependency, we get
> {code}
> 11335 [Thread-8] ERROR o.a.s.event - Error when processing event
> java.io.FileNotFoundException: Source 
> 'file:/home/julien/.m2/repository/org/apache/storm/flux-core/1.0.1/flux-core-1.0.1.jar!/resources'
>  does not exist
> at 
> org.apache.storm.shade.org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1368)
>  ~[storm-core-1.0.1.jar:1.0.1]
> at 
> org.apache.storm.shade.org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1261)
>  ~[storm-core-1.0.1.jar:1.0.1]
> at 
> org.apache.storm.shade.org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1230)
>  ~[storm-core-1.0.1.jar:1.0.1]
> at 
> org.apache.storm.daemon.supervisor$fn__9359.invoke(supervisor.clj:1194) 
> ~[storm-core-1.0.1.jar:1.0.1]
> at clojure.lang.MultiFn.invoke(MultiFn.java:243) ~[clojure-1.7.0.jar:?]
> at 
> org.apache.storm.daemon.supervisor$mk_synchronize_supervisor$this__9078$fn__9096.invoke(supervisor.clj:582)
>  ~[storm-core-1.0.1.jar:1.0.1]
> at 
> org.apache.storm.daemon.supervisor$mk_synchronize_supervisor$this__9078.invoke(supervisor.clj:581)
>  ~[storm-core-1.0.1.jar:1.0.1]
> at org.apache.storm.event$event_manager$fn__8630.invoke(event.clj:40) 
> [storm-core-1.0.1.jar:1.0.1]
> at clojure.lang.AFn.run(AFn.java:22) [clojure-1.7.0.jar:?]
> at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
> {code}
> The same topology runs fine when executed with Eclipse or via the storm 
> command.
> See [https://github.com/DigitalPebble/storm-crawler/issues/324]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (STORM-2055) Exception when running topology from Maven exec with Flux

2017-01-26 Thread Julien Nioche (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15839751#comment-15839751
 ] 

Julien Nioche commented on STORM-2055:
--

Related to that one?

> Exception when running topology from Maven exec with Flux
> -
>
> Key: STORM-2055
> URL: https://issues.apache.org/jira/browse/STORM-2055
> Project: Apache Storm
>  Issue Type: Bug
>  Components: Flux
>Affects Versions: 1.0.2
>Reporter: Julien Nioche
>
> When running a topology from Maven with Flux as a dependency, we get
> {code}
> 11335 [Thread-8] ERROR o.a.s.event - Error when processing event
> java.io.FileNotFoundException: Source 
> 'file:/home/julien/.m2/repository/org/apache/storm/flux-core/1.0.1/flux-core-1.0.1.jar!/resources'
>  does not exist
> at 
> org.apache.storm.shade.org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1368)
>  ~[storm-core-1.0.1.jar:1.0.1]
> at 
> org.apache.storm.shade.org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1261)
>  ~[storm-core-1.0.1.jar:1.0.1]
> at 
> org.apache.storm.shade.org.apache.commons.io.FileUtils.copyDirectory(FileUtils.java:1230)
>  ~[storm-core-1.0.1.jar:1.0.1]
> at 
> org.apache.storm.daemon.supervisor$fn__9359.invoke(supervisor.clj:1194) 
> ~[storm-core-1.0.1.jar:1.0.1]
> at clojure.lang.MultiFn.invoke(MultiFn.java:243) ~[clojure-1.7.0.jar:?]
> at 
> org.apache.storm.daemon.supervisor$mk_synchronize_supervisor$this__9078$fn__9096.invoke(supervisor.clj:582)
>  ~[storm-core-1.0.1.jar:1.0.1]
> at 
> org.apache.storm.daemon.supervisor$mk_synchronize_supervisor$this__9078.invoke(supervisor.clj:581)
>  ~[storm-core-1.0.1.jar:1.0.1]
> at org.apache.storm.event$event_manager$fn__8630.invoke(event.clj:40) 
> [storm-core-1.0.1.jar:1.0.1]
> at clojure.lang.AFn.run(AFn.java:22) [clojure-1.7.0.jar:?]
> at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
> {code}
> The same topology runs fine when executed with Eclipse or via the storm 
> command.
> See [https://github.com/DigitalPebble/storm-crawler/issues/324]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (STORM-2326) Upgrade log4j and slf4j

2017-01-26 Thread Julien Nioche (JIRA)

 [ 
https://issues.apache.org/jira/browse/STORM-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julien Nioche updated STORM-2326:
-
External issue URL: https://github.com/apache/storm/pull/1896

> Upgrade log4j and slf4j
> ---
>
> Key: STORM-2326
> URL: https://issues.apache.org/jira/browse/STORM-2326
> Project: Apache Storm
>  Issue Type: Dependency upgrade
>Affects Versions: 2.0.0, 1.x
>Reporter: Julien Nioche
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The dependencies to log4j could be upgraded from 2.1 to 2.7, same for slf4j 
> to 1.7.21.
> This would help fix [STORM-1386]
> BTW any idea why we need log4j-over-slf4j?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (STORM-2326) Upgrade log4j and slf4j

2017-01-26 Thread Julien Nioche (JIRA)
Julien Nioche created STORM-2326:


 Summary: Upgrade log4j and slf4j
 Key: STORM-2326
 URL: https://issues.apache.org/jira/browse/STORM-2326
 Project: Apache Storm
  Issue Type: Dependency upgrade
Affects Versions: 2.0.0, 1.x
Reporter: Julien Nioche
Priority: Minor


The dependencies to log4j could be upgraded from 2.1 to 2.7, same for slf4j to 
1.7.21.

This would help fix [STORM-1386]

BTW any idea why we need log4j-over-slf4j?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (STORM-2322) Could not find or load main class blobstore

2017-01-26 Thread Bogdan Rudka (JIRA)

 [ 
https://issues.apache.org/jira/browse/STORM-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bogdan Rudka updated STORM-2322:

Priority: Critical  (was: Major)

> Could not find or load main class blobstore 
> 
>
> Key: STORM-2322
> URL: https://issues.apache.org/jira/browse/STORM-2322
> Project: Apache Storm
>  Issue Type: Bug
>Affects Versions: 1.0.1, 1.0.2
>Reporter: Bogdan Rudka
>Priority: Critical
>
> I got this error (Could not find or load main class blobstore) on Windows 
> machine while I'm trying to run a command: storm blobstore create --file 
> README.txt --acl o::rwa --replication-factor 4 key1. This error occurs for 
> other commands that I'm trying to use and for different machines.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)