If you encounter this issue, do the following:
- Reproduce the issue from within the Smarts NCM UI
- Find and provide the uiClient.txt file. The uiClient.txt file should be located in one of the following directory::
C:\Users\<user-profile-name>\VoyenceControl\logs\<VoyenceServerName>
If the uiClient.txt file cannot be found, or the file paths above does not exist in your environment, you can collect the same data by enabling Java logging as follows:
- Access the Windows Control Panel. Find and launch "Java" to open the Java Control Panel.
- Navigate to the "Java" tab and click "view."
- In the Runtime Parameters section, place the following:
-Djavaplugin.trace=true
- Click "OK" then navigate to the "Advanced" tab. Expand "Debugging" and check the Enable tracing and Enable logging checkboxes.
- Expand "Java console" and select the "Show console" radio button.
- Click "Apply". The Java Console window should now be running, logging application data in real time to a file.
- Open up a Web Browser and access Smarts NCM.
- Reproduce the same behavior in the NCM UI as done previously that is the issue being investigated.
- Navigate to the following directory where the Java Console is logging application data (depending on environment):
C:\Users\<user-profile-name>\AppData\LocalLow\Sun\Java\Deployment\log
- Collect and supply the *.trace file from the above directory to Support. This file accurately mirrors the same output that is being written to the Java Console Window after reproducing the issue.