Varban | 16 Jan 16:53

Test email

This is a test of the mailing list!
joel.wiens | 20 Jan 20:40
Picon

RE: Project being built - forever !?

I have a strange thing occurring.  I am running AnthillOS on a Windows
server connecting to a VSS database.  I am able to build my application
successfully (according to the build.log file for the app), but as soon
as the build is complete, Anthill is kicking off another SS.EXE (VSS
executable) process and the project never leaves the build queue and an
e-mail is never sent stating whether the build failed or succeeded.  If
I restart Tomcat the SS.EXE process does not stop.  I have to stop the
process manually.  Has anyone else seen this behavior?

Joel Wiens
Thomson Legal & Regulatory
Marcio Marchini | 20 Jan 20:46

Re: Project being built - forever !?


  I had a similar problem, this is what I have in my logs:

If you are running Tomcat 5.5 under Win2003, the problem is with an 
outdated Anthill jar. The bug fixes will be released with Anthill 1.8.1. 
As a workaround for now, you can use the patched jar available here: 
http://www.urbancode.com/download/anthill_os/CommonsExecute.jar . It 
needs to go into Anthill’s lib folder and also into the 
anthill/WEB-INF/lib folder Tomcat explodes out from the war file 
(CATALINA_HOME/webapps/anthill/WEB-INF/lib).

marcio

joel.wiens@... wrote:
> I have a strange thing occurring.  I am running AnthillOS on a Windows
> server connecting to a VSS database.  I am able to build my application
> successfully (according to the build.log file for the app), but as soon
> as the build is complete, Anthill is kicking off another SS.EXE (VSS
> executable) process and the project never leaves the build queue and an
> e-mail is never sent stating whether the build failed or succeeded.  If
> I restart Tomcat the SS.EXE process does not stop.  I have to stop the
> process manually.  Has anyone else seen this behavior?
> 
> Joel Wiens
> Thomson Legal & Regulatory
> _______________________________________________
> Anthill mailing list
> Anthill@...
> http://lists.urbancode.com/mailman/listinfo/anthill
(Continue reading)

Eric Minick | 20 Jan 21:06

Re: Project being built - forever !?

The need for a new CommonsExecute could absolutely be the issue. If that
doesn't work, I believe I saw this a year ago in a situation where the VSS
configuration hung when Anthill tried to label it. VSS was configured to
demand something at label time (I think a password) and would patiently wait
for Anthill to supply it. Meanwhile, Anthill would patiently wait for VSS to
finish labeling. If the new jar doesn't do the trick, check VSS.

>
>   I had a similar problem, this is what I have in my logs:
>
> If you are running Tomcat 5.5 under Win2003, the problem is with an
> outdated Anthill jar. The bug fixes will be released with Anthill 1.8.1.
> As a workaround for now, you can use the patched jar available here:
> http://www.urbancode.com/download/anthill_os/CommonsExecute.jar . It
> needs to go into Anthill’s lib folder and also into the
> anthill/WEB-INF/lib folder Tomcat explodes out from the war file
> (CATALINA_HOME/webapps/anthill/WEB-INF/lib).
>
> marcio
>
>
> joel.wiens@... wrote:
>> I have a strange thing occurring.  I am running AnthillOS on a Windows
>> server connecting to a VSS database.  I am able to build my application
>> successfully (according to the build.log file for the app), but as soon
>> as the build is complete, Anthill is kicking off another SS.EXE (VSS
>> executable) process and the project never leaves the build queue and an
>> e-mail is never sent stating whether the build failed or succeeded.  If
>> I restart Tomcat the SS.EXE process does not stop.  I have to stop the
>> process manually.  Has anyone else seen this behavior?
(Continue reading)

joel.wiens | 20 Jan 21:58
Picon

RE: Project being built - forever !?

Would it be possible for you to create a new anthill.war file with the
new CommonsExecute.jar file included in it?  Even though I copied the
new jar to the exploded anthill directory, Tomcat seems to still be
using the jar from the war file which still contains the old
CommonsExecute.jar. 

-----Original Message-----
From: anthill-bounces@...
[mailto:anthill-bounces@...] On Behalf Of Eric Minick
Sent: Friday, January 20, 2006 2:07 PM
To: Anthill user list
Subject: Re: [Anthill] Project being built - forever !?

The need for a new CommonsExecute could absolutely be the issue. If that
doesn't work, I believe I saw this a year ago in a situation where the
VSS configuration hung when Anthill tried to label it. VSS was
configured to demand something at label time (I think a password) and
would patiently wait for Anthill to supply it. Meanwhile, Anthill would
patiently wait for VSS to finish labeling. If the new jar doesn't do the
trick, check VSS.

>
>   I had a similar problem, this is what I have in my logs:
>
> If you are running Tomcat 5.5 under Win2003, the problem is with an 
> outdated Anthill jar. The bug fixes will be released with Anthill
1.8.1.
> As a workaround for now, you can use the patched jar available here:
> http://www.urbancode.com/download/anthill_os/CommonsExecute.jar . It 
> needs to go into Anthill's lib folder and also into the 
(Continue reading)

joel.wiens | 20 Jan 22:48
Picon

RE: Project being built - forever !?

I noticed an error that may help?

FAILED to build project.  Message: ProfileAdapter Label failed: 1 Got
Revisions: OK 

