[
https://issues.apache.org/jira/browse/CASSANDRA-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588826#comment-14588826
]
Kishan Karunaratne commented on CASSANDRA-9567:
-----------------------------------------------
Still failing on my end:
{noformat}
PS C:\Users\Administrator> ccm create 2.2-head -v git:cassandra-2.2 -n 3 -s -d
--ip-format="::%d"
Cloning Cassandra...
Cloning Cassandra (from local cache)
Checking out requested branch (cassandra-2.2)
Compiling Cassandra cassandra-2.2 ...
Current cluster is now: 2.2-head
Traceback (most recent call last):
File "C:\Users\jenkins\jenkins\tools\Python27\Scripts\ccm.py", line 4, in
<module>
__import__('pkg_resources').run_script('ccm==2.0.4.1', 'ccm.py')
File
"C:\Users\jenkins\jenkins\tools\Python27\lib\site-packages\pkg_resources.py",
line 517, in run_script
self.require(requires)[0].run_script(script_name, ns)
File
"C:\Users\jenkins\jenkins\tools\Python27\lib\site-packages\pkg_resources.py",
line 1443, in run_script
exec(script_code, namespace, namespace)
File
"C:\Users\jenkins\jenkins\tools\Python27\lib\site-packages\ccm-2.0.4.1-py2.7.egg\EGG-INFO\scripts\ccm.py",
line 7
2, in <module>
File "build\bdist.win-amd64\egg\ccmlib\cmds\cluster_cmds.py", line 173, in run
File "build\bdist.win-amd64\egg\ccmlib\cluster.py", line 258, in start
File "build\bdist.win-amd64\egg\ccmlib\node.py", line 509, in start
File "build\bdist.win-amd64\egg\ccmlib\node.py", line 1296, in __clean_win_pid
Exception: Timed out waiting for pid file.
{noformat}
> Windows does not handle ipv6 addresses
> --------------------------------------
>
> Key: CASSANDRA-9567
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9567
> Project: Cassandra
> Issue Type: Bug
> Reporter: Philip Thompson
> Assignee: Philip Thompson
> Fix For: 3.x, 2.1.x, 2.2.x
>
> Attachments: 9567.txt
>
>
> In cassandra.ps1, we are pulling the listen and rpc addresses from the yaml
> by splitting on {{:}}, then selecting [1] from the resulting split, to
> separate the yaml key from the value.
> Unfortunately, because ipv6 addresses contain {{:}} characters, this means we
> are not grabbing the whole address, causing problems when starting the node.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)