ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
44

Activation key causes database to not start

. We get an error when trying to start ObjectDB after adding activation in objectdb.conf. We initially ... . We still cannot start ObjectDB if we add the activation key in objectdb.conf. This is the ObjectDB log we get when trying to start ObjectDB with the license. What is to be done? Thank you. :) [ObjectDB 2.6.5_04
44

Logging problem on attempt to start a Server that is already running

It seems that there is a bug in logging mechanism, if you try to start the database which is already started it starts filing the log continuously until it runs out of space on disk. How to check ... a recurring attempt to start the server, if the port is in use, until it becomes available. Build 2.5.4_01
44

The server cannot start in CentOS

.objectdb.Server start The result is attached. After typing the command, the system seems halting. gzdillon Lai Yang Actually your attached screenshot shows that the server has been started successfully. If you want to start it in the background, try: java -cp objectdb.jar com.objectdb.Server start
43

ORDER BY problem, when String starts with language specific character

Dear all, I have a problem with ORDER BY clause. I have a simple query: select u from User u order by u.name When the name starts with "normal/english" character, records are ordered correctly. But when it starts with language specific character like 'Č', these records are placed after records
43

Starting Explorer programmatically

Hi wondering if it's possible to start Explorer from code. Reason: In cases where Gradle is used to manage the ObjectDb jar version, it would be useful to start the explorer from a Groovy script (or java program), to guarantee that it's using the same Gradle-managed objectdb jar version. dmoshal
43

How to start a objectdb server with new Daemon (without blocking the thread)??

I am planning to use objectdb+jetty on Google compute engine server for my next project. But it seemed starting the server will block my thread. Any instruction to avoid thread blocking? taheta Taheta Woon Consider using embedded mode, which is faster, and does not require running a server
8

Application not starting after enhancement

Application not starting after enhancement
7

Index Definition

on fields x and y enables quick execution of the following queries: SELECT p FROM Point p WHERE p.x ... it. Therefore, using such index, the query above can be executed by a quick index range scan. The same collection index
1

Step 3: Add a Main Class

of the code can be found in the Quick Tour chapter of the ObjectDB Manual. The next (and last) step in this tutorial is running the project.
0

ObjectDB 1.0 Manual

- About ObjectDB Describes ObjectDB's main features and editions. Chapter 2 - A Quick Tour Demonstrates

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support