Hi Jerome, On Mon, May 08, 2017 at 01:42:40PM -0500, Jerome wrote: > I put here the results of the commands. Home that helps...
I think so since it confirms the expected reason for the issue you observed. > $ sudo update-binfmts --display jarwrapper > update-binfmts: warning: jarwrapper not in database of installed binary > formats. > update-binfmts: exiting due to previous errors > $ sudo update-binfmts --display jar > update-binfmts: warning: jar not in database of installed binary formats. > update-binfmts: exiting due to previous errors I have access to two different boxes, one running Jessie (stable): $ sudo update-binfmts --display jarwrapper [sudo] password for tillea: jarwrapper (enabled): package = <local> type = magic offset = 0 magic = PK\x03\x04 mask = interpreter = /usr/bin/jarwrapper detector = /usr/bin/jardetector $ sudo update-binfmts --display jar jar (enabled): package = openjdk-7 type = magic offset = 0 magic = PK\x03\x04 mask = interpreter = /usr/bin/jexec detector = and one running Stretch (testing): $ sudo update-binfmts --display jarwrapper jarwrapper (enabled): package = jarwrapper type = magic offset = 0 magic = PK\x03\x04 mask = interpreter = /usr/bin/jarwrapper detector = /usr/bin/jardetector $ sudo update-binfmts --display jar jar (enabled): package = openjdk-7 type = magic offset = 0 magic = PK\x03\x04 mask = interpreter = /usr/bin/jexec detector = Could you please post the result of apt-cache policy jarwrapper make sure it is installed sudo apt-get install jarwrapper and try again? If artemis works afterwards the solution would be to add jarwrapper to the dependencies (hmmm, I somehow assumed that this would be the case but its not. :-() Thanks for your patience Andreas. -- http://fam-tille.de