Hi, I have a robot sikuli script when run from terminal it just runs fine.
When executed from jenkins as a job it is throwing a exception as om.github.rainmanwy.robotframework.sikulilib.exceptions.TimeoutException: Timeout happend, could not find P(signin.PNG) S: 0.7. Jenkins is installed as a service on windows machine. Attached are the logs. Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/2a3aa4be-8594-4a6e-92d5-07a8e2b215a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Feb 14, 2019 1:59:36 PM org.eclipse.jetty.util.log.Log initialized INFO: Logging initialized @449ms to org.eclipse.jetty.util.log.JavaUtilLog Feb 14, 2019 1:59:36 PM winstone.Logger logInternal INFO: Beginning extraction from war file Feb 14, 2019 1:59:39 PM org.eclipse.jetty.server.handler.ContextHandler setContextPath WARNING: Empty contextPath Feb 14, 2019 1:59:39 PM org.eclipse.jetty.server.Server doStart INFO: jetty-9.4.z-SNAPSHOT; built: 2018-08-30T13:59:14.071Z; git: 27208684755d94a92186989f695db2d7b21ebc51; jvm 1.8.0_144-b01 Feb 14, 2019 1:59:40 PM org.eclipse.jetty.webapp.StandardDescriptorProcessor visitServlet INFO: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet Feb 14, 2019 1:59:40 PM org.eclipse.jetty.server.session.DefaultSessionIdManager doStart INFO: DefaultSessionIdManager workerName=node0 Feb 14, 2019 1:59:40 PM org.eclipse.jetty.server.session.DefaultSessionIdManager doStart INFO: No SessionScavenger set, using defaults Feb 14, 2019 1:59:40 PM org.eclipse.jetty.server.session.HouseKeeper startScavenging INFO: node0 Scavenging every 600000ms Feb 14, 2019 1:59:41 PM org.eclipse.jetty.server.handler.ContextHandler doStart INFO: Started w.@50b09c{Jenkins v2.150.2,/,file:///C:/Program%20Files%20(x86)/Jenkins/war/,AVAILABLE}{C:\Program Files (x86)\Jenkins\war} Feb 14, 2019 1:59:41 PM org.eclipse.jetty.server.AbstractConnector doStart INFO: Started ServerConnector@18f4f03{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} Feb 14, 2019 1:59:41 PM org.eclipse.jetty.server.Server doStart INFO: Started @5625ms Feb 14, 2019 1:59:41 PM winstone.Logger logInternal INFO: Winstone Servlet Engine v4.0 running: controlPort=disabled Feb 14, 2019 1:59:42 PM jenkins.InitReactorRunner$1 onAttained INFO: Started initialization Feb 14, 2019 1:59:42 PM jenkins.InitReactorRunner$1 onAttained INFO: Listed all plugins Feb 14, 2019 1:59:44 PM jenkins.InitReactorRunner$1 onAttained INFO: Prepared all plugins Feb 14, 2019 1:59:44 PM jenkins.InitReactorRunner$1 onAttained INFO: Started all plugins Feb 14, 2019 1:59:44 PM jenkins.InitReactorRunner$1 onAttained INFO: Augmented all extensions Feb 14, 2019 1:59:45 PM jenkins.InitReactorRunner$1 onAttained INFO: Loaded all jobs Feb 14, 2019 1:59:45 PM hudson.model.AsyncPeriodicWork$1 run INFO: Started Download metadata Feb 14, 2019 1:59:46 PM hudson.model.AsyncPeriodicWork$1 run INFO: Finished Download metadata. 596 ms Feb 14, 2019 1:59:46 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh INFO: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@a9a481: display name [Root WebApplicationContext]; startup date [Thu Feb 14 13:59:46 IST 2019]; root of context hierarchy Feb 14, 2019 1:59:46 PM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory INFO: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@a9a481]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1dc564d Feb 14, 2019 1:59:46 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1dc564d: defining beans [authenticationManager]; root of factory hierarchy Feb 14, 2019 1:59:46 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh INFO: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@11fc0e3: display name [Root WebApplicationContext]; startup date [Thu Feb 14 13:59:46 IST 2019]; root of context hierarchy Feb 14, 2019 1:59:46 PM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory INFO: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@11fc0e3]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1ee4812 Feb 14, 2019 1:59:46 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1ee4812: defining beans [filter,legacy]; root of factory hierarchy Feb 14, 2019 1:59:46 PM jenkins.install.SetupWizard init INFO: ************************************************************* ************************************************************* ************************************************************* Jenkins initial setup is required. An admin user has been created and a password generated. Please use the following password to proceed to installation: ff8f8ae57fdc4d20840c52b8ef28f489 This may also be found at: C:\Program Files (x86)\Jenkins\secrets\initialAdminPassword ************************************************************* ************************************************************* ************************************************************* Feb 14, 2019 1:59:47 PM hudson.model.UpdateCenter updateDefaultSite WARNING: Upgrading Jenkins. Failed to update the default Update Site 'default'. Plugin upgrades may fail. 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 sun.security.ssl.Alerts.getSSLException(Unknown Source) at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) at sun.security.ssl.Handshaker.fatalSE(Unknown Source) at sun.security.ssl.Handshaker.fatalSE(Unknown Source) at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source) at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) at sun.security.ssl.Handshaker.processLoop(Unknown Source) at sun.security.ssl.Handshaker.process_record(Unknown Source) at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at hudson.model.DownloadService.loadJSON(DownloadService.java:167) at hudson.model.UpdateSite.updateDirectlyNow(UpdateSite.java:186) at hudson.model.UpdateCenter.updateDefaultSite(UpdateCenter.java:2302) at jenkins.install.SetupWizard.init(SetupWizard.java:174) at jenkins.install.InstallState$InitialSecuritySetup.initializeState(InstallState.java:166) at jenkins.model.Jenkins.setInstallState(Jenkins.java:1054) at jenkins.install.InstallUtil.proceedToNextStateFrom(InstallUtil.java:97) at jenkins.install.InstallState$Unknown.initializeState(InstallState.java:84) at jenkins.model.Jenkins$16.run(Jenkins.java:3221) at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296) at jenkins.model.Jenkins$5.runTask(Jenkins.java:1083) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.validator.PKIXValidator.doBuild(Unknown Source) at sun.security.validator.PKIXValidator.engineValidate(Unknown Source) at sun.security.validator.Validator.validate(Unknown Source) at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source) at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source) at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source) ... 30 more Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source) at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) at java.security.cert.CertPathBuilder.build(Unknown Source) ... 36 more Feb 14, 2019 1:59:47 PM jenkins.InitReactorRunner$1 onAttained INFO: Completed initialization Feb 14, 2019 1:59:47 PM hudson.WebAppMain$3 run INFO: Jenkins is fully up and running Feb 14, 2019 2:03:04 PM hudson.model.Run execute INFO: Shared_Control #1 main build action completed: FAILURE Feb 14, 2019 2:03:54 PM hudson.model.Run execute INFO: Shared_Control #2 main build action completed: FAILURE Feb 14, 2019 2:06:19 PM hudson.model.Run execute INFO: Shared_Control #3 main build action completed: FAILURE Feb 14, 2019 2:07:44 PM hudson.model.Run execute INFO: Shared_Control #4 main build action completed: FAILURE Feb 14, 2019 2:09:18 PM hudson.model.Run execute INFO: Shared_Control #5 main build action completed: FAILURE Feb 14, 2019 2:10:09 PM hudson.model.Run execute INFO: Shared_Control #6 main build action completed: FAILURE Feb 14, 2019 2:14:37 PM hudson.model.Run execute INFO: Shared_Control #7 main build action completed: FAILURE Feb 14, 2019 2:17:16 PM hudson.model.Run execute INFO: Shared_Control #8 main build action completed: FAILURE