Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem when deployment the REST service

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,

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi 
It seems the deploy is not completely, the dependency libraries are missing. 
Can you describe the steps how do you deploy the rest service to runtime? 

Regards
Shong