Camunda rpa bridge

please dear friends, i cant up camunda rpa bridge , i have this message in cmd

2021-10-04 11:27:25.663  INFO 13092 --- [           main] org.camunda.bpm.rpa.bridge.Bridge        : Starting Bridge v1.1.0 on CTI-731132 with PID 13092 (C:\Users\abraaoneves\Camunda rpa bridge\camunda-bpm-rpa-bridge.jar started by abraaoneves in c:\Users\abraaoneves\Camunda rpa bridge)
2021-10-04 11:27:25.663  INFO 13092 --- [           main] org.camunda.bpm.rpa.bridge.Bridge        : No active profile set, falling back to default profiles: default
2021-10-04 11:27:27.647  INFO 13092 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8081 (http)
2021-10-04 11:27:27.663  INFO 13092 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-10-04 11:27:27.663  INFO 13092 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.36]
2021-10-04 11:27:27.756  INFO 13092 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-10-04 11:27:27.756  INFO 13092 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2031 ms
2021-10-04 11:27:27.850  INFO 13092 --- [           main] org.camunda.bpm.rpa.bridge.license       : Found license key content at path file:/C:/Users/abraaoneves/camunda-license.txt
2021-10-04 11:27:28.553  INFO 13092 --- [           main] org.camunda.spin                         : SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2021-10-04 11:27:28.600  INFO 13092 --- [           main] org.camunda.spin                         : SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2021-10-04 11:27:29.071  WARN 13092 --- [           main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'bridge': Unsatisfied dependency expressed through field 'taskAdapter'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'externalTaskAdapter': Unsatisfied dependency expressed through field 'restService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restService' defined in class path resource [org/camunda/bpm/rpa/bridge/vendor/uipath/UiPathConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.camunda.bpm.rpa.bridge.rest.RpaRestService]: Factory method 'restService' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authentication' defined in class path resource [org/camunda/bpm/rpa/bridge/vendor/uipath/UiPathConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.camunda.bpm.rpa.bridge.vendor.uipath.auth.UiPathAuthentication]: Factory method 'authentication' threw exception; nested exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2021-10-04 11:27:29.071  INFO 13092 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2021-10-04 11:27:29.071  INFO 13092 --- [           main] ConditionEvaluationReportLoggingListener :

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-10-04 11:27:29.118 ERROR 13092 --- [           main] o.s.boot.SpringApplication               : Application run failed

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'bridge': Unsatisfied dependency expressed through field 'taskAdapter'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'externalTaskAdapter': Unsatisfied dependency expressed through field 'restService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restService' defined in class path resource [org/camunda/bpm/rpa/bridge/vendor/uipath/UiPathConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.camunda.bpm.rpa.bridge.rest.RpaRestService]: Factory method 'restService' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authentication' defined in class path resource [org/camunda/bpm/rpa/bridge/vendor/uipath/UiPathConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.camunda.bpm.rpa.bridge.vendor.uipath.auth.UiPathAuthentication]: Factory method 'authentication' threw exception; nested exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:893) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) ~[spring-context-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) ~[spring-context-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) ~[spring-boot-2.3.1.RELEASE.jar!/:2.3.1.RELEASE]
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) [spring-boot-2.3.1.RELEASE.jar!/:2.3.1.RELEASE]
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) [spring-boot-2.3.1.RELEASE.jar!/:2.3.1.RELEASE]
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) [spring-boot-2.3.1.RELEASE.jar!/:2.3.1.RELEASE]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-2.3.1.RELEASE.jar!/:2.3.1.RELEASE]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) [spring-boot-2.3.1.RELEASE.jar!/:2.3.1.RELEASE]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.3.1.RELEASE.jar!/:2.3.1.RELEASE]
        at org.camunda.bpm.rpa.bridge.Bridge.main(Bridge.java:30) [classes!/:1.1.0]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_172]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_172]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_172]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_172]
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) [camunda-bpm-rpa-bridge.jar:1.1.0]
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:109) [camunda-bpm-rpa-bridge.jar:1.1.0]
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) [camunda-bpm-rpa-bridge.jar:1.1.0]
        at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:466) [camunda-bpm-rpa-bridge.jar:1.1.0]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'externalTaskAdapter': Unsatisfied dependency expressed through field 'restService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restService' defined in class path resource [org/camunda/bpm/rpa/bridge/vendor/uipath/UiPathConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.camunda.bpm.rpa.bridge.rest.RpaRestService]: Factory method 'restService' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authentication' defined in class path resource [org/camunda/bpm/rpa/bridge/vendor/uipath/UiPathConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.camunda.bpm.rpa.bridge.vendor.uipath.auth.UiPathAuthentication]: Factory method 'authentication' threw exception; nested exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]
        at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130) ~[spring-beans-5.2.7.RELEASE.jar!/:5.2.7.RELEASE]

Is this a duplicate of this post?

more or less, it’s because I managed to get out of this error, and went to the error of this post

I think in order to keep the context straight and not have to repeat yourself, i suggest not creating a new topic when the one you have open will do.
I’ll lock this topic now and answers can be added to the other thread

1 Like