Troubleshoot and support > Deployment
Troubleshoot: Enabling application management tracing
Enable WebSphere Application Server tracing to help diagnose deployment problems. The trace specification for the WebSphere Application Server application update feature is:
com.ibm.ws.management.application.*=all:com.ibm.websphere.management.application.*=allFor a standalone (non-federated) environment enable this trace specification on the server running WebSphere Commerce. For a managed (federated) environment enable the trace specification on...
- Deployment Manager
- Node Agents
As the wsadmin tool is a client to the server, you can also enable tracing on the wsadmin tool.
To do this, edit...
WC_PROFILE/properties/wsadmin.properties...and enable by removing comment (#) from...
com.ibm.ws.scripting.traceStringLog trace output for wsadmin client is written to...
WC_PROFILE/logs/wsadmin.traceoutAfter enabling tracing, run the deployment again and analyze the trace files to help determine the problem.
Related tasks