Hi,
I'm working with SDK 4 and latest acs version.
I tried to connect to remote debug using eclipse and I can't.
Versión 6.0.7-ga works fine.
Can someone help me??
Thanks
Alberto D.
Solved! Go to Solution.
Solved.
Since Java 9.0 JDWP supports only local connections by default.http://www.oracle.com/technetwork/java/javase/9-notes-3745703.html#JDK-8041435
For remote debugging one should run program with *:
in address:
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000
Regards,
Alberto D.
Solved.
Since Java 9.0 JDWP supports only local connections by default.http://www.oracle.com/technetwork/java/javase/9-notes-3745703.html#JDK-8041435
For remote debugging one should run program with *:
in address:
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000
Regards,
Alberto D.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.