Re: SSH problem again
Sorry for bothering you again, but the error occurs again on ubuntu1. Kind Regards, Stefan On Sat, Sep 25, 2010 at 2:26 PM, Niklas Gustavsson wrote: > On Fri, Sep 24, 2010 at 8:56 PM, Stefan Seelmann wrote: >> The SSH problem is there again. > > Should be fixed now, thanks for reporting! > > /niklas >
Re: SSH problem again
On Tue, Sep 28, 2010 at 10:46 AM, Stefan Seelmann wrote: > Sorry for bothering you again, but the error occurs again on ubuntu1. Thanks for letting us know. Should be fixed now. I'm currently looking into patching the Hudson SSH slaves plugin to catch problems like this. /niklas
JDK with unlimited strength encryption available in Hudson?
Hi, Does anybody know if one of the JDKs/executors available in Hudson is configured with unlimited strength encryption? I'm trying to set up a job for WSS4J, but the test suite fails if unlimited strength is not available. Andreas
Re: JDK with unlimited strength encryption available in Hudson?
On Tue, Sep 28, 2010 at 3:55 PM, Andreas Veithen wrote: > Does anybody know if one of the JDKs/executors available in Hudson is > configured with unlimited strength encryption? I'm trying to set up a > job for WSS4J, but the test suite fails if unlimited strength is not > available. I've installed the unlimited strength JAR on ubuntu2 for the latest1.6-32 JDK. Could you please verify that this works with your build? Would we like this to be a specific JDK configuration in Hudson? That is, is there a value in having builds running on "un-touched" JDKs by default? /niklas
Re: JDK with unlimited strength encryption available in Hudson?
On Tue, Sep 28, 2010 at 16:30, Niklas Gustavsson wrote: > On Tue, Sep 28, 2010 at 3:55 PM, Andreas Veithen > wrote: >> Does anybody know if one of the JDKs/executors available in Hudson is >> configured with unlimited strength encryption? I'm trying to set up a >> job for WSS4J, but the test suite fails if unlimited strength is not >> available. > > I've installed the unlimited strength JAR on ubuntu2 for the > latest1.6-32 JDK. Could you please verify that this works with your > build? Yes, it works! Many thanks! > Would we like this to be a specific JDK configuration in Hudson? That > is, is there a value in having builds running on "un-touched" JDKs by > default? If the question is whether we have any test suites that validate that a given project runs correctly on a JRE without unlimited strength, then the answer is no, at least for the builds I'm managing (Axis2 and WS). Obviously I cannot speak for other projects... > /niklas >
Hudson Windows Slave: Unable to delete
Hi, A job on windows failed for two days [1], the logs tells me [INFO] Failed to clean project: Failed to delete C:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\i18n\target\apacheds-i18n-1.5.8-SNAPSHOT.jar Now I tried to wipe out the workspace, but get the Tomcat 500 page with hudson.util.IOException2: remote file operation failed: c:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win at hudson.remoting.chan...@52105584:windows1 hudson.FilePath.act(FilePath.java:749) hudson.FilePath.act(FilePath.java:735) ... root cause java.io.IOException: Unable to delete c:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\core\target\apacheds-core-1.5.8-SNAPSHOT.jar hudson.Util.deleteFile(Util.java:260) hudson.Util.deleteRecursive(Util.java:302) hudson.Util.deleteContentsRecursive(Util.java:221) hudson.Util.deleteRecursive(Util.java:301) hudson.Util.deleteContentsRecursive(Util.java:221) hudson.Util.deleteRecursive(Util.java:301) hudson.Util.deleteContentsRecursive(Util.java:221) hudson.Util.deleteRecursive(Util.java:301) hudson.Util.deleteContentsRecursive(Util.java:221) hudson.Util.deleteRecursive(Util.java:301) hudson.FilePath$9.invoke(FilePath.java:821) hudson.FilePath$9.invoke(FilePath.java:819) hudson.FilePath$FileCallableWrapper.call(FilePath.java:1899) hudson.remoting.UserRequest.perform(UserRequest.java:114) hudson.remoting.UserRequest.perform(UserRequest.java:48) hudson.remoting.Request$2.run(Request.java:270) ... Anything I can do? Thanks, Stefan [1] https://hudson.apache.org/hudson/view/Directory/job/dir-apacheds-jdk16-win/
Re: Hudson Windows Slave: Unable to delete
On Tue, Sep 28, 2010 at 6:26 PM, Stefan Seelmann wrote: > A job on windows failed for two days [1], the logs tells me > [INFO] Failed to clean project: Failed to delete > C:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\i18n\target\apacheds-i18n-1.5.8-SNAPSHOT.jar Looks like the file was locked by the slave JVM somehow. I've killed and restarted the JVM and deleted the file. /niklas
Re: Hudson Windows Slave: Unable to delete
Thanks Niklas for the great support. I tried again, but get a similar exception now: Caused by: java.io.IOException: Unable to delete c:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk - files in dir: [c:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\core-annotations, ... ] Could you have another look? Many Thanks, Stefan On Tue, Sep 28, 2010 at 10:58 PM, Niklas Gustavsson wrote: > On Tue, Sep 28, 2010 at 6:26 PM, Stefan Seelmann wrote: >> A job on windows failed for two days [1], the logs tells me >> [INFO] Failed to clean project: Failed to delete >> C:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\i18n\target\apacheds-i18n-1.5.8-SNAPSHOT.jar > > Looks like the file was locked by the slave JVM somehow. I've killed > and restarted the JVM and deleted the file. > > /niklas >