VanHuis, James | 4 Apr 23:51

RE: Weekday vs weekend schedules

Just a follow up to this, I had a very similar problem and was able to schedule a job via Windows "Scheduled Tasks".

To set this up, simply define a new scheduled task, and select Internet Explorer as the executable.  After
defining your schedule, go to the Properties of the task.  In the Run box, change from
"C:\...\IEXPLORE.EXE" to "C:\...\IEXPLORE.EXE -nohome http://myServer:8080/anthill/BuildProjectStepTwoServlet?ProjectName=CVS_Anthill-Example&ForceBuild=true"

Under the settings tab, under the group "Scheduled Task Completed", set the stop process time to 1 minute. 
This should launch a browser at the defined time which forces the build, and then kills the browser after 1
minute.  Works like a charm here.

-----Original Message-----
From: anthill-bounces@...
[mailto:anthill-bounces@...]On Behalf Of Eric Minick
Sent: Wednesday, January 26, 2005 12:25 PM
To: Anthill user list
Subject: Re: [Anthill] Weekday vs weekend schedules

Hi Daniel,

There isn't a built in feature for this type of scheduling in Anthill 
OS. One possible workaround would be to create your schedule that does 
the small batch of test cases every day - the build probably won't run 
over the weekend though, since there may not be changes to the code.

You would then create a seperate "project" that uses mostly the same 
settings, but has no schedule. You would then use something outside of 
the software to trigger a manual build on Friday nights. This could be 
just having someone kick off the build on his way out the door on Friday 
but manual processes tend to fail - that's why we have Anthill. Better 
would be to set up an outside scheduling process that kicks off a web 
(Continue reading)

Ryan McHale | 13 Apr 06:32
Picon

Newbie Insallation problem

Hello,
 
  I am trying to install anthill and am having problems.. In the web applicaiton, after being asked to enter my anthill path it says:

System Error

Not a directory
 
Back


I have installed anthill under tomcat v5.0 

Ryan
_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Eric Minick | 13 Apr 06:40

Re: Newbie Insallation problem

Ryan,

I'd try entering your path one more time. You may have accidently 
entered it wrong. To clear out the existing path information, go to the 
home directory of the user that Anthill is running as and delete a file 
named something like .anthil.anthill.properties.

Let me know if that doesn't work,

Eric

Ryan McHale wrote:

> Hello,
>  
>   I am trying to install anthill and am having problems.. In the web 
> applicaiton, after being asked to enter my anthill path it says:
>
>
>   System Error
>
> Not a directory
>  
> Back <http://localhost:8080/anthill/ConfigureAnthillServlet>
>
>
>
> I have installed anthill under tomcat v5.0 
>
> Ryan
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Anthill mailing list
>Anthill@...
>http://lists.urbancode.com/mailman/listinfo/anthill
>  
>
Ryan McHale | 13 Apr 06:38
Picon

Re: Newbie Insallation problem

The stack trace is as follows...

Anthill: saving configuration in file: /dev/null/.anthill.anthill.properties
java.io.IOException: Not a directory
        at java.io.UnixFileSystem.createFileExclusively(Native Method)
        at java.io.File.createNewFile(File.java:828)
        at com.urbancode.anthill.web.admin.ConfigureAnthillServlet.processRequest(ConfigureAnthillServlet.java:70)
        at com.urbancode.anthill.web.admin.ConfigureAnthillServlet.doPost(ConfigureAnthillServlet.java:105)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)


On 4/12/05, Ryan McHale <ryan.mchale-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hello,
 
  I am trying to install anthill and am having problems.. In the web applicaiton, after being asked to enter my anthill path it says:

System Error

Not a directory
 
Back


I have installed anthill under tomcat v5.0 

Ryan

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Ryan McHale | 13 Apr 06:42
Picon

Re: Newbie Insallation problem

Hi,

 That's the problem!  Tomcat is running as the tomcat user which has no log in.  (/dev/null)

Ryan

On 4/12/05, Eric Minick <eric <at> urbancode.com> wrote:
Ryan,

I'd try entering your path one more time. You may have accidently
entered it wrong. To clear out the existing path information, go to the
home directory of the user that Anthill is running as and delete a file
named something like .anthil.anthill.properties.

Let me know if that doesn't work,

Eric

Ryan McHale wrote:

> Hello,
>
>   I am trying to install anthill and am having problems.. In the web
> applicaiton, after being asked to enter my anthill path it says:
>
>
>   System Error
>
> Not a directory
>
> Back < http://localhost:8080/anthill/ConfigureAnthillServlet>
>
>
>
> I have installed anthill under tomcat v5.0
>
> Ryan
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Anthill mailing list
>Anthill-IWHQxnLZ/P3rXihlmxnZCEEOCMrvLtNR@public.gmane.org
> http://lists.urbancode.com/mailman/listinfo/anthill
>
>

_______________________________________________
Anthill mailing list
Anthill-IWHQxnLZ/P3rXihlmxnZCA@public.gmane.orgcom
http://lists.urbancode.com/mailman/listinfo/anthill

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Eric Minick | 13 Apr 06:45

