Re: GWT Compiler - java.io.IOException: Too many open files

2012-02-15 Thread Paul Robinson
When building a ClientBundle with images, the compiler holds all the source image files open at the same time, even if you never refer to the image in your code. This can be a problem if you've got a lot of images in the bundle interface. I think this is probably a bug, and I thought there was

Re: GWT Compiler - java.io.IOException: Too many open files

2012-02-15 Thread Jonas
Thanks, it turns it the limit of open files on my ubuntu server where I compile was 1024. If anyone have the same problem I solved it by using this guide: http://lj4newbies.blogspot.com/2007/04/too-many-open-files.html In /etc/security/limits.conf I added * soft nofile 65535 * hard nofile

GWT Compiler - java.io.IOException: Too many open files

2012-02-14 Thread Jonas
I've recently started getting these errors when I GWT compile my project for my ClientBundles (which have quite a lot of images). [java] Rebinding ...ClientBundle [java] Invoking generator com.google.gwt.resources.rebind.context.InlineClientBundleGenerator [java]