ObjectDB Database Search

1-50 of 96 results

ObjectDb.conf Defaults

Is it expected that all objectdb. conf entries are optional and when they are not provided  ... Directory: %s%n", currentDirectory); Path objectDbConFile = Paths.get(currentDirectory, "objectdb. conf ... %objectdb environment variable System.setProperty("objectdb. conf ", objectDbConFile.toString

objectdb.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

Access objectdb.conf as class loader resource

Hi, is it possible configure ObjectDB so it searches the objectdb. conf file as a class loader resource? Regards, Vladimir tsichevski Vladimir Tsichevski If a configuration file is not found at the expected path , then it is loaded as a resource from: META-INF/objectdb. conf Default

How Should I Configure objectdb.conf to Obtain 256KB Disk IO Requests and Maximize Shared PersistenceManager Entity Cache?

. conf to give 256KB disk accesses and use PersistenceManager L1 ref=soft caching and datastore ... from/to the disk, but in a 256 KB sized IO packets. Is the objectdb. conf file (attached 

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

Again about $temp from objectdb.conf

.getInitParameter("OBJECT_DB_HOME")); // sets $objectdb System.setProperty("objectdb. conf ", config

500Mb ObjectDb database opening issue

all activations from the objectdb. conf file. With an OEM license your end users do not need activation codes

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

PostUpdate on array changes

this some more, noticed a couple of things: a) objectdb. conf file was no longer being found in src/main ... sure that objectdb. conf is found - The config path as set above is printed to the logs, and  ... objectdb. conf file I will revisit the issue of dirty tracking of arrays. However, I have these new

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

ObjectDB Enhancer Tool in Java 9

-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 ... more Caused by: com.objectdb.o.UserException: Configuration is not found - try setting objectdb. conf at com

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

Using explorer with a live embedded db

that you set the correct  objectdb. conf file, i.e. the one that is accessed by the Explorer ... , but I have not 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

Unexpected exception during open the database

of package name and class name of an entity is defined in the objectdb. conf .       ... the schema 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.   btc_es BTC

Check for index existence ?

logging in objectdb. conf (on the server side): or   support Support Hello, sorry but name ... ; My objectdb. conf Any error ?  xirt Sylvain It should be:                support Support Full general conf :       

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

recovery enabled="false", still creates tablename.odb$ files

Dev Could you please verify that this setting is in the correct  objectdb. conf file? As ... default the configuration file is loaded from $objectdb/objectdb. conf . You can add an XML error to the objectdb. conf file. If your application is still running then it is not the right file. support Support

OutofMemory error with Object DB 2.0

, the problem now is different. Could you please post your objectdb. conf file? The database cache ... . support Support Contents of the objectdb. conf file (also attached). I think I have disabled recovery which was enabled in default conf : madhuarish Bhanu Pathak The cache should be 64MB per open database

multi EntityManager with Spring Boot, but 'Too many persistable types (>10)

of database2(6137) from app is also ok. each objectdb. conf is same without port setting. (activation code ... this problem. Chapter 6 - Configuration System.setProperty("objectdb. conf ", "/my/objectdb. conf "); when dealing

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

Setting temp directory location in ObjectDB

HI, I am using ObjectDB and would to change the temp directory location wihtout using objectDB. conf file. I am using JDO and setting the persistenceManager as follow properties.setProperty("javax ... the following conf file But can you please let me know, if i dont want to use the conf file

Dependency from enhanced classes to the objectDB library

the classes). To use your ObjectDB configuration replace the  META-INF/objectdb. conf file that is embedded in objectdb.jar with your objectdb. conf file. Similarly to 3, you may embed META-INF/persistence ... has three ant task files. You must insert your own activation code in the objectdb. conf . Clean up the project

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

Invalid/Missing licence when connecting, however correct licence is definitely present

to having the activation key in an objectdb. conf file that is not in use. Therefore, the first thing to check is whether during upgrade the objectdb.jar file or the objectdb. conf file have been moved

ObjectDB with JRebel: copious 'Not Enhanced:' errors with EJBs

of the enhancer agent (in objectdb. conf ):      Actually, you do not need the Enhancer agent ... (..) That was confusing me. I knew I had enhancement off in the objectdb. conf and wondered why I

Determining if Persistable Classes Have Trial Limitation

Hi,  I want to make our build automatically fail if classes are limited by the trial limitations (an up-to-date activation code is not present in objectdb. conf .  I thought the way ... without a valid key.  I have removed all keys from the objectdb. conf file and I still see the message

InternalException when reading a HashMap

Hi, our app threw this exception during saving an object after running for several days (using the database) and we have the proper activation key set in objectdb. conf file. Caused by: com ... of them. They are all independent services running with it's own objectdb. conf . So we added the new activation key

Is there an update on running ObjectDB purely in-memory?

. support Support Hi, when i am adding below one in objectDb. conf file       ... to validate xml file D:\ObjectDB\objectdb-2.7.3_06\objectdb. conf line 22: cvc-complex-type.2.4

How force always recreate database on redeployment.

you edit the correct objectdb. conf file. support Support Thanks for prompt reply. I am sorry, I am not ... /objectdb/bin as: java  -cp ./objectdb.jar com.objectdb.Server start The objectdb. conf above the bin I

Compiled Queries and Cache

objectdb. conf has options for query results and program cache.  (objectdb. conf database query-cache results and programs, https://www.objectdb.com/java/jpa/setting/database#The_query-cache_element_ .) query.compile(); query.closeAll(); After code like above, are the query results

How to open a running db in ObjectDB Explorer?

. conf file:       When enabled, embedded mode runs automatic server at the background ... this specific objectdb. conf file. support Support Hi, The application is deployed on Glassfish 4.1.1 I

Activation key causes database to not start

We had ObjectDB version 2.5.7_06, then we bought a server license, then we activated it today. We get an error when trying to start ObjectDB after adding activation in objectdb. conf . We initially ... . We still cannot start ObjectDB if we add the activation key in objectdb. conf . This is the ObjectDB log

Client server mode no longer works after JRE install

the command line or batch file? The conf file cannot be used to state which jvm is being used? cmahony Craig Mahony The conf file cannot be used because it is read only after the JVM is found and started

Jboss 6 persistence.xml startup error

. conf , the ObjectDB log directory is deploy/log , and the database is created by default at deploy/db

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

javax.persistence.PersistenceException Attempt to store an instance of a non persistable type java.net.URL

after changing the configuration. support Support I've set  in objectdb. conf , but still got ... . conf ", "[PATH of objectdb. conf ]"); before open database. fxp007 xiaopingfeng

objectdb.home for client/server

objectdb. conf . Why is this required? Can't the server deliver it? Most of the time we do not even know ... ..   Alex quasado Alexander Adam I think that a missing objectdb. conf causes a warning but not

Best practise loading big data

. conf " , "C:\\Users\\developer\\Desktop\\objectdb. conf " ); String fileName = "E:\\test.odb" ; File f

ObjectDB can't be activated

objectdb. conf cd bin/ chmod +x server.sh ./server.sh start Run a java class with following contents ... .objectdb.Activator # Adding activation key to nano objectdb. conf # Starting objectdb server cd bin

Blocked by find

In addition, can you post your objectdb. conf file please? support Support Ok - it looks like ... this time :( I'll keep working to recreate it. My objectdb. conf is attached. It is as packaged