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

Stacktrace when running the VTMaK compostion #214

Closed
bergtwvd opened this issue Jul 4, 2019 · 2 comments
Closed

Stacktrace when running the VTMaK compostion #214

bergtwvd opened this issue Jul 4, 2019 · 2 comments

Comments

@bergtwvd
Copy link
Contributor

bergtwvd commented Jul 4, 2019

With the VTMaK composition I get the stacktrace below when I start a test case such as for hw_iosb, HLA-Declaration-2017, IR-SOM-00003.

tc-runner_1               | Using MAK Technologies' RTI version 4.5f HLA 1516-2010 for GNU C++ version 4.8.5 20150623 (Red Hat 4.8.5-11).
tc-runner_1               | Exception in thread "Thread-2" java.lang.ExceptionInInitializerError
tc-runner_1               |     at nato.ivct.etc.fr.tc_hla_declaration.TC_001_Publish_Subscribe_Check.logTestPurpose(TC_001_Publish_Subscribe_Check.java:74)
tc-runner_1               |     at de.fraunhofer.iosb.tc_lib.AbstractTestCase.execute(AbstractTestCase.java:127)
tc-runner_1               |     at de.fraunhofer.iosb.testrunner.TestEngine$TestScheduleRunner.run(TestEngine.java:203)
tc-runner_1               |     at java.lang.Thread.run(Thread.java:748)
tc-runner_1               | Caused by: java.lang.NullPointerException
tc-runner_1               |     at java.util.Locale.<init>(Locale.java:648)
tc-runner_1               |     at java.util.Locale.<init>(Locale.java:677)
tc-runner_1               |     at nato.ivct.etc.fr.fctt_common.utils.TextInternationalization.<clinit>(TextInternationalization.java:12)
tc-runner_1               |     ... 4 more

May be the same cause as #211.

@ducana
Copy link
Contributor

ducana commented Jul 8, 2019

The solution to #211 should solve this problem as well.

@bergtwvd
Copy link
Contributor Author

Yes, same as the referenced issue.

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

2 participants