Hello,
We are using smartGWTEE version on Weblogic 6, running on Linux CentOS 64bit.
From time to time, the server gets stuck, and the logs say "too many open files". We already increased the max number to 4096.
Apparently, the server code keeps a lot of files open. Some of them are the images of the skin ("menuBckg.gif" etc), some of them are the DataSources XML files.
Is there a reason they're kept open?
We do not use our own IDACall.
The custom server code is only our own DataSources which inherit from SQLDataSource. some operations they do themselves, but for some we call the super's execute.
Thanks
We are using smartGWTEE version on Weblogic 6, running on Linux CentOS 64bit.
From time to time, the server gets stuck, and the logs say "too many open files". We already increased the max number to 4096.
Apparently, the server code keeps a lot of files open. Some of them are the images of the skin ("menuBckg.gif" etc), some of them are the DataSources XML files.
Is there a reason they're kept open?
We do not use our own IDACall.
The custom server code is only our own DataSources which inherit from SQLDataSource. some operations they do themselves, but for some we call the super's execute.
Thanks
Comment