Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayIndexOutOfBoundsException in PostCrawler #36

Open
abmargb opened this issue Oct 21, 2014 · 1 comment
Open

ArrayIndexOutOfBoundsException in PostCrawler #36

abmargb opened this issue Oct 21, 2014 · 1 comment

Comments

@abmargb
Copy link
Collaborator

abmargb commented Oct 21, 2014

2014-10-21 01:55:45,699 [main] WARN  com.buddycloud.channeldirectory.crawler.PubSubServerCrawler - Could not crawl node [/user/[email protected]/posts] from server [channels.buddycloud.org]
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.rangeCheck(ArrayList.java:635)
    at java.util.ArrayList.get(ArrayList.java:411)
    at java.util.Collections$UnmodifiableList.get(Collections.java:1211)
    at com.buddycloud.channeldirectory.crawler.node.MetaDataCrawler.extractChannelData(MetaDataCrawler.java:126)
    at com.buddycloud.channeldirectory.crawler.node.MetaDataCrawler.fetchAndUpdateMetadata(MetaDataCrawler.java:105)
    at com.buddycloud.channeldirectory.crawler.node.MetaDataCrawler.crawl(MetaDataCrawler.java:83)
    at com.buddycloud.channeldirectory.crawler.PubSubServerCrawler.crawl(PubSubServerCrawler.java:195)
    at com.buddycloud.channeldirectory.crawler.PubSubServerCrawler.crawl(PubSubServerCrawler.java:185)
    at com.buddycloud.channeldirectory.crawler.PubSubServerCrawler.fetchAndCrawl(PubSubServerCrawler.java:224)
    at com.buddycloud.channeldirectory.crawler.PubSubServerCrawler.crawlChannelServer(PubSubServerCrawler.java:152)
    at com.buddycloud.channeldirectory.crawler.PubSubServerCrawler.fetch(PubSubServerCrawler.java:119)
    at com.buddycloud.channeldirectory.crawler.PubSubServerCrawler.start(PubSubServerCrawler.java:93)
    at com.buddycloud.channeldirectory.crawler.Main.main(Main.java:63)
@abmargb
Copy link
Collaborator Author

abmargb commented Oct 21, 2014

Also happens with /user/[email protected]/posts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant