Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I'm facing a problem when deploying a REST service on Runtime ESBSE (Apache Karaf), the explanation is the following:
I've created a REST service using Talend Open Studio for ESB 6.1.0 with some business logic and its running on the studio smoothly.
But when deploying it on Runtime ESB (Apache Karaf), the level state of the service is "Installed" not "Active" as the same jobs when deploying them.
I've tried to execute command to start the bundle by bundle:start <service_ID> it gives the following error:
Error executing command: Error executing command on bundles:
Error starting bundle607: Could not resolve module: alternative.GET_DID_LIST [607]
Unresolved requirement: Import-Package: com.ibm.uvm.tools; resolution:="optional"
Unresolved requirement: Import-Package: com.sun.jdmk.comm; resolution:="optional"
Unresolved requirement: Import-Package: javax.jmdns; resolution:="optional"
Unresolved requirement: Import-Package: org.apache.log; resolution:="optional"
Unresolved requirement: Import-Package: sun.security.action; resolution:="optional"
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))"
Also, this error is increasing when trying a deploy more and more without any changes on the REST source code.
Please advise me how i can resolve this problem.
Thanks and Regards,