Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-rc3
-
Fix Version/s: 1.1-rc1
-
Component/s: Documentation / Website
-
Labels:None
-
Environment:
Windows 2000
-
Similar Issues:None
Description
1. If the keyPassword property not set (not in the documentation), could
not start up MuleManager
The stack trace:
org.mule.config.ConfigurationException: MuleManager Failed to initialise
at
org.mule.config.builders.MuleXmlConfigurationBuilder.configure(MuleXmlConfigurationBuilder.java:277)
at
org.mule.config.builders.MuleXmlConfigurationBuilder.configure(MuleXmlConfigurationBuilder.java:250)
Caused by: java.lang.NullPointerException: The key password cannot be null
at
org.mule.providers.ssl.SslConnector.doInitialise(SslConnector.java:64)
at
org.mule.providers.AbstractConnector.initialise(AbstractConnector.java:202)
2. My Mule component acts as the ssl client only and its sends request via
SSL to an application outside of Mule. Why do I have to set up the server
key store and password?
3. Typo in clientKeystore and clientKeystorePassword properties, should be
clientKeyStore and clientKeyStorePassword respectively
All old Resolved issues transitioned into a Closed state.