 65 | Explains how to set a JPA/JDO database server using ObjectDB, the fast Java object database for JPA/JDO. |
 55 | , and we are now facing following issue. Object DB server is creating too many sockets. Currently the ObjectDB Server process has 3895 opened files, and from that number 3823 are opened sockets. I ... /proc//fd lrwx------ 1 odb odb 64 Mar 19 11:34 995 -> 'socket:[507755621]' lrwx------ 1 |
 45 | sockets become obsolete as a result of inactivity. The value is the timeout in seconds, where 0 ... its own inactivity timeout on sockets a more restrictive inactivity timeout has to be specified for ObjectDB to avoid using sockets that are expired by the firewall. The element
|
 36 | . a pool of sockets), provides an efficient way to construct multiple EntityManager instances ... EntityManagerFactory instance. Calling the close method is essential to release resources (such as a socket in |
 26 | The configuration element specifies Secure Sockets Layer (SSL) settings for secure communication in client-server mode, for both the client side and the server side. The default configuration file contains the following element:
|
 26 | or a socket to a remote server) in a connection pool and use them to speed up future EntityManager |
 5 | .SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect ... .connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect |
 4 | implementation of getLocalHost:
Socket socket = new Socket(InetAddress.getLocalHost(), port |
 4 | , but such exceptions have also been reported due to other issues. Since the same connection and sockets are used ... -server communication. It could be because of concurrent use of the same connection and sockets (i.e. same ... in the new implementation. Maybe a socket from a closed EntityManager is still used |
 3 | .connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at com |