Delivery Manager Tool - Information - How to add java console debugging to diagnose JNLP and DMT issues while clicking on AICPortal
Purpose
This page will help you to add java console debugging to diagnose JNLP/DMT issues and enable more traces for debug issues.
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 8.0.x | ✅ |
| 7.3.x | ✅ |
| 7.2.x | ✅ |
| 7.0.x | ❌ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | ✅ |
| Microsoft SQL Server | ✅ |
| CSS2 | ✅ |
| CSS1 | ❌ |
Details
- Just edit
C:\Users<user>\AppData\LocalLow\Sun\Java\Deployment\deployment.properties - Add these 3 lines at end of file :
deployment.trace=true
deployment.trace.level=all
deployment.console.startup.mode=SHOW - Try reproducing by clicking to jnlp shortcut and you will have a popup window which appears(Java Console) which will have the traces from the content.
- This Java console window may not appear depending on settings in java control panel, so a better way to get latest trace file is to get the generated log file under:
C:\Users<user>\AppData\LocalLow\Sun\Java\Deployment\log\javawsxxxxxxxxxxxx.trace
Note: To restore previous situation, remove added lines.
Notes/comments
Related Pages