ObjectDB Database Search

101-150 of 185 results

Again about $temp from objectdb.conf

? Thank you,   Sandu sandu Alexandru Constantinescu You can set the temporary directory ... .tmpdir" system property, but that will change the temporary directory for the entire JVM, not just for ObjectDB.   support Support

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

for both master and slave. Other output: master db directory /data/objectdb-2.5.0_05/db dir -rw-r--r-- 1 pcrx ... .odr slave db directory /data/objectdb-2.5.0_05-2/db/$replication dir -rw-r--r-- 1 pcrx pcrx 786432

How to open a running db in ObjectDB Explorer?

set a JVM option to specify the ObjectDB home directory which is "objectdb-2.6.8_02". The database was created successfully in the db subdirectory. The bin directory contains all relevant jar files

Get list of database files

, password, false); This will return the root directory , which then can be explored further using the java.io.File API. You can also get the File (or directory ) of a specific path on the server using: File

user defined backup target

, could create a backup at c:\backup\201012312359\test.odb regardless of the ObjectDB home directory ... between 100 MB to 1GB (without documents) which means the size of the backup directory will increase

Replication error on slave restart

with the attached files. The Slave directory contains a database file (sm.odb) with 4 entity classes, 5 embeddable classes and 108 entity objects. The master directory contains an empty database file (sm.odb

Cast exception?

: workaround solution found. I separated all my db classes and put them in a jar under the same directory as objectdb, both in the previous directory where persistence isn't a problem but cast exception

problems with OEM license/enhancing

with the activation key is located in the correct location (same directory as objectdb.jar, except if that directory is lib , bin or build ). support Support as regards the correct location

Deploy ObjectDB in WildFly 10

Hi, I'm currently evaluating ObjectDB and try to deploy my project in WildFly 10. I've installed ObjectDB in the modules directory and added a persistence.xml file:        ... Please include objectdb-jee.jar in your application WEB-INF/lib directory . If this doesn't help

Error activating objectdb

directory and cannot find it. Either specify the full path of objectdb.jar or run the command after moving into the bin directory . support Support

objectdb:2.8.4 - Error occurred during initialization of boot layer

of objectdb.jar (from the bin directory of the ObjectDB distribution), or the objectdb.jar file from ... directory and include only the objectdb-jee.jar file, which could be renamed to objectdb

Failing in embedded mode, correct javax.persistance?

and found I had no classpath set. I moved the two jar-files in question to my project directory and it worked fine. I then moved them to the Java/jdk- directory and got problems with the log-file

Running ObjectDB on a node that does not have internet connectivity

. After rolling back from version 2.5.7_06 to 2.3.7_02 I got this error: jdo.dtd (No such file or directory ) I

ODB lost?

the existence of a special empty file (a file whose name is active  in the odr directory ). If this file

Is 2 level cache in use?

Hi, Is there any way to check, if 2 level cache is in use? Right now I've done two things: 1. objectdb.conf with cache size is placed in WEB-INF directory of my web application. 2. persistence.xml was modified with: But after few benchmarks I don't really see any difference in performance. ODB

Type ... is not defined as an entity (@Entity is missing) (error 302)

in a libs directory on the root of the eclipse project and then add it to the classpath runtime

server.exe on 32bit and 64bit Windows

(in the directory of explorer.exe and server.exe), where each file has a single text line: vm

WebService : Failed to get reference value of field using enhanced method

). support Support I added objectdb.jar to Tomcat-Dir/lib directory . (I use axis2 Web Service Framework

Activation error on Schema change

. Even when objectdb.conf with old license key where copied to new version directory . No schema change

How force always recreate database on redeployment.

application) and the other on the server side (possibly in the ObjectDB installation directory ). 

failure to enforce NOT NULL for java.lang.String

the database with username=null. the target/ directory is wiped out by `mvn clean` so i am certain

Exception while accessing the Persistence unit ...?

the persistence.xml file has an error or maybe it is located in the wrong directory

Empty query results after JAR creation

/resources/TravelDB.odb"); When you run the jar the current directory is probably different so maybe

explorer NullPointerException

I studied ObjectDB a few hours ago and got some problems when use explorer. I run it and right-click in 'Open local database' window,and the all the pop menu item is gray and disabled,such as ‘new database’,'new directory ','cut','copy' ... if I click 'tools---options' before open database

