ObjectDB Database Search
1-50 of 124 resultsCan I Disable the Creation of the "log" Directory?" directory still gets created. A "log" directory also gets created when I run com.objectdb.Enhancer ... to ignore these "log" directories , which is a minor annoyance. Can the creation of "log" directories ... ObjectDB as the log directory is in the objectdb.conf file. See this manual page regarding | |
Setting temp directory location in ObjectDB HI, I am using ObjectDB and would to change the temp directory location wihtout using objectDB ... .class.getClassLoader()); I read in the ObjectDB website that we can change the temp directory using ... , how can i set the temp directory using my java class e.g setting through  | |
Size of recording directory keeps growing of objects. I am observing that the recording directory (*.odr.. 19GB!!) is keep growing ... --r-- 1 nef nef 182M May 13 17:38 db/cloudai/genose.odb Recording directory nef@l1:~/objectdb$ ls ... file that you keep. For example, in your directory it is now 3500781.odb, a snapshot | |
Database Transaction Replayer When recording is enabled , ObjectDB maintains a recording directory for each database file. The name of the recording directory is the database file name with the .odr (ObjectDB Recording) suffix. By default, the recording directory is created in the same directory as the database file. If the purpose | |
Server Configuration directory . The data path of an ObjectDB server is similar to the document root directory of a web server. Every database file in the data directory and its subdirectories can be accessed by the server. The server process requires appropriate file system permissions on the data directory | |
JPA Class Enhancer.Enhancer If objectdb.jar is not in the current directory , a path to the file must be specified ... on Unix/Linux) from the ObjectDB bin directory . To use that script, you must edit the paths ... classes -pu : persistence unit name -s : include sub directories in search -d : output path for enhanced | |
Database Doctor recovery file or recording directory . Copying, moving, or transferring a database file without its corresponding recovery file or recording directory . A power failure during a database update ... objectdb.jar com.objectdb.Doctor my.odb If objectdb.jar is not in the current directory | |
Database Management Settings environments. By default, the recovery file is created in the same directory as the database file ... default, a recording subdirectory is created in the same directory as the database file | |
Database Replication and Clustering root directory , $replication , which is located under the server's data root directory . To start | |
Obtaining a JPA Database Connection directory , which by default is the directory where ObjectDB is installed. If a database file does not | |
How to install ObjectDB? ObjectDB is distributed as a zip file. Just download and extract the ObjectDB distribution zip file. No need to run any install or setup program. You can uninstall ObjectDB by deleting the ObjectDB directory . ObjectDB does not modify the registry or any other system file. | |
Java EE 6 JPA Tutorial - Eclipse Project the guestbook-jee6 directory as Root Directory and press ENTER . Select the project and click | |
Step 4: Run the Application- directory under the ObjectDB installation directory . Consequent runs of the application will use | |
Spring MVC JPA Tutorial - Eclipse Project-spring directory as Root Directory and press ENTER . Select the project and click Finish | |
How to resolve 404 errors with Eclipse/Maven Spring MVC because there was only one project in it. I suppose deleting the class files in the bin directory ... the directory I created by unzipping the maven version of your tutorial. In this version eclipse won't ... . Where is the project directory ? support Support Sorry! Apparently the import feature in eclipse does not work the way | |
Attempt to open a non existing file '/tmp/objectdb_xxxx/SortQueryItr_6.mrg' a separate class loader) manages its own directory of temporary files, e.g. /tmp/objectdb_2116263629532821442 . This directory is created as soon as a temporary file is required. The name is random so you cannot identify the process of each temporary directory . In that directory a lock file, lock.lck | |
Replaying recorded requests... directory has many files like this: mr.odb_nonclosed, mr_1.odb_nonclosed up to mr_10.odb_nonclosed 2. there is a directory mr.odr, with many files ending in .odr So, questions: a) how can I ... the root directory of my web project and now it is being read. So, I think for now I can live with it in | |
FileNotFoundException directory ) at java.io.RandomAccessFile.open0(Native Method ... more sjzlondon Steve Zara The stack trace indicates a problem in preparing a directory for ObjectDB temporary files. Please verify that the ObjectDB process has permissions to create directories and files | |
Online Backup in client-server mode backup relative to the ObjectDB home directory thamal Tomas Hamal You are right ... parameter it represents a path relative to the ObjectDB home directory , and in client-server mode, relative to the ObjectDB home directory on the server side." As a workaround, consider using a symlink | |
UserException: Package com.example.model is not found by the enhancer and move the dist directory out of the project to a remote location and run it using java -jar example.jar then I ... and build my dist directory contains: 1. lib directory with all the jars 2. example.jar 3. README.txt However, in my source code's lib directory I have: \lib\objectdb-2.5.4_05\database\example.odb | |
Failed to synchronize replicated database all files from $replication directory . Started master Started slave But the exception is still thrown ... to work the slave database must start with a copy of the master database in the replication directory ... : The replicated databases on the slave server are automatically generated under a special root directory ,  | |
recovery enabled="false", still creates tablename.odb$ files explained on this page (with more details): The value of $objectdb (the ObjectDB home directory ) is derived from the location of the objectdb.jar file. It is defined as the path to the directory in which objectdb.jar is located, with one exception - if the name of that directory is bin, lib or | |
Tomcat + JPA Problem to the tomcat directory (context.xml). In my opinion this caused the trouble. Another Question ... /guest.odb" ) refers to WEB-INF/db/guest.odb - but not the development WEB-INF directory but the deployment WEB-INF directory somewhere under your Tomcat installation. support Support Hi support, as | |
Jboss 6 persistence.xml startup error drop it in the JBoss's deploy directory , start JBoss ( run ) and open the browser at http ... directory is the deploy directory : the default ObjectDB configuration can be placed at deploy/object.conf , the ObjectDB log directory is deploy/log , and the database is created by default at deploy/db | |
Database is locked when in use directory to be created, what extra needs to be done. binitbhaskar Binit Bhaskar You should be able to cast ... . support Support Thanks. How should i get rid of Timestamp directory ? I am going to use ... want all the odb files to be placed in "backup" directory not backup/[timestamp] directory | |
Connecting to a remote objectdb server an absolute path (or relative, starting with $objectdb ) for the database root directory . See this manual ... the db files on the root folder of server? I do not see any files in the db folder or directory ... in the extracted directory (including subdirectories). Run the server at that location (e.g. double | |
Single Server License and Embedded Mode, find the location of the objectdb.jar file. If it is in a lib, bin or build directory go one level up. In that directory put the objectdb.conf file. support Support I did update ... for the objectdb.conf either in the same directory of the objectdb.jar or in the parent directory . support Support | |
Enhancer -s broken is is only enhancing ${bin.dir}/org/tinymediamanager/core/ and no sub packages/ directories . With earlier versions (2 ... directory (that the OS found), without any directory to use the -s switch on. Try disabling wildcard ... it to ObjectDB. *.class does not cover directories . * does. The documentation will be fixed accordingly. Thanks for your help. support Support | |
Step 4: Run the Application directory . Running the application again will use the existing database file to store an additional | |
JPA Web App Tutorial - Maven Project: mvn package jetty:run The current directory should be guestbook-web (containing the pom | |
Spring MVC JPA Tutorial - IntelliJ Project To open and run the Spring MVC JPA tutorial project in Download and extract the project zip file: Spring MVC JPA - Maven Project (8KB) Open the project in IntelliJ IDEA: Select File Open Project... . Select the guestbook-spring directory and click OK . Define | |
Step 6: Set the Spring XML the WEB-INF directory . The next step (and the last in this tutorial) is running the Spring web application . | |
JPA Web App Tutorial - NetBeans Project To open and run the JPA Web Application tutorial project in NetBeans: Download and extract the project zip file: JPA Web App - Maven Project (6KB) Open the Maven project in NetBeans: Select File Open Project... . Select the guestbook-web directory and click Open | |
Step 1: Create a Java Project of the ObjectDB installation directory and click Open . Now you should have a new NetBeans project | |
Step 6: Set the Spring XML for JSP pages in the WEB-INF directory . The next step (and the last in this tutorial) is running the Spring web application . | |
Step 7: Run the Spring Web App is created under the Tomcat directory . You can stop the Tomcat server and open the database file in  | |
Java EE JPA Tutorial - Maven Project the command line: mvn package The current directory should be guestbook-jee6 | |
Step 6: Run the Java EE 6 Application You can run the application now by right clicking the GuestServlet node (in the [Project Explorer] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode - the database file is created under the GlassFish directory (e.g. at domains\domain1\eclipseApps | |
Step 6: Run the Web Application You can run the application now by right clicking the GuestServlet node (in the [Project Explorer] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode - the database file is created under the Tomcat directory . You can stop the Tomcat server and open | |
Step 2: Entity Class and Persistence Unit right clicking the new source directory node (in the [Package Explorer] window) and selecting  | |
Getting Started with JPA - Maven Project The current directory should be points-console (containing the pom.xml file). No need to download | |
Java EE 6 JPA Tutorial - NetBeans Project To open and run the Java EE 6 Web Application tutorial project in NetBeans: Download and extract the project zip file: Java EE JPA Web App - Maven Project (7KB) Open the Maven project in NetBeans: Select File Open Project... . Select the guestbook-jee6 directory | |
Spring MVC JPA Tutorial - Maven Project jetty:run The current directory should be guestbook-spring (containing the pom.xml file | |
Step 6: Run the Java EE 6 Application under the GlassFish directory (e.g. at domains\domain1\eclipseApps\Guestbook\WEB-INF ). You can stop the GlassFish | |
Getting Started with JPA - NetBeans Project To open and run the Quick Start with JPA tutorial project in NetBeans: Download and extract the project zip file: Getting Started with JPA - Maven Project (3KB) Open the Maven project in NetBeans: Select File Open Project... . Select the points-console directory and click Open Project . Run | |
Getting Started with JPA - IntelliJ Project To open and run the Quick Start with JPA tutorial project in IntelliJ IDEA: Download and extract the project zip file: Getting Started with JPA - Maven Project (3KB) Open the project in IntelliJ IDEA: Select File Open Project... . Select the points-console directory and click Open Project | |
Step 6: Run the Web Application You can run the application now by right clicking the GuestServlet node (in the [Projects] window), selecting Run File , and then clicking OK (no need to change the servlet execution URI). Since we are using ObjectDB in embedded mode - the database file is created under the Tomcat directory | |
Database is erased after deploying a new web application version)? If the database is located in a directory that is cleaned by the web server on every new deployment you should move it to another directory . support Support Thanks for the quick reply. I've moved the file to my root directory (and opened all permissions for it) but now there's a problem with accessing | |
user defined backup file")); which should create a backupfile with the name ' test.objectdb " in the directory ' /User/Backup/ ' or backupQuery ... with the origin name of the database in the directory ' /User/Backup/ '. Otherwise we had to do the backup in an empty temp directory , scan the backup directory for a newly created backup database-file (in | |
Deleting archive log folder causes exception Hello, we have observed strange behaviour when we delete odb archive log directory . We are running ... any configuration. There is some file named archive created instead(?) of the original directory ... that should be able to handle also deletion of the archive directory when the database is open. Alternatively |