Conflict when running DSE CCM nodes on machine with DSE installed
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 309
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to run a single DSE CCM node (v 4.8.8) on a virtual machine. This VM also has package install of DSE 4.8.8. Since the package install of DSE starts up as the VM starts, I make sure it's shut down:
```
service dse stop
```
I create the DSE CCM cluster in such a way:
```
ccm create test --dse --dse-username=x --dse-password=x -v 4.8.8 -n 1
```
And start up CCM:
```
ccm start --verbose
```
I then get the following error:
```
Found multiple DSE core jar files in /root/.ccm/repository/4.8.8/lib /root/.ccm/repository/4.8.8/resources/dse/lib /usr/share/dse /usr/share/dse/common . Please make sure there is only one.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.