WAS v8.5 > Reference > Troubleshooting tips > Troubleshooting the Liberty profile
Liberty profile: Messages
When you use the Liberty profile, you might encounter system messages. Each message has a unique message identifier, and includes an explanation of the problem, and details of any action that you can take to resolve the problem.
Liberty profile system messages are logged from various sources, including application server components and applications. For the Liberty profile, the message identifier is 10 characters in length and has the following form:
where:
CWXXX9999X
- CWXXX
- Is a five-character alphabetic message prefix that identifies the Liberty profile component.
- 9999
- Is a four-character numeric identifier used to identify the specific message for that component.
- X
- Is an optional alphabetic indicator that identifies the message type. (I=Informational, W=Warning, E=Error)
The Troubleshooter reference: Messages topic contains information about all WebSphere Application Server messages, indexed by message prefix. For each message there is an explanation of the problem, and details of any action that we can take to resolve the problem.
Table 1. Alphabetic message prefixes for Liberty profile messages Liberty profile message prefix Range Liberty profile component CWLIB 0001-0100 Transactions CWLIB 0101-0200 z/OS Transaction Extensions CWWKB z/OS Native integration CWWKB 0001-0050 z/OS Command Processing CWWKB 0051-0100 z/OS Native code only CWWKB 0101-0150 z/OS Core CWWKB 0151-0200 z/OS WLM services CWWKC 0000-0250 Annotation scanning CWWKE Core kernel and kernel services CWWKE 0001-0099 Boot/Launcher CWWKE 0100-0199 Service utilities CWWKE 0200-0299 Location service CWWKE 0300-0399 File installation service CWWKE 0400-0499 FileMonitor service CWWKE 0500-0599 Extensible Class Scanner CWWKF Feature manager CWWKG Configuration manager CWWKJ Light touch administration CWWKL 0001-0100 Class loading service CWWKM 0001-0050 Artifact API messages (container factory) CWWKM 0051-0100 Overlay Messages (all implementations) CWWKM 0101-0150 Artifact API Zip implementation CWWKM 0151-0200 Artifact API File implementation CWWKM 0401-0450 Adaptable API Implementation messages. (adaptable module factory / adapter service) CWWKM 1001-1100 Loose archive API (used by the Eclipse-based tools option that runs an application directly from the Eclipse workspace1). CWWKM 2000-2999 Ant and maven plug-in CWWKN 0001-0100 JNDI default namespace CWWKO CFW components CWWKO 0000-0199 CFW CWWKO 0200-0399 TCP CWWKO 0400-0599 UDP CWWKO 0600-0799 bytebuffer CWWKO 0800-0899 SSL channel CWWKO 0900-0999 SSL CWWKS Security CWWKS 0000 series Security: General messages CWWKS 0000-0099 Security CWWKS 0900-0999 Security quickStart CWWKS 1000 series Security: Authentication services CWWKS 1000-1099 Authentication CWWKS 1100-1199 JAAS authentication CWWKS 1200-1299 TAI authentication CWWKS 2000 series Security: Authorization services CWWKS 2000-2099 Authorization CWWKS 2100-2199 Built-in authorization CWWKS 2900-2999 SAF authorization CWWKS 3000 series Security: Registry services CWWKS 3000-3099 Registry CWWKS 3100-3199 Basic registry CWWKS 3200-3299 LDAP registry CWWKS 3300-3399 FileBased (VMM) registry CWWKS 3800-3899 Custom registry CWWKS 3900-3999 SAF registry CWWKS 4000 series Security: Token services CWWKS 4000-4099 Token services CWWKS 4100-4199 LTPA CWWKS 4200-4299 Kerberos CWWKS 4300-4399 SPNEGO CWWKS 9000 series Security: Collaborators CWWKS 9100-9199 Web Collaborator (common code) CWWKS 9200-9299 Web Application Collaborator CWWKS 9300-9399 Web Administration Collaborator CWWKT HTTP transport/dispatcher CWWKX JMX CWWKX 0001-0100 JMX Security CWWKX 0101-0200 JMX REST Connector CWWKX 0201-0300 JMX REST Client CWWKZ Applications CWWKZ 0001-0100 Application manager CWWKZ 0101-0200 WARs CWWKZ 0201-0300 WABs CWWKZ 0301-0400 EBAs
1 The Eclipse platform supports a "virtual" application archive, where a set of files that appear to be in the same archive file are actually spread out across the Eclipse workspace. Liberty calls this a "loose archive", and the tools option that uses the loose archive API is called Run this application directly from the workspace
Reference topic |