Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

when i use "acli rovodev run", it show "✗ Error: failed to execute the command"

Vip001 Pin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 23, 2025

I use AMD PC to use rovo dev cli, when i use "acli rovodev auth login" return "✓ Authentication successful", but when i use "acli rovodev run", it show  "✗ Error: failed to execute the command".
1755959234482.jpg
Why i can't run it, i need help

My windows setting is:
WSL2 and open Hyper-v,
npm 10.9.3


3 answers

1 accepted

1 vote
Answer accepted
Hung Antony
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 25, 2025

I have the same problem. My computer is AMD, and I tried VirtualBox to installing Windows 11 and Ubuntu. The same problem with Windows 11, but Ubuntu works fine, so I think it's a configuration issue.

====try wsl2 to wsl====

open powershell, input
```powershell
wsl --list --verbose
```
return
```
NAME STATE VERSION
* Ubuntu Running 2
docker-desktop Running 2
```
try wsl2 to wsl, input
```powershell
wsl --set-version Ubuntu 1
```
then input
```powershell
acli rovodev run
```
i can see, it's working
BUT! docker-desktop have error
fix rovodev will, and error docker ="=

so my step is use two ubuntu, one is wsl other is wsl2


====start====

step1 input "wsl --list --verbose"

return
```
NAME STATE VERSION
* Ubuntu Running 2
docker-desktop Running 2
```

step2 make folder "D:\wsl\UbuntuWSL1"

step3 export ubuntu
```powershell
wsl --export Ubuntu D:\wsl\ubuntu.tar
```
step4 export ubuntu
```powershell
wsl --import Ubuntu-WSL1 D:\wsl\UbuntuWSL1 D:\wsl\ubuntu.tar --version 1
```
step5 check Ubuntu-WSL1 is wsl

step6 input"acli rovodev run"

that's well done! enjoy

0 votes
HBS
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 24, 2025

?=_=

0 votes
Pedro de Almeida Pimentel Neto
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 24, 2025

I have the same problem, does anyone have a solution?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events