Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

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

  • Was this article helpful?