ObjectDB Database Search

151-200 of 200 results

Lock prevents PersistenceManager.close when retainValues = false

.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue. remove (ReferenceQueue.java:143) at sun.rmi.transport ... .ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue. remove (ReferenceQueue.java:143) at java.lang.ref.ReferenceQueue. remove (ReferenceQueue.java:164) at java.lang.ref.Finalizer$FinalizerThread.run

The server cannot start in CentOS

(XMLErrorReporter.java:321)   gzdillon Lai Yang Try to remove the ip attribute in ... do remove the ip setting in server's objectdb.conf, but when I run the jpab.jar, it turns out use ... so you can simply remove it. This attribute is not included anymore in the default configuration (in version 2.2.8).     support Support

mapping file is not being loaded

unit name by removing the .odb extension, and then wrote a simple unit test that created ... .  I then removed the explicit class listings, and re-set the exclude-unlisted-classes

JPA inheritance issue with ObjectDB - Field not found in type error

// removed @Inheritance public class PharmaceuticalItem extends Item ... @Entity // removed

Evaluation License

to remove this restrictions. Anyway, you need a license key to remove this restriction. support Joined

Exception on creation when running multithreaded

continued on by removing the code that queries for the newly created object and now I've encountered ... returns 800 as expected.  Now if I remove the initial test of the CDIs, meaning after the 3

How to resolve 404 errors with Eclipse/Maven Spring MVC

thru the source code. Also, to remove the one syntax error that eclipse was giving me, I commented ... on the servers tab. Right click on Tomcat 6 server-add remove -move guestbook to the right hand

New to Product & Having An Issue

{ em.getTransaction().begin(); em. remove (this.foundResult); em.getTransaction().commit(); }catch ... : departments) em. remove (d); em.getTransaction().commit(); }while(departments.size() 0); }catch

Performance issue in a query due to compareTo calls

; @Basic private int lastIdentifierIndex = -1; @Deprecated @ Removed (version = EPVersion.EP2_5_0 ... = CascadeType. REMOVE ) private Values valuesRef; }   @Index (members = {"step.stepNumber"}) @Entity

Date field Index is corrupted due to time change

;         System.out.println(" REMOVING ALL RECORDS");    

Database size is much larger than expected (x2)

. You will have to follow the posting instructions and simplify the code. Remove any loops and file ... Remove any loops and file reading operations is this relative to the problem? Without real input data

Indexing a field results in internal Exception

;This is reproducible, as is the program running to completion (slowly) if I remove the @Index ... either of them, so you can stay with JPA and just remove the ORM metadata when switching to ObjectDB

Standalone server needs dependencies?

. In fact I just removed all queries and simply called EntityManager em = emf ... .trackerType , which is mentioned in the exception? support Support Actually I removed all queries

Failed to synchronize replicated database

to stop master, clear all recording files, switch to all mode: Then I stopped also the slave Removed ... recording files  by this you mean, that we can even remove older transaction files leaving

java.lang.NullPointerException when using ORDER BY

== 0)) ORDER BY r.startDateTime DESC If we remove the ORDER BY part, the query completes OK ... am not sure if this problem is related to the other as the query works if you remove the order by

DB Explorer cannot be opened after schema package renaming of entity types

The DB Explorer cannot be opened after schema package renaming of entity types because it seems that deprecated entity types which are removed from our java project break the database. In ... and then the database is broken for the DB Explorer. If I remove the deprecated entity types from the database

significant performance decrease

) public List precessors = new ArrayList (); @OneToMany(fetch=FetchType.LAZY,cascade=CascadeType. REMOVE ... = new ArrayList (); @OneToMany(fetch=FetchType.LAZY,cascade=CascadeType. REMOVE ) public List

Mapped By Fetch is very Slow

, go the MyEntity class and remove "mapped-by". You obtain 1 second max of query fetch. So my performance ... = "myEntity") // Test by adding / remove "mappedBy" public MyEntityChild getEntityChild() {  

