Daniel Holmes | 2 Mar 17:07

Failure sending email with Anthill 1.8

Why am I getting this (from the Tomcat log).  What resource is it trying to get?  I assume it would be something in the deployment which should be available.

 

I was able to get emails with 1.7

 

18:26:34:149 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Step 6) Tag project (if set to success):

Mar 1, 2005 6:26:34 PM org.apache.catalina.loader.WebappClassLoader findResourceInternal

INFO: Illegal access: this web application instance has been stopped already.  Could not load email.profile.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.

18:26:34:149 [Thread - AnthillBuildDaemon] ERROR com.urbancode.anthill.BuildManager  - couldn't send result email

java.lang.NullPointerException

      at java.io.Reader.<init>(Reader.java:61)

      at java.io.InputStreamReader.<init>(InputStreamReader.java:55)

      at com.urbancode.lib.registry.Registry.loadHelper(Registry.java:94)

      at com.urbancode.lib.registry.Registry.<init>(Registry.java:84)

      at com.urbancode.lib.registry.Registry.load(Registry.java:58)

      at com.urbancode.pagelet.PageletProfile.getProfile(PageletProfile.java:113)

      at com.urbancode.pagelet.module.email.EmailModule.<init>(EmailModule.java:115)

      at com.urbancode.pagelet.module.email.EmailModule.getEmailModule(EmailModule.java:90)

      at com.urbancode.anthill.PageletResultEmail.makeEmailModule(PageletResultEmail.java:45)

      at com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:36)

      at com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:24)

      at com.urbancode.anthill.BuildManager.build(BuildManager.java:258)

      at com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)

      at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)

      at com.urbancode.anthill.DependencyGroup$Member.build(DependencyGroup.java:572)

      at com.urbancode.anthill.DependencyGroup.run(DependencyGroup.java:384)

      at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Eric Minick | 2 Mar 18:19

Re: Failure sending email with Anthill 1.8

Daniel,

I'm not sure why this is cropping up. I had success with emailing from 
1.8. I believe that the system is trying to access the Anthill/conf 
directory in order to get to the resultEmail.pgl file. I would start by 
double checking that the upgrade installation didn't change any 
permission settings on the folder and file.

Regards,

ERic

Daniel Holmes wrote:

> Why am I getting this (from the Tomcat log).  What resource is it 
> trying to get?  I assume it would be something in the deployment which 
> should be available.
>
>  
>
> I was able to get emails with 1.7
>
>  
>
> 18:26:34:149 [Thread - AnthillBuildDaemon] INFO  
> com.urbancode.anthill.BuildManager  - Step 6) Tag project (if set to 
> success):
>
> Mar 1, 2005 6:26:34 PM org.apache.catalina.loader.WebappClassLoader 
> findResourceInternal
>
> INFO: Illegal access: this web application instance has been stopped 
> already.  Could not load email.profile.  The eventual following stack 
> trace is caused by an error thrown for debugging purposes as well as 
> to attempt to terminate the thread which caused the illegal access, 
> and has no functional impact.
>
> 18:26:34:149 [Thread - AnthillBuildDaemon] ERROR 
> com.urbancode.anthill.BuildManager  - couldn't send result email
>
> java.lang.NullPointerException
>
>       at java.io.Reader.<init>(Reader.java:61)
>
>       at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
>
>       at com.urbancode.lib.registry.Registry.loadHelper(Registry.java:94)
>
>       at com.urbancode.lib.registry.Registry.<init>(Registry.java:84)
>
>       at com.urbancode.lib.registry.Registry.load(Registry.java:58)
>
>       at 
> com.urbancode.pagelet.PageletProfile.getProfile(PageletProfile.java:113)
>
>       at 
> com.urbancode.pagelet.module.email.EmailModule.<init>(EmailModule.java:115)
>
>       at 
> com.urbancode.pagelet.module.email.EmailModule.getEmailModule(EmailModule.java:90)
>
>       at 
> com.urbancode.anthill.PageletResultEmail.makeEmailModule(PageletResultEmail.java:45)
>
>       at 
> com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:36)
>
>       at 
> com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:24)
>
>       at com.urbancode.anthill.BuildManager.build(BuildManager.java:258)
>
>       at 
> com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
>
>       at 
> com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
>
>       at 
> com.urbancode.anthill.DependencyGroup$Member.build(DependencyGroup.java:572)
>
>       at 
> com.urbancode.anthill.DependencyGroup.run(DependencyGroup.java:384)
>
>       at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Anthill mailing list
>Anthill@...
>http://lists.urbancode.com/mailman/listinfo/anthill
>  
>
Jeevan_Sunkersett | 3 Mar 13:46

AntHill out-of-memory issues when executing the ant scripts....

Hi,

I have configured Anthill to use FileSystemRepositoryAdapter.

Cause in CVS we have 4 projects which have a circular-dependency in between themselves.

So cannot rely on AntHill Dependency project mechanism.

(I need a CVS checkout of all and then a compile in a particular order and not 4

pairs of "cvs-checkout + compile")

Anyways we have an ant script that does a CVS checkout too.

But my problem is AntHill executes ANT as a java class "org.apache.tools.ant.Main" with lot many other parameters.

But that leads to an Out-Of-Memory on my Linux box (even with an ANT_OPTS like -Xmx900M, <NineHundred Mega>)

