You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Stig Rohde Døssing (JIRA)" <ji...@apache.org> on 2017/07/22 17:29:00 UTC

[jira] [Updated] (STORM-2652) Exception thrown in JmsSpout open method

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

Stig Rohde Døssing updated STORM-2652:
--------------------------------------
    Affects Version/s: 1.1.0
                       2.0.0
                       1.0.0

> Exception thrown in JmsSpout open method
> ----------------------------------------
>
>                 Key: STORM-2652
>                 URL: https://issues.apache.org/jira/browse/STORM-2652
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-jms
>    Affects Versions: 1.0.0, 2.0.0, 1.1.0
>            Reporter: Omer Hadari
>            Priority: Trivial
>          Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> Due to a bug, the message timeout configuration property is read as an integer even though it is of type long.
> ```
> 7317 [Thread-18-a-executor[2 2]] ERROR o.a.s.util - Async loop died!
> java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
> 	at org.apache.storm.jms.spout.JmsSpout.open(JmsSpout.java:175) ~[storm-jms-1.1.0.jar:1.1.0]
> 	at org.apache.storm.daemon.executor$fn__4976$fn__4991.invoke(executor.clj:600) ~[storm-core-1.1.0.jar:1.1.0]
> 	at org.apache.storm.util$async_loop$fn__557.invoke(util.clj:482) [storm-core-1.1.0.jar:1.1.0]
> 	at clojure.lang.AFn.run(AFn.java:22) [clojure-1.7.0.jar:?]
> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
> 7320 [Thread-18-a-executor[2 2]] ERROR o.a.s.d.executor - 
> java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
> 	at org.apache.storm.jms.spout.JmsSpout.open(JmsSpout.java:175) ~[storm-jms-1.1.0.jar:1.1.0]
> 	at org.apache.storm.daemon.executor$fn__4976$fn__4991.invoke(executor.clj:600) ~[storm-core-1.1.0.jar:1.1.0]
> 	at org.apache.storm.util$async_loop$fn__557.invoke(util.clj:482) [storm-core-1.1.0.jar:1.1.0]
> 	at clojure.lang.AFn.run(AFn.java:22) [clojure-1.7.0.jar:?]
> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
> ```



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)