Hi,
We have developed a JSF+Spring+Hibernate based portlet application and it is running in Websphere Portal Server(WPS).
While running the portlet in WPS on a linux machine, we are getting the following error.
' Too many open files'....
And after investigating the issue further, we saw that the files that were being kept open were having the file name as <package name>.<POJO name>.data files. These POJOs are being maintained by hibernate. However, this problem does not occur when the portlet is run in WPS on a window machine.
Has anyone come across this problem before? Appreciate any help in this regard !
Thanks in advance...
|