collection of embedded objects

1. In general, are there any restrictions of the use of @Embedded objects in collections, compared to @Entity ? 2. If you have a large nested collection of @Embedded objects, and you remove the parent @Entity , does the remove cascade through the whole collection? 3. Is searching

ObjectDB size not reducing

Hello.  My objectDB had over 100 million records.  I have removed 100,000 records in that DB and the size does not decrease.  In fact it keeps growing as records decrease.  ... are removed sections of the database file are marked as free, and can be reused later when new objects

java.lang.UnsupportedOperationException

(); Is there a workaround? Guschtl Markus The obvious workaround is to use remove : List results = query.getResultList(); em.getTransaction().begin(); for (Object entity : results)     em. remove (entity

Slow searching with two indexes

and avoid a full scan. Does it run fast if the ORDER BY is removed ? support Support I ... results - 460384 milliseconds. If ORDER BY is removed , the queries run very fast sjzlondon Steve Zara

SectionClassifier message in log

.ERR.assertNotNull(ERR.java:229) at com.objectdb.jpa.EMImpl. remove (EMImpl.java:390) ... 44 ... may highlight this. The stack trace indicates an attempt to invoke em. remove (null) , probably

Recursive calls with @PreUpdate annotation and Glassfish OutOfMemoryError

; When they are not enhanced, everything works fine. Once the error is hit, it keeps on happening and until I remove ... persists until I remove the offending property update (ore disable the @PreUpdate).   Thanks Willks

Dependency from enhanced classes to the objectDB library

of post #1 In the example (Eclipse OSGi Example #2) I have the ObjectDB removed from the bundle "com.btc ... with OSGi. Hopefully most of these limitations will be removed in future ObjectDB versions. Following

String comparison in query where clause

, and it is not an ObjectDB-related issue or question.  I would like to just remove the thread from ... of other users of this forum who may track this thread it would be better to close this thread now but not to remove it (at least yet). support Support

exceeds evaluation limit Exception

companies are required to purchase a license to remove this restrictions. Anyway, you need a license key to remove this restriction. support Support thanks alot your replay makes every thing clear now eng.ahmed ahmed

ObjectDB is opening too many sockets

and nothing prevents the JVM from removing them. Actually it seems that during these 4-5 seconds the JVM ... ) shows that these instances are not in use and nothing prevents the JVM from removing

Login Error (bad username 'admin' or password)

addition, you should remove blanks from the connection url. support Support Thank you for qiuck response ... .conf on client as one on server. Also, i tried with removing blanks from the connection url

Running ObjectDB on a node that does not have internet connectivity

it to something else? carr.onstott Carr Onstott Yes, just remove that DOCTYPE declaration and it should work ... was connected to the internet just fine at the time. The advice to remove the DOCTYPE line worked for me too. David   dmoshal David Moshal

ODB-WeakRefPurger threads not closing at all

.base@15/java.lang.ref.ReferenceQueue. remove (ReferenceQueue.java:155) java.base@15/java.lang.ref.ReferenceQueue. remove (ReferenceQueue.java:176) app//com.objectdb.o.RTM$f.run(RTM.java:220) Do u need any

Schema migration - long to String

in the Doctor that caused identifying objects after field type change as invalid were removed in ... types. I will try to reproduce this one more time and I will try to migrate schema with removing index

New Index causing troubles

