ScreenDesigner Debugging
Most of the issues related to screendesigner are connection issues as sometimes clients have many layers of servers or vpn's or firewalls or certificate issue which may hinder connection and SD gives a common error saying username and password are incorrect. SD allows java debugging and we can enable ssl debugging and check at which server it stopping it from connecting.
Please follow the below steps to enable ssl debugging:
-> Open eclipse.ini file and the below java arguments
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-vmargs
-Xms40m
-Xmx512m
-Dosgi.requiredJavaVersion=1.7
-Djavax.net.ssl.trustStore=screendesigner.jks
-Djavax.net.ssl.trustStorePassword=changeit
--Djavax.net.debug=all ( all/ssl can also be used)
->Save and open cmd at this location
-> run the command "eclipse.exe -debug"
This should open a java debug window as well as application, put in the url and check the java debug window