ObjectDB Database Search

51-100 of 200 results

type.loader java.lang.ClassNotFoundException

) Glassfish3.0.1 With server logging turned on I get the following error message for many (or ... for feedback, Webel   webel Dr Darren Kelly With logging enabled in debug level - some 'normal'  ClassNotFoundException are written to the log - so please check if you still see these exceptions

Possible cause for "Enhancement of type ... is old and cannot be used"

We get the following log : [2015-06-08 13:07:02 #1 type.user] Enhancement of type com.btc.ep ... issue that is not related to this forum thread. Your log in that report also included "Enhancement ... common logging services); nearly every other domain entity in the system inherits from Element

Deadlock in objectdb code

, so they aren't first encountered later?  Also, is there a logging option to follow schema ... can find managed classes automatically .  Also, is there a logging option to follow schema changes ... . support Support Thank you for your fast and effective response to my issue - the new logging option should help solve things. sjzlondon Steve Zara

StackOverflowError after commit

? If you can provide a full stack trace (possibly from the log file) it could help. support Support we use ... the full stack trace in the ObjectDB (client side) log file. support Support we have solved this issue ... log had following stacktrace, it is possible to throw a better exception?   com.objectdb.o

Failed to read DB file while online backup is running

The new stack traces seem partial. Could you please check for more details in the log ? support Support You are right I just found the full stack traces in the odb log file rather than the normal application log : Stacktrace 1: [2015-06-11 13:12:41 #4 *] java.lang.NullPointerException at com.objectdb.o

Homepage and forum nearly inaccessible

it works pretty fast, but I can't log in using Chrome and Firefox (discussed in other thread). The log in seems to work, after I enter my credentials, but the website still shows me as not being logged in, so something is wrong. zmirc Mircea Chirac

Slow searching with two indexes

at the database log , the way the query is run is that all values of the object reference key ... the query execution plan from the log ? The following query: select from Thing where reference ... have investigated further, and I have the query logs from using the Database Explorer: select from NmeaBatch

Activated ObjectDB still throws "Too many persistable types"

, but this is a good idea. Will it help if it is shown on the server tray icon? In the log file? support ... . It's still not activated.   Will it help if it is shown on the server tray icon? In the log file? For me, I am on a headless server, so in the log file would be good. For most people, the tray

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

org.jboss. logging - Logging Provider: org.jboss. logging .Log4j2LoggerProvider 19:05:31.463 [main

Entity listener - event instead of object

object. What I want to accomplish is to log difference between new and old values for every change ... ;           if ( LOG .isDebugEnabled()) {    ... ;          LOG .debug("{} for: {}, ID: {}, property: {}, old

Exceeding max connections and crashing

are active on ObjectDB. When we set logging to one of logging levels log doesn’t show anything. 2

Jboss 6 persistence.xml startup error

.conf , the ObjectDB log directory is deploy/ log , and the database is created by default at deploy/db

Filename.odb$ Persisting Issue

. using a debugger or printing to log o console). It will not be reached and executed if the application ... the ObjectDB log file to see if every database opening is followed by closing it. support Support

Online backup problem

Hi, We are trying to create a servlet that performs database online backup. Unfortunately, even though no exception is thrown, backup files aren't created. When I turn on DEBUG logging in ODB, I ... ;that is shown only in logging at DEBUG level is normal (part of the class searching process

How to Use a SF with extended Persistence Context?

  [org.jboss.as. logging ] JBAS011502: Removing bootstrap log handlers 13:52:02,001 INFO 

OEM: Too many persistable types (>10) - exceeds evaluation limit (error 1011)

.moxydox.server.BackgroundThread.run(BackgroundThread.java:148)   CBE CBE The log file ... log includes "Building a synthetic Class" messages, such as: [2017-11-03 09:40:29 #5 type.loader

Database corrupted after schema change

 BDOWA.attributes is also missing in the list. Neither ObjectDB log , nor the application log wrote any errors, so it looks to me that it is some failing schema evolution. When I tried

Connection is closed Caused by: java.io.EOFException

so much on my own logs that I neglected the ObjectDB logs !   The cause is more obvious from

Replication failed

Dear support members, I am trying to set up a replication url in objectdb.conf and have the the following error in the log files: [ObjectDB 2.3.4] javax.persistence.PersistenceException Failed ... Clemens Kunwald It is unclear why you get this exception. Check for additional stack traces in the log

Catching exceptions from online backup

it. There is some handling of the exception like writing it into the log file with trace level ... ( InterruptedException e ) {          LOG . error ( e ) ;   

Unable to convert 1.x odb file to 2.x

broken references More information can be found in the log Relevant part from the log file: [2014-05-06

disabling JDO in objectdb embedded mode

/metamodel-ear-1.0-SNAPSHOT/lib/commons- logging -1.2.jar, URLEntry : file:/usr/local/glassfish/glassfish ... . The trace in #1 is the best I can show to explain the problem. (I can also add a log file if you like

persitencia (Preguntas y respuestas)

'C:\Program Files\objectdb\objectdb-2.6.4_07\ log \odb20151207. log ' EntityManagerFactory registro

PersistenceManager.getObjectsById(Collection,boolean) throwing JDOException

on a classified lab system, but I wrote down the following notes from our logs : [ObjectDB 2.2.4_02] javax ... is the real problem. Could you please check the log files? You may find the complete stack trace

Debuging query before execution

. On the other hand multi line query can be tough to read from log files. I was thinking about this functionality in context of debugging and logging . Because of that, I'm for single line query with embedded values. lwalkowski Lukasz Walkowski

Does aggregate function "greatest" work on entity objects?

("------------"). log (Level.INFO, this.toString() + " compareTo " + t.toString() + " result = " + int ... ())); //Logger.getLogger("------------"). log (Level.INFO, this.toString() + " compareTo " + t.toString

How find out ObjectDB version at runtime (in a web app)

for the version at run-time ? It does not seem to be in the odb logs , and turning on the debug mode does not ... of the ObjectDB version in the header of the log output. webel Dr Darren Kelly Answered here already:  https

Enhancer problem

Schreiber Could you check the log file for detailed stack traces? Please provide more details about how you integrate the Enhancer into the build process. support Support Thanks, The logs had the answer. I

Option or strategy to disable/skip runtime enhancement checks (to improve load time)?

On startup of a Maven-based web app there is verbose logging of object checking whether enhancement has been applied to a wide range of classes, many of which have nothing to do with the entity ... load time ) ?     webel Dr Darren Kelly Please provide more information about these checks, such as log messages or stack traces. support Support

How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client?

" http://localhost:8080/Guestbook/user/siegfried -X GET The logs say Oct 11, 2013 11:21:28 PM org ... log . This was left over from last night when I omitted the "api": Oct 11, 2013 11:34:34 PM org

Error on commit

logging . As the result of the exception in #1 you should have in the log file lines such as: BTree ... to get a clean log file and the doctor must have fixed it. (possible index issue?) This is from the original odbYYYYMMDD. log file: (*** = Employer public forum policy)   [2012-04-20 11:56:07 #200 store

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

.Worker.run(Worker.java:54) The Log file:   (It contains two error ... .eclipse.core.internal.jobs.Worker.run(Worker.java:54) In this case, the log file was not created ... :45) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Log file: [2015-03-06 18:15:01 #1

[ObjectDB 2.2.6_02] Unexpected exception (Error 990) at com.objectdb.o.OBC.aJ(OBC.java:961)

.BigInteger; import java.util.Calendar; import java.util.GregorianCalendar; import java.util. logging .Level; import java.util. logging .Logger; import javax.persistence.EntityExistsException; import javax ... .getName()). log (Level.SEVERE, null, ex); } } private EntityManagerFactory emf; public ReproduceTest

Unexpected exception (Error 990) - NullPointerException

position doesn't show up on the log of the client code. I just found out about the null pointer by writing an interceptor annotation that logs all exceptions. Without this interceptor the log file

Errors after unexpected server shutdown

After an unexpected server shutdown and restart of our application we have these messages in the log (complete log attached): … [2018-03-26 14:39:30 #1096 store] Request Value: 10:'b61e33d4-8d57 ... we have this message: hgzwicker Hans-Georg Zwicker The log indeed shows that the database

Inverse OneToMany Mapping and EmbeddedId

. logging - Logging Provider: org.jboss. logging .Log4j2LoggerProvider 13:32:52.558 [main] INFO org

each 1-2 days objects on some objectdb level lock/block each other

requests before hitting ObjectDB? You can probably identify that activity in your log files (or in ObjectDB log files if you enable logging queries). If repeating queries are the cause then the solution

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

server.  These are being written to a log by a server wrapper which runs ObjectDb as a service ... the wrapper, which writes them to it's log file.  The stack traces do show that the Exceptions ... cause of these Exceptions and identify why they are not showing up in the ODB log

ObjectDB BIRT Driver Update

to create a new report.  This created an error in the Error Log .  I've captured the error log ... \.plugins\org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb\db\ is empty... Log dump: eclipse

NPE in server mode

See stack trace below. Unfortunately I just uncovered this in a log check so I dont have any ... ) at java.lang.Thread.run(Thread.java:595) Full log is attached. NB: This occured in version 2-2-9_07 (as ... this exception. Probably a different error message has to be written to the log .  Thank you for this report. support Support

ArrayIndexOutOfBoundsException on flush

which blew out the logs : Attempt to commit a transaction after failure in writing to database file 'F ... transactions could help if replaying them reproduce the problem and you can share these logs . Large objects

ClassCastException thrown when running count query

for the fields in the query. Log of the query execution using DEBUG logging level. support Support Hello

query returns failed to read from database file

we have since today exceptions on executing some queries like this: Failed to read from file 'F:\Hummingbird\Objectdb\db\coreSystemDb.odb' we are using objectdb 2.7.2_05 in the objectdb log ... )   hgzwicker Hans-Georg Zwicker Please post the full stack trace from the ObjectDB log file. support Support

Close() Method of EMF throwing "PersistenceException: Connection is closed" on first attempt to close.

the context in which this problem occurred, please check the ObjectDB log files on the server ... and just writing the condition to a log file, because if the database connection is closed, further attempts to close it are not necessary. support Support

ArrayIndexOutOfBoundException

get the exact scenario to simulate. There is log from ObjectDB: java.lang.ArrayIndexOutOfBoundsException ... .ArrayIndexOutOfBoundsException We found similar problems in more logs : java.lang

ObjectDB 2.9.1

Added support of embedded path expressions to  mappedBy  fields ( issue #2917 ) Fixed the SectionClassifier retrieval bug ( issue #2912 ). Fixed log file location for some server log messages ( issue #2914 ).

queries under 2.7.6_4 significantly slower than under 2.7.6

we update to the latest version from 2.7.6. Now we have the problem that we have numerous logs indicating deep query plan checks and an overall significant performance loss in all queries ... some of these logs that show deep query plan checks (and are new in 2.7.6_04)? In addition

ObjectDB 2.6.9

Added support for integration with WebSphere / Liberty application server. Fixed deletin g large transaction temporary files (in the experimental large transactions feature ). Fixed empty log directory creation when logging is disabled. Fixed a bug in using nested embedded objects. Fixed a query

[ObjectDB 2.5.1_05] Unexpected exception (Error 990)

I have this error in log . The query can't return result. Thanks for help. LOG : [ObjectDB 2.5.1_05] Unexpected exception (Error 990) Generated by Java HotSpot(TM) Server VM 1.7.0_55 (on Windows Server 2008 R2 6.1). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb

Improve ObjectDB Server

) - Keep it as a console-only app - Put important log info to the console as well - Provide possibility ... , but you can direct all log messages to the standard output and/or the standard error by setting