ObjectDB Database Search

101-150 of 200 results

ObjectDB with JRebel: copious 'Not Enhanced:' errors with EJBs

feedback. Reported also to Zeroturnaround for JRebel. When using JRebel I am getting copious server log ... it cause any further issues? You may suppress these warnings by reducing logging level

Query debugging configuration from class

for. I would like to log (in the console or in a separate log file) what it's actually executing

Unable to run NetBeans/JPA Web Application Tutorial

\nbproject\build-impl.xml:1050: The module has not been deployed. See the server log for details ... Priya Please follow the instructions in the error message and check the server log for details

Attempt to execute a query using a closed EntityManager

. Second: LOG . log (Level.INFO, "Created client {0}", c.getId()); Here is when the error happens, when c

run several embedded systems on one server, problem with double used port

we want to run several embedded systems on one server. In principle this is working but there are endless logs generated reporting about a double used port. Ist there a possibility to configure ... the ObjectDB configuration: support Support we switched off the embedded server, but still have logs

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 ... . With logging I know, that error take place on this line: em.getTransaction().commit(); As

How to deploy an Objectdb project with Jboss AS 7?

04:56:02,075 INFO [org.jboss.as. logging ] JBAS011502: Removing bootstrap log handlers 04:56:02,078

InternalException

Please check for a longer stack trace (including nested stack traces) in the log file. support Support

Not releasing locked MST object

the change log since version 2.8.3, there is always a chance that an issue happens only in specific versions

ObjectDB throws `NullPointerException` in internal code (`com.objectdb.o.ENH.b`)

is unclear, even after reviewing the bug report and the log files. The schema evolution rules

javax.persistence.PersistenceException: No Persistence provider for EntityManager named in Karaf 4.0.7 and OSGi DS test

://localhost:6136/technolink.odb;user=admin;password=admin exception in the Karaf log . I have deployed

Java 8 Enhancer Problem

the exception and output a log message like "Java 8 weaving currently not supported." instead

Activation error on Schema change

about that, this shouldn't happen. Pre 2.3.7 activation codes should work with 2.3.7. But in the logs I

"Failed to serialize instance" of Set problem

, including nested exceptions, in the log file. support Support Hi support, Yes, stack trace shows

LEFT JOIN FETCH over empty embedded collection returns no results

my server, and there are no errors logged for this. FastModel Ben Schreiber The problem

Missing (null) elements in eager loaded references

after we installed an update and I was the only logged in user. So it beeing another Thread closing

Memory Leaks after COMMIT operation (checked on versions 2.6.5 & 2.6.6.b01)

During import big logs we are observed some memory leaks inside of ObjectDb, so, could you explain what we did incorrectly or investigate how to fix it ASAP. Source code which causing memory leaks: m_EntityMgrFactory = Persistence.createEntityManagerFactory( "objectdb:" + aFilename ); m

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

OneToMany and cascade delete problem

for this example, but if you look at logs : Store: 4, size: 10 Offer: Offer for product: 94, store: 4

EntityManager getMetamodel() causes crash

just the one type.  The log file shows the same stack trace and nothing else of note. Crispy

JRebel integration feature

) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at com.sun.common.util. logging

Connecting to a remote objectdb server

has no permission to create files at that path. Please check also the ObjectDB log file on the server

Potential ObjectDB bug

. Please check the ObjectDB log file for a complete stack trace that also includes the missing stack

Repeated long Index Activation

as changed, triggering continuous rebuilds. Could you also check the logs to confirm

Optimistic Locking

We are having problems with optimistic locking. I made a simple test case to try to induce an optimistic lock. I have two users logged on to our system.  They both read and display the same data.  Then I change the data with user 1 and submit, and then I change it with user 2 and submit

WORM (Write once read many) support

which acts as archiving device for processing and storing logs , records and transactions. Hardware

Does run time enhancer due to GlassFish/Payara do anything that would affect loaded compile-time entity classes ?

