ObjectDB ObjectDB

Internal Website Search

21-30 of 137 resultsRefresh
16

ObjectDB Enhancer Tool in Java 9

location, which is not valid in a Java module environment. Example command: java -Dobjectdb.conf=ObjectDb.conf --module-path com.objectdb.jar --module com.objectdb/com.objectdb.Enhancer Command output: com.objectdb.o.UserException: Configuration is not found - try setting objectdb.conf at com
14

Can I Disable the Creation of the "log" Directory?

titled, "Sample JDO Architecture for Follow Up Questions". In the objectdb.conf file (attached ... This may indicate that ObjectDB doesn't use the objectdb.conf file in which you set the log path ... is in the objectdb.conf file. See this manual page regarding the location of the ObjectDB configuration
14

Configure ObjectDB in spring context

is to configure entire ObjectDB (optionally objectdb.conf too) in springs context.xml file so that I'd be able ... an objectdb.conf file. But you can also replace the objectdb.conf resource that is embedded in the objectdb ... ("objectdb.home")); System.setProperty("objectdb.conf", environment.getRequiredProperty
14

Using explorer with a live embedded db

the correct objectdb.conf file, i.e. the one that is accessed by the Explorer, which many times ... had success yet. Can you please confirm I need to: 1. Edit the objectdb.conf INSIDE the objectdb-jee.jar file that I am using in my embedded app 2. Edit the objectdb.conf INSIDE the objectdb.jar file
14

Unexpected exception during open the database

, if an implict migration of package name and class name of an entity is defined in the objectdb.conf ... block from objectdb.conf all works fine during opening the database. The automatic index update is not part of the objectdb.conf, this cannot be the reason. <!--<index-update enabled="true" priority="40
14

Check for index existence ?

logging in objectdb.conf (on the server side): <logger name="query" level="trace" /> or <logger name ... side). support Support I am using the embedded mode. My objectdb.conf <log path="/var/lib/tomcat7 ... conf : <general> <temp path="$temp" threshold="64mb" /> <network inactivity-timeout="0" /> <url
14

ObjectDB 2.x is working without any activation code

the objectdb.jar in my classpath. I used the default objectdb.conf file present in the objectdb.jar file ... in the objectdb.conf file and again put this conf file in the objectdb.jar 2. Used other machine ... put activation code for a machine in conf file the logs were not opening but recentely we have faced a strange
14

UserException: Invalid configuration in 'internal' - Check permissions

specified in the internal default configuration, since no objectdb.conf file was found ... . support Support Hi, Following your recmmendations, I have set the objectdb.conf file via System.setProperty("objectdb.conf", "path/to/objectdb.conf"); I have also modified, in objectdb.conf
13

Soft Reference Object Cache Recommendation

. Here are relevant objectdb.conf settings: <size initial="64kb" resize="64kb" page="64kb" /> <processing cache ... .java", "ObjectDb.conf", and a movie that shows how to use it.) (Higher quality movie available ... for you. I use this ObjectDb.conf setting: <processing cache="1mb" max-threads="10" /> The test
2

Unable to stop server after starting in SSL mode

} -server -Xms16M -Xmx256M -cp ${OBJECTDB_JARS} com.objectdb.Server -conf ../objectdb.conf start Stop script: exec ${JAVA_VM} -server -Xms16M -Xmx256M -cp ${OBJECTDB_JARS} com.objectdb.Server -conf ../objectdb.conf stop objectdb.conf (SSL mode - masked): <objectdb> <general> <temp path

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