Re: Re: Newbie Insallation problem

Ryan,

Ah, nevermind then. I think you're going to need to give that user a 
home directory. Anthill needs a place to store the location of the 
configuration files and it uses the home directory of a user as that 
known location.

Regards,

Eric

Ryan McHale wrote:

> The stack trace is as follows...
>
> Anthill: saving configuration in file: 
> /dev/null/.anthill.anthill.properties
> java.io.IOException: Not a directory
>         at java.io.UnixFileSystem.createFileExclusively(Native Method)
>         at java.io.File.createNewFile(File.java:828)
>         at 
> com.urbancode.anthill.web.admin.ConfigureAnthillServlet.processRequest(ConfigureAnthillServlet.java:70)
>         at 
> com.urbancode.anthill.web.admin.ConfigureAnthillServlet.doPost(ConfigureAnthillServlet.java:105)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
>         at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
>
>
> On 4/12/05, *Ryan McHale* <ryan.mchale@... 
> <mailto:ryan.mchale@...>> wrote:
>
>     Hello,
>      
>       I am trying to install anthill and am having problems.. In the
>     web applicaiton, after being asked to enter my anthill path it says:
>
>
>       System Error
>
>     Not a directory
>      
>     Back <http://localhost:8080/anthill/ConfigureAnthillServlet>
>
>
>
>     I have installed anthill under tomcat v5.0 
>
>     Ryan
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Anthill mailing list
>Anthill@...
>http://lists.urbancode.com/mailman/listinfo/anthill
>  
>
George Dibi | 13 Apr 16:51

2003 env

All

 

After installing the 2.3.5 version on win2003 server, AnthillPro cannot see the system or user environment.

Have you run to this issue before?

 

 

This is what I get.

 

BuildId: 6751 of CM-SpindleTop.Main.CM_Build running on AnthillPro (2.3.5.18752) licensed to Intervoice Inc.

Writer: Directory Publisher

 

DEBUG - using profile directory: Win32\clearcase

DEBUG -   found 1 commands

INFO - Execute:Java13CommandLauncher: Executing 'cmd' with arguments:

'/x/c'

'call'

'c:\AnthillPro\lib\VCSDriver\pagelets\Win32\clearcase\getConfigSpec10840.bat'

 

The ' characters around the executable and arguments are

not part of the command.

 

WorkingDir: none

 

DEBUG -

Environment Variables: none

INFO - Exit code: 0

INFO - skipped deleting batch for debug

DEBUG - found VOB name: ccadminVOB\Config-Specs

DEBUG - found VOB name: xaDevVOB

DEBUG - found VOB name: toolsVOB

DEBUG - found VOB name: buildVOB

DEBUG - Syncing working project.

DEBUG -   found 1 commands

INFO - Execute:Java13CommandLauncher: Executing 'cmd' with arguments:

'/x/c'

'call'

'c:\AnthillPro\lib\VCSDriver\pagelets\Win32\clearcase\syncWorkingProject10841.bat'

 

The ' characters around the executable and arguments are

not part of the command.

 

WorkingDir: none

 

DEBUG -

Environment Variables: none

ERROR - cleartool: Error: Operation "view_frz_ok_to_set_spec" failed: Permission denied.

 

ERROR - cleartool: Error: Additional information may be available in the view log on host "CM-LAB-178".

 

ERROR - cleartool: Error: Unable to change configuration specification: Permission denied.

 

INFO - Exit code: 1

INFO - skipped deleting batch for debug

 


This e-mail transmission may contain information that is proprietary, privileged and/or confidential and is intended exclusively for the person(s) to whom it is addressed. Any use, copying, retention or disclosure by any person other than the intended recipient or the intended recipient's designees is strictly prohibited. If you are the intended recipient, you must treat the information in confidence and in accordance with all laws related to the privacy and confidentiality of such information. If you are not the intended recipient or their designee, please notify the sender immediately by return e-mail and delete all copies of this email, including all attachments.
_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Eric Minick | 14 Apr 05:41

Re: 2003 env

George,

I haven't seen this myself and I checked with a couple of our other 2K3 
users and they haven't hit this either. They aren't running 2.3.5 though.

 May I ask what servlet container you are using? I could imagine this 
could be related to how this is set up as a service and what user it is 
running as.

Alternatively, we did recently correct an issue that was causing 2K3 to 
be treated as part of the Win9x family. If you had an older version of 
Anthill installed and it didn't get fully updated, I could imagine that 
as possibly having a chance of having a negative impact as well.

Also, I think you were looking for the Anthill Pro mailing list and 
found the Anthill (OS) mailing list instead. The pro list is 
Anthill-pro@...

Regards,

Eric

George Dibi wrote:

