The recent TC errors were not real errors. They were due to disk space issue on the machine. That machine had a small disk space for / tmp and this is where the jetty container was putting its tmp files. I've modified the default config so that jetty now puts its tmp files in the work/ dir.
-Vincent On Sep 25, 2007, at 12:00 PM, [EMAIL PROTECTED] wrote: > Build XWiki Enterprise::Trunk #516 failed (tests failed: 1 (1 new), > passed: 0) > Agent: Default agent > Build results: http://teamcity.xwiki.org/viewLog.html? > buildId=3733&buildTypeId=bt7 > > Newly failed tests (1 test) > ================================================================== > [EMAIL PROTECTED] > ================= > java.lang.RuntimeException: Failed to start XWiki in [60] seconds > at com.xpn.xwiki.test.XWikiTestSetup.waitForXWikiToLoad > (XWikiTestSetup.java:137) > at com.xpn.xwiki.test.XWikiTestSetup.setUp(XWikiTestSetup.java:73) > at junit.extensions.TestSetup$1.protect(TestSetup.java:20) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke > (NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke > (DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.maven.surefire.junit.JUnitTestSet.execute > (JUnitTestSet.java:213) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTest > Set(AbstractDirectoryTestSuite.java:138) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute > (AbstractDirectoryTestSuite.java:125) > at org.apache.maven.surefire.Surefire.run(Surefire.java:132) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke > (NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke > (DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess > (SurefireBooter.java:290) > at org.apache.maven.surefire.booter.SurefireBooter.main > (SurefireBooter.java:818) > at org.apache.maven.surefire.booter.SurefireBooter.main > (SurefireBooter.java:818) > > > > ====================================================================== > ====== > Configure email notifications: http://teamcity.xwiki.org/ > profile.html?init=1#notifications > _______________________________________________ > notifications mailing list > [EMAIL PROTECTED] > http://lists.xwiki.org/mailman/listinfo/notifications _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