-----Original Message-----
From: anthill-bounces@...
[mailto:anthill-bounces@...] On Behalf Of Eric Minick
Sent: Friday, January 20, 2006 2:07 PM
To: Anthill user list
Subject: Re: [Anthill] Project being built - forever !?

The need for a new CommonsExecute could absolutely be the issue. If that
doesn't work, I believe I saw this a year ago in a situation where the
VSS configuration hung when Anthill tried to label it. VSS was
configured to demand something at label time (I think a password) and
would patiently wait for Anthill to supply it. Meanwhile, Anthill would
patiently wait for VSS to finish labeling. If the new jar doesn't do the
trick, check VSS.

>
>   I had a similar problem, this is what I have in my logs:
>
> If you are running Tomcat 5.5 under Win2003, the problem is with an 
> outdated Anthill jar. The bug fixes will be released with Anthill
1.8.1.
> As a workaround for now, you can use the patched jar available here:
> http://www.urbancode.com/download/anthill_os/CommonsExecute.jar . It 
> needs to go into Anthill's lib folder and also into the 
> anthill/WEB-INF/lib folder Tomcat explodes out from the war file 
(Continue reading)

Marcio Marchini | 23 Jan 12:37

Re: Project being built - forever !?

joel.wiens@... wrote:
> I noticed an error that may help?
> 
> FAILED to build project.  Message: ProfileAdapter Label failed: 1 Got
> Revisions: OK 

    That is another problem. From my logs:

The fix for this is in a new ant.bat provided by Urbancode:
“this is a problem with the ant.bat file that comes with the Ant 
distributions. The batch script does not return the real exit code from 
the java process, instead it returns 0 which confuses Anthill as to the 
real outcome of the build. If you switch the ant.bat file in the ant 
distribution you are using with this one: 
http://www.urbancode.com/download/ant.bat
Anthill will be able to detect the failures.”

marcio
Res Pons | 24 Jan 02:53
Picon

Re: Project being built - forever !?

I use Anthill OS, would this ant.bat file work with OS or only Pro?

----Original Message Follows----
From: Marcio Marchini <marcio@...>
Reply-To: Anthill user list <anthill@...>
To: Anthill user list <anthill@...>
Subject: Re: [Anthill] Project being built - forever !?
Date: Mon, 23 Jan 2006 09:37:04 -0200
MIME-Version: 1.0
Received: from lists.urbancode.com ([64.34.169.154]) by 
bay0-mc5-f13.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 23 
Jan 2006 03:37:20 -0800
Received: (qmail 8468 invoked by uid 510); 23 Jan 2006 11:37:46 -0000
Received: from anthill-bounces@... by
caladin.urbancode.com 
by uid 504 with qmail-scanner-1.20  (spamassassin: 2.61.  
Clear:RC:1(127.0.0.1):.  Processed in 0.018273 secs); 23 Jan 2006 11:37:46 
-0000
Received: from localhost (HELO caladin.urbancode.com) (127.0.0.1)  by 
lists.urbancode.com with SMTP; 23 Jan 2006 11:37:46 -0000
Received: (qmail 8442 invoked by uid 510); 23 Jan 2006 11:37:45 -0000
Received: from marcio@... by caladin.urbancode.com by uid 504 
withqmail-scanner-1.20 (spamassassin: 2.61.  
Clear:RC:0(206.191.12.34):SA:0(0.2/5.0):. Processed in 2.711549 secs); 23 
Jan 2006 11:37:45 -0000
Received: from mail.bedarra.org (HELO bedarra.org) (206.191.12.34)by 
lists.urbancode.com with SMTP; 23 Jan 2006 11:37:42 -0000
Received: from [200.231.193.131] (account marcio HELO [192.168.7.196])by 
bedarra.org (CommuniGate Pro SMTP 5.0.5)with ESMTPSA id 6173009 for 
anthill@...;Mon, 23 Jan 2006 06:37:14 -0500
(Continue reading)

Marcio Marchini | 24 Jan 12:56

Re: Project being built - forever !?

Res Pons wrote:
> I use Anthill OS, would this ant.bat file work with OS or only Pro?

    It worked for me (Anthill OS)

marcio
Eric Minick | 24 Jan 18:57

Re: Project being built - forever !?

It should work with either. This is really a bug in Ant. So far they've
refused to fix it due to concerns that whatever changes they make could break
general Ant functionality on older versions of Windows.

The problem is that both Anthill and Anthill Pro determine whether or not Ant
(or anything else) succeeds by checking the exit code. The ant.bat shipped
with Ant always returns an exit code indicating success. I believe the
approach we took was to eliminate some irrelevent post processing in the
script.

Depending on your version of Ant, Anthill OS may ship with a patched ant file.
Check [anthill dir]/lib/ant[version]/bin .

Other people have taken other approaches and if you look up the bug in Ant's
bugzilla you can choose one of those. Any of them should work.

-- Eric

> I use Anthill OS, would this ant.bat file work with OS or only Pro?
>
> ----Original Message Follows----
> From: Marcio Marchini <marcio@...>
> Reply-To: Anthill user list <anthill@...>
> To: Anthill user list <anthill@...>
> Subject: Re: [Anthill] Project being built - forever !?
> Date: Mon, 23 Jan 2006 09:37:04 -0200
> MIME-Version: 1.0
> Received: from lists.urbancode.com ([64.34.169.154]) by
> bay0-mc5-f13.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 23
> Jan 2006 03:37:20 -0800
(Continue reading)


Gmane