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(tick)
7.3.x(tick)
7.2.x(tick)
7.0.x(error)
Applicable RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(tick)
CSS1(error)
Details
  1. Just edit
    C:\Users\<user>\AppData\LocalLow\Sun\Java\Deployment\deployment.properties
  2. Add these 3 lines at end of file :
    deployment.trace=true
    deployment.trace.level=all
    deployment.console.startup.mode=SHOW
  3. 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.
  4. 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