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

Stig Rohde Døssing commented on STORM-3345:
-------------------------------------------

It is basically a nullpointerexception in disguise.

This is the line you're getting the error in 
https://github.com/apache/storm/blob/v1.2.3/storm-core/src/clj/org/apache/storm/stats.clj#L1338.
 Note the call to component-type. The implementation here 
https://github.com/apache/storm/blob/v1.2.3/storm-core/src/clj/org/apache/storm/stats.clj#L834
 can return nil if none of the 3 clauses are true. If it does, you will get the 
error you see. 

The doc for component-type calls out that it can return nil if the component is 
not fonud, so the solution is probably to figure out what to do in the condp in 
line 1338 if the component is not found.

> AbstractNonblockingServer$FrameBuffer pool-14-thread-163 [ERROR] Unexpected 
> throwable while invoking!
> -----------------------------------------------------------------------------------------------------
>
>                 Key: STORM-3345
>                 URL: https://issues.apache.org/jira/browse/STORM-3345
>             Project: Apache Storm
>          Issue Type: Bug
>         Environment: Production
>            Reporter: Suresh
>            Priority: Blocker
>         Attachments: Screen Shot 2019-02-26 at 1.15.38 PM.png
>
>
> Hi Team,
> We are working on storm 1.2.3 and  we are getting continuous the below error 
> message from nimbus (Leader). Could you please let me know what is the issue 
> and how to fix this error.
> Error message:
> o.a.s.t.s.AbstractNonblockingServer$FrameBuffer pool-14-thread-133 [ERROR] 
> Unexpected throwable while invoking!
> java.lang.IllegalArgumentException: No matching clause:
>  at org.apache.storm.stats$thriftify_comp_page_data.invoke(stats.clj:1338) 
> ~[storm-core-1.2.3.jar:1.2.3]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to