ObjectDB Database Search
51-100 of 124 resultsIs redirecting the log file possible I have the objectdb in the same directory as jdk in the Program Files directory (Win 11). This directory is protected by the O/S and therefore objectdb has problem creating its log file. Relaxing the secutity settings is of course possible, but seems somewhat unsecure. Is there a way to tell | |
How to Use a SF with extended Persistence Context? service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory C:\servers\jboss\jboss ... .scanner] (DeploymentScanner-threads - 1) JBAS015003: Found Guestbook.war in deployment directory ... deployment directory . To trigger deployment create a file called Paltzefomat.war.dodeploy 13:52:02,512 INFO | |
Replication failed. The directory '$replication' and the files in the directory however are created ... with an up to date copy of the master database in the slave $replication directory , and provide maximum permissions. support Support | |
Embedding ObjectDB on server application (for other paths add the prefix objectdb: ) Relative path is relative to the OS current directory ... , then it is relative to the ObjectDB home directory . support Support I double checked that ObjectDB.jar ... if ObjectDB is unable to create a file at the requested directory ? Here's the stack trace: (starting | |
Primary key generation problem after changing entity package this class to B, and put schema information in objectdb.conf file (placed in the same directory as ... the objectdb.conf file in the parent directory . #2 (and please avoid different questions in the same ... ) and is never deleted. support Support Ok, yo were right. After putting objectdb.conf in parent directory | |
$temp property not evaluated properly when used in log path I have the following lines in my objectdb.conf file: I don't believe that the $temp property is being evaluated properly here as it creates a new directory "$temp" in the same directory as my execution script. Shouldn't this be logging to the system temp directory ? carr.onstott Carr Onstott | |
mapping file is not being loaded directory ). Both objectdb.jar and objectdb-jee.jar are on the classpath. Finally, the application prototype is being deployed as a war, with objectdb jars on the WAR lib directory . Any suggestions | |
Online backup problem somewhere in odb directory with my entities? kborkowski Karol Borkowski Any ClassNotFoundException   ... home directory on db server. I also tried to perform backup from standalone application | |
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 | |
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 | |
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 | |
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 | |
Persisting collection where members are subclasses to persist a reference to a non managed com.typowebguide. directory .Folder instance - field com.typowebguide. directory .Folder.children (error 613) is this a bug in ObjectDB or should I be handling | |
Undeployment of an remote Glassfish application locks objectdb log file an external directory (not in the web application under Glassfish)? support Support I tested to set ... still locked. Anyway, until this is solved the workaround of using a log file outside the web application directory should be used. 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 | |
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 | |
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 | |
Filename.odb$ Persisting Issue Hi, I seem to have a frequent issue with my Filename.odb$ remaining in my /db directory after my program terminates which prevents me from running my program again due to a persistence error thrown by Eclipse. I can't seem to manually terminate the file either. I usually have to fully close | |
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 | |
Guestbook Tutorial (Eclipse/Glassfish) is currently located in a working directory that GlassFish may clean when the web application is redeployed | |
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 | |
Activation error on Schema change. Even when objectdb.conf with old license key where copied to new version directory . No schema change | |
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 | |
suddenly a batchquery appears Zwicker Local files are generated in the temporary directory when processing exceeds RAM | |
Set timeout for BatchQueryItr Hello Support, For an unknow reason, some of my object query never finish ( deadlock maybe ). My tomcat temp directory is full of "BatchQueryItr" files. I can't found the origin of the issue but i wonder if it's possible to put a timeout for too long query. Regards, Xirt xirt Sylvain | |
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 | |
Guestbook example from tutorial does not work. directory it works. Another alternative is to place the object-jee.jar to /tomcat/lib/ dir. Didn´t | |
Where do i download the explorer from Hi, Where do i download the explorer from? I dont see any link. Please guide. Ravi ravionweb Ravi It is included in the zip file that can be downloaded from the download page (with the entire ObjectDB distribution) in the bin directory . support Support | |
Getting com.objectdb.o.UserException:.log (The filename, directory name, or volume label syntax is incorrect) at java.io.RandomAccessFile | |
Catching exceptions from online backup() method failed to create the missing directories , so the important part is to set as "target" a not | |
Starting Explorer programmatically JAR file and it is not available on ObjectDB Maven repository. You can find it in the bin directory | |
_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 | |
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 | |
Failed to read DB file while online backup is running; } } else { D.error("DB Backup directory could not be written | |
Doctor fails to run when running in parallel on more DB files. fixed/file4.odb&\ For us the solution seems to use different tmp directory for each file | |
Eclipse4 RCP - No Persistence provider for EntityManager ObjectDB you can find the objectdb.jar in the bin directory . support Support Thank | |
Exception while accessing the Persistence unit ...? the persistence.xml file has an error or maybe it is located in the wrong directory | |
ArrayIndexOutOfBoundsException on flush? Do you have the full transaction history (recording) in an odr directory ? If you have it the corruption may be reproduced ... handle large objects correctly. support Support I've uploaded the odr directory to the ftp site | |
EOFException or recording directory if it exists, or copying, moving or transferring an ObjectDB database file without its recovery file or recording directory . Power failure when the database is being updated | |
ObjectDB tries to create a File in a localtion without write access Hello, if we install our Product into the windows Program Files directory which have by default no write acces for the 'normal' users. If we now open 'older' Profiles (older Databases) we get the following exception: Caused by: javax.persistence.PersistenceException: com.objectdb.o.UserException | |
combined index not used when you copy directories with many files in Windows, which is very inaccurate. Evaluating query plans | |
Feature suggestion: Improved Maven Enhancer support plugin. Maybe all the class files in the target directories can be scanned automatically and enhanced if necessary. support Support | |
Use temporary files to enable very large transactions , where $temp is the default Java temporary directory ( System.getProperty("java.io.tmpdir") ). support | |
Application not starting after enhancement my error, I thought that the .* also included sub directories but it does not. If i use -s instead of -cp everything works. Thanks! Kevin Kevin Pfaff | |
ODB Doctor Stops Progressing (runs forever) on the system for Jstack, I hit a failure to a permissions error on the /tmp directory I just | |
ObjectDB 2.6.9 Added support for integration with WebSphere / Liberty application server. Fixed deletin g large transaction temporary files (in the experimental large transactions feature ). Fixed empty log directory creation when logging is disabled. Fixed a bug in using nested embedded objects. Fixed a query | |
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.home for client/server an error. In the manual you can learn about the default ObjectDB home directory and the path | |
Add Type level permissions to ObjectDB Server. Currently this configuration supports directory and file (i.e. database) level permissions |