Internal Website Search

101-150 of 182 results

RT 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

java.sql.Time field off by 30 minutes

back all         em. clear (); ///

Memory leak

Hi, We have a memory leak in our application which seems to be related with ObjectDB. Basically, we use single instance of EntityManager, which is opened on aplication initialization and closed when the user logs out, as well as EntityManagerFactory. We use em. clear () after every commit

enumeration table? how to on pure jpa?

there is no field value on Column annotation but i need solution like that on pure JPA if possible. Fastest clear

virtual servers and one file

dump. There is a clear indication that the configuration was updated successfully and a cache size

Problem with byte arrays in JDO - ClassCastException

.getPersistenceManager();         // Clear out existing objects

How to access database object to my application.

Bimal kumar dalei Unfortunately the problem is not clear . If you print objects of a class

Unexpected NoSuchFieldError exception

documentation. Below is an example that has #1 and #2 together. Additionally it's not clear how I find

Great product - needs better marketing - more popularity

;are clear selling points. (JPA and JDO APIs versus an elegant proprietary API is a negative

Database size is much larger than expected (x2)

: Why objectdb cause so many memory that it fails with "-Xmx1432m", even if em. clear () at every 0xFFF

Understanding Database max-threads objectdb.conf Settings Option

, it was not completely clear to me if this setting controlled how many internal threads ObjectDB uses

JSON serialization and __odbHidden members

is clear I guess. Must add that I am using the Glassfish server 4. I didn't somehow configure JAX-RS

Understanding limitations of schema evolution

update page http://www.objectdb.com/java/jpa/setting/schema it is not clear how to handle this case

"Attempt to lock a non entity object" error

- from the ObjectDB manual - by: "The following operations clear the entire persistence context

Bulk Delete and Update - best practice?

.getTransaction().begin(); em.persist(data); em.getTransaction().commit(); em. clear (); TypedQuery q = em

Objectdb server out of heap space

We should add this ability in future ObjectDB versions, thank you for making this point clear

IN expression in a Criteria Query

Source) mimac Milan Fabian OK. Apparently the problem is clear now, and we are working on a quick fix

find() delay

results. I tried em.flush(), em. clear (), etc.. that do not work. Any idea? TIA gzdillon Lai Yang Maybe

Schema Update: class hierarchy change

subclasses of NamedEntity the field will be initialized as null . support Support Perfect. Thanks for clearing up. btc_es BTC EmbeddedSystems

OptimisticLockException

the EntityManager (L1) cache by invoking clear . JDO provides some additional settings in which objects

calling persist on an object more than once

part of the codebase from the persist() c) it's not at all clear to me why this shouldn't be idempotent

ObjectDB JPA 2.2 support ( java.util.stream.Stream )

, similarly to the way that JPA 2.2 streams work. To free memory, however you will have to clear

Problem witch CriteriaBuilder isMember(..)

regards Arne   PS.: maybe I should make clear , that Testclass uses its own equal and hash methods

Updating existing persistence entries

. Is there a similar option für ObjectDB? If I were unable to make myself clear , here's what I want in

Entity Update - Is the documentation up to date?

; So to be absolutely clear ... the enhancement takes place around the assignment of a persistent field, not

Error during cascaded merge

to pass a non entity object to merge should throw an exception with a clear error message

Embedded Entity in EmbeddedId not persisted. Error 631 at select.

();         em. clear ();         out.println

Like fails if both underscore and percent are used

you for this report and for the clear test case. Please try build 2.5.4_03, which should fix

Dependency from enhanced classes to the objectDB library

described in post #3 clear enough. The other message is because we have referenced the ObjectDB

Roadmap - no progress - any plans - transparency?

already made, but they seem to be ignored. So, my (and my company's) wish is to see a clear roadmap of ObjectDB

ObjectDB's Database Doctor Incorrect Error Report

so starting the next build there will be a clear limit of 64KB. Thank you for this report. To avoid

Eager load Map

- the map is loaded and its contents are printed. On the second run (without deleting or clearing

ODB-FileWriter holds unecessary entity reference after transaction and entity manager are closed

().commit() em. clear () System.gc(); em.getTransaction().begin(); // here we had a break point and did

ObjectDB enhancement fails on "is" form for @Transient boolean isLoaded(), ok for "getter" form @Transient boolean getLoaded()

, and on complete clean and build in NetBeans, and also after complete NetBeans cache clear

Memory leak in com.objectdb.o.CST

collection happening to clear the memory from the CST/BYR objects.  I'm not sure

Unexpected exception (Error 990) - NullPointerException

only stated, that the transaction has been marked for rollback. Why it has been marked was not clear

cannot delete objects after crash (see issue 2283)

, not within some days, for sure. But we need a clear picture/plan when we could have an optimized

objectdb.home for client/server

to discuss this - issue tracking is only for clear bugs and precisely described feature requests. support Support

Inverse OneToMany Mapping and EmbeddedId

;    em . clear ( ) ;          out . println ( em . createQuery

InternalException

.class); bensteele Ben Steele Maybe it was a cache problem and restarting the database cleared the cache

ObjectDB 2.6.4

of embedded objects to collections. Fixed database page objects reuse to release to be cleared

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

at fault). regards, Darren webel Dr Darren Kelly The problem is clear and understood

Blocked by find

(JpaQuery.java:722) ... 15 more This occured when the app tried to clear data for a particular id

Query in nested transaction returns detached entity if lazy-loaded

version 2.7.4_04 that solves this issue is essential and should remain. It isn't clear

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

- once it becomes detached existing values are not expected to be cleared but then transparent activation is disabled

@PrePersist not working correctly

(..) call the object is ok. Inside the @PrePersist method all fields are cleared .  mosi0815 Ralph Moser

Persist & remove in same transaction

Remove the entity object, EntityManager is flushed & cleared , Transaction is not committed Count

missing merger

of database corruption, and in the worst case restarting the system to clear all cached data may help, for now

NullPointerException on TreeSet load

;     em. clear ();                  entity = em

Getting an error when adding activation code to conf file

. clear (); } }); em.getTransaction().commit(); Query q1 = em.createQuery("SELECT count(my) from MyEntity