However running the same target at the shell prompt with all output sent to a logfile works okay.

My ant script is like

        <master-build>

                <nuke-src-all>, cleans all source code from the file system, calling nuke-src of other projects in sequence

                <cvs-get-all>, does a CVS checkout/ update

                <compile-all>, executes compile, of all projects in the desired sequence.

                <test-all>, executes junit test, of all projects in the desired sequence.

        </master-build>

The Out-Of-Memory mostly happens in the junit task(s)

The entire process takes over 1 hour.

That's is why I was wondering if AntHill could execute ant (the shell/ batch file variant) instead of a java class.

I guess this can be achieved thru a Pagelet.

Any other possibilities?

Thx

G1

--------------------------------------------------

      Date: Thu, 10 Feb 2005 18:26:19 +0530

      From: Jeevan_Sunkersett <Jeevan_Sunkersett-g8/oGRKdPJPQT0dZR+AlfA@public.gmane.org>

      Subject: [Anthill] Can we have a pagelet to do the build instead of

              the     BuildManager

      To: anthill-IWHQxnLZ/P3rXihlmxnZCEEOCMrvLtNR@public.gmane.org

      Message-ID: <17F564C2CCAFD611AF330008C759938E056465A3 <at> PTHEXCHANGE>

      Content-Type: text/plain; charset="us-ascii"

      Hi,

      Thru the log4j trace figured out the BuildManager invokes

      org.apache.tools.ant.Main to execute the ant target of supplied build

      script.

      Why?

      I guess the same cam be achieved thru a custom Pagelet too.

      Any comments?

      G1

**************************************************************************
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
Eric Minick | 3 Mar 14:09

Re: AntHill out-of-memory issues when executing the ant scripts....

Jeevan,

Starting in Anthill 1.8.0, it should be executed through the batch file.

Cheers,

Eric

Jeevan_Sunkersett wrote:

> Hi,
>
> I have configured Anthill to use FileSystemRepositoryAdapter.
>
> Cause in CVS we have 4 projects which have a circular-dependency in 
> between themselves.
>
> So cannot rely on AntHill Dependency project mechanism.
>
> (I need a CVS checkout of all and then a compile in a particular order 
> and not 4
>
> pairs of "cvs-checkout + compile")
>
> Anyways we have an ant script that does a CVS checkout too.
>
> But my problem is AntHill executes ANT as a java class 
> "org.apache.tools.ant.Main" with lot many other parameters.
>
> But that leads to an Out-Of-Memory on my Linux box (even with an 
> ANT_OPTS like -Xmx900M, <NineHundred Mega>)
>
> However running the same target at the shell prompt with all output 
> sent to a logfile works okay.
>
> My ant script is like
>
>         <master-build>
>
>                 <nuke-src-all>, cleans all source code from the file 
> system, calling nuke-src of other projects in sequence
>
>                 <cvs-get-all>, does a CVS checkout/ update
>
>                 <compile-all>, executes compile, of all projects in 
> the desired sequence.
>
>                 <test-all>, executes junit test, of all projects in 
> the desired sequence.
>
>         </master-build>
>
> The Out-Of-Memory mostly happens in the junit task(s)
>
> The entire process takes over 1 hour.
>
> That's is why I was wondering if AntHill could execute ant (the shell/ 
> batch file variant) instead of a java class.
>
> I guess this can be achieved thru a Pagelet.
>
> Any other possibilities?
>
> Thx
>
> G1
>
> --------------------------------------------------
>
>             Date: Thu, 10 Feb 2005 18:26:19 +0530
>
>             From: Jeevan_Sunkersett <Jeevan_Sunkersett@...>
>
>             Subject: [Anthill] Can we have a pagelet to do the build
>             instead of
>
>                     the     BuildManager
>
>             To: anthill@...
>
>             Message-ID:
>             <17F564C2CCAFD611AF330008C759938E056465A3 <at> PTHEXCHANGE>
>
>             Content-Type: text/plain; charset="us-ascii"
>
>             Hi,
>
>             Thru the log4j trace figured out the BuildManager invokes
>
>             org.apache.tools.ant.Main to execute the ant target of
>             supplied build
>
>             script.
>
>             Why?
>
>             I guess the same cam be achieved thru a custom Pagelet too.
>
>             Any comments?
>
>             G1
>
> ************************************************************************** 
>
> 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
>  
>
Mirza Abbas Raza | 4 Mar 01:08
Picon
Favicon

build fails but anthill reports success

Hi,

I tried looking thru the archives if this was already
discussed but there is no search utility. Without
search, it would a long task to rummage thru all the
topics. 

Anthill publishes success even if the build fails. For
ant java task, I am doing failonerror, which would
return a non-zero exit status to BuildManager.
However, for any other failure, success message is
sent. 

How do others tackle such a situation? Is there any
way ant can return a non-zero status for failure?
Maybe I tweak BuildManager class to check the build
status in ant log?

thanks.
Eric Minick | 4 Mar 03:08

Re: build fails but anthill reports success

Is Ant sending out a Build Failed message? If so, are you using a 
version of Ant not shipped with the product? In that case, if you are 
running Windows, you could be hitting a bug in the Ant batch file. You 
could grab one of the batch files from what that ant versions that are 
are shipped with Anthill.

Let me know,

Eric

Mirza Abbas Raza wrote:

