Internal Website Search

51-100 of 123 results

Problem undeploying Glassfish3.1.1 web application cleanly

yet been started, or was already stopped at org.glassfish.web.loader.WebappClassLoader.loadClass

Disable Evaluation possibility

would not start at all, when no valid activation key is present, throw some exception, so we could stop

Java 8 Enhancer Problem

an exception which causes Spring to stop weaving.  Caused by: com.objectdb.o.InternalException

Guestbook Tutorial (Eclipse/Glassfish)

causes this. I can enter a number of entries, stop Glassfish, use the Object Explorer to view

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

General Performance Issues Illustrated with a Specific Method

posting all the relevant information for an issue but nothing more. We should probably stop

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

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

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

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

Server 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

getting "Unexpected total page count" error when diagnosis mu db by ObjectDB doctor.

. This could be caused, for example, if the database is stopped (abnormally) during a writing action, and recovery

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

after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown

These are not exactly the same errors but maybe related. Errors that stop (even for awhile

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

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

Separate ODB files API

Customer asked during opened ObjectDb connection (ODB location A) to stop writing and continue to another ODB file (Location B). Does exist some API to achieve that? What is a possible solution? Harman Alexander Golyshkin You have to close the database in location A, copy it from location

starting objectdb as a service in linux

Hi, how to start objectdb as a service from linux command line. Every time i close the terminal (putty) servers stops . Running it with the & parameter dont help. we are starting the database with this command ./server.sh start Thanks peric.emil Emil Perić How do you start the server, with the run

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

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

Using explorer with a live embedded db

could connect when I stopped my program that embedded the db. Is     still supposed to work

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

InternalException when reading a HashMap

. Also the network interface was not changed. But from some moment old activation key stopped working

Updating Entities

stops that unifies the changes in the different EntityManager objects I have created in Main

Entity Update - Is the documentation up to date?

detected and saved. Am I doing something wrong that may stop working without warning? kjkrum Kevin

Index causes increased memory usage

by heavy querying of the database.  Once the querying stops , the memory usage never returns

How force always recreate database on redeployment.

. Currently, to avoid multiple models in the database, I have to undeploy from Glassfish, stop

First query takes 4+ minutes to complete

the test again, we stop the appliaction and then repeat the above.   Explanation

How to enable and disable auto schema update?

The second setting is expected to stop ObjectDB from returning to a list of fields that was used in

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

How to deploy an Objectdb project with Jboss AS 7?

.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment Guestbook.war

Exceeding max connections and crashing

stops once a day with no apperent reason. Second cause we suspect is the number of network connections

Query Execution Error

in java client code. Please note that this one worked before but stopped working.. I'd be so happy

UPDATE statemen crash when i put the WHERE clause.

Hello, i have a problem with a UPDATE statement. When i run the code without WHERE clause the cod is executed, but when i attach the WHERE the program stop there. The code looks like this. EntityManager em = emf.createEntityManager() ; em.getTransaction().begin() ; EntityManager updateEm = emf

ObjectDB 2.8.6

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

cannot delete objects after crash (see issue 2283)

, we had to stop and run the Doctor. Find attached the latest log   hgzwicker Hans-Georg Zwicker

out of memory error

:34:13 #9 server] Server on port 3333 has stopped by 1268@wzbhb101 [2017-03-16 07:44:50 #10

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

database corrupt

and disorderly stopped  in the middle of busy transactions. The immediate solution is probably

InternalException

. support Support I stopped the DB and ran the Doctor over it and it found no errors, however, when I

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

much more load that doesn't stop . Anyway, the way forward may be optimising the queries, and if duplicate

Improve ObjectDB Server

when Swing is unavailable. Currently start/ stop /restart messages are printed to the standard output

again merger missing logs + objectdb exception

Support again we have an assert (we could only stop and copy the database 2 days ago, there was not

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

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

Unexpected error when loading all entity instance

application is stopped ) do you close the ObjectDB database ( EntityManagerFactory 's close), e.g

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 ).

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

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 .

ODB Server tries to write a log file to a weird location

above database files and it stopped doing it. Sometimes it doesn't help.       thamal