Hello community,
My name is Paul Bustios, a Computer Science student at University of Sao
Paulo, Brazil, and I would like to participate in this GSoC 2019 with you.
I'm interested in this issue
https://issues.apache.org/jira/browse/JOSHUA-340.
I tried to run the decoder but got the following error executing the tests:
Tests run: 107, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 49.612
sec <<< FAILURE! - in TestSuite
testSize_uponConstruction(org.apache.joshua.decoder.io.TranslationRequestStreamTest)
Time elapsed: 0.063 sec <<< FAILURE!
java.lang.ExceptionInInitializerError
at
org.apache.joshua.decoder.io.TranslationRequestStreamTest.testSize_uponConstruction(TranslationRequestStreamTest.java:83)
Caused by: java.lang.NullPointerException
at
org.apache.joshua.decoder.io.TranslationRequestStreamTest.testSize_uponConstruction(TranslationRequestStreamTest.java:83)
Results :
Failed tests:
TranslationRequestStreamTest.testSize_uponConstruction:83 ยป
ExceptionInInitializer
Tests run: 107, Failures: 1, Errors: 0, Skipped: 0
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
Can you please help me with this error?
Best regards,
Paul