Sadly the builds are still failing. It seems git is not on the PATH causing the "wicketstuff core parent" project to fail: http://www.wicketstuff.org/hudson/job/Wicket%20Stuff%20Core%20Parent%20(wicket%201.5-SNAPSHOT)/118/console "ERROR: Cause: Error performing git clone -o origin git:// github.com/wicketstuff/core.git /home/wicket/.hudson/jobs/Wicket Stuff Core Parent (wicket 1.5-SNAPSHOT)/workspace Cannot run program "git": java.io.IOException: error=2, No such file or directory"
Other projects, like "wicketstuff core java5" are using the full path "/usr/bin/git" to invoke git. Could that be configured in hudson by someone for the "core parent" too? "wicketstuff core java5" is also failing but I see no reason in the hudson web log. It seems build is hanging at "Parsing POMs": http://www.wicketstuff.org/hudson/job/Wicket%20Stuff%20Core%20Java5%20(wicket%201.5-SNAPSHOT)/90/console Maybe after the "core parent" is repaired this one will work too. Attila 2011/3/1 Martijn Dashorst <[email protected]> > > I think the tomcat server just needed a kick in the nuts... I just > restarted the tomcat instance and hudson seems to start willingly. > > Martijn > > On Sat, Feb 26, 2011 at 6:12 AM, Michael O'Cleirigh > <[email protected]> wrote: > > Hello, > > > > There is a problem with hudson on wicketstuff.org. Builds have been failing > > for the last little while but I think what is happening is due to the > > infrastructure split caused by the Hudson fork. > > > > I don't think git was ever installed on the wicketstuff.org server so I had > > the build delegated to my person vps. > > > > I've temporarily disabled the Hudson slave and have my vps building the 1.4 > > and 1.5 snapshot versions directly. > > > > I picked Jenkins and it works fine for building the projects. > > > > Can Jenkins (or the latest Hudson) be installed on wicketstuff.org and see > > if that resolves the 503 error issue? > > > > Jenkins version 1.98 is available here: > > http://mirrors.jenkins-ci.org/war/latest/jenkins.war > > > > Thanks, > > > > Mike > > > > > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com
