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

cmdLineTester_criu_jitserverAcrossCheckpoint FileNotFoundException criu_jitserverAcrossCheckpoint.xml NullPointerException #20243

Closed
pshipton opened this issue Sep 26, 2024 · 4 comments

Comments

@pshipton
Copy link
Member

pshipton commented Sep 26, 2024

https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.functional_aarch64_linux_Nightly_testList_1/762/
cmdLineTester_criu_jitserverAcrossCheckpoint_0

3:55:25  TESTING:
23:55:25  java.io.FileNotFoundException: /home/jenkins/workspace/Test_openjdk8_j9_sanity.functional_aarch64_linux_Nightly_testList_1/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/criu/criu_jitserverAcrossCheckpoint.xml (No such file or directory)
23:55:25  	at java.io.FileInputStream.open0(Native Method)
23:55:25  	at java.io.FileInputStream.open(FileInputStream.java:195)
23:55:25  	at java.io.FileInputStream.<init>(FileInputStream.java:138)
23:55:25  	at java.io.FileInputStream.<init>(FileInputStream.java:93)
23:55:25  	at com.oti.j9.exclude.XMLParser.parse(XMLParser.java:455)
23:55:25  	at TestConfigParser.runTests(TestConfigParser.java:78)
23:55:25  	at MainTester.main(MainTester.java:106)
23:55:25  java.lang.NullPointerException
23:55:25  	at java.io.Reader.<init>(Reader.java:78)
23:55:25  	at java.io.InputStreamReader.<init>(InputStreamReader.java:72)
23:55:25  	at com.oti.j9.exclude.XMLParser.parse(XMLParser.java:468)
23:55:25  	at com.oti.j9.exclude.XMLParser.parse(XMLParser.java:459)
23:55:25  	at TestConfigParser.runTests(TestConfigParser.java:78)
23:55:25  	at MainTester.main(MainTester.java:106)
23:55:25  Exception in thread "main" java.lang.NullPointerException
23:55:25  	at MainTester.main(MainTester.java:107)

16ab797...ecab2f6
eclipse-openj9/openj9-omr@611c142...9b3e65e

@pshipton
Copy link
Member Author

Caused by #20215
@annaibm @llxia

@pshipton
Copy link
Member Author

Looking at https://trssrtp1.fyre.ibm.com/resultSummary?parentId=66f33e8380d85c3dab390bfb it's failing on a bunch of platforms, looks like all Linux.

@llxia
Copy link
Contributor

llxia commented Sep 26, 2024

looks like all Linux.

yes, cmdLineTester_criu_jitserverAcrossCheckpoint only runs on linux.

I forgot that CRIU is not enabled on JDK8. @annaibm Please add the following to the test.

		<versions>
			<version>11+</version>
		</versions>

@llxia
Copy link
Contributor

llxia commented Sep 27, 2024

PR is delivered. Close this issue

@llxia llxia closed this as completed Sep 27, 2024
rmnattas pushed a commit to rmnattas/openj9 that referenced this issue Oct 18, 2024
rmnattas pushed a commit to rmnattas/openj9 that referenced this issue Nov 1, 2024
zl-wang pushed a commit to zl-wang/openj9 that referenced this issue Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants