[Lift] Re: Hudson failing again and Lift build failure

2009-07-31 Thread Timothy Perrett

Looks like hudson now recognizes the code failure too:

http://hudson.scala-tools.org/job/Lift/1075/

Cheers, Tim

On Aug 1, 12:24 am, Timothy Perrett timo...@getintheloop.eu wrote:
 Guys,

 From a fresh github clone im now seeing the following when trying a
 full build:

 [WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/src/
 main/scala/net/liftweb/http/LiftServlet.scala:302: error: type
 mismatch;
 [WARNING]  found   : java.lang.Object
 [WARNING]  required: net.liftweb.util.Box
 [net.liftweb.http.LiftResponse]
 [WARNING]     tryo{LiftSession.onEndServicing.foreach(_(liftSession,
 requestState, ret))}
 [WARNING]
 ^
 [WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/src/
 main/scala/net/liftweb/http/LiftServlet.scala:303: error: type
 mismatch;
 [WARNING]  found   : java.lang.Object
 [WARNING]  required: net.liftweb.util.Box
 [net.liftweb.http.LiftResponse]
 [WARNING]     ret
 [WARNING]     ^
 [WARNING] two errors found

 Moreover, when I checked hudson to see if that was building ok, i see
 the following error message when it tried to build:

 java.io.IOException: Cannot run program rm (in directory /home/
 scalatools/hudson/.hudson/jobs/Lift/builds): java.io.IOException:
 error=24, Too many open files
         at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
         at hudson.Proc$LocalProc.init(Proc.java:132)
         at hudson.Proc$LocalProc.init(Proc.java:110)
         at hudson.Proc$LocalProc.init(Proc.java:102)
         at hudson.Util.createSymlink(Util.java:847)
         at hudson.model.Run.run(Run.java:921)
         at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:234)
         at hudson.model.ResourceController.execute(ResourceController.java:
 93)
         at hudson.model.Executor.run(Executor.java:119)
 Caused by: java.io.IOException: java.io.IOException: error=24, Too
 many open files
         at java.lang.UNIXProcess.init(UNIXProcess.java:148)
         at java.lang.ProcessImpl.start(ProcessImpl.java:65)
         at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
         ... 8 more
 Checkout (update)
 Fetching upstream changes
 [workspace] $ git fetch
 FATAL: Failed to fetch
 hudson.plugins.git.GitException: Failed to fetch
         at hudson.plugins.git.GitAPI.fetch(GitAPI.java:95)
         at hudson.plugins.git.GitAPI.fetch(GitAPI.java:103)
         at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:245)
         at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:235)
         at hudson.FilePath.act(FilePath.java:552)

 Cheers, Tim
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Hudson failing again and Lift build failure

2009-07-31 Thread Naftoli Gugenheim

Is it somehow a result of too many open files? What did Derek do last time 
there was an error of too many open files?

-
Timothy Perretttimo...@getintheloop.eu wrote:


Looks like hudson now recognizes the code failure too:

http://hudson.scala-tools.org/job/Lift/1075/

Cheers, Tim

On Aug 1, 12:24 am, Timothy Perrett timo...@getintheloop.eu wrote:
 Guys,

 From a fresh github clone im now seeing the following when trying a
 full build:

 [WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/src/
 main/scala/net/liftweb/http/LiftServlet.scala:302: error: type
 mismatch;
 [WARNING]  found   : java.lang.Object
 [WARNING]  required: net.liftweb.util.Box
 [net.liftweb.http.LiftResponse]
 [WARNING]     tryo{LiftSession.onEndServicing.foreach(_(liftSession,
 requestState, ret))}
 [WARNING]
 ^
 [WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/src/
 main/scala/net/liftweb/http/LiftServlet.scala:303: error: type
 mismatch;
 [WARNING]  found   : java.lang.Object
 [WARNING]  required: net.liftweb.util.Box
 [net.liftweb.http.LiftResponse]
 [WARNING]     ret
 [WARNING]     ^
 [WARNING] two errors found

 Moreover, when I checked hudson to see if that was building ok, i see
 the following error message when it tried to build:

 java.io.IOException: Cannot run program rm (in directory /home/
 scalatools/hudson/.hudson/jobs/Lift/builds): java.io.IOException:
 error=24, Too many open files
         at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
         at hudson.Proc$LocalProc.init(Proc.java:132)
         at hudson.Proc$LocalProc.init(Proc.java:110)
         at hudson.Proc$LocalProc.init(Proc.java:102)
         at hudson.Util.createSymlink(Util.java:847)
         at hudson.model.Run.run(Run.java:921)
         at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:234)
         at hudson.model.ResourceController.execute(ResourceController.java:
 93)
         at hudson.model.Executor.run(Executor.java:119)
 Caused by: java.io.IOException: java.io.IOException: error=24, Too
 many open files
         at java.lang.UNIXProcess.init(UNIXProcess.java:148)
         at java.lang.ProcessImpl.start(ProcessImpl.java:65)
         at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
         ... 8 more
 Checkout (update)
 Fetching upstream changes
 [workspace] $ git fetch
 FATAL: Failed to fetch
 hudson.plugins.git.GitException: Failed to fetch
         at hudson.plugins.git.GitAPI.fetch(GitAPI.java:95)
         at hudson.plugins.git.GitAPI.fetch(GitAPI.java:103)
         at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:245)
         at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:235)
         at hudson.FilePath.act(FilePath.java:552)

 Cheers, Tim


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Hudson failing again and Lift build failure

2009-07-31 Thread Timothy Perrett

It's two issues - one is that we have busted code in the lift code  
base that needs correcting (looking at commits I can't see who changed  
it)... The other issue is the Hudson box; before the DoS attack we had  
no problems at all so that to me says it's something different now  
than compared to before that's causing all these open file handles.

Cheers

Tim

Sent from my iPhone

On 1 Aug 2009, at 00:32, Naftoli Gugenheim naftoli...@gmail.com wrote:


 Is it somehow a result of too many open files? What did Derek do  
 last time there was an error of too many open files?

 -
 Timothy Perretttimo...@getintheloop.eu wrote:


 Looks like hudson now recognizes the code failure too:

 http://hudson.scala-tools.org/job/Lift/1075/

 Cheers, Tim

 On Aug 1, 12:24 am, Timothy Perrett timo...@getintheloop.eu wrote:
 Guys,

 From a fresh github clone im now seeing the following when trying a
 full build:

 [WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/ 
 src/
 main/scala/net/liftweb/http/LiftServlet.scala:302: error: type
 mismatch;
 [WARNING]  found   : java.lang.Object
 [WARNING]  required: net.liftweb.util.Box
 [net.liftweb.http.LiftResponse]
 [WARNING] tryo{LiftSession.onEndServicing.foreach(_(liftSession,
 requestState, ret))}
 [WARNING]
 ^
 [WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/ 
 src/
 main/scala/net/liftweb/http/LiftServlet.scala:303: error: type
 mismatch;
 [WARNING]  found   : java.lang.Object
 [WARNING]  required: net.liftweb.util.Box
 [net.liftweb.http.LiftResponse]
 [WARNING] ret
 [WARNING] ^
 [WARNING] two errors found

 Moreover, when I checked hudson to see if that was building ok, i see
 the following error message when it tried to build:

 java.io.IOException: Cannot run program rm (in directory /home/
 scalatools/hudson/.hudson/jobs/Lift/builds): java.io.IOException:
 error=24, Too many open files
 at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
 at hudson.Proc$LocalProc.init(Proc.java:132)
 at hudson.Proc$LocalProc.init(Proc.java:110)
 at hudson.Proc$LocalProc.init(Proc.java:102)
 at hudson.Util.createSymlink(Util.java:847)
 at hudson.model.Run.run(Run.java:921)
 at hudson.maven.MavenModuleSetBuild.run 
 (MavenModuleSetBuild.java:234)
 at hudson.model.ResourceController.execute 
 (ResourceController.java:
 93)
 at hudson.model.Executor.run(Executor.java:119)
 Caused by: java.io.IOException: java.io.IOException: error=24, Too
 many open files
 at java.lang.UNIXProcess.init(UNIXProcess.java:148)
 at java.lang.ProcessImpl.start(ProcessImpl.java:65)
 at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
 ... 8 more
 Checkout (update)
 Fetching upstream changes
 [workspace] $ git fetch
 FATAL: Failed to fetch
 hudson.plugins.git.GitException: Failed to fetch
 at hudson.plugins.git.GitAPI.fetch(GitAPI.java:95)
 at hudson.plugins.git.GitAPI.fetch(GitAPI.java:103)
 at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:245)
 at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:235)
 at hudson.FilePath.act(FilePath.java:552)

 Cheers, Tim


 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Hudson failing again and Lift build failure

