Note that there are some explanatory texts on larger screens.

plurals
  1. POCruiseControl.NET stalls with Psexec
    primarykey
    data
    text
    <p>I have a strange problem using CC.NET with psexec. </p> <p>I'm essentially duplicating a build server, except for a couple of name changes on each. Both are VMs. The first server works great, but the almost identical project on the second does not complete the CC.NET build. This happens after getting to the part of the CC.NET server configuration that triggers a batch file with a psexec command.</p> <p>The psexec command is simple and serves to trigger an exe file, which is a Ranorex automated test case. The test case needs to run in the current user's session (session 1) so that the UI components are visable (this is a Ranorex constraint). </p> <p>This is the command: </p> <pre><code>psexec \\&lt;server name&gt; -i 1 cmd /c C:\Users\build\&lt;path to exe&gt; </code></pre> <p>The OS is Windows 7, Ranorex is 3.1, and CC.NET and Psexec are the latest version as of this date. </p> <p>The output from the CC.NET build log is as follows (this is just the last part): </p> <pre><code>&lt;buildresults&gt; &lt;message level="Error"&gt;PsExec v1.98 - Execute processes remotely&lt;/message&gt; &lt;message level="Error"&gt;Copyright (C) 2001-2010 Mark Russinovich&lt;/message&gt; &lt;message level="Error"&gt;Sysinternals - www.sysinternals.com&lt;/message&gt; &lt;/buildresults&gt; </code></pre> <p>This seems to be output from psexec. The only way I can get this log is if I force CC.NET to abort the build at the point is hangs. Anyone have any ideas as to why the build hangs at psexec part?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload