Troubleshooting
Through high-level Action messages debug can be turned on or off for parts of Web Switching Management. The debug categories can be used to debug configuration issues as well as runtime issues.
Web Switching Management debug category names:
Category Name
Debug Description
DELEGATE
Delegation actions, including validating isolation devices.
HLMESSAGE
Not just for Web Switching, but this debug category displays debug about High Level message processing.
IMPACTED_CUSTOMERS
Impacted Customers.
LOCK_OBJECT
Sheet Locking and Unlocking.
SAFETY
Safety documents.
SHEET
General debug category wrapped around most actions pertaining to a switching sheet.
SHEET_EVENT_ASSOC
Event associations.
SHEET_REVISION
Switching sheet revisions.
STEP
General debug category wrapped around most actions pertaining to a single switching step.
STEP_EXECUTE
Step Executions.
STEP_REVISION
Switching sheet step revisions.
STEPS
General debug category wrapped around most actions pertaining to the switching steps.
STEPS_EDIT
Step editing.
VALIDATION
Validation rules.
 
Note: The server logging will show up in the WebLogic log file.
To turn on debug for a category:
Action any.publisher* ejb debug <Category Name>=1
To turn off the messages:
Action any.publisher* ejb debug <Category Name>=0
If you require only client based debug, then follow the following format:
Action any.publisher* ejb client <Login ID> debug <Category Name>=1
To turn on and off debug for all categories:
Action any.publisher* ejb debug 1
Action any.publisher* ejb debug 0
Or
Action any.publisher* ejb client <Login ID> debug 1
Action any.publisher* ejb client <Login ID> debug 0
 
Summary of Java Action Commands
These commands are done by using the Action command in this format:
Action any.publisher* ejb <command> <arguments>
 
Command
arguments
Description
debug
 
Enables debug for the particular class or facility. See Troubleshooting for details/
dump
<type>
Dumps information about various caches to the managed server log file.
type:
zones = Dump zone information
crews = Dump crew information
events = Dump Events Information
conditions = Dump condition information.
cache = displays memory usage of variuos caches
all = Dumps all of the above
 
enable_login
<true|false>
Enables or disables login. If this is set to false, it will force all users off the system
refresh
 
Refreshes all WebLogic cache
refresh_jms
 
Forces clients to refresh the JMS queue.
reload_symbology
 
eloads the viewer symbology configuration. Note that this only changes the server configuration.
For client to pick up the new version, they need to be restarted.
 
stop_server
 
Stops the WebLogic managed server.