do anything that would affect loaded compile-time enhanced entity classes (other than just logging , typically just

OutOfMemory in Server

;     at java.base/java.lang.Thread.run(Thread.java:833) The stacktrace from ODB Client log

Getting Foreign Key

How to get Foreign key using  org.eclipse.persistence.queries.WriteObjectQuery class ..? please help me by using this class only..why means i am implementing audit log concept in my application, so i have forms like header level and line level forms. so when i am updating line level i

Failed to enhance dynamic type

(if you have an exception stack trace in the log it may help understanding why it has failed in

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

. When the project runs it logs creation of objects. Please note that there are 2 Project objects, and note ... both in my logged output and by examining the result in the Explorer (which it seems is not

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 ... ) and the below errors in the logs . I can query the object fine by non-indexed fields and by the @Id.  

Query execution causes an unexpected internal exception (Error 990)

an unexpected index state during a query update. You should see some log lines starting at "Attempt to remove a non existing index entry" in the ObjectDB server log file. Could you please post

ObjectDB 2.8.0

a query hint ( see issue #2379 ). Added logging when the number of allowed entity classes is exceeded ( feature request #2412 ). Added logging to diagnose unexpected duplicate index entry ( issue

NullpointerException at a normal select

get the following error (you can also see the log message containing the String parameter ... you can see from the log /stacktrace, the query parameter is 'default'). This have been working for quite some

Exception makes the system unusable for several minutes

these in the log : [2020-07-24 10:56:45 #50 store]  SectionClassifier: SectionClassifier{'bd127e47 ... of the log : [2020-07-13 17:10:29 #7 store] RetrievalTask.reportSecondaryResult: page#55027945, reader

ObjectDB 2.0.0

Improved processing of some sorts of queries. Added support for using ObjectDB with JPA 1 jar in the classpath. Changed server start avoiding new process creation. Added logging for class loading ... a bug in the new log based (recording) recovery from failure mechanism. Fixed a bug in finding

Negative snapshot user count

the full log in case it helps (sorry I should have attached it from the start). The following is an extract from a production log which is also showing the error (nothing else of interest in the file

Corrupt database page

cannot correctly write back into the database file, is it possible that the db log file remains in the file ... log so that the repaired database has not any data lost? btc_es BTC EmbeddedSystems If recovery

ObjectDB 2.5.1

Added support of editing enum values in the Explorer. Added logging of type registration . Added error message when using mapped by (inverse) collections and maps of invalid types. Changed JOIN FETCH to act as LEFT JOIN in path expressions. Updated the PDF manual. Fixed a possible deadlock

ClassCastException: com.objectdb.o.SLV cannot be cast to com.objectdb.o.RSV

Hello, we have found another exception in objectdb. log : java.lang.ClassCastException: com.objectdb.o.SLV cannot be cast to com.objectdb.o.RSV at com.objectdb.o.RSV.compareTo(RSV.java:158) at com.objectdb.o.INV.compareTo(INV.java:215) at com.objectdb.o.INV.J(INV.java:315) at com.objectdb.o.PAG

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

. We are monitoring the log closely and noticed your attempts to edit your post. Editing should work now

NullPointer when accessing persistent field

") private java.util.Map z_regulatedSchemes = new java.util.HashMap ();   I have attached the log

InvalidClassException

(which should be found in the log file) can help in understanding the context. If you are using client-server mode

javax.servlet.ServletException: Annotated methods must follow the JavaBeans naming convention. __odbHidden_getPropertyName

it. The Glassfish3.01 log stacktrace is: WARNING: StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service

Unexpected not reproducable exception in a query

. We can release a new build with writing relevant information to the log when it happens in order

Exception on the recovery of a database

see that the exception is written to the log with a WARING level. It would be changed to TRACE in the next build (2.3.3_01).  support Support

NullPointerException on initial database creation

I'm getting the following exception on initial creation of a database.  There's no indication as to what's wrong and there's nothing in the log .   com.objectdb.o.InternalException: java.lang.NullPointerException: null java.lang.NullPointerException at com.objectdb.o.SCO.b(SCO.java:209

ObjectDB 2.8.6

logging for server connections (see  issue #2645 ). Changed how the server handles stop requests (see  issue #2645 ).

Memory leak in com.objectdb.o.CST

if that still affects it.  Or if there is something I can log in the debug to output