Quantcast
Channel: The Middleware Shop » Liberty Profile
Viewing all articles
Browse latest Browse all 13

CWWKE0701E: com.ibm.ws.security.AccessIdUtil

$
0
0

CWWKE0701E: com.ibm.ws.security.AccessIdUtil

Error occurs when modifying server.xml of a Liberty Profile Runtime server 8.5.5.4. We have a server, and we have modified the server.xml with a new feature, the console.log reports the following output:

[AUDIT ] CWWKG0016I: Starting server configuration update.

[ERROR ] CWWKS0005E: A configuration exception has occurred. No available userRegistry service.

[ERROR ] CWWKE0701E: [com.ibm.ws.security.AccessIdUtil(179)] The activate method has thrown an exception Bundle:com.ibm.ws.security(id=90) java.lang.IllegalStateException: CWWKS0005E: A configuration exception has occurred. No available userRegistry service.

at com.ibm.ws.security.internal.SecurityServiceImpl.autoDetectService(SecurityServiceImpl.java:340)

at [internal classes]

 

[ERROR ] CWWKE0701E: [com.ibm.ws.security.AccessIdUtil(179)] Failed creating the component instance; see log for reason Bundle:com.ibm.ws.security(id=90)

[AUDIT ] CWWKG0017I: The server configuration was successfully updated in 8.252 seconds.

[AUDIT ] CWWKF0012I: The server installed the following features: [ssl-1.0, json-1.0, restConnector-1.0, adminCenter-1.0, jaxrs-1.1, jndi-1.0, distributedMap-1.0].

[AUDIT ] CWWKF0008I: Feature update completed in 8.340 seconds.

[AUDIT ] CWWKT0016I: Web application available (default_host): http://localhost:9080/IBMJMXConnectorREST/

[AUDIT ] CWWKT0016I: Web application available (default_host): http://localhost:9080/ibm/api/

[AUDIT ] CWWKS4104A: LTPA keys created in 4.057 seconds. LTPA key file: /var/apps/was8.5.5.2_LP/wlp/usr/servers/server1/resources/security/ltpa.keys

[AUDIT ] CWWKT0016I: Web application available (default_host): http://localhost:9080/ibm/adminCenter/explore-1.0/

[AUDIT ] CWWKT0016I: Web application available (default_host): http://localhost:9080/adminCenter/

Note: The features being added was the new Admin Center, but it is not related to this error as such.

After some research I found a document on IBM:

PI31809: CWWKE0701E WHEN SECURITY ID VALUE IS NULL

http://www-01.ibm.com/support/docview.wss?uid=swg1PI31809

This is a code error, and will be fixed in Liberty Profile Runtime version 8.5.5.5


Viewing all articles
Browse latest Browse all 13

Trending Articles