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:
MULE-470"address" is not documented in "Mule End Point URIs" as a Known ParameterMULE-5811Jetty SSL connector does not support the webapps elementMULE-3691Need to correct documentation on overriding Mule Config parametersMULE-3639MuleClient/remoteDispatcher documentation contains incorrect information about methods
MULE-5572 Parameter passing is a general subject not adequately coveredMULE-5070Incorrect deprecation documentationMULE-1547SSL transmit is plaintextMULE-3658Incorrect URL encoding in Mule documentationMULE-5718HTTP throwing "Property "cookieSpec" has an incorrect or unsupported value "rfc2109"" error while the schema admits this valueMULE-1660XMPP over SSL
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.