Debug(ESB)-Failed to resolve endpoint: smtps://smtp.163.com
servicemix 启动camel bundle时报异常:
Exception in thread "SpringOsgiExtenderThread-60" org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to create route route31 at: >>>
To[smtps://smtp.163.com?username=cyou_pt@163.com&password=cyou@123&to=hiyouyan@163.com&CC=youyan@cyou-inc.com] <<< in route: Route[[From[jms:test]] -> [To[smtps://smtp.163.com?username=...
because of Failed to resolve endpoint: smtps://smtp.163.com?CC=youyan%40cyou-inc.com&password=cyou%40123&to=hiyouyan%40163.com&username=cyou_pt%40163.com due to: No component found with scheme: smtps
at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1326)
at org.apache.camel.spring.SpringCamelContext.onApplicationEvent(SpringCamelContext.java:120)
at org.apache.camel.spring.CamelContextFactoryBean.onApplicationEvent(CamelContextFactoryBean.java:285)
原因:servicemix没有安装camel-mail组件
解决方案:
smx@root> features:list | grep mail
[uninstalled] [2.10.6 ] camel-mail camel-2.10.6
[uninstalled] [2013.01 ] servicemix-mail servicemix-4.5.2
features:install camel-mail