Security configuration and enablement errors

 

+

Search Tips   |   Advanced Search

 

  1. "LTPA password not set. validation failed" message displayed as error in the console after saving administrative or application security settings

  2. The setupClient.bat or setupClient.sh file is not working correctly

  3. [HP-UX] Java HotSpot Server VM warning: Unexpected Signal 11 occurred under user-defined signal handler 0x7895710a message occurs in the native_stdout.log file when enabling security on the HP-UX11i platform

  4. WAS V6 is not working correctly with Enterprise Workload Manager (EWLM)

  5. Errors or access problems after enabling security.

  6. NMSV0610I: A NamingException is being thrown from a javax.naming.Context implementation

  7. When administrative security is enabled but application security is not enabled, the performance servlet displays authorization errors and cannot provide statistics

  8. "Name value is invalid" displays when migrating users and groups after the JACC provider for Tivoli is configured

  9. A Sun JDK can not read a PKCS12 keystore created by the Application Server

For general tips on diagnosing and resolving security-related problems, see the topic Troubleshooting the security component.

 

"LTPA password not set. validation failed" message displayed as error in the console after saving administrative or application security settings

This error can be caused if, when configuring WAS security, LTPA is selected as the authentication mechanism and the LTPA password field is not set. To resolve this problem:

  1. Select...

    Security | Secure administration, applications and infrastructure | Authentication mechanisms and expiration

  2. Complete the password and confirm password fields.

  3. Click OK.

  4. Try setting administrative or application security again.

 

The setupClient.bat or setupClient.sh file is not working correctly

The setupClient.bat file on Windows operating systems and the setupClient.sh file on Linux and UNIX-based platforms incorrectly specify the location of the SOAP security properties file.

[Windows] In the setupClient.bat file, the correct location is:

set CLIENTSOAP=-Dcom.ibm.SOAP.ConfigURL=file:%WAS_HOME%/properties/soap.client.props
[AIX] [Linux]

[AIX HP-UX Solaris] In the setupClient.sh file, the CLIENTSOAP variable is:

CLIENTSOAP=-Dcom.ibm.SOAP.ConfigURL=file:$WAS_HOME/properties/soap.client.props
In the setupClient.bat and the setupClient.sh files...

  1. Remove the leading slash ( / ) after file:.

  2. Change sas to soap.

 

Java HotSpot Server VM warning: Unexpected Signal 11 occurred under user-defined signal handler 0x7895710a message occurs in the native_stdout.log file when enabling security on the HP-UX11i platform [HP-UX]

After you enable security on HP-UX 11i platforms, the following error in the native_stdout.log file occurs, along with a core dump and WAS does not start:

Java HotSpot(TM) Server VM warning: Unexpected Signal 11 occurred under user-defined signal handler 0x7895710a

To work around this error, apply the fixes recommended by Hewlett Packard for Java

 

WAS V6 is not working correctly with Enterprise Workload Manager (EWLM)

To use WAS V6 with EWLM, manually update the WAS server.policy files. For example:

grant codeBase "file:/<EWLM_Install_Home>/classes/ARM/arm4.jar" { permission java.security.AllPermission; };

Otherwise, you might encounter a Java 2 security exception for violating the Java 2 security permission.

Refer to server.policy file permissions for more information on configuring server.policy files.

For current information available from IBM Support on known problems and their resolution, see the IBM Support page.

IBM Support has documents that can save you time gathering information needed to resolve this problem. Before opening a PMR, see the IBM Support page.

 

NMSV0610I: A NamingException is being thrown from a javax.naming.Context implementation

If you use CSIv2 inbound authentication, basic authentication is required, and Java clients running with com.ibm.CORBA.validateBasicAuth=true might fail with the following exception:

If you use CSIv2 inbound authentication, basic authentication is required, and Java  clients running with com.ibm.CORBA.validateBasicAuth=true might fail with the  following exception:

NMSV0610I: A NamingException is being thrown from a javax.naming.Context 
           implementation. Details follow:

Context implementation: com.ibm.ws.naming.jndicos.CNContextImpl
Context method: lookupExt
Context name: TestaburgerNode01Cell/nodes/TestaburgerNode01/servers/server1
Target name: SecurityServer
Other data: ""
Exception stack trace: javax.naming.NoPermissionException: NO_PERMISSION  exception caught. Root exception is org.omg.CORBA.NO_PERMISSION:  vmcid: 0x49421000 minor code: 92 completed: No
...
SECJ0395E: Could not locate the SecurityServer at host/port:9.42.72.27/9100  to validate the userid and password entered. You may need to specify valid  securityServerHost/Port in (WAS_INSTALL_ROOT)/properties/sas.client.props file.

To fix this problem, modify the com.ibm.CORBA.validateBasicAuth=false property in the clients.sas.clients.props file and then run the client.

 

When administrative security is enabled but application security is not enabled, the performance servlet displays authorization errors and cannot provide statistics

In WAS V6.1, when administrative security is enabled, the administration service is locked down. However, if application security is not enabled, an authentication challenge does not occur for incoming requests and, consequently, credentials do not exist for the performance servlet to access the administration service.

If administrative security is enabled, you also must enable application security for the performance servlet to process incoming requests.

 

"Name value is invalid" displays when migrating users and groups after the JACC provider for Tivoli is configured

When you use the migrateEAR utility to migrate the changes that were made to console users and groups after the JACC provider for Tivoli Access Manager is configured, the following configuration error displays in the systemOut.log file.

<specialSubjects> name value is invalid

The migrateEAR utility migrates the user and group data that is contained in the admin-authz.xml file. However, the migrateEAR utility does not convert the XML tags that are listed in the admin-authz.xml file if the pdwas-admin group is added to the administrator access control list (ACL) in Tivoli Access Manager prior to migration.

To resolve this error, enter the following command in padadmin to check whether the pdwas-admin group is in the administrator ACL before you migrate:

acl show _WebAppServer_deployedResources_Roles_administrator_admin-authz_ACL

The following result should display:

ACL Name: _WebAppServer_deployedResources_Roles_administrator_admin-authz_ACL Description: Created by the Tivoli Access Manager for WAS Migration Tool. Entries: User sec_master TcmdbsvaBR1 Group pdwas-admin T[WebAppServer]i

If the pdwas-admin group is not listed, then enter the following command in pdadmin to modify the ACL to add the pdwas-admin group:

acl modify _WebAppServer_deployedResources_Roles_administrator_admin -authz_ACL set gruop pdwas-admin T [WebAppServer]i

 

A Sun JDK can not read a PKCS12 keystore created by the Application Server

A Sun JDK is not able to read a PKCS12 keystore created by the Application Server. The reason for this is that the PKCS12 implementation used by the IBM SDK and the Application Server is different than the implementation used by the Sun JDK. The difference causes problems when a Sun JDK is used to read the default trustore, trust.p12, or keystore, key.P12 created by the Application Server.

Because the trustore can not be read by the Sun JDK, first extract the certificates from the trustore using an IBM SDK. You can then import these certificates into a keystore that the Sun JDK can recognize correctly, such as a JKS keystore.


 

Related concepts

Troubleshooting

 

Related tasks

Troubleshooting security configurations