ObjectDB Database Search
101-150 of 200 resultsProblem on JPA Merge Entity. is a null value. I check with the Explorer, the statement has a null value on the property ... @Transactional annotation on ErgoDaoJpa ? Check entityManager.getTransaction().isActive() - in ... the bug is still there. Do you check if the new version fixes the problem on the test | |
IDs of Entities suddenly became UUIDs? support auto generation of uuid. We double checked now (following your report) and we cannot find ... by your application. Please check that you have only one version of every entity class ... ; myId as Long and the other with myId as String ). Also check your code for generating uuid strings | |
General Performance Issues Illustrated with a Specific Method is needed. How many such objects do you have? What is the total space that they consume ( check in ... the output, the exact number of miliseconds are clearly displayed. Please check the code ... the database contains? How much spaces these classes consume (out of the 64GB, you can check it in | |
after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown the explorer. The explorer just opens the database file without any checking that this is be used by ... that runs automatic backup daily (and if possible several times every day) and then checks the backup ... on fixing it. By checking backup copies using the Doctor you can at least tell whether there is a database | |
Unable to persist TreeMap that I didn't realized existed. I neglected to check first. Hopefully this additional information  ... . When something doesn't work, try to check the reasons in the debugger, the Explorer, etc. If the reason ... implementation of compareTo , which is essential in order to process a TreeMap properly. We will check | |
Query for objects persisted within the same transaction duplicates, after reading every line I first check using a query, if an entity with that attribute ... I do commit. The ugly solution is to use some external list or map to check if given entity ... documentation is so true. I think I'll stick with map to check for duplicates, as performance drop is like 20x - just tested. lwalkowski Lukasz Walkowski | |
First query takes 4+ minutes to complete, please post your test and we will try to check this issue further. support Support Hi support, we spent ... . If you can provide the test database that demonstrates the issues we will check this further and we will also be able to check the second query. Your other questions are covered, at least to some extent in | |
WebService : Failed to get reference value of field using enhanced method Eugen Please post the complete stack trace including nested exceptions ( check the ObjectDB log file ... another class loader. First of all please check if you have your classes in more than one place in ... order to get this error. First of all please check if you have your classes in more than one place | |
Unexpected exception during open the database. Could you please check if you get the exception, if you open the database and keep it open longer ... Just checked , and indeed, the default is enabled. support Support Good Morning, unfortunately ... compatible with version 2.8.5_05, indicating that an earlier build was probably used. Please check | |
Activation Issue refuses to continue because it didn't know about the activation but checks the trial limit. Regards ... , which is usually only the server machine in client-server mode. Please check if maybe ... ). Build 2.5.7_04 includes a fix. It has not been checked with your test but with a simpler test case | |
ArrayIndexOutOfBoundsException the ObjectDB server doesn't help, try to use the ObjectDB Doctor, first to check the database and then to fix ... to be all using the same classes. I'll double check . Thanks, Eitan eitane Eitan Eibschutz OK, the database ... timestamps have to be checked and only newer schema be accepted. Maybe schema changes should not be allowed without restarting the server. support Support | |
Replication error on slave restart files. Does it also happen with the production server? Can you check when the database file ... ? stop GlassFish? stop the ObjectDB server? Check it first in your development environment in order ... order to proceed with checking of this issue we will need a test case that we can run. support Support | |
ObjectDB is opening too many sockets is called in a loop (the gap is to check for server stop commands, etc. between accept calls ... ;with a timeout of 2 seconds, in a loop, in order to check for server stop requests. Looking at the source code ... and stopping by closing the ServerSocket instance from another thread. Please check if this solves | |
Request clarification of changes to accessor enhancement policy (non-getter prefix instead of getter suffix) AND annotations to for announcements on such important changes, please advise). (One could argue that I am supposed to be checking ... directly Enhancer hidden methods is risky and should be avoided (or at least checked carefully ... hidden methods is risky and should be avoided (or at least checked carefully when switching versions | |
massive performance issues have been built and check if it helps. To check if indexes are used - you can run the query in the Explorer ... but to something else. If you run your application in a container - check the link that was mentioned in a reply to your question | |
Failure after ObjectDB 2.4.5_07 upgrade from 2.4.4_06 in order to understand the problem. Please check the database with the ObjectDB Doctor. Check ... . Please check if you can provide a test that demonstrates the problem. support Support | |
Class loading problem with private packages in OSGi environment supported by JPA. We can check if this could be disabled by a configuration parameter. Correct way ... . We will check the option to disable interface loading, but is this issue only related to interfaces ... )? support Support We will check the option to disable interface loading, but is this issue only related | |
Occasionally slow requests in load testing to the database file during query processing. Check the active query. Maybe you have to define a new index or ... and the others seems to be waiting in synchronized. Here are some ideas for checking : Smaller processing = max-threads ... always possible there is something wrong with the disk and we are checking | |
client server mod of communication Hi, Simply, my question is i want to store my object in server mode and also to check   ... ; Currently you cannot. In-memory mode is only supported in embedded mode. But we will check if support could be added. support Support Hi, please check following codes and also Exception of   | |
Selective merge/cascade of detatched entity the implications here, there are good reasons for this approach). All potential changes are checked ... an object is modified it is checked that the modification would be valid, and then committed. Lets ... to have the effect of checking and merging the entire companyTargets map for every salesman | |
mapping file is not being loaded with no changes. clifford.harms Clifford Harms Please check if listing the entity classes in the persistence.xml file makes any difference. Another thing to check - setting  | |
Pessimistic Lock Timeouts setting uploading products. Willks William This should be a useful feature. I will check ... .lock.timeout ) was just added in build 2.2.3_02. Please check the documentation and try it. support | |
Replaying recorded requests... it? Another possibility is that your configuration file is not read - you can check it by putting invalid ... is that your configuration file is not read - you can check it by putting invalid content in the configuration | |
Possible cause for "Enhancement of type ... is old and cannot be used".9 I have just very carefully checked it with my main (real-world) very large web app ... diagnostics: objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc- check ") vs. generic classes with interfaces: detailed investigation webel Dr Darren Kelly | |
Objectdb recovery file should not be corrupted. You can check your database file after such events by running ... on too many factors, so it has to be checked with your specific application): This setting guarantees | |
@Column length is not working. . For other constraints, such as non null and length - consider checking relevant fields in ... for check the length of a field. Is there any other way? Deepak_1996 Deepak Kumar Maharana | |
Activation error on Schema change the configuration of the server. Version 2.3.7 is more strict in checking this. support Support That explains ... .2012). Anyway - thats not a big problem. Activation is quite fast and I did check upgrade on our dev env first :) lwalkowski Lukasz Walkowski | |
SSL cannot connect from client StackOverflow error Hello, i am trying to set up the SSL for connections to objectDB server. I cannot connect the Client, when SSL is enabled. I can connect from Explorer, when "Use SSL" is checked , isn't there some ... .objectdb.o.CST.o(CST.java:150) thamal Tomas Hamal I can connect from Explorer, when "Use SSL" is checked | |
Getting Unexpected internal exception when updating entity in MEM db The stack trace indicates using an old version of ObjectDB (which?) Please try and check if the error ... Maharana Please check if you still have the issue with the most recent ObjectDB version. support Support | |
find() cost unreasonable time! Hi, I make a full binary tree of 4095 node, I check the first 9 node, but the root cost 24 seconds, why? Result: =========== find time @ 24.125000 getSons time @ 0.000000 1 : type:Nodes, sons:2 ... ="parent",fetch=FetchType.EAGER) protected List Sons; function of checking : private static void | |
Migration problem and listeners . Is there anything specific in this code that you want to check ? support Support ... annotations. You will have to check with Spring Framework, which defines them, when they work and when they do not work. support Support | |
Join query problem with new statetment) "fixes" this problem. Only id from both entities cause this exception. Can I somehow check the type ... . A test case will be needed to figure out the exact reason. support Support Please check ftp for test | |
Server closes if large query runs out of memory limiting the number of result objects . If you must support very large query result sets, check the temp ... the value of this parameter is not straightforward and you will have to check its effect | |
Soft Reference Object Cache Recommendation properly when I check that forum.) CBE CBE CBE CBE I was able to create a JavaVirtualVm heap dump ... ObjectDB is not holding on to memory when it should be freed? We are always open to check possible | |
queries under 2.7.6_4 significantly slower than under 2.7.6 indicating deep query plan checks and an overall significant performance loss in all queries ... some of these logs that show deep query plan checks (and are new in 2.7.6_04)? In addition ... the number of query plans that are checked and unfortunately a new inferior examined query | |
ObjectDB needs "insert ignore". However, to check if a specific primary key is in use, you may also use find or getReferemce (see this page ... a query." That is correct, but apparently in #3 above you are checking a single object in that operation, so find is expected to be a bit faster in that case (and check also getReference | |
Referential Integrity integrity can be checked by the ObjectDB Doctor (offline). Eventually standard reference integrity ... references (and that can be checked with the Doctor), avoiding reference integrity checks | |
com.objectdb.o.InternalException: null? What happens when you access the database directly in embedded mode? Could you please check ... embedded mode. The result of the Doctor check is: % java -cp bin/objectdb.jar com.objectdb.Doctor db ... . Could you please check if you can reproduce the problem with a clean database by throwing an exception from PrePersist | |
Enhanced classes problem check , which cannot cause this exception. support Support The stack trace indicates an attempt to load ... CacheableJobAccountingInfo[]. No it has not been changed. Maruta M Sedlakova Could you please check your application ... of that exception. support Support We have checked our application with the ObjectDB (2.5.0_05 | |
Best practise loading big data check that you changed the cache sizes in the correct configuration file. Please read ... a configuration with the attached configuration (double checked ) - one open transaction - reading ... objects but maybe could happen with some heap size and GC setting. Can you check if GC is run | |
Server out of memory exceptions more then it sounds like the threads are not exiting and this is a problem with the test. I'll check ... . felixobjectdb Richard Szurgot Sorry! - I've double checked the test and it is bad. I'm not clearing ... cache size might be larger than the size in the configuration in some cases. I will check | |
References to objects of missing obsolete entity classes between them, I think We are working on providing a database to you and also on checking the reflection ... see the error. If you can confirm that when reflection is enabled everything works as expected ( check ... . Build 2.8.5_01 should fix the Doctor exception (post #3). We cannot check whether it also solve | |
Page #9 entry 0 (key 'bjjl') has 75 extra bytes / Unexpected last index ID: -119 (expected -116) Please check the attached database file. When running the Doctor, I get Global Value Errors ... NetBeans project. Just run the application once, and check /tmp/bug.odb. I get MacBook:tmp bjjl ... in checking byte arrays. Build 2.4.1 fixes this problem. support Support | |
Table view freezes the program and client-server mode. Please check and advise. support Support Build 2.8.3_05 introduces ... and checking , they both perform fine now though. So I'm not sure if it's due to query or not ... that makes sense. I checked again, non-query method on a big table, is in fact slightly slower | |
Error during closing an entity manager: Please check the log file for a longer stack trace (as this looks as a partial stack trace). Can you reproduce ... it would you be able to check it? support Support Yes, we can reproduce it. I tried also newest version 2.7.1_02, but the error throws again. btc_es BTC EmbeddedSystems Could you please check build 2.7.1_03? support | |
Enhancement does not show an error message when an outdated license is used enhancement or not ( check the word OEM in the output). Following your report we will consider adding a new warning if an expired OEM licence is found. In addition you can also check the classes ... .objectdb.spi.SignedType marker interface, so you should be able to check that your entity classes | |
spuriously objectdb objects have null references only for lazy collection fields? Could you please check the status of the entity objects and these collection fields when this happens using isLoaded method in PersistenceUtil ? support Support we checked | |
javax.servlet.ServletException: Annotated methods must follow the JavaBeans naming convention. __odbHidden_getPropertyName this check quickly in between other work; for previous build checks I was only working on ObjectDB evaluation | |
Eager load Map build? support Support That's odd... I went back to double check and I'm definitely using 2.3.2_04. I ... it seems to work. felixobjectdb Richard Szurgot Checked again and it works with no enhancement as well in | |
Exception on the recovery of a database with the database? Can you check it with the Doctor? support Support Ok, sounds reasonable. No - there were no problems with the database after recovery but I thought it was worth checking the cause |