Hi SMX team,
I am using servicemix 4.3.0, servicemix-http JBI component. I am using
default example (examples/simple/wsn.xml) available with servicemix 4.3.0
installation.
I modified example to configure SSL. I defined http:soap-consumer endpoint
with sslParameters defining keystore and truststore.
Without SSL parameters everything is working fine.
But with SSL configuration, I get following exception in servicemix.log on
startup.
/NOTE-1: I tried putting keystore and truststore files in various locations,
even defined system property and local classpath but nothing is soving the
problem./
/NOTE-2: If any documentation available for configuring servicemix-http with
SSL is available for servicemix 4.3.0, pls tell so./
*Stack trace:*
<component-name>servicemix-http</component-name>
<component-task-result-details>
<task-result-details>
<task-id>init</task-id>
<task-result>FAILED</task-result>
<message-type>ERROR</message-type>
<task-status-msg><msg-loc-info><loc-token/><loc-message>Unable to init
service unit</loc-message></msg-loc-info></task-status-msg>
<exception-info>
<nesting-level>1</nesting-level>
<msg-loc-info>
<loc-token />
<loc-message>Unable to find keystore
classpath:motomgr_server.keystore</loc-message>
<stack-trace></stack-trace>
</msg-loc-info>
</exception-info>
</task-result-details>
</component-task-result-details>
</component-task-result>
Any help is highly appreciated.
--
View this message in context:
http://servicemix.396122.n5.nabble.com/servicemix-http-with-SSL-not-able-to-find-keystore-file-tp4879704p4879704.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.