[
https://issues.apache.org/jira/browse/CASSANDRA-17854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603110#comment-17603110
]
Ekaterina Dimitrova edited comment on CASSANDRA-17854 at 9/12/22 2:22 PM:
--------------------------------------------------------------------------
There was a Jenkins issue so I had to restart the runs there - #1926 - #1930
[Jenkins
dev|https://jenkins-cm4.apache.org/view/patches/job/Cassandra-devbranch/]
In CircleCI I noticed that we have further to the expected resource failures,
test_13691, I will have to check it further... I found it in both 3.0 and 3.11
{code:java}
raise ToolError(cmd_args, rc, out, err)
E ccmlib.node.ToolError: Subprocess ['nodetool', '-h', 'localhost',
'-p', '7100', 'flush'] exited with non-zero status; exit status: 3;
E stderr: Error connecting to remote JMX agent!
E java.io.IOException: Failed to retrieve RMIServer stub:
javax.naming.InvalidNameException: Malformed IPv6 address at index 7:
rmi://[localhost]:7100 [Root exception is java.lang.IllegalArgumentException:
Malformed IPv6 address at index 7: rmi://[localhost]:7100]
E at
javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:369)
E at
javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270)
E at
org.apache.cassandra.tools.NodeProbe.connect(NodeProbe.java:151)
E at
org.apache.cassandra.tools.NodeProbe.<init>(NodeProbe.java:121)
E at org.apache.cassandra.tools.NodeCmd.main(NodeCmd.java:1276)
E Caused by: javax.naming.InvalidNameException: Malformed IPv6
address at index 7: rmi://[localhost]:7100 [Root exception is
java.lang.IllegalArgumentException: Malformed IPv6 address at index 7:
rmi://[localhost]:7100]
E at
com.sun.jndi.url.rmi.rmiURLContext$Parser.newNamingException(rmiURLContext.java:295)
E at
com.sun.jndi.url.rmi.rmiURLContext$Parser.parseCompat(rmiURLContext.java:223)
E at
com.sun.jndi.url.rmi.rmiURLContext$Parser.parse(rmiURLContext.java:109)
E at
com.sun.jndi.url.rmi.rmiURLContext.getRootURLContext(rmiURLContext.java:314)
E at
com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:215)
E at javax.naming.InitialContext.lookup(InitialContext.java:417)
E at
javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1955)
E at
javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1922)
E at
javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:287)
E ... 4 more
E Caused by: java.lang.IllegalArgumentException: Malformed IPv6
address at index 7: rmi://[localhost]:7100
E at java.net.URI.create(URI.java:852)
E at
com.sun.jndi.url.rmi.rmiURLContext$Parser.parseCompat(rmiURLContext.java:213)
E ... 11 more
E Caused by: java.net.URISyntaxException: Malformed IPv6 address at
index 7: rmi://[localhost]:7100
E at java.net.URI$Parser.fail(URI.java:2847)
E at java.net.URI$Parser.parseIPv6Reference(URI.java:3468)
E at java.net.URI$Parser.parseServer(URI.java:3218)
E at java.net.URI$Parser.parseAuthority(URI.java:3154)
E at java.net.URI$Parser.parseHierarchical(URI.java:3096)
E at java.net.URI$Parser.parse(URI.java:3052)
E at java.net.URI.<init>(URI.java:588)
E at java.net.URI.create(URI.java:850)
E ... 12 more
../env3.6/lib/python3.6/site-packages/ccmlib/node.py:2306: ToolError
{code}
was (Author: e.dimitrova):
There was a Jenkins issue so I had to restart the runs there - #1926 - #1930
[Jenkins
dev|https://jenkins-cm4.apache.org/view/patches/job/Cassandra-devbranch/]
In CircleCI I noticed that we have further to the expected resource failures,
test_13691, I will have to check it further...
{code:java}
raise ToolError(cmd_args, rc, out, err)
E ccmlib.node.ToolError: Subprocess ['nodetool', '-h', 'localhost',
'-p', '7100', 'flush'] exited with non-zero status; exit status: 3;
E stderr: Error connecting to remote JMX agent!
E java.io.IOException: Failed to retrieve RMIServer stub:
javax.naming.InvalidNameException: Malformed IPv6 address at index 7:
rmi://[localhost]:7100 [Root exception is java.lang.IllegalArgumentException:
Malformed IPv6 address at index 7: rmi://[localhost]:7100]
E at
javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:369)
E at
javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270)
E at
org.apache.cassandra.tools.NodeProbe.connect(NodeProbe.java:151)
E at
org.apache.cassandra.tools.NodeProbe.<init>(NodeProbe.java:121)
E at org.apache.cassandra.tools.NodeCmd.main(NodeCmd.java:1276)
E Caused by: javax.naming.InvalidNameException: Malformed IPv6
address at index 7: rmi://[localhost]:7100 [Root exception is
java.lang.IllegalArgumentException: Malformed IPv6 address at index 7:
rmi://[localhost]:7100]
E at
com.sun.jndi.url.rmi.rmiURLContext$Parser.newNamingException(rmiURLContext.java:295)
E at
com.sun.jndi.url.rmi.rmiURLContext$Parser.parseCompat(rmiURLContext.java:223)
E at
com.sun.jndi.url.rmi.rmiURLContext$Parser.parse(rmiURLContext.java:109)
E at
com.sun.jndi.url.rmi.rmiURLContext.getRootURLContext(rmiURLContext.java:314)
E at
com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:215)
E at javax.naming.InitialContext.lookup(InitialContext.java:417)
E at
javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1955)
E at
javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1922)
E at
javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:287)
E ... 4 more
E Caused by: java.lang.IllegalArgumentException: Malformed IPv6
address at index 7: rmi://[localhost]:7100
E at java.net.URI.create(URI.java:852)
E at
com.sun.jndi.url.rmi.rmiURLContext$Parser.parseCompat(rmiURLContext.java:213)
E ... 11 more
E Caused by: java.net.URISyntaxException: Malformed IPv6 address at
index 7: rmi://[localhost]:7100
E at java.net.URI$Parser.fail(URI.java:2847)
E at java.net.URI$Parser.parseIPv6Reference(URI.java:3468)
E at java.net.URI$Parser.parseServer(URI.java:3218)
E at java.net.URI$Parser.parseAuthority(URI.java:3154)
E at java.net.URI$Parser.parseHierarchical(URI.java:3096)
E at java.net.URI$Parser.parse(URI.java:3052)
E at java.net.URI.<init>(URI.java:588)
E at java.net.URI.create(URI.java:850)
E ... 12 more
../env3.6/lib/python3.6/site-packages/ccmlib/node.py:2306: ToolError
{code}
> Add JDK17 to our test docker images
> -----------------------------------
>
> Key: CASSANDRA-17854
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17854
> Project: Cassandra
> Issue Type: Task
> Components: CI
> Reporter: Ekaterina Dimitrova
> Assignee: Ekaterina Dimitrova
> Priority: Normal
> Fix For: 4.x
>
>
> In preparation to support JDK 17 I want to add JDK 17 to our test images to
> enable our CIs for testing with JDK 17
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]