Internal Website Search
101-150 of 200 resultsEntityManager creation taking long time ( check both client and server log files if client-server is used). If you try another createEntityManager immediately when it happens, will it also be slow? Maybe it could be useful to check ... . CAPdev CAP Dev Check the maximum connections in the configuration file (on the server side), maybe | |
Doctor - high memory usage. But since it is a background tool (integrity check can be done on a backup copy generated by the online ... Walkowski I just checked the 64MB sample database. With 512MB max heap size ( -Xmx512m ) it works well with the default configuration - it took ~10 seconds to check the database and additional 20 | |
Query to search for common elements in two separate collections. collections by identical hash code. Candidate collections should then be further filtered by checking ... ? if so, that's not what I was after. I just want to check if a collection contains an element ... until all have been checked . I just wasn't sure if there was something in the JPA that allowed me to put this into the query | |
2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object".3_03 (which fixed an issue reported in this thread ). Could you please check version 2.7.3_04 ... an existing problem, due to an additional new check . It could be again related to class loading ... versions missed some checks that were added recently. This thread discussed a very specific case | |
Spring LTW Problem that are annotated with JPA/JDO/ObjectDB annotations. However, since annotations are checked using the Java reflection API - the check itself involves class loading. The stack trace indicates that an attempt to check ... versions of ObjectDB should check annotations by reading the class file format directly without using | |
JVM crash when using IBM JDK 1.6.0/jpa/EMF.createEntityManager(EMF.java:160) 4XESTACKTRACE at com/ibm/ check /cmvc2git/database/Database. (Database.java:52) 4XESTACKTRACE at com/ibm/ check /cmvc2git/CMVCSync.runCommand(CMVCSync.java:100) 4XESTACKTRACE at com/ibm/ check /cmvc2git/CMVCSync.main(CMVCSync.java:90) 3XMTHREADINFO3 Native | |
Problem 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 | |
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 | |
Unexpected exception (Error 990) on find, and source code is not essential). Alternatively, you may check if this problem exists in previous ... this context, long strings as entity keys could be more relevant. Please check the database file using ... they are much shorter. There was no problem with the keys when I test it with shorter values, but I will check | |
Tracking changes to new collections (in enhancement mode) after flush? What ObjectDB version are you using? Can you check if it also happens with version 2.8.4? support Support yes ... ObjectDB version 2.8.0.b04 I will check it with 2.8.4 yet. btc_es BTC EmbeddedSystems We found ... , relying on automatic invocation of change events, including in embedded collections. We should check | |
Query Execution Error check for map return first as there might be null values): SELECT DISTINCT $1 FROM com.lexware ... .model.mitglied.MitgliedDebitorenKontoFragment')) IS NOT NULL)))) Whereas putting the null check in front and after that make the check for debitor=true still results in null pointer: SELECT DISTINCT $1 | |
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 |