Community
Participate
Working Groups
This issue was reported internally against RBD, but may also occur in EDT. See internal work item 85426. Below is the message being displayed during deployment of a simple RUI app. Jimmy determined this to be a bug in the deployment code (one place in the code is not releasing file handles until the end of the deployment process). Messages Info: IWN.DEP.8303.i 0/0 The com.ibm.us.hahnt.helloworld.HelloWorld RUIHandler is being deployed to RichUIHelloWebProject. Error: IWN.DEP.8327.e 0/0 The config/includeDojo.html file which is used by /RichUIHelloProject/EGLSource/com/ibm/us/hahnt/helloworld/HelloWorld.egl could not be found. Generate all required projects. Info: IWN.DEP.8319.i 0/0 The WebContent/rununit-eze$$rt.js runtime properties file deployed. Info: IWN.DEP.8322.i 0/0 The WebContent/egl/messages/RuiMessages-en_US.js runtime message bundle deployed. Info: IWN.DEP.8320.i 0/0 The WebContent/HelloWorld-en_US.html HTML file deployed. Error: IWN.DEP.8305.e 0/0 Deployment failed for com.ibm.us.hahnt.helloworld.HelloWorld. Error: The WebContent/dijit/themes/soria/images/progressBarAnim.gif file failed to be moved to the RichUIHelloWebProject project. Error: Exception: java.io.FileNotFoundException:/home/tjh/Documents/IBM/rationalsdp/NewWorkspace/com.ibm.egl.rui.dojo.runtime.local_1.5/WebContent/dijit/themes/soria/images/progressBarAnim.gif (Too many open files) Error: The WebContent/dojo/cldr/nls/kab/gregorian.js file failed to be moved to the RichUIHelloWebProject project. Error: Exception: java.io.FileNotFoundException:/home/tjh/Documents/IBM/rationalsdp/NewWorkspace/com.ibm.egl.rui.dojo.runtime.local_1.5/WebContent/dojo/cldr/nls/kab/gregorian.js (Too many open files) Error: The WebContent/dojo/cldr/nls/kam/gregorian.js file failed to be moved to the RichUIHelloWebProject project. Error: Exception: java.io.FileNotFoundException:/home/tjh/Documents/IBM/rationalsdp/NewWorkspace/com.ibm.egl.rui.dojo.runtime.local_1.5/WebContent/dojo/cldr/nls/kam/gregorian.js (Too many open files)
Created attachment 209081 [details] Patch Hi Tony, please review the patch. Thanks a lot.
Patch looks good to me. Thanks!
The fix is in now. Thanks.
I have no way to verify this fix, but I looked at the patch, and it seems it will address the problem.