>Hi,
>
>I tried looking thru the archives if this was already
>discussed but there is no search utility. Without
>search, it would a long task to rummage thru all the
>topics. 
>
>Anthill publishes success even if the build fails. For
>ant java task, I am doing failonerror, which would
>return a non-zero exit status to BuildManager.
>However, for any other failure, success message is
>sent. 
>
>How do others tackle such a situation? Is there any
>way ant can return a non-zero status for failure?
>Maybe I tweak BuildManager class to check the build
>status in ant log?
>
>thanks.
>_______________________________________________
>Anthill mailing list
>Anthill@...
>http://lists.urbancode.com/mailman/listinfo/anthill
>
>
>  
>
Mirza Abbas Raza | 4 Mar 19:39
Picon
Favicon

Re: build fails but anthill reports success

Eric,

Before I got your mail, I had been using ant 1.5.3
because we have had issues with weblogic 8.1sp2. Wls
8.1 sp2 would compile jsps, ejbs etc only with ant
1.5.3.

When the builds failed, ant did return a failed status
and the same could be seen in the mail sent in by
anthill.

Since we have already moved to weblogic 8.1sp4, I
thought of trying ant 1.6.2. However, ant bit me back
with java.lang.InstantiationException. I checked
jakarta ant site and they say it could be because of
an old version of ant in classpath or configuration. I
checked classpath and path variables, which were
consistent with the paths to my 1.6.2 installation.

Any suggestions? Do you want to see the ant batch file
for 1.5.3?

Thanks,
Abbas

--- Eric Minick <eric@...> wrote:
> Is Ant sending out a Build Failed message? If so,
> are you using a 
> version of Ant not shipped with the product? In that
> case, if you are 
> running Windows, you could be hitting a bug in the
> Ant batch file. You 
> could grab one of the batch files from what that ant
> versions that are 
> are shipped with Anthill.
> 
> Let me know,
> 
> Eric
> 
> Mirza Abbas Raza wrote:
> 
> >Hi,
> >
> >I tried looking thru the archives if this was
> already
> >discussed but there is no search utility. Without
> >search, it would a long task to rummage thru all
> the
> >topics. 
> >
> >Anthill publishes success even if the build fails.
> For
> >ant java task, I am doing failonerror, which would
> >return a non-zero exit status to BuildManager.
> >However, for any other failure, success message is
> >sent. 
> >
> >How do others tackle such a situation? Is there any
> >way ant can return a non-zero status for failure?
> >Maybe I tweak BuildManager class to check the build
> >status in ant log?
> >
> >thanks.
> >_______________________________________________
> >Anthill mailing list
> >Anthill@...
> >http://lists.urbancode.com/mailman/listinfo/anthill
> >
> >
> >  
> >
> 
> _______________________________________________
> Anthill mailing list
> Anthill@...
> http://lists.urbancode.com/mailman/listinfo/anthill
> 
Eric Minick | 4 Mar 19:55

Re: build fails but anthill reports success

Abbas,

I think the batch file for 1.5.1 would work with 1.5.3. The 1.5.1 batch 
file that works should be in the lib directory as well.

- Eric

Mirza Abbas Raza wrote:

>Eric,
>
>Before I got your mail, I had been using ant 1.5.3
>because we have had issues with weblogic 8.1sp2. Wls
>8.1 sp2 would compile jsps, ejbs etc only with ant
>1.5.3.
>
>When the builds failed, ant did return a failed status
>and the same could be seen in the mail sent in by
>anthill.
>
>Since we have already moved to weblogic 8.1sp4, I
>thought of trying ant 1.6.2. However, ant bit me back
>with java.lang.InstantiationException. I checked
>jakarta ant site and they say it could be because of
>an old version of ant in classpath or configuration. I
>checked classpath and path variables, which were
>consistent with the paths to my 1.6.2 installation.
>
>Any suggestions? Do you want to see the ant batch file
>for 1.5.3?
>
>Thanks,
>Abbas
>
>--- Eric Minick <eric@...> wrote:
>  
>
>>Is Ant sending out a Build Failed message? If so,
>>are you using a 
>>version of Ant not shipped with the product? In that
>>case, if you are 
>>running Windows, you could be hitting a bug in the
>>Ant batch file. You 
>>could grab one of the batch files from what that ant
>>versions that are 
>>are shipped with Anthill.
>>
>>Let me know,
>>
>>Eric
>>
>>Mirza Abbas Raza wrote:
>>
>>    
>>
>>>Hi,
>>>
>>>I tried looking thru the archives if this was
>>>      
>>>
>>already
>>    
>>
>>>discussed but there is no search utility. Without
>>>search, it would a long task to rummage thru all
>>>      
>>>
>>the
>>    
>>
>>>topics. 
>>>
>>>Anthill publishes success even if the build fails.
>>>      
>>>
>>For
>>    
>>
>>>ant java task, I am doing failonerror, which would
>>>return a non-zero exit status to BuildManager.
>>>However, for any other failure, success message is
>>>sent. 
>>>
>>>How do others tackle such a situation? Is there any
>>>way ant can return a non-zero status for failure?
>>>Maybe I tweak BuildManager class to check the build
>>>status in ant log?
>>>
>>>thanks.
>>>_______________________________________________
>>>Anthill mailing list
>>>Anthill@...
>>>http://lists.urbancode.com/mailman/listinfo/anthill
>>>
>>>
>>> 
>>>
>>>      
>>>
>>_______________________________________________
>>Anthill mailing list
>>Anthill@...
>>http://lists.urbancode.com/mailman/listinfo/anthill
>>
>>    
>>
>_______________________________________________
>Anthill mailing list
>Anthill@...
>http://lists.urbancode.com/mailman/listinfo/anthill
>
>
>  
>
Chuck Macomber | 7 Mar 22:50
Favicon