> All
>
>  
>
> After installing the 2.3.5 version on win2003 server, AnthillPro 
> cannot see the system or user environment.
>
> Have you run to this issue before?
>
>  
>
>  
>
> This is what I get.
>
>  
>
>BuildId: 6751 of CM-SpindleTop.Main.CM_Build running on AnthillPro (2.3.5.18752) licensed to
Intervoice Inc.
>
>Writer: Directory Publisher
>
> 
>
>DEBUG - using profile directory: Win32\clearcase
>
>DEBUG -   found 1 commands
>
>INFO - Execute:Java13CommandLauncher: Executing 'cmd' with arguments:
>
>'/x/c'
>
>'call'
>
>'c:\AnthillPro\lib\VCSDriver\pagelets\Win32\clearcase\getConfigSpec10840.bat'
>
> 
>
>The ' characters around the executable and arguments are
>
>not part of the command.
>
> 
>
>WorkingDir: none
>
> 
>
>DEBUG - 
>
>Environment Variables: none
>
>INFO - Exit code: 0
>
>INFO - skipped deleting batch for debug
>
>DEBUG - found VOB name: ccadminVOB\Config-Specs
>
>DEBUG - found VOB name: xaDevVOB
>
>DEBUG - found VOB name: toolsVOB
>
>DEBUG - found VOB name: buildVOB
>
>DEBUG - Syncing working project.
>
>DEBUG -   found 1 commands
>
>INFO - Execute:Java13CommandLauncher: Executing 'cmd' with arguments:
>
>'/x/c'
>
>'call'
>
>'c:\AnthillPro\lib\VCSDriver\pagelets\Win32\clearcase\syncWorkingProject10841.bat'
>
> 
>
>The ' characters around the executable and arguments are
>
>not part of the command.
>
> 
>
>WorkingDir: none
>
> 
>
>DEBUG - 
>
>Environment Variables: none
>
>ERROR - cleartool: Error: Operation "view_frz_ok_to_set_spec" failed: Permission denied.
>
> 
>
>ERROR - cleartool: Error: Additional information may be available in the view log on host "CM-LAB-178".
>
> 
>
>ERROR - cleartool: Error: Unable to change configuration specification: Permission denied.
>
> 
>
>INFO - Exit code: 1
>
>INFO - skipped deleting batch for debug
>
>  
>
>
> This e-mail transmission may contain information that is proprietary, 
> privileged and/or confidential and is intended exclusively for the 
> person(s) to whom it is addressed. Any use, copying, retention or 
> disclosure by any person other than the intended recipient or the 
> intended recipient's designees is strictly prohibited. If you are the 
> intended recipient, you must treat the information in confidence and 
> in accordance with all laws related to the privacy and confidentiality 
> of such information. If you are not the intended recipient or their 
> designee, please notify the sender immediately by return e-mail and 
> delete all copies of this email, including all attachments.
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Anthill mailing list
>Anthill@...
>http://lists.urbancode.com/mailman/listinfo/anthill
>  
>
Jeevan_Sunkersett | 14 Apr 10:30

Killing the build process...

Hi,

 

I have configured our projects and do an integration build using AntHill OS.

The build process, uses a "stopped schedule" and is initiated whenever desired.

 

Our build process (cvs-checkout, compile-all and test-all) takes about 82 minutes.

 

Developers wish for a way to terminate a build midway, if they notice an error in the log file being generated

(instead of waiting the full 82 minutes).

 

However the Pause/ Flush queue DOES NOT STOP the build.

 

The practice followed now,

      Is to login as root,

      Do a ps –axf | grep ant

      And then a kill -9 on the pid found above

 

Any other cleaner solution?

Anthill is deployed on a Linux OS.

 

G1

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated..

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Robert E Dobbins | 14 Apr 18:15
Picon
Favicon

Re: Killing the build process...

"Pause / Flush" Queue were not intended to stop the active build.

A little work but you could run an ant parallel task that scans the log and upon finding an error could terminate. Then the normal build fail would flush the process. Make sure you use a semaphore or other device so that the scanner would know when other thread was done and would exit normally.


Thanks,

Robert E. Dobbins
IBM Global Services
Systems Management Integration Professional
Web Hosting



"Jeevan_Sunkersett" <Jeevan_Sunkersett <at> satyam.com>


          "Jeevan_Sunkersett" <Jeevan_Sunkersett <at> satyam.com>
          Sent by: anthill-bounces <at> lists.urbancode.com

          04/14/2005 04:30 AM

          Please respond to
          Anthill user list

To

<anthill <at> lists.urbancode.com>

cc


Subject

[Anthill] Killing the build process...

Hi,

I have configured our projects and do an integration build using AntHill OS.
The build process, uses a "stopped schedule" and is initiated whenever desired.

Our build process (cvs-checkout, compile-all and test-all) takes about 82 minutes.

Developers wish for a way to terminate a build midway, if they notice an error in the log file being generated
(instead of waiting the full 82 minutes).

However the Pause/ Flush queue DOES NOT STOP the build.

The practice followed now,
Is to login as root,
Do a ps –axf | grep ant
And then a kill -9 on the pid found above

Any other cleaner solution?
Anthill is deployed on a Linux OS.

G1

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.._______________________________________________
Anthill mailing list
Anthill <at> lists.urbancode.com
http://lists.urbancode.com/mailman/listinfo/anthill

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill

Gmane