CCNET server not running

Suvrajyoti Panda <[email protected]> Mon, 23 Dec 2013 14:41:51 +0530
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============4994158620682466913==
Content-Type: multipart/alternative;
	boundary="------------040600050905020407020301"

This is a multi-part message in MIME format.
--------------040600050905020407020301
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi All,

I am new to CCNET. I am trying to configure my CCNET server(version i am 
using is 1.8.4.0), but whenever i am launching the CCNET server, it is 
showing "Initializing security" then nothing happens no matter how much 
i wait. Please let me know how to get around this problem.? My 
ccnet.config is as below:

<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
   <cb:define CustomCCNetDir = "D:\Project\ESI\Code\CruiseControl"/>
   <cb:include 
href="$(CustomCCNetDir)\*CustomCCNetConfigNewVersion.xml*" 
xmlns:cb="urn:ccnet.config.builder"/>
</cruisecontrol>

and the "CustomCCNetConfigNewVersion" used above is:

    <cb:config-template xmlns:cb="urn:ccnet.config.builder">
     <cb:define PloWorkingCopyRoot  = "D:\Project\ESI\Code\" />
     <cb:define PloCCNetScriptDir = "$(PloWorkingCopyRoot)\CruiseControl"/>
     <cb:include href="$(PloCCNetScriptDir)\GlobalDefinesNewVersion.xml" 
xmlns:cb="urn:ccnet.config.builder"/>
     <cb:include href="$(PloCCNetScriptDir)\PloDefinesNewVersion.xml" 
xmlns:cb="urn:ccnet.config.builder"/>
     <!-- Project 'include' element definition -->
     <cb:define name="PloProjectInclude">
         <cb:include href="$(PloCCNetScriptDir)$(ccIncludePath)" 
xmlns:cb="urn:ccnet.config.builder"/>
     </cb:define>

<!-- PLO_Incremental -->
<cb:PloProjectInclude ccIncludePath="\*PloIncrementalBuildNewVersion*.xml"/>
</cb:config-template>

The *"PloIncrementalBuildNewVersion*.xml" used above contains :
  <tasks>
         <!--<exec 
executable="D:\Project\ESI\Code\trunk\releaseFiles\IncrementalBuildNewVersion.bat">-->
         <exec>
<executable>IncrementalBuildNewVersion.bat</executable>
<baseDirectory>$(PloScriptDir)</baseDirectory>
<buildTimeoutSeconds>$(StatementTimeout)</buildTimeoutSeconds>
             <successExitCodes>0</successExitCodes>
        </exec>
     </tasks>
     <publishers>
         <xmllogger logDir="$(PloLogDir)"/>




Regards,
SuvraJyoti



--------------040600050905020407020301
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi All,<br>
    <br>
    I am new to CCNET. I am trying to configure my CCNET server(version
    i am using is 1.8.4.0), but whenever i am launching the CCNET
    server, it is showing "Initializing security" then nothing happens
    no matter how much i wait. Please let me know how to get around this
    problem.? My ccnet.config is as below:<br>
    <br>
    <small>&lt;cruisecontrol xmlns:cb="urn:ccnet.config.builder"&gt;<br>
      &nbsp; &lt;cb:define CustomCCNetDir =
      "D:\Project\ESI\Code\CruiseControl"/&gt;<br>
      &nbsp; &lt;cb:include href="$(CustomCCNetDir)\<b>CustomCCNetConfigNewVersion.xml</b>"
      xmlns:cb="urn:ccnet.config.builder"/&gt;<br>
      &lt;/cruisecontrol&gt;<br>
      <br>
    </small>and the <small>"CustomCCNetConfigNewVersion"</small> used
    above is:<br>
    <br>
    &nbsp;<small>&nbsp;&nbsp; &lt;cb:config-template
      xmlns:cb="urn:ccnet.config.builder"&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;cb:define PloWorkingCopyRoot&nbsp; = "D:\Project\ESI\Code\"
      /&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;cb:define PloCCNetScriptDir =
      "$(PloWorkingCopyRoot)\CruiseControl"/&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;cb:include
      href="$(PloCCNetScriptDir)\GlobalDefinesNewVersion.xml"
      xmlns:cb="urn:ccnet.config.builder"/&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;cb:include
      href="$(PloCCNetScriptDir)\PloDefinesNewVersion.xml"
      xmlns:cb="urn:ccnet.config.builder"/&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;!-- Project 'include' element definition --&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;cb:define name="PloProjectInclude"&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;cb:include href="$(PloCCNetScriptDir)$(ccIncludePath)"
      xmlns:cb="urn:ccnet.config.builder"/&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;/cb:define&gt;</small><br>
    &nbsp;&nbsp; <br>
    <small>&lt;!-- PLO_Incremental --&gt;<br>
      &lt;cb:PloProjectInclude ccIncludePath="\<b>PloIncrementalBuildNewVersion</b>.xml"/&gt;</small><br>
    <small>&lt;/cb:config-template&gt;</small><br>
    <br>
    The <small><b>"PloIncrementalBuildNewVersion</b>.xml"</small> used
    above contains :<br>
    <small>&nbsp;&lt;tasks&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!--&lt;exec
executable="D:\Project\ESI\Code\trunk\releaseFiles\IncrementalBuildNewVersion.bat"&gt;--&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;exec&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      &lt;executable&gt;IncrementalBuildNewVersion.bat&lt;/executable&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      &lt;baseDirectory&gt;$(PloScriptDir)&lt;/baseDirectory&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;buildTimeoutSeconds&gt;$(StatementTimeout)&lt;/buildTimeoutSeconds&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;successExitCodes&gt;0&lt;/successExitCodes&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/exec&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;/tasks&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;publishers&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xmllogger logDir="$(PloLogDir)"/&gt;<br>
      &nbsp; <br>
    </small><br>
    <br>
    <br>
    Regards,<br>
    SuvraJyoti<br>
    <br>
    <br>
  </body>
</html>

--------------040600050905020407020301--


--===============4994158620682466913==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
--===============4994158620682466913==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user

--===============4994158620682466913==--