open-horizon / devops

Devops processes to build and deploy horizon components
Apache License 2.0
10 stars 43 forks source link

All-in-One Management Hub Installation #162

Closed jwende closed 6 months ago

jwende commented 6 months ago

Hi, the installation on a new Ubuntu 22 server box stopped with:

------- Installing Horizon example services, policies, and patterns... Error: could not get CLI version from 'hzn version' Error: exit code 3 from: publishing examples

Is there an option to debug that in more details ?

If I run hzn version manually it seems to work: hzn version Version der Horizon-Befehlszeilenschnittstelle: 2.30.0-1491 Version des Horizon-Agenten: 2.30.0-1491

perhaps an issue with the local language ?

jwende commented 6 months ago

I've used sudoedit /etc/default/locale and changed it from

LANG=de_DE.UTF-8

to LANG="en_US" LANGUAGE="en_US:en"

Installation worked now ... and the ibm.helloworld pattern was successfully deployed.