WebLogic Server: "TOO MANY OPEN FILES" Exception

Check Limits and change it temp.
$ ulimit -H -n                             (Display hard limit, cannot be exceeded)
$ ulimit -S -n                             (Display soft limit may be increased up to hard limit value)
$ ulimit -S -n 4096                        (Increase the soft limit to 4096) for current shell scripting
To increase file limit permanently for specific user
$ sudo vim /etc/security/limits.conf 
Add following command
 soft nofile 2048
Save and exit file,

References

Comments

Popular posts from this blog

Unable to create a server socket for listening on channel "Default[4]". The address 0:0:0:0:0:0:0:1 might be incorrect or another process is using port 8001: java.net.BindException: Address already in use: JVM_Bind.

[Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.

Database Connection issues in Jdeveloper with MySQL Database