Hi Paul, first of all, thanks for reaching out, we're glad you're looking into Joshua for GSoC, we'd like the hear more about your plans on how to take JOSHUA-340 up. Regarding the failing test, I manage to reproduce the failure by using Java 11 however everything works with Java 8, I am not yet sure what's the actual problem but hopefully you can use java 8 as well until the issue is identified and solved.
Regards, Tommaso Il giorno gio 21 mar 2019 alle ore 04:53 Paul Bustios Belizario <pbust...@gmail.com> ha scritto: > > 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