cant get CVS module from CVSNT

I'm a previous Anthill user from 18 months ago, trying to get Anthill to work for me again.

I've got a CVS-NT repository, and i'm trying to build a single module from it, using Anthill version
1.8.0.264, java version 1.5.0_01 (java.com), on a Windows XP box.  Pretty simple, from my recollection. 
But it won't build, won't get the module from CVS, and won't generate any build log.

I tried using :pserver: protocol first, and it failed.  Then i switched to using :sspi: protocol and it
failed also.  using a corresponding "cvs -d :pserver:build <at> localhost/MyRepository checkout
MyModule" or "cvs -d :sspi:localhost/MyRepository checkout MyModule" works fine from a command
prompt.  The CVS-Example project won't build either, although i believe that's due to firewall issues, as
i can't make the "cvs -d :pserver:anthill-example ..." command line to work (it says connection actively
refused by server).

I turned the Log4J DEBUG option on, and the output is below.  Can anyone tell me what i might be doing wrong?  As i
look back on my previous installation/use with Anthill, i was using Anthill version 1.7.0.162, java
version 1.4.2_04.  That anthill installation and project builds continue to run fine one year later.

I've looked through the archives, thinking this is a simple problem, but can't find anything.  Any Ideas?

thanks, 

Chuck Macomber

 
Log4J Output:
-----------
Anthill: looking for file: C:\Documents and Settings\Administrator\.anthill.anthill.properties
Anthill version: 1.8.0.264 loaded.
Anthill root dir: c:\anthill
14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillConfig  - jdkHome:
C:\Program Files\Java\jre1.5.0_01
14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillConfig  - AntHome: lib/ant1.6.2
14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillConfig  - Ant ClassPath:
C:\Program Files\Java\jre1.5.0_01\li
b\tools.jar;
14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: default
14:58:35:078 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - Loading
schedule file: default
14:58:35:078 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule null
getProperty() schedule.name : null
14:58:35:078 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule
default getProperty() schedule.start.tim
e : 15:00
14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule
default getProperty() schedule.build.int
erval : 30
14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleName: default
14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: stoppedSched
ule
14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - Loading
schedule file: stoppedSchedule
14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule null
getProperty() schedule.name : null
14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule
stoppedSchedule getProperty() schedule.s
tart.time : 00:00
14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule
stoppedSchedule getProperty() schedule.b
uild.interval : 0
14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleName: stoppedSchedule
14:58:35:125 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version
string: 1.1
14:58:35:125 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  -
Version string: 1.1
14:58:35:125 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
AnthillSchedule.add(): com.urbancode.anthill.Anth
illProject <at> 1901437
14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version
string: 1.1
14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  -
Version string: 1.1
14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
AnthillSchedule.add(): com.urbancode.anthill.Anth
illProject <at> 79a2e7
14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version
string: 1.1
14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  -
Version string: 1.1
14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
AnthillSchedule.add(): com.urbancode.anthill.Anth
illProject <at> 1b60280
14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version
string: 1.1
14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  -
Version string: 1.1
14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
AnthillSchedule.add(): com.urbancode.anthill.Anth
illProject <at> 5e55ab
14:58:35:156 [http-8080-Processor25] INFO  com.urbancode.anthill.Anthill  - Starting Anthill daemons
14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: default
14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: stoppedSched
ule
14:58:35:156 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.BuildDaemon  - BuildDaemon.run()
14:58:35:171 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
run() name: default
14:58:35:171 [Thread - AnthillSchedule.stoppedSchedule] DEBUG
com.urbancode.anthill.AnthillSchedule  - run() name: stoppedSchedule
14:58:35:203 [Thread - AnthillSchedule.stoppedSchedule] DEBUG
com.urbancode.anthill.AnthillSchedule  - run() name: stoppedSchedule bu
ildIntervalMillis: 0
14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
run() name: default buildIntervalMilli
s: 1800000
14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default nextB
uildTime: 1110229200203, Mar 7, 2005 3:00:00 PM
14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default curre
ntTime: 1110229115203, Mar 7, 2005 2:58:35 PM
14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
run() name: default MillisToNextBuild:
 85000
