I'm using LGPL version of SmartGWT (2.4) in Eclipse in Linux (Ubuntu). In deploying add to App Engine website, It stops with a "too many open files" error.
The output in the console is:
Compiling module cs560.smartask.Smartask
Compiling 5 permutations
Compiling permutation 0...
Compiling permutation 1...
Compiling permutation 2...
Compiling permutation 3...
Compiling permutation 4...
Compile of permutations succeeded
Linking into /home/cocofan/workspace3/smartask/war/smartask
Link succeeded
Compilation succeeded -- 74.747s
********************************************************
There is a new version of the SDK available.
-----------
Latest SDK:
Release: 1.4.2
Timestamp: Wed Feb 02 08:48:44 PST 2011
API versions: [1.0]
-----------
Your SDK:
Release: 1.4.0
Timestamp: Tue Nov 30 14:41:17 PST 2010
API versions: [1.0]
-----------
Please visit http://code.google.com/appengine for the latest SDK.
********************************************************
Creating staging directory
java.io.IOException: Cannot run program "/bin/ln": java.io.IOException: error=24, Too many open files
Debugging information may be found in /tmp/appengine-deploy9186374497742410293.log
I re-booted Eclipse and Linux and closed all open files that I can close but I still get this error message. Is there some other parameter that needs to be changed?
The output in the console is:
Compiling module cs560.smartask.Smartask
Compiling 5 permutations
Compiling permutation 0...
Compiling permutation 1...
Compiling permutation 2...
Compiling permutation 3...
Compiling permutation 4...
Compile of permutations succeeded
Linking into /home/cocofan/workspace3/smartask/war/smartask
Link succeeded
Compilation succeeded -- 74.747s
********************************************************
There is a new version of the SDK available.
-----------
Latest SDK:
Release: 1.4.2
Timestamp: Wed Feb 02 08:48:44 PST 2011
API versions: [1.0]
-----------
Your SDK:
Release: 1.4.0
Timestamp: Tue Nov 30 14:41:17 PST 2010
API versions: [1.0]
-----------
Please visit http://code.google.com/appengine for the latest SDK.
********************************************************
Creating staging directory
java.io.IOException: Cannot run program "/bin/ln": java.io.IOException: error=24, Too many open files
Debugging information may be found in /tmp/appengine-deploy9186374497742410293.log
I re-booted Eclipse and Linux and closed all open files that I can close but I still get this error message. Is there some other parameter that needs to be changed?
Comment