ObjectDB Database Search

51-100 of 200 results

client server mod of communication

"? The answer is yes. If a  NullPointerException is thrown then please post the full stack trace ... ;full stack trace . Using Embedded Mode public class Clent {     public static void main(String ... dalei The stack trace indicates using recording , which may not be supported with memory databases. Please try to disable recording . support Support

objectdb got hang after fetch some record.

trace : java.net.SocketInputStream.socketRead0(Native Method) java.net.SocketInputStream.socketRead ... .objectdb.jdo.PMImpl@778f3a48   This is the stack trace can you please tell where is the issue? Manoj Manoj Kumar Maharana The stack trace indicates client-server communication for running a query

Getting Unexpected internal exception when updating entity in MEM db

. Please find the below stack trace for your reference. Caused by: com.objectdb.o.InternalException ... The stack trace indicates using an old version of ObjectDB (which?) Please try and check if the error happens also with the last version. support Support Hi  The stack trace indicates using an old

problem using macbook with M1 chip?

there is no related known issue. The stack trace with the StackOverflowError indicates an error ... , so the decoding error in the stack trace might be related to the file name or another file attribute ... please explain. The UNM class itself (and the stack trace in the pdf) might be related to the request to open

EM close causes an exception

.o.LFL.Yq(LFL.java:1172) ... 66 more btc_es BTC EmbeddedSystems This stack trace indicates a missing ... . Please confirm that other stack traces that you may have regarding this issue are similar. i.e. it happens ... . If you could provide information about the issue, including a stack trace of an exception, if any

Unable to create 128 column of a table.

.persist(EMImpl.java:258)   Thank you. Manoj Manoj Kumar Maharana The stack trace does not ... , you should also try the most recent version (2.8.8) and provide the generated stack trace using ... . If it does, please post the new stack trace . support Support

ObjectDB Unable to process 1.6 L records.

of ObjectDB are you using? Can you try the last ObjectDB build and publish a track trace generated by ... build and publish a track trace generated by it? It is in production so not able to change the build. Manoj Manoj Kumar Maharana The stack trace in the log file does not seem to match version 2.8.2

Failed to commit transaction: Attempt to commit a rollback only transaction

-server mode to embedded mode is the solution. support Support In addition - the complete stack trace from ... for both the client and the server. Try to reproduce the exception. Check the client and server log files for errors and exception stack traces . support Support

Project runs in Eclipse but not when exported to runnable jar

