> On Mar 8, 2019, at 11:40 AM, Bernd Eckenfels <[email protected]> wrote:
>
> Can you confir it works if you start your application with a stand-alone JDK?
>
> I suspect you have a custom jlink Image which misses the modules. Can you
> share your jpackage configuration or at least run „Java –list-modules“ and
> –validate-modules in your installed app? I think you Need at least jdk.attach
>
>
> jdk.attach provides com.sun.tools.attach.spi.AttachProvider used by jdk.attach
> --
> http://bernd.eckenfels.net <http://bernd.eckenfels.net/>
>
Out of curiosity I tried this on a simpler test app. jconsole also can’t
connect to this one. I thought it should be possible without the target java
application having to do anything at all, that other properly configured
applications should be able to attach to them?
Maybe I should take this to the other list?