2009-07-31 Thread David Pollak
On Fri, Jul 31, 2009 at 4:36 PM, Timothy Perrett timo...@getintheloop.euwrote:


 It's two issues - one is that we have busted code in the lift code
 base that needs correcting (looking at commits I can't see who changed
 it)... The other issue is the Hudson box; before the DoS attack we had
 no problems at all so that to me says it's something different now
 than compared to before that's causing all these open file handles.



I've fixed the broken build.

Josh will be upgrading Hudson (and perhaps adding a cron job to restart it
daily)




 Cheers

 Tim

 Sent from my iPhone

 On 1 Aug 2009, at 00:32, Naftoli Gugenheim naftoli...@gmail.com wrote:

 
  Is it somehow a result of too many open files? What did Derek do
  last time there was an error of too many open files?
 
  -
  Timothy Perretttimo...@getintheloop.eu wrote:
 
 
  Looks like hudson now recognizes the code failure too:
 
  http://hudson.scala-tools.org/job/Lift/1075/
 
  Cheers, Tim
 
  On Aug 1, 12:24 am, Timothy Perrett timo...@getintheloop.eu wrote:
  Guys,
 
  From a fresh github clone im now seeing the following when trying a
  full build:
 
  [WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/
  src/
  main/scala/net/liftweb/http/LiftServlet.scala:302: error: type
  mismatch;
  [WARNING]  found   : java.lang.Object
  [WARNING]  required: net.liftweb.util.Box
  [net.liftweb.http.LiftResponse]
  [WARNING] tryo{LiftSession.onEndServicing.foreach(_(liftSession,
  requestState, ret))}
  [WARNING]
  ^
  [WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/
  src/
  main/scala/net/liftweb/http/LiftServlet.scala:303: error: type
  mismatch;
  [WARNING]  found   : java.lang.Object
  [WARNING]  required: net.liftweb.util.Box
  [net.liftweb.http.LiftResponse]
  [WARNING] ret
  [WARNING] ^
  [WARNING] two errors found
 
  Moreover, when I checked hudson to see if that was building ok, i see
  the following error message when it tried to build:
 
  java.io.IOException: Cannot run program rm (in directory /home/
  scalatools/hudson/.hudson/jobs/Lift/builds): java.io.IOException:
  error=24, Too many open files
  at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
  at hudson.Proc$LocalProc.init(Proc.java:132)
  at hudson.Proc$LocalProc.init(Proc.java:110)
  at hudson.Proc$LocalProc.init(Proc.java:102)
  at hudson.Util.createSymlink(Util.java:847)
  at hudson.model.Run.run(Run.java:921)
  at hudson.maven.MavenModuleSetBuild.run
  (MavenModuleSetBuild.java:234)
  at hudson.model.ResourceController.execute
  (ResourceController.java:
  93)
  at hudson.model.Executor.run(Executor.java:119)
  Caused by: java.io.IOException: java.io.IOException: error=24, Too
  many open files
  at java.lang.UNIXProcess.init(UNIXProcess.java:148)
  at java.lang.ProcessImpl.start(ProcessImpl.java:65)
  at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
  ... 8 more
  Checkout (update)
  Fetching upstream changes
  [workspace] $ git fetch
  FATAL: Failed to fetch
  hudson.plugins.git.GitException: Failed to fetch
  at hudson.plugins.git.GitAPI.fetch(GitAPI.java:95)
  at hudson.plugins.git.GitAPI.fetch(GitAPI.java:103)
  at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:245)
  at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:235)
  at hudson.FilePath.act(FilePath.java:552)
 
  Cheers, Tim
 
 
  
 

 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---