Valid on SUSE Linux 9
Symptom:
When I perform Kerberos authentication, I receive an "EE_Authentication" error.
Solution:
Enable trace in the CA EEM to capture the details of the error in the iPoz log file. If you receive the error message ‘libkrb5.so file does not exist’ in the iPoz.log file, create a link from the existing libkrb5.so.* file to the libkrb5.so file.
You receive this error if the authentication process is unable to locate the libkrb5.so file in the LD_LIBRARY_PATH.
Note: The iPoz.log file logs the error only if you enable trace on CA EEM. For information on how to enable tracing, see the Programming Guide.
Example: Create a link
The following example searches for the available version of libkrb5.so file and creates a link:
# find / -name libkrb5.so.* /usr/lib/libkrb5.so.17.3.0 # ln -s /usr/lib/libkrb5.so.17.3.0 /usr/lib/libkrb5.so
Symptom:
When I deploy an application that uses the CA EEM Java SDK, on a WebLogic 8.1 Application server, I receive a ClassCastException.
Solution:
You receive this error if the WebLogic server is configured to use its own implementation of HTTPSUrlConnection for HTTP handlers.
To avoid this error, configure the WebLogic server to use the SUN handlers by adding the -DUseSunHttpHandler=true parameter to the JVM options.
For information on how to set the parameters, see the JVM documentation.
Symptom:
When I use XACML and SPML services with JRE1.5 installed, I receive the following error:
java.lang.NullPointerException
Solution:
To use XACML and SPML services with JRE1.5, do the following:
For more information about this issue, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6219364.
Valid on Linux
Symptom:
The Export Application feature takes a long time to export an application.
Solution:
To optimize the time taken to export an application, do the following:
LD_ASSUME_KERNEL=2.4.1
# LD_ASSUME_KERNEL=2.4.1
|
Copyright © 2013 CA.
All rights reserved.
|
|