Robert Maxwell | 3 Jun 16:12
Favicon

Anthill OS and New versions of ant

Hi all,

 I was just wondering if anybody was having the same problem as I am. That is upgrading anthill to a new version of ant. The upgrade is ok and runs, but in one of our tests that we run the build just hangs. Does nothing at all. I’m using anthill1.6.3.67 and trying it with ant 1.6.5?

Thanks

Rob

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Curtis Yanko | 3 Jun 22:01
Picon
Favicon

Curtis Yanko/CT/Unitedmail is out of the office.

I will be out of the office starting  2005-06-03 and will not return until
2005-06-06.

This e-mail, including attachments, may include confidential and/or 
proprietary information, and may be used only by the person or entity to 
which it is addressed. If the reader of this e-mail is not the intended 
recipient or his or her authorized agent, the reader is hereby notified 
that any dissemination, distribution or copying of this e-mail is 
prohibited. If you have received this e-mail in error, please notify the 
sender by replying to this message and delete this e-mail immediately.
Paul.Chown | 7 Jun 14:48
Picon

Java version confusion (Anthill OS)


Hi,

I know that only Anthill Pro allows the JDK to be changed on a
project-by-project basis, but is there a way to change the JDK used by
Anthill OS?

Our project has a LOT of external jars, some of which are used in the
Ant build process and so we have a separate JDK with everything we need
included. However if I try to start Tomcat with this JDK then Anthill
doesn't work. But if I use a standard Java version then my ant script
won't run. What I need to do is tell anthill to use a separate java
version to run ant. I don't care is this is the same for all projects as
we onley have one project anyway...

I have spent a day trying to figure out how to do this, which for an
'out-of-the-box' build tool is not very elegant.

It may be possible to use the standard Java version with an extended
class path, but I guess the class path needs to be set *before* ant is
called, and I can't see a way to do this either.

Regards,

Paul
Charles Wei | 8 Jun 17:33

Ant Build Failed Error: 1

I try to use anthill OS on LINUX and run into following problems.
 
 
*************************************************************************************
 
ANT_HOME=/data/anthill/lib/ant1.6.2
Buildfile: /data/anthill/autoftp/build.xml
10:47:56:254 [Thread - AnthillBuildDaemon] ERROR com.urbancode.anthill.BuildManager  - Failed to Build project. Error: 1
java.lang.Exception: Failed to Build project. Error: 1
        at com.urbancode.anthill.BuildManager.buildProject(BuildManager.java:523)
        at com.urbancode.anthill.BuildManager.runBuild(BuildManager.java:401)
        at com.urbancode.anthill.BuildManager.build(BuildManager.java:185)
        at com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
        at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
     & nbsp;  at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
10:47:56:255! [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Step 6) Tag project (if set to success):
**************************************************************************************
 
Please help!
Thanks!

L>

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Randy | 8 Jun 20:22
Picon

Anthill (OS) Exception from setting up Dependency Group.

When attempting to set up a new dependency group, I get the exception shown in the trace below.  This occurs,
when I attempt to 'update', after selecting a member project as the dependency of another member project.

srcmlnx52:{rcmbuild}$ tail -30 catalina.out
src/com/rcm/rpmpositionservice/test/gui/fxriskshock
cvs server: Logging src/resources
cvs server: Logging src/resources/resources
Jun 8, 2005 12:27:20 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet DependencyGroupPropertiesUpdateServlet threw exception
java.lang.NullPointerException
        at com.urbancode.anthill.web.admin.DependencyGroupPropertiesUpdateServlet.processRequest(Dep
endencyGroupPropertiesUpdateServlet.java:129)
        at com.urbancode.anthill.web.admin.AnthillBaseServlet.processRequest0(AnthillBaseServlet.jav
a:64)
        at com.urbancode.anthill.web.admin.AnthillBaseServlet.doPost(AnthillBaseServlet.java:120)
        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.j