.ReferenceQueue. remove (ReferenceQueue.java:144) java.lang.ref.ReferenceQueue. remove (ReferenceQueue

One transaction or two?

based on the same code bit above. Whenever I have objects to add/ remove from the database ... to consume more memory. Since you are asking about add/ remove operations rather than read operation

EM close causes an exception

Windows we don't have problems. If we remove the option System.setProperty("objectdb.temp.page-file ... that the temp clean up job of the second started application removes the tmp directory of the first

Temporary disabling of indexes?

When populating a large database with objects that have indexed fields takes very much longer than populating the database with those objects if the index definitions are removed .   ... , and can be rebuilt later? sjzlondon Steve Zara Disabling indexes requires removing the @Index

Is it ok to put list or map of embeddable objects in entity ?

another simple entity.   My problem is - when i remove EntityA instance I would like to have removed all EntityB classes also (which are part of EmbeddableB with CascadeType.ALL). And that's not

JBoss 7 startup fails

, all access will be unrestricted. 13:49:22,414 INFO [org.jboss.as.logging] Removing bootstrap log ... , all access will be unrestricted. 11:53:34,135 INFO [org.jboss.as.logging] Removing bootstrap log

Internal Exception and Index Problems

can be thrown due to any addition or removal of persistent fields in an entity class, including moving a field in the hierarchy (which includes removing it from one class and adding it to another super/sub class), and due to any inheritance change (such as adding, removing or changing the super class

'DROP TABLE' in ODB?

of this type in database I want to remove this type from schema. How can I do this? Is there something like ... . Is it correct? support Support Yes. lwalkowski Lukasz Walkowski Any update on this? I also like to remove ... that unused classes etc. can be removed from the DB? data303 Mark Egloff It will probably be included

Issue with DISTINCT Select

the way, why are you using fully qualified names? if you remove entity names from your @Entity tags ... ) because the order here is derived from $1, not from $2 that is removed from the results. support Support Hi, Now you've lost me.. why is $2 removed from the result? I mean, it is not a collection

Why does ObjectDB duplicate classes from javax.jdo:jdo-api?

. Thanks, Joel jleblanc Joel Leblanc You are right, of course. JDO files should be removed from ... rather than 3.1) then removing dependency on JDO 3.1 may be the best current workaround. On a different matter

Errors after unexpected server shutdown

-478d-9176-6aa0e2031470' [2018-03-26 14:39:30 #1097 store] *** Attempt to remove a non existing index ... a quick solution, you may try to remove the index, i.e. access the database with a class (in

ObjectDB 2.2.7

Added support of report generation using BIRT . Fixed a bug in query optimization of DISTINCT. Fixed a bug in keeping removed entity object in the L2 cache. Fixed orphan removal of owner entity object in bidirectional relationship. Fixed an "Attempt to persist a reference to a non managed instance

Different behavior for two equal queries

2by:   $1. [Step 4] Remove duplicates from the groups of step 3. [Step 5] Apply selection ... . [Step 28] Remove duplicates from the groups of step 27. [Step 29] Apply selection and prepare final

Query on primary key is slow when using 'IN'

Hi! We have an entity with a composite primary key on "primaryVariantOid" and "storeOid" fields: (I removed unnecessary fields and methods to make the code shorter and hopefully compile with just ... of step 4 by: d. [Step 6] Remove duplicates from the groups of step 5. [Step 7] Apply selection

Indexes broken after schema update

as per the previous issue I logged, I haven't added or removed any entities but I try and query ... ; [2012-08-19 19:42:25 #74 store] *** Attempt to remove a non existing index entry: [2012-08-19 19:42

ArrayIndexOutOfBoundsException with enhanced Entity

embedB; ... } Removing embedA from Embed_B seems to work fine though as soon as adding ... .. it seems that when I do remove an enum property from Embed_A it works as well so it looks more or

ObjectDB 2.5.7

Added Refresh toolbar button and accelerator key in the Explorer. Added support of retrieving database connection details. Fixed unstable activation in Mac OS. Fixed a bug in using FETCH JOIN in criteria queries. Fixed a bug in cascading remove when orphan removal is set. Fixed

WeakRef Purge ObjectDb threads not stopping with Tomcat (in application container)

.ref.ReferenceQueue. remove (ReferenceQueue.java:144)         at java.lang.ref.ReferenceQueue. remove (ReferenceQueue.java:165)