Internal Website Search
51-100 of 200 resultsOccasionally slow requests in load testing the next build an option to disable this zero writing in order to see if it helps. If we disable ... .RandomAccessFile:writeBytes, which takes up to 10 seconds. I've also noticed a large IO write spike at the same ... that can cause large file writes ? I would estimate the size of actual data in the db file | |
Optimistic locking failure = A + B + 20 | WRITE (B) version=2 value=20 A = A + B + 10 | WRITE (A) version=2 value=10 ... Thanks. eurojet P. F. Martinez Please explain the test output: Sequential=true Lock= WRITE ... value=0 Thread[Thread-2,5,main] WRITE A1 version=2 value=10 Thread[Thread-3,5,main] READ A1 | |
Error 363 - Failed to read value of inverse relationship: [ObjectDB 2.2.8_01] javax.persistence.PersistenceException Failed to write the value of field property edu ... : Failed to write the value of field property edu.um.fcsit.jpa.entity.Guest.phoneList using enhanced ... Failed to write the value of field field org.dyndns.fzoli.mill.server.model.entity.Player | |
Master database switching to read-only mode, possibly caused by slave failure:25:43 - MASTER instance stopped responding to write requests. All requests sent to the database ... (Unknown Source) The reading continued to work and there was nothing in the server DB logs. All write ... are executed and WRITE requests are rejected. Maybe even the high GC on the slave is the result | |
best practice for DB recovery and add them to my persistence unit but being able to read and not write is a condition that can't last ... have two(or more) entity managers in my DAO layer and write all changes to both instances(may have IDs synchronization issues), if one of the instances is not available, I'll keep writing to the instance | |
Setting temp directory location in ObjectDB to write to the parent directory. support Support can you please elaborate what exactly "Try running ObjectDB in a process with no permission to write to the parent directory". I did not undertand ... how to do this. And if write permission permission is blocked for the parent folder, won't ObjectDB locking method | |
OneToMany and cascade delete problem to write the value of field field com.objectdb.test.bug.forum.T501$Store.offers using reflection ... ) Caused by: com.objectdb.error.UserException: Failed to write the value of field field com.objectdb.test ... .type.user.UserMember. write (UserMember.java:544) at com.objectdb.type.user.UserMemberList. write | |
Improvement in replication do only few writes (mostly reads), but those writes are important for us - objects rating, profile modifications ... and all writes fails. I was thinking about special version of one master / one slave only cluster ... yet, and therefore, if the slave accepts write operations they may be based on a state, which is not the most up to date | |
using DbUnit with ObjectDb doesn't support JDBC connections and the only way to load data is by using JPA or JDO, i.e. by writing ... with JAXB, so writing lists of entities to xml file should be easy - a generic mechanism to read / unmarshall those files into lists of entities for writing to database may be more ObjectDB / JPA centric | |
Which storage fits best to ObjectDB? is reading/ writing the files. The tests are showing that the HW RAID5/6 of HDDs deliver comparable ... files, so in fact it means sequential reads/ writes . If it is tested on small files the speed is getting ... ObjectDB read/ write the DB files by large chunks and then it parses it within the RAM (so it would mean | |
use of Singleton into tomcat hi all. i would write a class singleton that encapsulate the entitymanagerFACTORY   ... multiple servlet. but into the class singleton i would write a set of method for the operation ... for update, write . read , create Users it to be syncornized into signature or with the word syncornized | |
Replication Question availability and fault tolerance? Unless the application is read only and no write , as long as ... ; So basically both read and write will always be going to the master and the load ... , not even read load) - Not for Read+ Write failover? Thank you. Trianglehead Json Error Not | |
ObjectDB Clustering VS Hadoop Hbase, in which WRITE requests are served by one master server and READ requests can be served by ... data is divided between nodes. All the servers handle WRITE requests and READ requests of data ... for one server and when there is a need for more than one server to handle WRITE requests. support | |
Database size is much larger than expected (x2) to commit transaction: Failed to write the value of field field image.URI.baURI using reflection (error ... .objectdb.o.UserException: Failed to write the value of field field image.URI.baURI using reflection ... : Failed to write the value of field field image.URI.baURI using reflection at com.objectdb.o.MSG.d(MSG | |
Too many persistable types (>10) - exceeds evaluation limit.entities.instance.ProjectSnapshot smuessemeier Stefan Müssemeier Maybe you are writing to a database ... of the writing . But the writing is ok. Everything is written correctly as far as I can tell. When I ... only one persistence unit and writing without the added ;drop in the connectionURL. Still the error occurs | |
Failover from Master to Slave down the application will still be able to read from the slaves but writes will not be allowed ... cart because that would require a database write . If the master is down for even an hour ... marker so it decides to write to A. Well there you go .. you have a high probability of database | |
Pessimistic Lock Timeouts setting.objectdb.o._LockTimeoutException: Write lock cannot be granted for a.b.c.d.EE#150. irrespective if I set ... , Caused by: com.objectdb.o._LockTimeoutException: Write lock cannot be granted for com.x.y.z ... haven't got an easily distributable test for replication, but It shouldn't take too long to write | |
Problem with distinct select, order by and equivalent alias/attribute path(JpaQuery.java:719) ... 1 more While I wouldn't write the query with different expressions as shown ... ? The error does mean some pain in the neck since it's quite uncomfortable to write these queries by ... will probably work around the issue by writing these queries by hand - although this is not really nice | |
Is there any faster select method? SELECT: TypedQuery query = em.createQuery( "SELECT p FROM Point p WHERE p.id = " + element.getId(), Point.class); List points = query.getResultList(); WRITE : em.persist(p ... than the write method, in my very simple benchmark. I guess the reason there is no SQL in the write method | |
Understanding limitations of schema evolution, and you will have to write code for making this schema change. support Support Thanks for your reply. Could you please elaborate more on the nature and complexity of the code that one has to write in the second ... "Could you please elaborate more on the nature and complexity of the code that one has to write in order to develop an application?" support Support | |
"Attempt to lock a non entity object" error.getSelectedValue(), LockModeType.PESSIMISTIC_ WRITE ); . . } //doEdit ... , LockModeType.PESSIMISTIC_ WRITE ); System.out.println ... ; em.lock(p, LockModeType.PESSIMISTIC_ WRITE );   | |
EntityManager JPA or JDO impl and different behavior. I'm getting this error: Caused by: com.objectdb.o._PersistenceException: Failed to write ... and write on d drive as everything is running on c drive. Thanks, Eitan eitane Eitan Eibschutz Build 2.3.4_04 should fix the new "Failed to write to file" error. Thank you for the "mvn | |
Error 613 - i cant put a list | |
Slow performance on Mac (build 25.131-b11, mixed mode) Running sample jar: - To generate data ( write ): java -jar demo-0.0.1-SNAPSHOT.jar write /path/to/file.odb - To read data ( write ):   | |
Exception when querying Map property with @embedded & Enhancer enabled the error 'Failed to write the value of field field TestEmbeddableMap$MyAttributeItem.id using enhanced ... ; Exception in thread "main" [ObjectDB 2.6.4_03] javax.persistence.PersistenceException Failed to write ... .java:40) Caused by: com.objectdb.o.UserException: Failed to write the value of field field | |
Feature Request: Improved ObjectDB Explorer data into the database. What I mean is that we have to write code that is different each time (or write some methods, but still varying input each time), and execute some main method to get blocks ... , MySQL workbench. We can write methods to batch the process, but this becomes annoying if we need | |
Pre-detach loading: retrieval by navigation not working in if statement and compare. If I disable NetBeans compile-on-save (which seems to use the internal compiler to write .sig ... internal ObjectDB system property that you can set (on your web application) in order to write enhanced ... that you can set (on your web application) in order to write enhanced classes to files: -Dobjectdb.code | |
NegativeArraySizeException on commiting a transaction overflow during string writing . What are the sizes of strings in that object and what character set is used? Maybe there is a bug in writing specific type of characters. Can you update this specific object ... when writing a HashMap in another PlacementBlockModel. The issue is rather connected to the size | |
Exporting the data out of the ObjectDB Sandeep Dhamale Currently, migrating data between ObjectDB and other data stores requires writing ... have to write java module with JPA to retrieve entity and then using some kind of ORM or direct JDBC persist | |
Error occured during initialization of boot layer I am trying to implement a database using ObjectDB. To get started i want to write Entities of Type RequirementDBEntity into a database. I followed the tutorials here but when launching the program ... ."; } And my code for actually writing to the database is: import javax.persistence.*; public class | |
enhancement issue is one of your classes. ObjectDB doesn't support writing the enhanced classes back to a JAR file, so you have to specify a destination path for writing the enhanced classes as class files ( using -d ), and of course | |
Replicated cluster recovery all the committed updates to the slave. There are solutions that enable full cluster even with the ability to write ... databases on different nodes. support Support Hi I wanted test cluster so I ran 4 threads 2 for writing | |
Date field Index is corrupted due to time change happens? It could happen if during writing a pure date (with no time) to the database the TimeZone ... ) and the change of the offset is between these write operations, i.e. different levels of the BTree | |
Single Server License and Embedded Mode We have an application that runs on a single server in embedded mode to write server million records. Is it possible to use the single server license for embedded mode use? I've looked ... server that needs to write the number of records over the evaluation limit, it doesn't seem to fit | |
Embedded & Activation & Scalation it won't scale enough, furthermore we'll always have a SPOF with odb server due the master- write ... cannot write to the same ObjectDB database concurrently. Future versions may remove this limitation | |
Multithreading Test and Deadlock in reading but not in writing . You can see this in the JPAB benchmark (compare 1 thread to 5 threads ). ObjectDB is faster than the alternatives also when using multithreading in writing but the gap | |
Failed to read DB file while online backup is running Hi, it happened already few times (seemingly randomly), that some db operation (read and also write ) failed with an exception during an online backup of the same DB file was running and was close ... the mistake is happening only when the DB read/ write happens during the online backup (as described | |
Duplicate a table a table before erasing the content. Thanks. Linuski christophe LASKAWIEC You will have to write code for this purpose. Use enhanced classes to get best performance in reading and writing the objects | |
Server out of memory exceptions. The message size going into the queue is not large - around 4k at most. Each read/ write operation ... for each database) and 2 reader threads (1 for each database). Each thread should read or write 10 msgs ... might have actually replicated it now... The attached test (testObjectDbPipe) has 10 threads which write msgs | |
cannot delete objects after crash (see issue 2283) of your production OS or disk requires special consideration (e.g. if synchronized writing by ObjectDB to the disk returns before the physical writing is completed and the data is still buffered by the OS / disk ... after writing and flushing the transaction updates to the recovery file (the database file | |
ArrayIndexOutOfBounds with Critera API and function call-2.4.4.jar:] at com.objectdb.jpa.criteria.JpqlWriter. write (JpqlWriter.java:94) [objectdb-2.4.4.jar ... :] at com.objectdb.jpa.criteria.JpqlWriter. write (JpqlWriter.java:90) [objectdb-2.4.4.jar:] at com ... .jpa.criteria.JpqlWriter. write (JpqlWriter.java:94) [objectdb-2.4.4.jar:] at com.objectdb.jpa.criteria | |
Exception when the log file is full and no archive is defined into when the limit is hit. What would be a preferred action? Stopping writing to the log? Ignoring the limit and continuing writing to same file? Or maybe just improving the error message to indicate that it is writing to a log archive directory that failed? support Support Agreed | |
ArrayIndexOutOfBoundsException on flush which blew out the logs: Attempt to commit a transaction after failure in writing to database file 'F ... to commit a transaction after failure in writing to database file 'F:\calculationservice\objectdb\dbs ... .objectdb.o.UserException: Attempt to commit a transaction after failure in writing to database file 'F | |
docker documentation( ) piped. write (13) piped.flush() sleep(100) piped.println( ) piped. write (13) piped.flush() sleep(100) piped.println( ) piped. write (13) piped.flush() } } Now here's the strange bit, the license url | |
NullPointerException when using multithreading to the database. When the client application starts writing , several of the threads throw the above exception but most of the threads are able to do their writes without issue. CAPdev CAP Dev ... several threads. Please try build 2.4.4_10 that should solve this issue. By the way, writing | |
boolean field flips after schema update (in class) of another field to try now. support Support I would recommend to write a test case for this scenario. We currently ... More details are needed in order to write a test case that can catch such an issue. We already have tests ... for us to reproduce or write tests for. It has happened several times - this is something which should never happen | |
Query fails with failed to read message itself doesn't provide much information. Alternatively we can release a new build that will write ... also to change database content, i.e. to write to the database? Build 2.7.5_05 included in addition ... rather than read- write lock in previous builds, when "objectdb.temp.concurrent-file-read" is enabled | |
database corrupt) is: It should force physically writing to the recovery file before starting to write to the database file. Although the default, sync="false | |
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 ... / write threads are terminating abnormally, I'm not sure how our application is reacting | |
SingleFieldIdentity.writeExternal(out) - JDO Method JDO Method in javax.jdo.identity.SingleFieldIdentity void writeExternal ( ObjectOutput out ) Write to the output stream. Parameters: out - the stream Since: JDO 1.0 |