db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » Java » db4o 6.4   (RSS)
  • File format incompatible. Help please

    Hello. I have some problem with db file.I'm using db4o in my application written in Java.User which uses it broke db file. I know that he updated application (replaced .jar file).New version of app has the same version db4o and the same settings.What was the immediate cause of this problem I don't know. But I have assumption, that he replaced .jar ...
    Posted to db4o User Forum (Forum) by twin84 on November 22, 2008
  • NPE when starting Defrag

     Hi, I tried using the db4o defrag functionality on my database file, but sadly it failed. I can't make any sense from the exception. My log file looks like this: 06-Oct-2008 18:07:18 tvadb.database.Db4oFileDefrag openDatabaseINFO: Getting default db4o Configuration...06-Oct-2008 18:07:18 tvadb.database.Db4oFileDefrag openDatabaseINFO: ...
    Posted to db4o User Forum (Forum) by Peter Schübel on October 6, 2008
  • connections in C/S environment are not closed

    Hi, I have another issue with the client-server environment. It seems that the connection between my client and the db4o server are never actually closed. This soon causes a ''Too many open files'' Exception on my system. I'm using the db4o 6.4 version 6.4.54.11278, both the client and the server run on the same machine (all using Java 1.6 / ...
    Posted to db4o User Forum (Forum) by Peter Schübel on September 11, 2008
  • DatabaseReadOnlyException when querying remote database

    Hi, I've been evaluating db4o for a client-server environment for the last few weeks. I've been running into a few problems, but could solve most of them using the tutorial, the db4o reference or by looking up in the forum. But I now have an issue that may or may not be a bug, so I thought I'd ask directly for some advice. Of course it could very ...
    Posted to db4o User Forum (Forum) by Peter Schübel on September 2, 2008
  • Class Cast exception trying to Replicate between RemoteServer and Local Server

    Dear Forum, Having: ObjectContainer containerA= Db4o.openClient(REMOTE_CREDENTIALS_REMOVED); ObjectContainer containerB=objectserver.openClient();   Doing now: ReplicationSession replication = Replication.begin(containerA,containerB);    Brings: Stack Trace: java.lang.ClassCastException: ...
    Posted to db4o User Forum (Forum) by zoernert on March 27, 2008
  • Slower than hsql?

    Hi, I am a newbie on both db4o and relational-db. My project require a database to store about 1000 users info and runs on Java ME CDC1.01.My first solution is using Hsql-cdc-port version. It takes about 162 seconds to insert 1000 records.Then, I tried to use db4o-6.4, with the same data, it takes about 247 seconds! It is too bad to ...
    Posted to db4o User Forum (Forum) by tetsu on January 11, 2008
  • Re: java, db4o 6.4: How to know whether ObjectContainer is "functional"?

    Thanx Brett, As it usually happens, I found the solution ( ExtObjectContainer#isClosed()) 5min after I posted the initial message, but I wanted to try to solve the whole problem and post the overall solution or hint. However, I still haven't been that lucky to find the solution.Here is the code: ==============================  final class ...
    Posted to db4o User Forum (Forum) by tatjana.kostic@ch.abb.com on November 27, 2007