|
| Problem | The server cannot be stopped using the stopServer command; however you can stop the server using the Administrative Console. | | Cause | If the java™.security and soap.client.props files do not have matching security.providers you will see this error. | | Solution | The important section in java.security is:
#
# List of providers and their preference orders (see above):
#
If you have the following in your java.security file:
security.provider.1=sun.security.provider.Sun security.provider.2=com.ibm.crypto.provider.IBMJCA
and observe this error. You can resolve this problem by adding the following to your java.security file:
security.provider.3=com.ibm.jsse.IBMJSSEProvider
| | | | |
| |
|
Product categories: Software, Application Servers, Distributed Application & Web Servers, WebSphere Application Server, Java Security (JSSE/JCE) Operating system(s): Multi-Platform Software version: 3.5, 4.0, 5.0, 5.1, 6.0 Software edition: Edition Independent Reference #: 1188709 IBM Group: Software Group Modified date: 2004-11-01
(C) Copyright IBM Corporation 2000, 2004. All Rights Reserved.
|