in your project that fails. If an exception is thrown - verify that you get the stack trace (e.g ... ; merichards Mark Richards The stack trace indicates a problem in locating ObjectDB home, maybe as

JBoss 7 startup fails

7 and succeed?  If so any advice i l helpful Here is the stack trace 13:49:11,894 INFO [org ... problem (JBoss fails on NullPointerException according to your stack trace ). It affects using JBoss

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 ... to de.tud.stg.emergent.policy.persistence.ClientEntity ----- complete stack trace including nested

ODB tries to create log files inside its own jar on Win7

I sent a demo of an app I've been developing on Linux to some Windows 7 users, and they were unable to run it.  The stack traces they sent me indicated that ODB was trying to create its log ... ; Here's the end of the stack trace : [code]Caused by: com.objectdb.o.UserException: Failed to create a new file

Trouble viewing db in Explorer.

.odb Brian Please check the log file. It should include a more detailed exception stack trace . support ... .***.businessObjects.*myClass* bmcalist.odb Brian Unfortunately this stack trace is normal, so apparently

Replication issue, Replayer failing due to NullPointerException.

with the master. bensteele Ben Steele The stack trace indicates that the replicated database is unexpectedly closed. Maybe there are additional relevant stack traces in the log? support Support There isn't

NullPointerException while setting a new property value

side as well) for more details. It should include a more complete stack trace . The exception may indicate ... will generate a better stack trace . support Support Offtopic - upload file error screenshot (FF 16.0.1

null pointer exception in objectdb-2.4.4_06

I have the following stack trace .  Is this a null ptr in our code or in the object db code? Failed to commit transaction:  (error 613) at com.objectdb.jpa.EMImpl.commit(EMImpl.java:279 ... .commit(EMImpl.java:276) CalculationServices Calculation Services The stack trace indicates an attempt

"Failed to serialize instance" of Set problem

Vladimir Tsichevski Maybe the set contains objects that cannot be serialized. Check the full stack trace , including nested exceptions, in the log file. support Support Hi support, Yes, stack trace shows

Saving custom list which implements java.util.List fails

Stack Trace , because when tagged as Java Code the background-color doesn't get shown as marking but as ... and couldn't get the exception. Please provide a full stack trace (from the log), and check

InternalException

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

Attempt to remove a detached entity object (error 613)

(EMImpl.java:290) We see in this stack trace that is a commit operation, all right ... So why does it try ... could give you more informations about this issue. Xirt xirt Sylvain As a start, please post a full stack trace of the exception. support Support

Failed to read the value of field using reflection (error 363)

that has already been fixed. The stack trace is produced by ObjectDB 2.3.7, which is 2 years old now ... ALIREZA ZARRABI Could you please provide a stack trace with the last ObjectDB version (2.5.4_03

com.objectdb.o.NLV cannot be cast to com.objectdb.o.CMV

. prolancer Emil Andonov Please post the stack trace that you get with version 2.5.4_03. support Support Here is the stack trace when using your DB explorer tool to run the query:   [ObjectDB 2.5.4_03

Thread in BLOCKED state

Hello, Some on my threads stay in BLOCKED state in my thread pool. When i watch the stack trace , i see only just obfuscated object db code. com.objectdb.o.PGC.w ( PGC.java:212 ) com.objectdb.o.SNP.D ... statement at the end of that stack trace . Please provide more details, and if possible also a test case

Embedding ObjectDB on server application

if ObjectDB is unable to create a file at the requested directory? Here's the stack trace : (starting on 4th line is server app's trace ) javax.persistence.Persistence.createEntityManagerFactory(Persistence

ClassCastException on closing PersistenceManager

; the method on the bottom of the stack trace looks like this: private PersistenceManager persistenceManager ... there is something I can do to prevent it next time.   jakab Gergely Jakab The stack trace

Database Inconsistency or corruption

to see the traces of all EntityManagers. (Considering my first post) It seems that all Attributes of the updated ObjectValue are just deleted from the database. If I had detailled traces of the EntityManager or

UserException or JDOUserException

the stack trace ? support Support com.objectdb.o.UserException: Attempt to obtain a transaction using ... exception to a JDO exception before throwing it externally. Note that the stack trace was essential

locks on pure query activities

These stack traces show normal waiting for short time locks. Maybe several full thread dumps can show a repeating pattern of a specific activity that holds such locks more than expected (the stack traces

2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object"

String. INFO logging mode should be sufficient to see reported errors. The stack trace in #11 is normal ... application where id is set. what other information can I provide?   dmoshal David Moshal Please post a full stack trace of the exception. support Support

Schema Evolution Question

this issue further could you please provide full stack traces of the exceptions. You may be able to find the full stack traces (including exception causes) in the log files. When the server starts

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 ... this case we get the full stack trace of #3. btc_es BTC EmbeddedSystems In that case it is a bug

retrieval again and again started

but probably worth trying) + improved log, which expects to add additional stack traces to the log in ... trace and the log in #16 do not provide much new info. support Support probably the problems ... . that stack traces seem different, please report them in new threads with up to date details. support Support

unexpected exception - in query

.MessageDB.main(MessageDB.java:68)   zepinto Jose Pinto The stack trace indicates an attempt ... next bug reports, since in most cases the stack trace alone is insufficient to solve an issue. support Support

Querying error - java.lang.ClassCastException: com.objectdb.o.STV

Richard Szurgot Unfortunately the stack trace indicates an internal ObjectDB bug. This is the first ... trace indicates an unexpected state in which the same object is marked as small in one page and as

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

, but that would be more difficult. Could you please post a full stack trace of the exception? support Support I ... This is strange, since the string "odbHidden" that is shown in the new stack trace doesn't exist

Can't open replicated database

stack trace indicates an attempt to update a type schema in the replicated database, which is read ... . I think the second stack trace is closer related to the other issue I posted (Issue 58) so I'll

NPE in server mode

See stack trace below. Unfortunately I just uncovered this in a log check so I dont have any further information surrounding the circumstances. java.lang.NullPointerException at com.objectdb.o.SHN ... Richard Szurgot The stack trace indicates an attempt to run a query in client-server mode

ArrayIndexOutOfBoundsException on flush

seems to be related but unfortunately I dont have a full stack trace as the app went into a commit retry loop ... the additional stack traces do not provide more info and replaying the recorded transactions fail. I

Internal exception on flush

) felixobjectdb Richard Szurgot Both stack traces expose unexpected internal states of ObjectDB but  ... Support The stack trace at #2 reflects a bug that was reproduced and fixed using the test in issue #625

NullPointerException in __odbGetNumMember

our implementation. I am posting the stack trace in the hope that it'll help to figure what's going ... ) the entity gets removed without any problems??? quasado Alexander Adam The stack trace may indicate

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null:

part of the trace that reveals what inside com.greensoft.greenstar.ejb.ext.ExtGreenStarRequestBean ... ); // } return ok; }   webel Dr Darren Kelly The stack trace indicates an unexpected state

[ObjectDB 2.3.7_08] Unexpected exception (Error 990)

information that you require. Thank you. pkthoo Augustus Thoo The stack trace indicates an unexpected ... a primary key in the specific object that fails to persist? support Support Hi there, I traced

Error on commit

; bmcalist.odb Brian The database seems to be healthy. These stack traces are normal when using DEBUG level ... ) ---------------------------------------------------------------- bmcalist.odb Brian The stack trace indicates an index problem

JPA Composite Key make Object Db throws "Unexpected exception (Error 990)"

? ##### Additionals infos, here is the stack trace : [ObjectDB 2.4.0] Unexpected exception (Error 990) Generated ... ();         emf.close();     } } The stack trace

Enhanced classes problem

check, which cannot cause this exception. support Support The stack trace indicates an attempt to load ... with the last build of ObjectDB (2.5.0_05)? If you still get an exception, please post the stack trace

stress test -> com.objectdb.o.InternalException: null

This is the second stack trace that I get, almost always and continuously if I increase the load: May 20 ... . It seems that all entity managers become corrupted / broken. (see stack trace below) Should it be something in

NullpointerException at a normal select

. The stack trace indicates an unexpected state of one of your persistable types, and if the same code ... to provide a workaround to the specific exception in your stack trace . Please try it. With this new build

Unexpected exception (Error 990) com.objectdb.o.InternalException

EmbeddedSystems We get he same exception (same stack trace ) with the newer Version 2.6.1. btc_es ... traces we could build a new test case that still fails: import java.util.*; import javax.persistence

Page cache File handling produced an java.io.IOException: Negative seek offset

is the size of page11.dat btc_es BTC EmbeddedSystems The stack trace indicates a missing synchronization in ... stack trace , but probably will not solve the bug either. If you can provide a test case

Exception in thread "ODB-StoreHandler-5094" java.lang.NullPointerException

the wrapper, which writes them to it's log file.  The stack traces do show that the Exceptions ... the ObjectDB build number to get more information, as the line numbers in the stack trace do not match