|
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
|
|