14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default nextB
uildTime: 1110229200203, Mar 7, 2005 3:00:00 PM
14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default curre
ntTime: 1110229115203, Mar 7, 2005 2:58:35 PM
14:58:35:234 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
run() name: default sleeping: 84969
14:58:40:109 [http-8080-Processor25] DEBUG com.urbancode.anthill.util.Queue  - Queue.add() o: com.urbancode.anthill.BuildDefinition <at> 4
f9fdc
14:58:40:109 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.util.Queue  -
Queue.getHead() o: com.urbancode.anthill.BuildDe
finition <at> 4f9fdc
14:58:40:109 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.BuildDefinition  - running
BuildDefinition ForceBuild flagtrue
14:58:40:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: default
14:58:40:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: stoppedSched
ule
14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - WorkDirName after: c:\anth
ill\work
14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - workDirName in calculateWo
rkDirName: c:\anthill\work
14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - calculateLocalProjectDirNa
me(moduleKey)
14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Module: Fidot
14:58:40:171 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - localProjectDirName: c:\an
thill\work\Fidot
14:58:40:171 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - repository root: :pserver:buil
d <at> 23TKGR1/AssurantFinancials
14:58:40:171 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Module: Fidot
14:58:40:171 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Branch: null
14:58:40:171 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Work directory: c:\anthill\wor
k
14:58:40:171 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default nextBuildTime: 1
110229200171, Mar 7, 2005 3:00:00 PM
14:58:40:171 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default currentTime: 111
0229120171, Mar 7, 2005 2:58:40 PM
14:58:40:171 [http-8080-Processor25] DEBUG com.urbancode.anthill.BuildDaemon  -
getProjectBeingBuilt() : com.urbancode.anthill.BuildD
efinition <at> 4f9fdc
14:58:40:218 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Local project directory: c:\an
thill\work\Fidot
14:58:40:234 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.UrbanCodeVersionAdapter  - Version file calculated as:
 c:\anthill\work\Fidot\null
14:58:40:250 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Project:
Fidot is being released.
14:58:40:250 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Initializing
repository adapter...
14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - WorkDirName after: c:\anth
ill\work
14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - workDirName in calculateWo
rkDirName: c:\anthill\work
14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - calculateLocalProjectDirNa
me(moduleKey)
14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Module: Fidot
14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - localProjectDirName: c:\an
thill\work\Fidot
14:58:40:250 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - repository root: :pserver:buil
d <at> 23TKGR1/AssurantFinancials
14:58:40:250 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Module: Fidot
14:58:40:265 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Branch: null
14:58:40:265 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Work directory: c:\anthill\wor
k
14:58:40:265 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Local project directory: c:\an
thill\work\Fidot
14:58:40:265 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - step 0) Clean
up working directory
14:58:40:265 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Cleaning up local files:
14:58:40:265 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - step 1)
Retrieve working copy of code from rep
ository
14:58:40:265 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Getting working copy of pr
oject: Fidot
14:58:40:265 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.util.PageletFactoryMaker 
- Anthill Root: c:\anthill
14:58:40:265 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.util.PageletFactoryMaker 
- ProfileRepositoryAdapter.init() Pa
gelet classpath: c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\lib\antlr.jar;c:\anthill\lib\Butler-1.
0.75.jar;c:\anthill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\
log4j.jar;c:\anthill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-email-3.1.5.jar;c:\anthill\lib\servle
t_2_2b.jar;
Pagelets v3.1.5 loaded.
Copyright 2000-2002 Urbancode.  All rights reserved.
14:58:40:296 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletFactory  - Using
class loader WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader <at> 5a9de6
14:58:40:312 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  -
PageletUtils templatePath: c:\anthill\conf\pro
files
14:58:40:312 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  -
PageletUtils workDir:      c:\anthill\pagelets
14:58:40:312 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Have checkout pagelet.
14:58:40:484 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletCompiler  -
PageletCompiler.compile(): javac -classpath
 c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\lib\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anth
ill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\ant
hill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-email-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\T
omcat5.5\bin\bootstrap.jar c:\anthill\pagelets\Win32\win_cvs\getWorkingProject_pgl.java
14:58:40:500 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - RepositoryException in checkou
t. message: Checkout failed: CreateProcess: javac -classpath c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\an
thill\lib\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anthill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthil
l\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\anthill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pa
gelets-email-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\Tomcat5.5\bin\bootstrap.jar c:\anthill\pagelets\Win32\win_cvs\getWorkingPr
oject_pgl.java error=2
14:58:40:500 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - step 2) is
project up to date?
14:58:40:500 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Set version:
14:58:40:500 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.UrbanCodeVersionAdapter  - setting version file: c:\an
thill\work\Fidot\null
14:58:40:515 [Thread - AnthillBuildDaemon] ERROR com.urbancode.anthill.BuildManager  -
java.lang.NullPointerException
        at com.urbancode.anthill.util.FileUtils.getOSDependentPath(FileUtils.java:174)
        at com.urbancode.anthill.adapter.ProfileRepositoryAdapter.prepareFileForEdit(ProfileRepositoryAdapter.java:356)
        at com.urbancode.anthill.adapter.UrbanCodeVersionAdapter.doPreVersionFileModify(UrbanCodeVersionAdapter.java:252)
        at com.urbancode.anthill.adapter.UrbanCodeVersionAdapter.setCurrentVersion(UrbanCodeVersionAdapter.java:175)
        at com.urbancode.anthill.BuildManager.build(BuildManager.java:138)
        at com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
        at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
        at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
14:58:40:593 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletFactory  - Using
default Pagelet Class Loader
14:58:40:593 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  -
PageletUtils templatePath: c:\anthill\conf
14:58:40:593 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  -
PageletUtils workDir:      c:\anthill\pagelets
14:58:40:765 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletCompiler  -
PageletCompiler.compile(): javac -classpath
 c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\lib\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anth
