Hi John,

You get this exception because the container has two versions of the
Aries Transaction Manager installed and ConfigAdmin is unable to bind
the configuration to both bundles at the same time.

karaf@root> osgi:list -t 0 | grep -i "aries transaction manager"
[  59] [Active     ] [            ] [       ] [   50] Apache Aries
Transaction Manager (0.3.0)
[ 185] [Active     ] [            ] [       ] [   30] Apache Aries
Transaction Manager (0.3.1)

I get this output below when searching for the transaction manager
bundle.  The warning in itself is not a problem, but you won't be able
to modify the configuration for one of the instances at runtime
dynamically.  So removing the extra bundle is definitely a good idea
here, that will remove the warning and make sure every other bundle is
using the same transaction manager.


Regards,

Gert Vanthienen


On Wed, Apr 2, 2014 at 4:35 PM, John Smith <[email protected]> wrote:
> Hi all,
>
> I get the following error in the log files if I start a fresh innstallation
> of "Apache Servicemix JBI 4.5.3" for the second time (Log files for the
> first start look clean, but the error appear in the logs for every startup
> after).
> Same problem with an installation of the default Servicemix 4.5.3 after I
> installed jbi:
>
> 2014-04-02 15:17:49,738 | ERROR | ies.transaction) | configadmin
> | 5 - org.apache.felix.configadmin - 1.2.8 | Cannot use factory
> configuration org.apache.aries.transaction for
> [org.osgi.service.cm.ManagedServiceFactory, id=254, bundle=59]:
> Configuration bound to bundle
> mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/0.3.1
>
> Bundle 59 is the "Apache Aries Transaction Manager (0.3.0)"
>
> It looks like this issue, but I only get the first error.
> https://issues.jboss.org/browse/ESB-1497
>
> Is this a real problem or can I ignore this error message? If I remove
> Bundle 59 (Apache Aries Transaction Manager) the logs look clean, but I
> don't know if this is a good idea.
>
> Thanks a lot in advance
> John
>
>
>
> Link to the complete startup log: http://pastebin.com/QUxHp9bH
> System: Ubuntu 12.10
> Java: version "1.6.0_30", OpenJDK Runtime Environment (IcedTea6 1.13.1)
> (6b30-1.13.1-1ubuntu2~0.12.10.1), OpenJDK Server VM (build 23.25-b01, mixed
> mode)
>
>
>
>
>
> --
> View this message in context: 
> http://servicemix.396122.n5.nabble.com/Startup-error-in-Apache-Servicemix-JBI-4-5-3-tp5719860.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to