Hi all,

I was trying to run the JMS samples with WSO2 Beta 3, and as a first step I
wanted to setup the JMS Transport. After editing the axis2.xml to include
the transport, I then started the ESB and learned that I need to add the
activeMQ jars as in ESB 1.7.x. I then copied the activeMQ jars to the lib
folder, and it seems that the server runs into this error.

ERROR Activator Failed to start Carbon UI
java.lang.Exception: ConfigurationContext Service is not available
    at org.wso2.carbon.ui.internal.Activator.start(Activator.java:85)
    at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
    at java.security.AccessController.doPrivileged(Native Method)
    at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
    at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
    at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350)
    at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118)
    at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634)
    at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
    at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282)
    at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
    at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
    at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297)

Then copied them to the lib/tomcat/work/Catalina/
127.0.0.1/_/eclipse/plugins/ folder, and discovered that,

ERROR BundleManagementAgent Couldn't start the bundle :
org.apache.activemq.activemq-core with the default bundle start level
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Import-Package: javax.jms; version="1.1.0"

Does anyone know what should be done to get this to work?

Thanks,
Senaka
_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to