ObjectDB Database Search
1-34 of 34 resultsobjectdb.conf Information Hello, Is it possible to get detailed information on objectdb. conf client vs server? We do have an objectdb. conf for our client and one for our server instance. Now there're several questions ... the client and the server config? quasado Alexander Adam Yes, this is confusing. The objectdb. conf file | |
Git seems not to commit objectdb.conf git version 1.8.4.1 (Mac OS X) For some reason my Git seems to be "ignoring" (although not in .gitignore) the web/WEB-INF/objectdb. conf in a web app. I can't find anything about the . conf suffix being ignored. Has anybody noticed this and/or found a solution ? webel Dr Darren Kelly | |
Understanding Database max-threads objectdb.conf Settings Option These are questions asked in the context of the proposed architecture described in the forum thread titled, "Sample JDO Architecture for Follow Up Questions". In the objectdb. conf file (attached to forum thread mentioned above), I set Database max-threads. In the documentation | |
Activation Issue. That generated the activation key. I took that key as per the instructions, added it to the objectdb. conf inside ... the activation key in objectdb. conf ). I tried upgrading to 2.3.7_02 and updating objectdb. conf ... of objectdb. conf : [ObjectDB 2.3.7_02] javax.persistence.PersistenceException Too many | |
Replaying recorded requests... - if no exception is thrown then your configuration file is not used. Yep, the conf file is definitely ... so that's one problem. I have been using /WEB-INF/objectdb. conf - is this the wrong location? In addition ... when the webapp shuts down. Is that wrong? dmoshal David Moshal Regarding the conf file, I put a copy in | |
virtual servers and one file sure that the change was applied to the correct objectdb. conf file (frequently users change an objectdb. conf file that is not is use). Check which configuration file in actually used in the log. You may also insert a deliberate error in the objectdb. conf file - if the application | |
Can I Disable the Creation of the "log" Directory? thread titled, "Sample JDO Architecture for Follow Up Questions". In the objectdb. conf file ... be disabled? CBE CBE This may indicate that ObjectDB doesn't use the objectdb. conf file in ... ObjectDB as the log directory is in the objectdb. conf file. See this manual page regarding | |
Configure ObjectDB in spring context is to configure entire ObjectDB (optionally objectdb. conf too) in springs context.xml file so that I'd ... the ObjectDB configuration, it must be placed in an objectdb. conf file. But you can also replace the objectdb. conf resource that is embedded in the objectdb.jar file, and then no external file | |
Soft Reference Object Cache Recommendation with page file size of 64 KB. Here are relevant objectdb. conf settings: My persisted class, "JdoBlob2 ... " is the screenshot.) CBE CBE Test program attached. ("Test.java", "ObjectDb. conf ", and a movie that shows ... this ObjectDb. conf setting: The test is using enhanced classes and inspecting RAM is done after commits | |
Single Server License and Embedded Mode limits are not removed then most likely activation code was not added to the correct objectdb. conf ... up. In that directory put the objectdb. conf file. support Support I did update the objectdb. conf as directed during activation. However, I'm using maven to to get objectdb lib from | |
Cannot initialize db after inserting a java.util.List.EMF.createEntityManager(EMF.java:90) at com.socratestutor. conf .startup.DataStartup.run(DataStartup.java:24) at com.socratestutor. conf .startup.StartupContextListener.contextInitialized ... .EMF.createEntityManager(EMF.java:90) at com.socratestutor. conf .startup.DataStartup.run(DataStartup | |
Programatic configuration or configuration file loaded from classpath or file my own jar and have it loaded by classloader? You may replace the embedded default objectdb. conf in the objectdb.jar, which is loaded as a resource and used when no external objectdb. conf is found, with your own objectdb. conf . support Support | |
RT Java application recording into 100DB run OOM after a few hours. it on a VPS with about 4GB of RAM. 1/ I use the default objectDb. conf (i mean i dont use any ... too much? Is there something in object. conf that i should tweak? I think I need to understand how the RAM is managed by | |
Need help to make this test work and define proper annotations for entities Lists; //System.setProperty("objectdb. conf ",   ... ; System.getProperty("user.home")+"objectdb. conf ");   | |
Connecting to a remote objectdb server - when objectdb on localhost The objectdb. conf server data url configured like: Thoughts?   ... unit and server objectdb. conf so I can compare mine. Also, from I had notice that everytime I | |
Replication failed Dear support members, I am trying to set up a replication url in objectdb. conf and have the the following error in the log files: [ObjectDB 2.3.4] javax.persistence.PersistenceException Failed ... .createEntityManager(EMF.java:176) My objectdb. conf : on a windows machine, this works properly | |
ObjectDB License Error I got JpaTransactionManager(emf); } } for config file i have specified on jvm param -Dobjectdb. conf =F:/Files/Works/DeepAssets/objectdb. conf Current basic config Even though i have site license , software | |
Jboss 6 persistence.xml startup error. conf , the ObjectDB log directory is deploy/log , and the database is created by default at deploy/db | |
Database connection url I'd like to run a database called db1.odb on port 6136, and simultaneously open it in the explorer. I left the conf file set as: However, I'm not sure about the connection url for the code, and for the explorer. I tried this: Transactor.emf | |
Complex Schema Upgrade not working added the schema upgrade to the objectdb. conf :   | |
Not releasing locked MST object Thanks for the tip. I don't have the element in my ObjectDB conf file, so I guess the index | |
ObjectDB throws `NullPointerException` in internal code (`com.objectdb.o.ENH.b`), the database schema and the objectdb. conf file must be fully synchronized with the migration | |
Explorer in 2.3 more information about the database health a. Show actual running values for all parameters in objectdb. conf (size | |
Academic license limitations? extra copy of the conf file and things worked just fine. Best Regards, Kal kmbugrara kal | |
Activation error on Schema change. Even when objectdb. conf with old license key where copied to new version directory. No schema change | |
Failed to commit transaction: Attempt to commit a rollback only transaction, but for some reason it persists across database restarts, which is scary to me. here in part of the conf 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 | |
Connection is closed Caused by: java.io.EOFException;on Windows XP Professional SP2 with jdk1.6.0_17 My conf is close to the default   | |
ClassNotFoundException Stack Traces in the Log File If I turn the log level in objectdb. conf to debug I get a lot of ClassNotFoundException 's (see example below). My question is, is there a way to avoid these exceptions? [2013-02-05 10:52:30 #399 type.loader] java.lang.ClassNotFoundException: org.xxx.TConductingEquipment at org.eclipse.osgi | |
Failed to write to ObjectDB log file. Thus, I have unzipped objectdb.jar, change objectdb. conf in META-INF folder to disable logging by | |
Performance of "InsertTest". And conf is set as " " What happen? The 2011 version is better than the version 2.8.0 | |
Unable to delete the .odb file programatically i am unable to delete the odb files. Note: i am using the default objectdb. conf file. Thanks | |
evalution limit error on digital ocean ubuntu Trying to run the code on Digital Ocean Ubuntu instance. Generated license and set key in objectdb conf file. It gives below exceeds evaluation error when we try to run the code. Caused by: com ... the activation key in the wrong objectdb. conf file, i.e. in an objectdb. conf file that is not in use by | |
cannot delete objects after crash (see issue 2283). Could you please post your production objectdb. conf file? support Support find attached our configuration hgzwicker |