8328273: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java failed with java.rmi.server.ExportException: Port already in use
Reviewed-by: dcubed
This commit is contained in:
parent
70c8ff1c9a
commit
a85c8493ae
test/jdk
javax/management/remote/mandatory/connection
sun/management/jmxremote/bootstrap
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -171,7 +171,7 @@ public class DefaultAgentFilterTest {
|
|||||||
AtomicBoolean error = new AtomicBoolean(false);
|
AtomicBoolean error = new AtomicBoolean(false);
|
||||||
AtomicBoolean bindError = new AtomicBoolean(false);
|
AtomicBoolean bindError = new AtomicBoolean(false);
|
||||||
// The predicate below tries to recognise failures. On a port clash, it sees e.g.
|
// The predicate below tries to recognise failures. On a port clash, it sees e.g.
|
||||||
// Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 46481; nested exception is:
|
// Error: Exception thrown by the agent: java.rmi.server.ExportException: Port already in use: 46481; nested exception is:
|
||||||
// ...and will never see "main enter" from TestApp.
|
// ...and will never see "main enter" from TestApp.
|
||||||
p = ProcessTools.startProcess(
|
p = ProcessTools.startProcess(
|
||||||
TEST_APP_NAME + "{" + name + "}",
|
TEST_APP_NAME + "{" + name + "}",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -195,7 +195,7 @@ public class RmiRegistrySslTest {
|
|||||||
System.out.println("test output:");
|
System.out.println("test output:");
|
||||||
System.out.println(output.getOutput());
|
System.out.println(output.getOutput());
|
||||||
|
|
||||||
if (!output.getOutput().contains("Exception thrown by the agent : " +
|
if (!output.getOutput().contains("Exception thrown by the agent: " +
|
||||||
"java.rmi.server.ExportException: Port already in use")) {
|
"java.rmi.server.ExportException: Port already in use")) {
|
||||||
return output.getExitValue();
|
return output.getExitValue();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user