Greetings to all,

Merry Christmas and Happy New Year in advance!!

Jenkins Version: 1.649

I have setup Jenkins across different geo-graphical locations. I have setup 
master Jenkins and configured slave instances.

I have created Jenkins job as part of CI which will communicate to TFS 2010 
(TFS is residing on remote machine where salve has been configured)  and 
eventually will get latest, build, compile and perform unit test case 
executions.

The created job have been configured to run at specific time daily.

However when the job is triggered i am getting following error output from 
salve. As part of work around i have tomanually disconnect and connect the 
salve instances back to master Jenkins instance every time.

Please help.

Started by timer
Building remotely on Jenkins177 (BuildSln) in workspace D:\JN\workspace\CI
FATAL: java.io.IOException: Remote call on Jenkins177 
failedjava.lang.RuntimeException 
<http://stacktrace.jenkins-ci.org/search?query=java.lang.RuntimeException>: 
java.io.IOException: Remote call on Jenkins177 failed
        at hudson.plugins.tfs.model.Server.execute(Server.java:226) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.tfs.model.Server.execute&entity=method>
        at 
hudson.plugins.tfs.model.Project.extractChangesetNumber(Project.java:272) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.tfs.model.Project.extractChangesetNumber&entity=method>
        at 
hudson.plugins.tfs.model.Project.getRemoteChangesetVersion(Project.java:268) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.tfs.model.Project.getRemoteChangesetVersion&entity=method>
        at 
hudson.plugins.tfs.model.Project.getRemoteChangesetVersion(Project.java:284) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.tfs.model.Project.getRemoteChangesetVersion&entity=method>
        at 
hudson.plugins.tfs.TeamFoundationServerScm.recordWorkspaceChangesetVersion(TeamFoundationServerScm.java:359)
 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.tfs.TeamFoundationServerScm.recordWorkspaceChangesetVersion&entity=method>
        at 
hudson.plugins.tfs.TeamFoundationServerScm.checkout(TeamFoundationServerScm.java:308)
 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.tfs.TeamFoundationServerScm.checkout&entity=method>
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1269) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractProject.checkout&entity=method>
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout&entity=method>
        at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 
<http://stacktrace.jenkins-ci.org/search/?query=jenkins.scm.SCMCheckoutStrategy.checkout&entity=method>
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method>
        at hudson.model.Run.execute(Run.java:1738) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method>
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method>
        at hudson.model.ResourceController.execute(ResourceController.java:98) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method>
        at hudson.model.Executor.run(Executor.java:410) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method>
Caused by: java.io.IOException 
<http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: Remote 
call on Jenkins177 failed
        at hudson.remoting.Channel.call(Channel.java:789) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.call&entity=method>
        at hudson.plugins.tfs.model.Server.execute(Server.java:222) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.tfs.model.Server.execute&entity=method>
        ... 13 more
Caused by: java.lang.UnsatisfiedLinkError: 
com.microsoft.tfs.jni.internal.platformmisc.NativePlatformMisc.nativeGetEnvironmentVariable(Ljava/lang/String;)Ljava/lang/String;
        at 
com.microsoft.tfs.jni.internal.platformmisc.NativePlatformMisc.nativeGetEnvironmentVariable(Native
 Method)
        at 
com.microsoft.tfs.jni.internal.platformmisc.NativePlatformMisc.getEnvironmentVariable(NativePlatformMisc.java:121)
        at 
com.microsoft.tfs.jni.PlatformMiscUtils.getEnvironmentVariable(PlatformMiscUtils.java:47)
        at 
com.microsoft.tfs.core.persistence.VersionedVendorFilesystemPersistenceStore.makeDirectoryForVendorApplicationVersion(VersionedVendorFilesystemPersistenceStore.java:96)
        at 
com.microsoft.tfs.core.persistence.VersionedVendorFilesystemPersistenceStore.<init>(VersionedVendorFilesystemPersistenceStore.java:60)
        at 
com.microsoft.tfs.core.config.persistence.DefaultPersistenceStoreProvider.<clinit>(DefaultPersistenceStoreProvider.java:42)
        at hudson.plugins.tfs.model.Server.<init>(Server.java:114)
        at 
hudson.plugins.tfs.commands.AbstractCallableCommand.createServer(AbstractCallableCommand.java:43)
        at 
hudson.plugins.tfs.commands.RemoteChangesetVersionCommand.call(RemoteChangesetVersionCommand.java:55)
        at 
hudson.plugins.tfs.commands.RemoteChangesetVersionCommand.call(RemoteChangesetVersionCommand.java:33)
        at hudson.remoting.UserRequest.perform(UserRequest.java:120)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:326)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at hudson.remoting.Engine$1$1.run(Engine.java:62)
        at java.lang.Thread.run(Unknown Source)
        at ......remote call to Jenkins177(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
        at hudson.remoting.Channel.call(Channel.java:781)
        ... 14 more
Email was triggered for: Always
Sending email for trigger: Always
Request made to compress build log
Sending email to: [email protected]
Finished: FAILURE


-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d7db052e-dc06-4f55-8b5e-a5bbd827bd9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to