-
Bug
-
Resolution: Fixed
-
P4
-
13
-
b03
-
x86_64
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245010 | 13.0.4 | Robert Mckenna | P4 | Resolved | Fixed | b01 |
JDK-8241651 | 11.0.8 | Robert Mckenna | P4 | Resolved | Fixed | b01 |
JDK-8241428 | 11.0.7 | Robert Mckenna | P4 | Resolved | Fixed | b09 |
The following closed test failed in the JDK13 CI:
com/sun/jndi/ldap/privconn/RunTest.java
Here's a snippet of the log file:
----------System.out:(25/1615)----------
Adding Main.class to main.jar
Adding Core.class to core.jar
Adding MySocketFactory$MySocket.class to factory.jar
Adding MySocketFactory.class to factory.jar
Adding MySocketFactory$MyFilterInputStream.class to factory.jar
Adding MySecuritymanager.class to sm.jar
Command line: [/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk-13-1006/linux-x64.jdk/jdk-13/bin/java -Xmx512m -XX:MaxRAMPercentage=6 -ea -esa --add-exports java.naming/com.sun.jndi.ldap=ALL-UNNAMED -Xbootclasspath/a:sm.jar -Djava.security.manager=MySecuritymanager -Djava.security.policy=my.policy -cp main.jar:core.jar:factory.jar Main]
Caught: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "bad" "read")
Caught: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
Caught: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "evil" "read")
Caught: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
Exception in thread "Thread-0" java.lang.RuntimeException: BadAttributeValueException:
at MySocketFactory$MyFilterInputStream.read(MySocketFactory.java:74)
at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
at java.naming/com.sun.jndi.ldap.Connection.run(Connection.java:793)
at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: BadAttributeValueException:
... 6 more
result: Error. Agent error: java.lang.Exception: Agent 3 timed out with a timeout of 480 seconds; check console log for any additional details
test result: Error. Agent error: java.lang.Exception: Agent 3 timed out with a timeout of 480 seconds; check console log for any additional details
com/sun/jndi/ldap/privconn/RunTest.java
Here's a snippet of the log file:
----------System.out:(25/1615)----------
Adding Main.class to main.jar
Adding Core.class to core.jar
Adding MySocketFactory$MySocket.class to factory.jar
Adding MySocketFactory.class to factory.jar
Adding MySocketFactory$MyFilterInputStream.class to factory.jar
Adding MySecuritymanager.class to sm.jar
Command line: [/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk-13-1006/linux-x64.jdk/jdk-13/bin/java -Xmx512m -XX:MaxRAMPercentage=6 -ea -esa --add-exports java.naming/com.sun.jndi.ldap=ALL-UNNAMED -Xbootclasspath/a:sm.jar -Djava.security.manager=MySecuritymanager -Djava.security.policy=my.policy -cp main.jar:core.jar:factory.jar Main]
Caught: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "bad" "read")
Caught: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
Caught: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "evil" "read")
Caught: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
Exception in thread "Thread-0" java.lang.RuntimeException: BadAttributeValueException:
at MySocketFactory$MyFilterInputStream.read(MySocketFactory.java:74)
at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)
at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
at java.naming/com.sun.jndi.ldap.Connection.run(Connection.java:793)
at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: BadAttributeValueException:
... 6 more
result: Error. Agent error: java.lang.Exception: Agent 3 timed out with a timeout of 480 seconds; check console log for any additional details
test result: Error. Agent error: java.lang.Exception: Agent 3 timed out with a timeout of 480 seconds; check console log for any additional details
- backported by
-
JDK-8241428 com/sun/jndi/ldap/privconn/RunTest.java failed due to hang in LdapRequest.getReplyBer
- Resolved
-
JDK-8241651 com/sun/jndi/ldap/privconn/RunTest.java failed due to hang in LdapRequest.getReplyBer
- Resolved
-
JDK-8245010 com/sun/jndi/ldap/privconn/RunTest.java failed due to hang in LdapRequest.getReplyBer
- Resolved
- relates to
-
JDK-8139965 Hang seen when using com.sun.jndi.ldap.search.replyQueueSize
- Resolved
-
JDK-8250772 Test com/sun/jndi/ldap/NamingExceptionMessageTest.java fails intermittently with javax.naming.ServiceUnavailableException
- Resolved