About network

manual

General Settings and Logging

Describes general configuration and logging of the ObjectDB Java object database for JPA and JDO. the ObjectDB General configuration section.... threshold = "64mb" /> <network inactivity-timeout = "0" /> <url-history size ... The <temp> element The <network> element The <url-history> element ...

 
manual

Database Server

Explains how to run and use the ObjectDB object database Server to manage Java/JPA/JDO databases in client-server mode.... to access and use databases on remote machines over the network. Since client-server mode carries the overhead of TCP/IP ...

 
forum_thread

Network in ObjectDB

Hi, every Body does the free license of objectDB support that i could put the database file on server (inside company) and more than one computer access that file if it's supported how i do it Thanks in Advance #1 2011-03-01 15:44 Hi, every Body does the free license of objectDB support that i could put the database file on server (in ...

 
issue

Exception in thread "main" java.lang.NoSuchFieldError: __odbTracker

Hi   there is something wrong with enhancement process I got that class was succesfully processed, log has size 0, enhancer is from build objectdb-2.2.8_08 and during object creation when some filed is initialised i got an exception   Exception in thread "main" java.lang.NoSuchFieldError: __odbTracker at com.package.Network.__odbSet_Connections(Network.java:1) at com.package.Network.<init>(Network.java:95) at com.package.EnhancementTest.main(EnhancementTest.java:14)   ... __odbTracker at com.package.Network.__odbSet_Connections(Network.java:1) at com.package.Network.<init>(Network.java:95) at ...

 
forum_thread

object creation during pmf.getPersistenceManager()

Hi ... during commit (memory for jvm 1,4GB). The object network is small, it was read from file via deserialization, file has size 2MB. ... it takes some time, I hope that now we will persist object network, thank You   Tomasz ...

 
forum_thread

Master database switching to read-only mode, possibly caused by slave failure

We had a database failure causing a production outage. Both master and slave databases have failed, slave became unresponsive and the master switched to read-only mode. By the look of it the slave database failed first and possibly caused the master to switch to read-only mode. The sequence of events was: #1 2012-04-05 04:38 We had a database failure causing a production outage. Both master and slave databases have failed, slave became ...

 
issue

EOFException

Not sure if you'll be able to help with this but I've had an application get into a state where it cannot access anything from the database - queries fail with the following exception: ... a database file while it is open and in use. Network or I/O failure when copying, moving or transferring a database file. ... database file located - on a local drive or on a shared network drive? Is accessing the database from multiple processes ...

 
forum_thread

JBoss 7 startup fails

Hi, I was having a go with entity beans 3.x jboss 7, objectdb and the guestbook web application but cannot come out of the swamp. I use eclipse indigo as IDE The "src" folder contains the pachake guest and within the classes: Guest.java, GuestListener.java and GuestServlet.java The WebContent/META-INF dir contains: context.xml ... ] creating http management service using network interface ( management ) port ( 9990 ) ... ] creating http management service using network interface ( management ) port ( 9990 ) ...

 
release

2.4.0

... automatic restart for failed connections on unexpected network failure. Improved temporary file management including ...

 
forum_thread

Exception when dataset bigger than treshold

I was working on reporting service for my application and found a problem with datasets bigger than treshold set in objectdb.conf.   ... threshold = "64mb" / > <network inactivity - timeout = "0" / > <log ...