JBoss 7.1 and EAP 6 support

lib   directory ). Add to the persistence.xml file a request to load the ObjectDB module. support Support

GlassFish 3.1.2.2/JBoss 7.1.1

; directory ). Add to the persistence.xml file a request to load the ObjectDB module. Build 2.4.3 fixes

exception thrown when try to run explorer again?

the Explorer in the bin directory , which should contain  objectdb.jar . support Support

Getting com.objectdb.o.UserException:

.log (The filename, directory name, or volume label syntax is incorrect) at java.io.RandomAccessFile

Guestbook Tutorial (Eclipse/Glassfish)

is currently located in a working directory that GlassFish may clean when the web application is redeployed

Issue deploying EJB project to Jboss/Glassfish

.jar in the web application lib directory ). Adding to the persistence.xml file a request to load

Need disk usage and delete some old files

;host, port, username, password, false); and specific directory (and possibly file) using: File dir

Add class to objectdb ?

prototype" button when user clicks on prototype button it will ask for .class , .jar or all directory class

Apache Tomee 1.5.2: Failed to use JTA (TransactionManager is not found)

application WEB-INF/lib directory . Try also using  objectdb-jee.jar instead of  objectdb.jar

Failed to create a new file 'target\objectdb\log\archive' (error 112)

, which should create the log directory if it does not exist yet (and there are sufficient privileges). support Support

How to deploy an Objectdb project with Jboss AS 7?

for directory C:\servers\jboss\jboss-as-7.1.1.Final\standalone\deployments 04:56:02,526 INFO [org.jboss.as

Missing atificat for ObjectDB?

is that it still can't work. I checked Windows' users directory , local .m2 repository, and found under com/objectdb

Eclipse - Maven - Dependencies not getting automatically reflected

I have installed Java 1.7 Eclipse Juno From Eclipse Market place have installed - Maven Integration for Eclipse WTP (a.k.a m2e-wtp), m2e-apt, Spring IDE, The Spring Tool Suite™ (STS) Have defined M2_HOME as directory where Maven is installed. PATH updated as %M2_HOME%/bin I am working on Windows

Netbeans-Friendly Javadocs

in the ObjectDB distribution (in the doc directory ). It works when adding it through Tools Java

The project does not contain a persistence unit

Ashton Hogan Maybe the META-INF directory is not in the right place. See the Java EE / JPA / Netbeans

_PersistenceException: Failed to open file

ObjectDB home directory . Your url should be: "objectdb://localhost:8080/db/guests.odb" and not "$objectdb://localhost:8080/db/guests.odb" support Support

Replication Issue

side (under the $replication directory ). Please also check if the log files include additional stack traces. support Support

UserException: Invalid configuration in 'internal' - Check permissions

on the log directory and ObjectDB Home , and either change permissions for the default log path, or

data protection method in ObjectDB Embedded Mode

of complete drives, directories or files, and an ObjectDB database is an ordinary file

Password Protect Database File

of complete drives, directories or files, and an ObjectDB database is an ordinary file. If you are going

JPA - ExceptionInInitializerError when creating EntityManager

) services on Server. Delete NetBeans configuration's Users directories . Restart Server & Also, My client

ObjectDB 2.0.2

Fixed a bug in queries on embedded objects in C/S mode. Fixed a bug in setting log directory path (missing URL decoding). Fixed a bug in automatic byte code enhancement in Java EE server. Fixed a bug in multi variable queries.

objectdb.home for client/server

an error. In the manual  you can learn about the default ObjectDB home directory and the path

BIRT Driver Improvements

, so you can just drop the last objectdb.jar file and the two attached jar files in your Eclipse plugins directory

ObjectDB 2.5.2

Added automatic creation of the log directory if it does not exist. Added support of old Spring Framework versions (with JPA 1.0). Fixed "InternalException: InterruptedException" due to application interrupts in embedded mode. Fixed a class loading conflict with Log4j. Fixed very slow processing

ObjectDB 2.5.5

Added support of Java 8 (JDK 1.8), see issue #1369 . Added support for deleting archive log directory when the database is open ( issue #1303 ). Changed the response to starting a database server that is already running (avoiding further attempts). Fixed a memory issue with using ObjectDB