This page (revision-2) was last changed on 26-Nov-2021 10:22 by rforbes

This page was created on 26-Nov-2021 10:22 by JEscott

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
2 26-Nov-2021 10:22 1 KB rforbes to previous
1 26-Nov-2021 10:22 523 bytes JEscott to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
ACT_RELOAD_TRACE_RULES_SERVER is an action button which forces the system to pick up any changes that may have been to the TraceRules.xml file. The TraceRules.xml file is where really high level tracing may be turned on for specific Java classes. The trace has to already be at the "highest" level before any of the additional tracing has any impact.
ACT_RELOAD_TRACE_RULES_SERVER is an action button which forces the system to pick up any changes that may have been to the __TraceRules.xml__ file.
At line 3 added one line
The TraceRules.xml file is where really high level tracing may be turned on for specific Java classes. The trace has to already be at the "highest" level before any of the additional tracing has any impact.
At line 5 added 27 lines
Procedure to enable tracing for a specific class:
1. Go to the HLAppResources_xxxx\release\config folder for the instance you will be changing.
2. Open the TraceModes.xml file in a text editor.
3. Add traceRule lines for the classes you want to get more trace from inside of the <traceRules> area. In an example of tracing login problems, start with:
{{{
<traceRule className="com.highlinecorp.business.am.Users"/>
<traceRule className="com.highlinecorp.business.am.Accessors"/>
<traceRule className="com.highlinecorp.business.am.AccessorDetails"/> }}}
4. Save the file.
5. Log into the application as a user that has access to the IMST screen.
6. Go to the IMST screen, with your mouse click on Reload Trace Rules (Web) button in the ‘Server’ block.
7. Open the OPMN log file in an editor to locate the end.
8. Log into the application as any user.
9. Reload the OPMN log file in the editor and check that more trace lines are coming out.
When you want to follow the additional tracing, go to the [IMST] screen and toggle the __Trigger logging level (Server)__ to Finest