ava:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11P
rotocol.java:738)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.ja
va:80)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:595)
srcmlnx52:{rcmbuild}$
Joachim Sautter | 10 Jun 11:19
Picon

SMTP Username and Password

Hi
I have a mailserver which needs Username and password? Can I set this 2 
attributes under anthill or not?
Regards Joachim Sautter.
Eric Minick | 11 Jun 04:35

Re: SMTP Username and Password

Joachim,

I'm afraid that you can't specify the user name and password. A common 
work-around is to install apache james as helper mail sever. James is 
light-weight and fairly straight-forward to install.

Sorry,

Eric

Joachim Sautter wrote:

> Hi
> I have a mailserver which needs Username and password? Can I set this 
> 2 attributes under anthill or not?
> Regards Joachim Sautter.
> _______________________________________________
> Anthill mailing list
> Anthill@...
> http://lists.urbancode.com/mailman/listinfo/anthill
>
>
>
Jon | 14 Jun 10:27
Picon
Gravatar

Anthill Going Nuts

Has anybody experienced this before?  We seem to have a nightly build
that results in every project failing to build.... the exception just
prior to Anthill crashing is:

Anthill version 1.8.0.264

Retrieving project files: OK
FAILED to get revision list.  Message: java.io.IOException: Too many open files
Incrementing version: FAILED to build project.  Message: VersionFile
parameter must point to a file that exists
FAILED to get revision list.  Message: java.io.IOException: Too many open files

Many thanks,
Jon.
Priest, Mark | 14 Jun 16:52

RE: Anthill Going Nuts

It sounds like you are hitting the limit on file descriptors.  If you are
using Unix or Linux you could try increasing the file descriptors using the
ulimit command.  I have never seen this problem before.

-----Original Message-----
From: Jon [mailto:jonathan.holloway@...] 
Sent: Tuesday, June 14, 2005 4:28 AM
To: anthill@...
Subject: [Anthill] Anthill Going Nuts

Has anybody experienced this before?  We seem to have a nightly build that
results in every project failing to build.... the exception just prior to
Anthill crashing is:

Anthill version 1.8.0.264

Retrieving project files: OK
FAILED to get revision list.  Message: java.io.IOException: Too many open
files Incrementing version: FAILED to build project.  Message: VersionFile
parameter must point to a file that exists FAILED to get revision list.
Message: java.io.IOException: Too many open files

Many thanks,
Jon.
_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Dunbar, Michael | 14 Jun 17:00
Favicon

RE: Anthill Going Nuts

I ran into this on an unrelated app, and it was due to a resource leak. - we weren't closing SMTP sessions. You
may want to make sure your build, Anthill, or something else running on that box doesn't have a resource
leak. 

I googled and saw an older Anthill mailing list post (2003), which said the CVS Adapter had such a flaw. It
wasn't closing all it's connections.

-----Original Message-----
From: anthill-bounces@...
[mailto:anthill-bounces@...]On Behalf Of
Priest, Mark
Sent: Tuesday, June 14, 2005 10:52 AM
To: 'Jon'; 'Anthill user list'
Subject: RE: [Anthill] Anthill Going Nuts

It sounds like you are hitting the limit on file descriptors.  If you are
using Unix or Linux you could try increasing the file descriptors using the
ulimit command.  I have never seen this problem before.

-----Original Message-----
From: Jon [mailto:jonathan.holloway@...] 
Sent: Tuesday, June 14, 2005 4:28 AM
To: anthill@...
Subject: [Anthill] Anthill Going Nuts

Has anybody experienced this before?  We seem to have a nightly build that
results in every project failing to build.... the exception just prior to
Anthill crashing is:

Anthill version 1.8.0.264

Retrieving project files: OK
FAILED to get revision list.  Message: java.io.IOException: Too many open
files Incrementing version: FAILED to build project.  Message: VersionFile
parameter must point to a file that exists FAILED to get revision list.
Message: java.io.IOException: Too many open files

Many thanks,
Jon.
_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill

Gmane