Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Interrupted Exception while trying to fetch the articles #75

Open
prabhumv opened this issue Mar 4, 2013 · 0 comments
Open

Interrupted Exception while trying to fetch the articles #75

prabhumv opened this issue Mar 4, 2013 · 0 comments

Comments

@prabhumv
Copy link

prabhumv commented Mar 4, 2013

I have implemented goose as a service,

When there are multiple requests to fetch the articles, am getting the following exception

ERROR com.gravity.goose.images.ImageUtils - java.lang.InterruptedException
java.lang.InterruptedException: null
at java.lang.Object.wait(Native Method) ~[na:1.6.0_27]
at java.lang.Object.wait(Object.java:485) ~[na:1.6.0_27]
at java.lang.UNIXProcess.waitFor(UNIXProcess.java:165) ~[na:1.6.0_27]
at com.gravity.goose.images.ImageUtils$.execToString(ImageUtils.scala:133) [article-extractor-1.0-jar-with-dependencies.jar:na]
at com.gravity.goose.images.ImageUtils$.getImageDimensions(ImageUtils.scala:56) [article-extractor-1.0-jar-with-dependencies.jar:na]
at com.gravity.goose.images.ImageUtils$.readExistingFileInfo(ImageUtils.scala:220) .....

It will be great, if we have a re-try kind of function so that no article fetch request will fail due to this exception

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

No branches or pull requests

1 participant