ill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\ant
hill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-email-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\T
omcat5.5\bin\bootstrap.jar c:\anthill\pagelets\resultEmail_pgl.java
14:58:40:765 [Thread - AnthillBuildDaemon] ERROR com.urbancode.anthill.BuildManager  - couldn't
send result email
java.io.IOException: CreateProcess: javac -classpath c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\li
b\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anthill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\ja
karta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\anthill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-e
mail-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\Tomcat5.5\bin\bootstrap.jar
c:\anthill\pagelets\resultEmail_pgl.java error=2
        at java.lang.ProcessImpl.create(Native Method)
        at java.lang.ProcessImpl.<init>(Unknown Source)
        at java.lang.ProcessImpl.start(Unknown Source)
        at java.lang.ProcessBuilder.start(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at java.lang.Runtime.exec(Unknown Source)
        at com.urbancode.pagelet.PageletCompiler.compile(PageletCompiler.java:82)
        at com.urbancode.pagelet.Pagelet.compile(Pagelet.java:214)
        at com.urbancode.pagelet.Pagelet.service(Pagelet.java:154)
        at com.urbancode.pagelet.module.email.EmailMessage.send(EmailMessage.java:150)
        at com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:40)
        at com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:24)
        at com.urbancode.anthill.BuildManager.build(BuildManager.java:258)
        at com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
        at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
        at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
14:58:40:765 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.ProjectProperties  - Fidot
properties saved
14:58:40:765 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.AnthillSchedule  -
AnthillSchedule.add(): com.urbancode.anthill.AnthillProject <at> 5e55ab
<mailto:com.urbancode.anthill.AnthillProject <at> 5e55ab> 
14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: default
14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: stoppedSched
ule
14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default nextBuildTime: 1
110229200500, Mar 7, 2005 3:00:00 PM
14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default currentTime: 111
0229124500, Mar 7, 2005 2:58:44 PM
14:58:44:515 [http-8080-Processor25] DEBUG com.urbancode.anthill.BuildDaemon  -
getProjectBeingBuilt() : null
14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: default
14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: stoppedSched
ule
14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default nextBuildTime: 1
110229200609, Mar 7, 2005 3:00:00 PM
14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default currentTime: 111
0229154609, Mar 7, 2005 2:59:14 PM
14:59:14:625 [http-8080-Processor24] DEBUG com.urbancode.anthill.BuildDaemon  -
getProjectBeingBuilt() : null

Eric Minick | 7 Mar 23:18

Re: cant get CVS module from CVSNT

Chuck,

It looks like Anthill is expecting javac to be on the path for the user 
running Anthill and can't find. Does that jive with what you are seeing 
on your end?

Regards,

Eric

Chuck Macomber wrote:

