Re: [linuxtools-dev] Docker plugins with ppc64le architecture

2016-10-11 Thread Roland Grunberg
> When I open Eclipse and try to change to Docker Tolling perspective I am > getting the following error in the .log file: > > java.lang.UnsatisfiedLinkError: could not load FFI provider > jnr.ffi.provider.jffi.Provider > at jnr.ffi.provider.InvalidRuntime.newLoadError(InvalidRuntime.java:83)

[linuxtools-dev] Docker plugins with ppc64le architecture

2016-10-10 Thread Roberto Oliveira
Hi folks, I am trying to use the docker plugins in a Ubuntu 16.04 ppc64le (Power) machine. I have the docker.io package installed on this machine and I can run my ppc64le images from command line. When I open Eclipse and try to change to Docker Tolling perspective I am getting the following