Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello! I have created an AWS EC2 using the Talend-RemoteEngine-2.13.13 AMI from AWS Marketplace. I have added the text below into the User Data field:
remote.engine.pre.authorized.key=[RE key]
pairing.service.url=https://pair.us.cloud.talend.com
Usually at this point, once I start the server, the remote engine starts up and connects to Talend Management Console without issue. However, our latest attempt to create a new Remote Engine is failing. I checked the log files on the EC2 and see the following error occurs on startup. Any ideas on what this error means and what could be the cause?
2025-08-05T15:13:53,348 | ERROR | activator-1-thread-2 | BootFeaturesInstaller | 25 - org.apache.karaf.features.core - 4.4.7 | | Error installing boot features
org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=tipaas-observability; type=karaf.feature; version="[2.13.13,2.13.13]"; filter:="(&(osgi.identity=tipaas-observability)(type=karaf.feature)(version>=2.13.13)(version<=2.13.13))" [caused by: Unable to resolve tipaas-observability/2.13.13: missing requirement [tipaas-observability/2.13.13] osgi.identity; osgi.identity=t>
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.ResolverImpl.doResolve(ResolverImpl.java:433) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:420) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:374) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:256) ~[?:?]
at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:399) ~[?:?]
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1069) ~[?:?]
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:1004) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve tipaas-observability/2.13.13: missing requirement [tipaas-observability/2.13.13] osgi.identity; osgi.identity=tipaas-flow-container-common; type=karaf.feature [caused by: Unable to resolve tipaas-flow-container-common/2.13.13: missing requirement [tipaas-flow-container-common/2.13.13] osgi.identity; osgi.identity=org.talend.ipaas.engine.container-common; type=osgi.bu>
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
... 12 more
Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve tipaas-flow-container-common/2.13.13: missing requirement [tipaas-flow-container-common/2.13.13] osgi.identity; osgi.identity=org.talend.ipaas.engine.container-common; type=osgi.bundle; version="[2.13.13,2.13.13]"; resolution:=mandatory [caused by: Unable to resolve org.talend.ipaas.engine.container-common/2.13.13: missing requirement [org.talend.ipaas.engine.contain>
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
... 12 more
Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve org.talend.ipaas.engine.container-common/2.13.13: missing requirement [org.talend.ipaas.engine.container-common/2.13.13] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.bouncycastle.jce.provider)(version>=1.81.0)(!(version>=2.0.0)))"
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
... 12 more
Hello
We clearly needs more information here :
How did you install the remote engine,, and the version of jdk used to install it
2.13.13 only supports jdk 17 and if using other ones to start the remote engine, it can creates such issue during bundle init
Hello
We clearly needs more information here :
How did you install the remote engine,, and the version of jdk used to install it
2.13.13 only supports jdk 17 and if using other ones to start the remote engine, it can creates such issue during bundle init