>I'm a previous Anthill user from 18 months ago, trying to get Anthill to work for me again.
> 
>I've got a CVS-NT repository, and i'm trying to build a single module from it, using Anthill version
1.8.0.264, java version 1.5.0_01 (java.com), on a Windows XP box.  Pretty simple, from my recollection. 
But it won't build, won't get the module from CVS, and won't generate any build log.
> 
>I tried using :pserver: protocol first, and it failed.  Then i switched to using :sspi: protocol and it
failed also.  using a corresponding "cvs -d :pserver:build <at> localhost/MyRepository checkout
MyModule" or "cvs -d :sspi:localhost/MyRepository checkout MyModule" works fine from a command
prompt.  The CVS-Example project won't build either, although i believe that's due to firewall issues, as
i can't make the "cvs -d :pserver:anthill-example ..." command line to work (it says connection actively
refused by server).
> 
>I turned the Log4J DEBUG option on, and the output is below.  Can anyone tell me what i might be doing wrong?  As
i look back on my previous installation/use with Anthill, i was using Anthill version 1.7.0.162, java
version 1.4.2_04.  That anthill installation and project builds continue to run fine one year later.
> 
>I've looked through the archives, thinking this is a simple problem, but can't find anything.  Any Ideas?
> 
>thanks, 
> 
>Chuck Macomber
> 
> 
>Log4J Output:
>-----------
>Anthill: looking for file: C:\Documents and Settings\Administrator\.anthill.anthill.properties
>Anthill version: 1.8.0.264 loaded.
>Anthill root dir: c:\anthill
>14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillConfig  - jdkHome:
C:\Program Files\Java\jre1.5.0_01
>14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillConfig  - AntHome: lib/ant1.6.2
>14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillConfig  - Ant ClassPath:
C:\Program Files\Java\jre1.5.0_01\li
>b\tools.jar;
>14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: default
>14:58:35:078 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - Loading
schedule file: default
>14:58:35:078 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule
null getProperty() schedule.name : null
>14:58:35:078 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule
default getProperty() schedule.start.tim
>e : 15:00
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule
default getProperty() schedule.build.int
>erval : 30
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleName: default
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: stoppedSched
>ule
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - Loading
schedule file: stoppedSchedule
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule
null getProperty() schedule.name : null
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule
stoppedSchedule getProperty() schedule.s
>tart.time : 00:00
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule
stoppedSchedule getProperty() schedule.b
>uild.interval : 0
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleName: stoppedSchedule
>14:58:35:125 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version
string: 1.1
>14:58:35:125 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  -
Version string: 1.1
>14:58:35:125 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
AnthillSchedule.add(): com.urbancode.anthill.Anth
>illProject <at> 1901437
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version
string: 1.1
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  -
Version string: 1.1
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
AnthillSchedule.add(): com.urbancode.anthill.Anth
>illProject <at> 79a2e7
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version
string: 1.1
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  -
Version string: 1.1
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
AnthillSchedule.add(): com.urbancode.anthill.Anth
>illProject <at> 1b60280
>14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version
string: 1.1
>14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  -
Version string: 1.1
>14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
AnthillSchedule.add(): com.urbancode.anthill.Anth
>illProject <at> 5e55ab
>14:58:35:156 [http-8080-Processor25] INFO  com.urbancode.anthill.Anthill  - Starting Anthill daemons
>14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: default
>14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: stoppedSched
>ule
>14:58:35:156 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.BuildDaemon  - BuildDaemon.run()
>14:58:35:171 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
run() name: default
>14:58:35:171 [Thread - AnthillSchedule.stoppedSchedule] DEBUG
com.urbancode.anthill.AnthillSchedule  - run() name: stoppedSchedule
>14:58:35:203 [Thread - AnthillSchedule.stoppedSchedule] DEBUG
com.urbancode.anthill.AnthillSchedule  - run() name: stoppedSchedule bu
>ildIntervalMillis: 0
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
run() name: default buildIntervalMilli
>s: 1800000
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default nextB
>uildTime: 1110229200203, Mar 7, 2005 3:00:00 PM
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default curre
>ntTime: 1110229115203, Mar 7, 2005 2:58:35 PM
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
run() name: default MillisToNextBuild:
> 85000
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default nextB
>uildTime: 1110229200203, Mar 7, 2005 3:00:00 PM
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default curre
>ntTime: 1110229115203, Mar 7, 2005 2:58:35 PM
>14:58:35:234 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  -
run() name: default sleeping: 84969
>14:58:40:109 [http-8080-Processor25] DEBUG com.urbancode.anthill.util.Queue  - Queue.add() o: com.urbancode.anthill.BuildDefinition <at> 4
>f9fdc
>14:58:40:109 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.util.Queue  -
Queue.getHead() o: com.urbancode.anthill.BuildDe
>finition <at> 4f9fdc
>14:58:40:109 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.BuildDefinition  - running
BuildDefinition ForceBuild flagtrue
>14:58:40:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: default
>14:58:40:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: stoppedSched
>ule
>14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - WorkDirName after: c:\anth
>ill\work
>14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - workDirName in calculateWo
>rkDirName: c:\anthill\work
>14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - calculateLocalProjectDirNa
>me(moduleKey)
>14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Module: Fidot
>14:58:40:171 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - localProjectDirName: c:\an
>thill\work\Fidot
>14:58:40:171 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - repository root: :pserver:buil
>d <at> 23TKGR1/AssurantFinancials
>14:58:40:171 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Module: Fidot
>14:58:40:171 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Branch: null
>14:58:40:171 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Work directory: c:\anthill\wor
>k
>14:58:40:171 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default nextBuildTime: 1
>110229200171, Mar 7, 2005 3:00:00 PM
>14:58:40:171 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default currentTime: 111
>0229120171, Mar 7, 2005 2:58:40 PM
>14:58:40:171 [http-8080-Processor25] DEBUG com.urbancode.anthill.BuildDaemon  -
getProjectBeingBuilt() : com.urbancode.anthill.BuildD
>efinition <at> 4f9fdc
>14:58:40:218 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Local project directory: c:\an
>thill\work\Fidot
>14:58:40:234 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.UrbanCodeVersionAdapter  - Version file calculated as:
> c:\anthill\work\Fidot\null
>14:58:40:250 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Project:
Fidot is being released.
>14:58:40:250 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  -
Initializing repository adapter...
>14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - WorkDirName after: c:\anth
>ill\work
>14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - workDirName in calculateWo
>rkDirName: c:\anthill\work
>14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - calculateLocalProjectDirNa
>me(moduleKey)
>14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Module: Fidot
>14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - localProjectDirName: c:\an
>thill\work\Fidot
>14:58:40:250 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - repository root: :pserver:buil
>d <at> 23TKGR1/AssurantFinancials
>14:58:40:250 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Module: Fidot
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Branch: null
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Work directory: c:\anthill\wor
>k
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Local project directory: c:\an
>thill\work\Fidot
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - step 0) Clean
up working directory
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Cleaning up local files:
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - step 1)
Retrieve working copy of code from rep
>ository
>14:58:40:265 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Getting working copy of pr
>oject: Fidot
>14:58:40:265 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.util.PageletFactoryMaker  - Anthill Root: c:\anthill
>14:58:40:265 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.util.PageletFactoryMaker  - ProfileRepositoryAdapter.init() Pa
>gelet classpath: c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\lib\antlr.jar;c:\anthill\lib\Butler-1.
>0.75.jar;c:\anthill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\
>log4j.jar;c:\anthill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-email-3.1.5.jar;c:\anthill\lib\servle
>t_2_2b.jar;
>Pagelets v3.1.5 loaded.
>Copyright 2000-2002 Urbancode.  All rights reserved.
>14:58:40:296 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletFactory  - Using
class loader WebappClassLoader
>  delegate: false
>  repositories:
>    /WEB-INF/classes/
>----------> Parent Classloader:
>org.apache.catalina.loader.StandardClassLoader <at> 5a9de6
>14:58:40:312 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  -
PageletUtils templatePath: c:\anthill\conf\pro
>files
>14:58:40:312 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  -
PageletUtils workDir:      c:\anthill\pagelets
>14:58:40:312 [Thread - AnthillBuildDaemon] DEBUG
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Have checkout pagelet.
>14:58:40:484 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletCompiler  -
PageletCompiler.compile(): javac -classpath
> c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\lib\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anth
>ill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\ant
>hill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-email-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\T
>omcat5.5\bin\bootstrap.jar c:\anthill\pagelets\Win32\win_cvs\getWorkingProject_pgl.java
>14:58:40:500 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - RepositoryException in checkou
>t. message: Checkout failed: CreateProcess: javac -classpath c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\an
>thill\lib\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anthill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthil
>l\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\anthill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pa
>gelets-email-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\Tomcat5.5\bin\bootstrap.jar c:\anthill\pagelets\Win32\win_cvs\getWorkingPr
>oject_pgl.java error=2
>14:58:40:500 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - step 2) is
project up to date?
>14:58:40:500 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Set version:
>14:58:40:500 [Thread - AnthillBuildDaemon] INFO 
com.urbancode.anthill.adapter.UrbanCodeVersionAdapter  - setting version file: c:\an
>thill\work\Fidot\null
>14:58:40:515 [Thread - AnthillBuildDaemon] ERROR com.urbancode.anthill.BuildManager  -
>java.lang.NullPointerException
>        at com.urbancode.anthill.util.FileUtils.getOSDependentPath(FileUtils.java:174)
>        at com.urbancode.anthill.adapter.ProfileRepositoryAdapter.prepareFileForEdit(ProfileRepositoryAdapter.java:356)
>        at com.urbancode.anthill.adapter.UrbanCodeVersionAdapter.doPreVersionFileModify(UrbanCodeVersionAdapter.java:252)
>        at com.urbancode.anthill.adapter.UrbanCodeVersionAdapter.setCurrentVersion(UrbanCodeVersionAdapter.java:175)
>        at com.urbancode.anthill.BuildManager.build(BuildManager.java:138)
>        at com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
>        at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
>        at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
>14:58:40:593 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletFactory  - Using
default Pagelet Class Loader
>14:58:40:593 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  -
PageletUtils templatePath: c:\anthill\conf
>14:58:40:593 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  -
PageletUtils workDir:      c:\anthill\pagelets
>14:58:40:765 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletCompiler  -
PageletCompiler.compile(): javac -classpath
> c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\lib\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anth
>ill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\ant
>hill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-email-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\T
>omcat5.5\bin\bootstrap.jar c:\anthill\pagelets\resultEmail_pgl.java
>14:58:40:765 [Thread - AnthillBuildDaemon] ERROR com.urbancode.anthill.BuildManager  - couldn't
send result email
>java.io.IOException: CreateProcess: javac -classpath c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\li
>b\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anthill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\ja
>karta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\anthill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-e
>mail-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\Tomcat5.5\bin\bootstrap.jar
c:\anthill\pagelets\resultEmail_pgl.java error=2
>        at java.lang.ProcessImpl.create(Native Method)
>        at java.lang.ProcessImpl.<init>(Unknown Source)
>        at java.lang.ProcessImpl.start(Unknown Source)
>        at java.lang.ProcessBuilder.start(Unknown Source)
>        at java.lang.Runtime.exec(Unknown Source)
>        at java.lang.Runtime.exec(Unknown Source)
>        at java.lang.Runtime.exec(Unknown Source)
>        at com.urbancode.pagelet.PageletCompiler.compile(PageletCompiler.java:82)
>        at com.urbancode.pagelet.Pagelet.compile(Pagelet.java:214)
>        at com.urbancode.pagelet.Pagelet.service(Pagelet.java:154)
>        at com.urbancode.pagelet.module.email.EmailMessage.send(EmailMessage.java:150)
>        at com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:40)
>        at com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:24)
>        at com.urbancode.anthill.BuildManager.build(BuildManager.java:258)
>        at com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
>        at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
>        at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
>14:58:40:765 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.ProjectProperties  - Fidot
properties saved
>14:58:40:765 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.AnthillSchedule  -
AnthillSchedule.add(): com.urbancode.anthill.AnthillProject <at> 5e55ab
<mailto:com.urbancode.anthill.AnthillProject <at> 5e55ab> 
>14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: default
>14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: stoppedSched
>ule
>14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default nextBuildTime: 1
>110229200500, Mar 7, 2005 3:00:00 PM
>14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default currentTime: 111
>0229124500, Mar 7, 2005 2:58:44 PM
>14:58:44:515 [http-8080-Processor25] DEBUG com.urbancode.anthill.BuildDaemon  -
getProjectBeingBuilt() : null
>14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: default
>14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.Anthill  -
Anthill.refreshScheduleMap scheduleFileName: stoppedSched
>ule
>14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default nextBuildTime: 1
>110229200609, Mar 7, 2005 3:00:00 PM
>14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.AnthillSchedule  -
getNextBuildTime() name: default currentTime: 111
>0229154609, Mar 7, 2005 2:59:14 PM
>14:59:14:625 [http-8080-Processor24] DEBUG com.urbancode.anthill.BuildDaemon  -
getProjectBeingBuilt() : null
> 
>_______________________________________________
>Anthill mailing list
>Anthill@...
>http://lists.urbancode.com/mailman/listinfo/anthill
>
>
>  
>

Gmane