[
https://issues.apache.org/jira/browse/STREAMS-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218391#comment-14218391
]
ASF GitHub Bot commented on STREAMS-227:
----------------------------------------
GitHub user steveblackmon opened a pull request:
https://github.com/apache/incubator-streams/pull/137
resolves STREAMS-227
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-streams STREAMS-227
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-streams/pull/137.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #137
----
commit 1a5728bfc7684bdc0c63fe1cdea6b6909e94aeac
Author: sblackmon <[email protected]>
Date: 2014-11-18T19:50:43Z
resolves STREAMS-227
----
> Array out of bounds Exception running FacebookTypeConverter
> -----------------------------------------------------------
>
> Key: STREAMS-227
> URL: https://issues.apache.org/jira/browse/STREAMS-227
> Project: Streams
> Issue Type: Bug
> Reporter: Steve Blackmon
>
> Facebookactivityutil : line 211 need to make sure that array has at least one
> element
> 83601 [pool-1-thread-1] ERROR o.a.s.f.p.FacebookTypeConverter - Exception
> switching types : {}
> 13:20:48 java.lang.IndexOutOfBoundsException: Index: 0,
> Size: 0
> 13:20:48 at
> java.util.ArrayList.rangeCheck(ArrayList.java:635) ~[na:1.7.0_67]
> 13:20:48 at
> java.util.ArrayList.get(ArrayList.java:411) ~[na:1.7.0_67]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)