ObjectDB Database Search
51-100 of 123 resultsServer connection management The server does not appear to release broken connections. My typical development pattern is to keep reloading my war file in tomcat until the permgen space runs out, and then I kill and restart tomcat. After a few days of this, the server stops responding, and I see the following in the server | |
osx menu item about window osx menu item (for starting/ stopping server, viewing config files, data roots, etc) is extremely useful. However, currently the about box doesn't show the current jar version of the server (and with rapid updates, it's difficult to know which version of the server is currently running, and track | |
Help: After upgrading from 2.2.8_02 to 2.2.8_04, can't perform LIKE query Hi, AFter the upgrade from 2.2.8_02 (not sure if it was build 03/04 as I skipped 03) - my LIKE queries have stopped working during a regression test. As an example output: Query: SELECT $1 FROM Company $1 WHERE ((($1.companyId LIKE :p1) AND ($1.conditionOne=true)) AND ((($1.conditionTwo | |
Setting temp directory location in ObjectDB Please let me know why the OS timestamp is changing for the parent folder. How can i stop the timestamp | |
Drop the entire database, Change the schema used the File technique already, but it means I have to stop the container to be sure the DB file | |
Eager Fetch is not stable for collection or map types? stopped , but lost when we restart the JVM. Further more, we find if we invoke a mehtod such as size | |
Changes in detach behaviour? Hello! Today i upgraded to 2.3.5_04. My program stopped working. After some debugging i found out that all fields of retrieved objects are on their default value till i first call a getter or detach them explicitly. Up to 2.3.4 they where initialized immediately. The problem in my case is that i | |
possible index required for improving query performance I understand, we'd need to stop the DB, run the Doctor in repair mode and start the DB | |
Activation error on Schema change why I had to generate 3 new license after migrating to 2.3.7 because all old ones stopped working | |
How force always recreate database on redeployment.. Currently, to avoid multiple models in the database, I have to undeploy from Glassfish, stop | |
Problem undeploying Glassfish3.1.1 web application cleanly yet been started, or was already stopped at org.glassfish.web.loader.WebappClassLoader.loadClass | |
Index causes increased memory usage by heavy querying of the database. Once the querying stops , the memory usage never returns | |
Entity Update - Is the documentation up to date? detected and saved. Am I doing something wrong that may stop working without warning? kjkrum Kevin | |
Replication issue, Replayer failing due to NullPointerException.. I cannot get an EntityManager connection to the slave DB though. I've tried stopping both servers | |
OutofMemory error with Object DB 2.0 of 3.6GB (used to work with objecdb 1.x) It now stops (outofmemory) when the odb file | |
Out of memory thing is - allocated memory by storage threads stops at the size of database. Maybe there is some | |
Guestbook Tutorial (Eclipse/Glassfish) causes this. I can enter a number of entries, stop Glassfish, use the Object Explorer to view | |
Get multiple entities by Id I'm trying to fetch a list of entities, by their Id. I Use this query: SELECT c FROM User c WHERE c.id IN :ids This querey works as long as I don't set the property "id" as @Id. If i set @Id to any other member, this query works, if I set id as @Id, it stops working and gives zero results | |
How to resolve 404 errors with Eclipse/Maven Spring MVC the browser as the tutorial explains: http://localhost:8080/Guestbook. (4) stop jetty (5) click | |
First query takes 4+ minutes to complete the test again, we stop the appliaction and then repeat the above. Explanation | |
Using explorer with a live embedded db could connect when I stopped my program that embedded the db. Is still supposed to work | |
How to deploy an Objectdb project with Jboss AS 7?.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment Guestbook.war | |
Problem to use find method on an abstract Class: AbstractMethodError is thrown" as an output). after enhancing the classes before starting the server the problem stopped :) I | |
Exceeding max connections and crashing stops once a day with no apperent reason. Second cause we suspect is the number of network connections | |
Failover from Master to Slave that all the applications stop using that server. One way is to kill the server. Another way is to check the marker file | |
Java 6/7 Performance Comparison a modal JDialog which would stop the application so I could attach the profiler, aside from that test | |
Java 8 Enhancer Problem an exception which causes Spring to stop weaving. Caused by: com.objectdb.o.InternalException | |
JDO support vs JPA. However there are no plans to stop supporting JDO in future versions of ObjectDB. 4. You can use the same | |
Server closes if large query runs out of memory We are using ObjectDB in production, and have found what we thing to be a serious problem: the objectdb server can run out of memory and stop if a query deals with too many objects. This isn't the behaviour we expected for a product that we want to use to deliver 24/7 high-volume data | |
Left join fetch behaviour doesn't retrieve children? fetch" feature. 3 bugs discovered in few days ... i'm afraid to find more in the future, so let's stop | |
_UserException: Attempt to open a database file '...' that is currently in use I have an application which runs correctly in NetbeansIDE but after building it, it won't just run sometime, the app stop responding to event at a particular point. I was able to reproduce this issue while running the jar file in command line and I got this exception which I have it stack attached | |
Schema update: package, class and field works well), but you will have to be aware and report if it stops working in a future version. support Support | |
recovery enabled="false", still creates tablename.odb$ files Running in embedded mode, configuration specifies " ". Still, tablename.odb$ files get created, and if still present after an abrupt stop , the application will not restart properly. What do we need to do to not utilize recovery files (not have orphan tablename.odb$ files)? CAPdev CAP | |
Convert embedded database to server be available when the application closes its connections to the database or stopped . In | |
How to do an Offline Database Backup? These are questions asked in the context of the proposed architecture described in the forum thread titled, "Sample JDO Architecture for Follow Up Questions". I desire offline backups. I must close all connections, wait for current database activity to stop , and prevent new | |
Request clarification of changes to accessor enhancement policy (non-getter prefix instead of getter suffix) AND annotations one might consider "side-effects". I found on switching to ObjectDB this did not work and stopped the practice completely. webel Dr Darren Kelly | |
Crash due to memory problems 3333 has stopped by 5808@wzbhb101 hgzwicker Hans-Georg Zwicker Unlike other exceptions, on  | |
Improve ObjectDB Server when Swing is unavailable. Currently start/ stop /restart messages are printed to the standard output | |
Server out of memory exceptions the databases, i.e. I let the test run for 20mins; stopped the test; restarted the server; restarted the test | |
Server Deadlock Our objectdb server completely stopped responding to requests for new connections. The 'server' command also would not respond. A thread dump (attached) shows a deadlock. FastModel Ben Schreiber Thank you for this report. Build 2.2.9_01 should fix the deadlock. support Support Build 2.3.7_04 fixes | |
ObjectDB 2.3.3 of more than one class path root ( issue #554 ). Fixed a NullPointerException on detachment of some objects. Fixed Linux "Name or service not known" error on server stop . | |
Query Execution Error in java client code. Please note that this one worked before but stopped working.. I'd be so happy | |
InternalException. support Support I stopped the DB and ran the Doctor over it and it found no errors, however, when I | |
ObjectDB 2.4.7 level logging for indicating server start and stop . Improved error message for creating a query with a closed EntityManager ( issue #1032 ). | |
Error 990 when querying a class with persistence-capable-superclass there is another problem that stops the query execution with another exception, but that other exception | |
Internal Exception and Index Problems the indexes. Now, when discussed, we will open this issue. As a workaround, please remember to stop | |
com.objectdb.o.InternalException: null After an error in a @PrePersist method in an Entity class, the database stopped working. Fortunately this was in development, but still worrying! The Entity class @Entity @Table(uniqueConstraints = { @UniqueConstraint(columnNames = "personalNumber")}) public class Customer | |
Error in production. Failed to commit transaction: Unexpected database state: BTree -152 is not found; jastorga Juan This exception is unknown and more information will be needed. Please try to stop the server | |
ObjectDB 2.6.7 existing referenced objects. Fixed a bug in stopping an ObjectDB Server in SSL mode from another process ( issue #1804 ). | |
objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active' completely stop the web app deploying): Info: ExtConfigBean []: ConfigBean:@PostConstruct:createData: create |