Hello all, Today I needed to do some experiments and then I have downloaded the org.apache.felix.main.distribution-6.0.3.tar.gz.
This package comes with some outdated bundles, so I've changed them. I copied org.apache.felix.gogo.command-1.1.0.jar, jansi-1.18.0.jar, jline-3.12.1.jar and org.apache.felix.gogo.runtime-1.1.2.jar to the bundle directory and removed the old ones, including the cache created in the first startup. Here is my bundle directory: > -rw-rw-r-- 1 cvgaviao cvgaviao 287352 jul 12 12:28 jansi-1.18.0.jar > -rw-rw-r-- 1 cvgaviao cvgaviao 732926 jul 12 12:28 jline-3.12.1.jar > -rw-r--r-- 1 cvgaviao cvgaviao 237308 abr 25 10:55 > org.apache.felix.bundlerepository-2.0.10.jar > -rw-rw-r-- 1 cvgaviao cvgaviao 39346 jul 12 11:49 > org.apache.felix.gogo.command-1.1.0.jar > -rw-r--r-- 1 cvgaviao cvgaviao 129403 abr 25 10:55 > org.apache.felix.gogo.jline-1.1.2.jar > -rw-rw-r-- 1 cvgaviao cvgaviao 193599 jul 12 11:49 > org.apache.felix.gogo.runtime-1.1.2.jar It have started properly. But I've noted that exists a new one: org.apache.felix.gogo.jline-1.1.4.jar, then I changed to it and started up again. But this time the gogo prompt didn't show up. I have removed all felix bundles from my maven .m2 and downloaded them again. Nothing changed. So, I have downgraded it to 1.1.2 and worked. Am I missing something or there are some bug in org.apache.felix.gogo.jline-1.1.4.jar bundle ? btw I'm using java11 and ubuntu 18:04. best regards, Cristiano
