Exception thrown on agent

Hi Everyone.

I'm trying to execute the robot that I created with the Course 101, but when I execute it,  the log shows the following error.

Even if I click on "Check References" button, the following error is shown

Can somebody help me? Thanks !

  Discussion posts and replies are publicly visible

Parents
  • Hi Jonathan,

    This error message indicates that your robotic process is unable to find its dependencies in the Nexus repository. This is most commonly caused by a mismatch between the robotic process configuration "Technical Information" section in the RPA Console and the Nexus repository.

    To check this, I recommend navigating to the Jidoka repository in Nexus at <subdomain>.appiancloud.com/rpa-repo and entering the folder structure mentioned in the error message: /com/novayre/jidoka/robot/test/HelloWorldTraing2/0.0.1

    The folder structure is defined by <repository>/<group>/<Robotic Process>/<Version>, so if any of these are mismatched then the robot will fail to find its dependencies.

    If you are unable to find any files in Nexus related to this robotic process, then it is likely that something went wrong upon creating the tutorial robotic process. In that case, I recommend recreating a new tutorial robotic process, ensuring that you wait after clicking "OK" to be prompted with the robotic process zip download. It is during this time that the tutorial files are pushed from the RPA console to Nexus.

    I hope this is helpful!

  • Hi Daniel 

    I already created the tutorial robotic process again(with a different name) and I still have the same error. 

    However I've noticed that the folder and the files are pushed to nexus during the compilation process.

    Shoud I try with a different <group> ?

    This is my Technical Information section.

    The following warning is displayed when I click on "check dependecies" 

  • Hi Jonathan,

    Thanks for testing this. It appears that your RPA console is having no issues pushing the files to Nexus.

    Please attach the execution log for a failed execution of this process. There is a button to "Download trace" on the top right of the execution log tab (shown in your first screenshot on this post).

    Best,

    Daniel

  • Hi Daniel 

    The Log file is attached.

    Do you think the error is caused by  the compilation process? I'm using Eclipse.

    [INFO] 2020-05-21 14:13:21 - - Robot 'HelloWorldTrainingJM' (5ec58e35e4b0b43919c5c998), execution #1, technology JAVA, start method CONSOLE , log level TRACE, testing mode is ON, external workflow is OFF, user mtopete@mbge.com.mx, preferred node is Local2JM (5ec424a7e4b0b43919c5c970#1)
    [INFO] 2020-05-21 14:13:21 - - Robot without instructions
    [INFO] 2020-05-21 14:13:21 - - Robot without environment variables
    [INFO] 2020-05-21 14:13:21 - - Waiting for Local2JM (5ec424a7e4b0b43919c5c970#1) node
    [INFO] 2020-05-21 14:13:21 - - Node selected was Local2JM (5ec424a7e4b0b43919c5c970#1), permissions: appian
    [INFO] 2020-05-21 14:13:21 - - Agent version 7.0.0, revision 20040307
    [INFO] 2020-05-21 14:13:21 - - Memory: free 10.388Mb, reserved 44Mb (1%), limit 2.959Gb, maximum 2.959Gb
    [INFO] 2020-05-21 14:13:21 - - Disk: free 851.367Gb (91%), total 930.883Gb
    [ERROR] 2020-05-21 14:13:53 - - Exception thrown on agent...
    com.novayre.jidoka.client.JidokaServerException: java.io.IOException: java.io.IOException: org.eclipse.aether.resolution.DependencyResolutionException: 
    Dependencies resolution:
    GET FAILED https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ mainRepository (https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka/, default, releases+snapshots)
    GET FAILED https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka-snapshots/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ 2 (https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka-snapshots/, default, releases+snapshots)
    GET FAILED http://repo1.maven.org/maven2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ 3 (http://repo1.maven.org/maven2/, default, releases+snapshots)
    ARTIFACT_RESOLVED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1
    	at com.novayre.jidoka.http.RequestHandler.normal(RequestHandler.java:839)
    	at com.novayre.jidoka.http.RequestHandler.internalOnMessage(RequestHandler.java:502)
    	at com.novayre.jidoka.http.RequestHandler.onMessage(RequestHandler.java:292)
    	at com.novayre.jidoka.http.AttachedSession.processRequest(AttachedSession.java:260)
    	at com.novayre.jidoka.http.RequestBean.doPut(RequestBean.java:232)
    	at sun.reflect.GeneratedMethodAccessor1132.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at com.novayre.commons.util.ReflectionUtil.invokeBeanMethod(ReflectionUtil.java:251)
    	at com.novayre.jquery.servlet.JQueryServlet.processRequest(JQueryServlet.java:459)
    	at com.novayre.jquery.servlet.JQueryServlet.processRequestWithNDC(JQueryServlet.java:270)
    	at com.novayre.jquery.servlet.JQueryServlet.doPost(JQueryServlet.java:211)
    	at com.novayre.jidoka.http.JQueryServletCustomized.doPost(JQueryServletCustomized.java:131)
    	at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
    	at com.novayre.jidoka.http.JQueryServletCustomized.service(JQueryServletCustomized.java:47)
    	at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
    	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
    	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
    	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:117)
    	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92)
    	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77)
    	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
    	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
    	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
    	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
    	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
    	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
    	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
    	at com.novayre.jidoka.filter.UserAgentFilter.doFilter(UserAgentFilter.java:57)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
    	at com.novayre.jidoka.filter.HelpFilter.doFilter(HelpFilter.java:58)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
    	at com.novayre.jidoka.filter.TargetURLFilter.doFilter(TargetURLFilter.java:75)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
    	at com.novayre.jidoka.filter.SessionObjectsFilter.doFilter(SessionObjectsFilter.java:41)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
    	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
    	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
    	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:543)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
    	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:747)
    	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:678)
    	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
    	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
    	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:609)
    	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
    	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:810)
    	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1623)
    	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: java.io.IOException: org.eclipse.aether.resolution.DependencyResolutionException: 
    Dependencies resolution:
    GET FAILED https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ mainRepository (https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka/, default, releases+snapshots)
    GET FAILED https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka-snapshots/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ 2 (https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka-snapshots/, default, releases+snapshots)
    GET FAILED http://repo1.maven.org/maven2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ 3 (http://repo1.maven.org/maven2/, default, releases+snapshots)
    ARTIFACT_RESOLVED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1
    	at com.novayre.jidoka.repository.Repository.getAllDependencies(Repository.java:165)
    	at com.novayre.jidoka.execution.RobotServerExecutor.dependenciesResponse(RobotServerExecutor.java:1028)
    	at com.novayre.jidoka.http.RequestHandler.normal(RequestHandler.java:836)
    	... 92 more
    Caused by: org.eclipse.aether.resolution.DependencyResolutionException: 
    Dependencies resolution:
    GET FAILED https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ mainRepository (https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka/, default, releases+snapshots)
    GET FAILED https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka-snapshots/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ 2 (https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka-snapshots/, default, releases+snapshots)
    GET FAILED http://repo1.maven.org/maven2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ 3 (http://repo1.maven.org/maven2/, default, releases+snapshots)
    ARTIFACT_RESOLVED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1
    	at com.novayre.jidoka.repository.Repository.getDependencies(Repository.java:954)
    	at com.novayre.jidoka.repository.Repository.getAllDependencies(Repository.java:133)
    	... 94 more
    Caused by: com.novayre.commons.exceptions.NovayreException: 
    Dependencies resolution:
    GET FAILED https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ mainRepository (https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka/, default, releases+snapshots)
    GET FAILED https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka-snapshots/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ 2 (https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka-snapshots/, default, releases+snapshots)
    GET FAILED http://repo1.maven.org/maven2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom <> /data/jidoka-home/.m2/com/novayre/jidoka/robot/test/HelloWorldTrainingJM/0.0.1/HelloWorldTrainingJM-0.0.1.pom
    ARTIFACT_DOWNLOADED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 @ 3 (http://repo1.maven.org/maven2/, default, releases+snapshots)
    ARTIFACT_RESOLVED com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1
    	... 96 more
    Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Failed to read artifact descriptor for com.novayre.jidoka.robot.test:HelloWorldTrainingJM:jar:0.0.1
    	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:338)
    	at com.novayre.jidoka.repository.maven.CustomMaven.resolve(CustomMaven.java:96)
    	at com.novayre.jidoka.repository.Repository.getDependencies(Repository.java:924)
    	... 95 more
    Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed to read artifact descriptor for com.novayre.jidoka.robot.test:HelloWorldTrainingJM:jar:0.0.1
    	at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:199)
    	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:294)
    	... 97 more
    Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for com.novayre.jidoka.robot.test:HelloWorldTrainingJM:jar:0.0.1
    	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:255)
    	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:171)
    	at org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:193)
    	... 98 more
    Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 from/to mainRepository (https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka/): Unauthorized (401)
    	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:413)
    	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:215)
    	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:192)
    	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:240)
    	... 100 more
    Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact com.novayre.jidoka.robot.test:HelloWorldTrainingJM:pom:0.0.1 from/to mainRepository (https://mbgebeta.appiancloud.com/rpa-repo/repository/jidoka/): Unauthorized (401)
    	at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:52)
    	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:368)
    	at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:75)
    	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:642)
    	at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:262)
    	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:489)
    	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:390)
    	... 103 more
    Caused by: org.apache.http.client.HttpResponseException: Unauthorized (401)
    	at org.eclipse.aether.transport.http.HttpTransporter.handleStatus(HttpTransporter.java:475)
    	at org.eclipse.aether.transport.http.HttpTransporter.execute(HttpTransporter.java:300)
    	at org.eclipse.aether.transport.http.HttpTransporter.implGet(HttpTransporter.java:252)
    	at org.eclipse.aether.spi.connector.transport.AbstractTransporter.get(AbstractTransporter.java:67)
    	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask(BasicRepositoryConnector.java:456)
    	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:363)
    	... 108 more
    
    	at com.novayre.jidoka.client.ClientManager.internalSendCommandRetry(ClientManager.java:1278)
    	at com.novayre.jidoka.client.ClientManager.internalSendCommand(ClientManager.java:1172)
    	at com.novayre.jidoka.client.ClientManager.sendCommand(ClientManager.java:1013)
    	at com.novayre.jidoka.client.RobotClientExecutor.tryExecute(RobotClientExecutor.java:297)
    	at com.novayre.jidoka.client.RobotClientExecutor.execute(RobotClientExecutor.java:184)
    	at com.novayre.jidoka.client.ResponseHandler.execute(ResponseHandler.java:292)
    	at com.novayre.jidoka.client.ResponseHandler.robotDeclaredResponse(ResponseHandler.java:248)
    	at com.novayre.jidoka.client.ResponseHandler.onMessage(ResponseHandler.java:145)
    	at com.novayre.jidoka.client.ClientManager.processResponse(ClientManager.java:1519)
    	at com.novayre.jidoka.client.ClientManager.internalSendCommandRetry(ClientManager.java:1297)
    	at com.novayre.jidoka.client.ClientManager.internalSendCommand(ClientManager.java:1172)
    	at com.novayre.jidoka.client.ClientManager.sendCommand(ClientManager.java:1013)
    	at com.novayre.jidoka.client.ClientManager.sendCommand(ClientManager.java:999)
    	at com.novayre.jidoka.client.ClientManager.loop(ClientManager.java:988)
    	at com.novayre.jidoka.client.ClientManager.realConnectToServer(ClientManager.java:872)
    	at com.novayre.jidoka.client.ClientManager.connectToServer(ClientManager.java:830)
    	at com.novayre.jidoka.client.JidokaClient.connect(JidokaClient.java:948)
    	at com.novayre.jidoka.client.JidokaClient.mainLoop(JidokaClient.java:532)
    	at com.novayre.jidoka.client.JidokaClient.run(JidokaClient.java:518)
    	at com.novayre.jidoka.client.JidokaClient.main(JidokaClient.java:363)
    
    [INFO] 2020-05-21 14:13:53 - - Memory: free 23.37Mb, reserved 40Mb (1%), limit 2.959Gb, maximum 2.959Gb
    [INFO] 2020-05-21 14:13:53 - - Disk: free 851.367Gb (91%), total 930.883Gb
    [INFO] 2020-05-21 14:13:53 - - Memory difference: free 12.982Mb, reserved -4Mb (0%)
    [INFO] 2020-05-21 14:13:53 - - Disk difference: free -628Kb (0%)
    [INFO] 2020-05-21 14:13:53 - - 
    ****************************************************************************************************
    Total&#160;number&#160;of&#160;items:&#160;#0
    Result&#160;&#160;&#160;&#160;#Items
    ----------------------------------------------------------------------------------------------------
    Result&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Duration&#160;#Index&#160;Item&#160;Key&#160;(Detail)&#160;[Properties]
    ****************************************************************************************************
    
    

  • +1
    Certified Associate Developer
    in reply to Jonathan Abraham

    Hi Jonathan, 

    I see in your log file that there is a Unauthorized (401) error (line 176).  Have you changed the password of your user in Nexus or the password stored in the "Repositories" page https://mbgebeta.appiancloud.com/rpa/repositories.xhtml) ?

    There is also another place where this password is stored, in the "Tools configuration" section of the https://mbgebeta.appiancloud.com/rpa/put/platform page.

  • Hi Victor , 

    I haven't changed the password, but I'll set the same password again,

    and for example, if I modify a java method  in eclipse and then recompile, eclipse push the new version to nexus and I can see all those changes in the RPA console( Workflow section). 

    That makes me think Rpa console can reach Nexus with no problem.

    Thanks ! 

  • Hi Victor 

    You're rigth !!! 

    It was a problem with the repository user. I changed the user and the password 

    and now is working well. 

    Thank you !! 

  • Hi Jonathan,

    This is great to hear! Thanks for working through it with us, and we hope you enjoy continuing to learn and work with Appian RPA.

Reply Children
No Data