[
https://issues.apache.org/jira/browse/KARAF-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved KARAF-3797.
-----------------------------------------
Resolution: Fixed
> Combination of CXF and Activemq in boot features results in several container
> restarts
> --------------------------------------------------------------------------------------
>
> Key: KARAF-3797
> URL: https://issues.apache.org/jira/browse/KARAF-3797
> Project: Karaf
> Issue Type: Bug
> Components: karaf-osgi
> Affects Versions: 4.0.0.M3
> Reporter: Achim Finke
> Attachments: log-restart.zip
>
>
> Defining the attached boot features results in several container restarts and
> exceptions. After 4-5 restarts the container calms down and all features are
> started/resolved.
> This behaviour is unpredictable it does not happen always. So you have to
> give it multiple trys if it seems to work for you. To do so stop the
> container, remove the data folder and start the container again.
> {code:xml}
> #
> # Comma separated list of features repositories to register by default
> #
> #
> # Comma separated list of features repositories to register by default
> #
> featuresRepositories=\
> mvn:org.apache.karaf.features/standard/4.0.0-SNAPSHOT/xml/features,\
> mvn:org.apache.karaf.features/spring/4.0.0-SNAPSHOT/xml/features,\
> mvn:org.apache.karaf.features/enterprise/4.0.0-SNAPSHOT/xml/features,\
> mvn:org.apache.activemq/activemq-karaf/5.11.1/xml/features,\
> mvn:org.apache.cxf.karaf/apache-cxf/3.1.1/xml/features,\
> mvn:org.apache.cxf.services.xkms/cxf-services-xkms-features/3.1.1/xml
> #
> # Comma separated list of features to install at startup
> #
> featuresBoot=\
> (aries-blueprint, \
> bundle, \
> config, \
> deployer, \
> diagnostic, \
> feature, \
> instance, \
> pax-jetty, \
> jetty, \
> pax-http-whiteboard, \
> jaas, \
> kar, \
> log, \
> management, \
> package, \
> service, \
> shell, \
> shell-compat, \
> ssh, \
> system, \
> wrap, \
> webconsole, \
> eventadmin), \
> cxf-xkms-client, activemq-blueprint, cxf-tools
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)