ObjectDB Database Search
1-6 of 6 resultsRT Java application recording into 100DB run OOM after a few hours. Hi, I am running a java application that records data from 100 feeds into 100 different database - this is done is one thread. It works fine several hours - and suddenly i got an out of memory issue (I checked there is no leak in java - I cleared the entity manager every 10 new entity) - I run | |
query on calendar class {ts '23:00:00'}", Cdr.class); Query query=em.createQuery("SELECT c FROM Cdr c where HOUR ({ts c.start}) = 23", Cdr.class); Query query=em.createQuery("SELECT c FROM Cdr c where HOUR ({t c.start}) = 23 ... rewrite manual functions. I should use HOUR (c.start) instead of HOUR ({t c.start}).Correct query look | |
Not releasing locked MST object Hi, we have an issue, that upon a call to EMImpl.commit while holding several locks the processing thread was trying to join another thread and it got stuck in that state for hours . "WebSocket ... stuck for hours ? We are running ObjectDB 2.8.9.b04 in embedded mode. Thx jakab Gergely | |
explorer NullPointerException I studied ObjectDB a few hours ago and got some problems when use explorer. I run it and right-click in 'Open local database' window,and the all the pop menu item is gray and disabled,such as ‘new database’,'new directory','cut','copy' ... if I click 'tools---options' before open database | |
Mismatch client-server protocol prefix Hello! We migrated one of our legacy webservices to Spring Boot/Spring MVC. Now i have a strange problem. At first the app runs perfectly for a couple of hours . After that it stops working and I get the following exception: 2015-06-17 01:16:28.450 ERROR 25197 --- [ajp-nio-8053-exec-4] o.a.c.c.C | |
ObjectDB 2.3.6 Improved performance of collection and map size evaluation in queries. Fixed a critical bug in page caching (issues #610 , #621 , #625 ). Fixed a bug in optimization of non ASCII string indexes. Fixed the new query HOUR function to return hours as 0 to 23 (using 24- hour clock). Fixed a regression |