You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: