Internal Website Search

51-100 of 116 results

Licensing

and because it enables unlimited installations it also solves situations in which you have to switch ... ) and additional installations of ObjectDB are required for server machines (development, test

BIRT

hi! There's an odb BIRT Driver at http://www.objectdb.com/java/jpa/tool/birt However: 1) It doesn't install /work with Eclipse / BIRT 3.7 (missing feature) 2) How would we install the driver into our environment? I mean, we're using the BIRT Runtime on our server but there's no odb connector

Reporting Engine?

for report generation. In short, you have to install an additional plugin in Eclipse EE (using  Help Install New Software...) from: http://www.objectdb.com/eclipse/ The plugin includes an implementation

How to configure where the ODB is stored?

to set it to "$objectdb/db/points.odb" and that this defaults to "the installation directory of ObjectDB". BUT... I DIDN'T INSTALL OBJECTDB - my maven build downloaded it and embeded

http://www.objectdb.com/eclipse address not found

Hi In  Installing the ObjectDB Data Source Driver section, site url: https://www.objectdb.com/eclipse is not working, is there any other solution to add objectDb inside eclipse. and create ... . support Support Hi  In eclipse -- Installing the ObjectDB Data Source Driver-- step it display

Deploy ObjectDB in WildFly 10

Hi, I'm currently evaluating ObjectDB and try to deploy my project in WildFly 10. I've installed ObjectDB in the modules directory and added a persistence.xml file:        ... ), and then right click the project root and run (Run As Run on Server) with WildFly if installed on Eclipse.   support Support

listening on a particular IP aside localhost

I have being searching all around for how to do this but still no luck. I want objectdb to be able to listen in server mode to other connections from another machine where client is installed . I will like to have objectdb on machine A, while B,C, D can access the database in a using code like

Mismatch client-server protocol prefix

checked the DB two times and installed the copy generated by the Doctor. It found no errors. We use

Missing (null) elements in eager loaded references

after we installed an update and I was the only logged in user. So it beeing another Thread closing

Cast exception?

because the URLClassLoader is not accessible for it. Where do you install the objectdb.jar file

javax & persistence pkg?

hi all, i'm developing for android. objectdb requires the persistence pkg. i'm not sure i want to install the ee sdk just for persistence. are there any alternatives? if so where would i get it? john duetto john cummings Currently Android is not supported by ObjectDB. See this feature request

Getting com.objectdb.o.UserException:

.apache.catalina.core.StandardHost. install (StandardHost.java:738) at org.apache.catalina.startup

Embedded mode usage question

Hi there ! We're currently considering to try object db as a an embedable database for one of our microservices. The microservoice itself must be completely self-contained and must not depend on external software such as RDMS, requiring additional installation and support

Modifying something with Explorer -> app JPQL with Enum doesn't work anymore

, it seems that ObjectDB is not referenced. Maybe you installed ObjectDB within Tomcat, and maybe I missed

Embedded & Activation & Scalation

). No further activation is required for deployment and for end user installations . support Support Hi, Hmm I still fear

Too many persistable types (>10) - exceeds evaluation limit

that already has other entity classes? support Support No. I have the database locally installed

Insert time increases as db grows.

Hello, I've just installed ObjectDB and done some tests. I'm inserting 22k of records like 10k iterations of 22 linked entites. I've got indexes on Long id on every entity and additionally one entity have index on String column. Entities are not enhanced and inserts are committed in a separate

AttachNotSupportedException

is related to issues with the Java installation rather than with ObjectDB, as understood from some

OutOfMemoryError on search after update on DB created with DB Doctor

installation . We get the recovered file, but it is much smaller - see listing below where SystemDB.odb

ObjectDB current status of the BIRT plugin

Just now I downloaded Eclipse Kepler Reporting. First step was to add the update site for the ObjectDB Data Source Driver as described in http://www.objectdb.com/tutorial/tool/report/birt/ install . Unfortunately Eclipse gave me an error not being able to contact the software update site

Project runs in Eclipse but not when exported to runnable jar

, even though JRE is installed and configured). merichards Mark Richards An attempt to bypass the NullPointerException is included in build 2.2.9_03. support Support

com.objectdb.o.InternalException: Unexpected internal exception

Hi, I am using objectdb.jar version 2.6.8 ( installed via Maven). I am trying to authenticate a user. Initially, the database is empty. I have the following query: @javax.persistence.NamedQuery( name = "getPersonByName", query = "SELECT _person FROM metamodel.user.Person as _person WHERE _person

How force always recreate database on redeployment.

application) and the other on the server side (possibly in the ObjectDB installation directory). 

BIRT plugin: Trouble with Client/Server connection

installing MyEclipse Reports and BIRT into the same MyEclipse environment due to the potential for  

Saving custom list which implements java.util.List fails

. support Support My old-version (2.4.7_08) After installing the new version(2.4.7_18):   1) my recent

Object DB In memory : without Filestore

above, although ObjectDB does not support in memory mode, you can use a RAM drive. i.e. install a RAM drive

Ram allocation

Hi , We are submitting one offer for our client and we must prove to client that Objectdb can allocate 128GB ram of server where it is installed . So can you please help us where we can find that information on your site or if you have some datasheet where we can find that info that can be helpfull

ObjectDB Enhancer Tool in Java 9

is to also install Java 8 and use it just to run ObjectDB's Enhancer.   Thank you for any insights

Tomcat + JPA Problem

but the deployment WEB-INF directory somewhere under your Tomcat installation . support Support Hi support, as

ID format in objectdb 2.x for JDOHelper.getObjectId

Hi, I am trying to upgrade the objectdb from 1.x to 2.x. I installed and configured as per object db tuotrial. I am just wondering, in objectdb 1.x, when i am tring to get the object id for a persistable object, i am getting an integer as a result e.g Object obj = JDOHelper.getObjectId

Activated ObjectDB still throws "Too many persistable types"

is installed . The machine is a VM with a network card with MAC 00-00-00-00-00-00-00-00-00-00-00-00

Activation Issue

install mvn exec:java -Dexec.mainClass="test.metamodel.App" or fire it up in your favorite Maven capable

Managing software release cycles.

How do you manage software release cycles with objectDB? For example we might have different installation of a given web application, and we might need to introduce new fields with default values or to change something in the database "structure".  How can we apply the update script

Problem upgrading

my whole local maven repository to force a clean install of every artifact. That's the output

Replication error on slave restart

only once when installing the replication. Every time you restart the master server a new recording file is created

Spring MVC Errors

I try to import the project from the tutorial but when doing so I get errors: 1. https://i.imgur.com/tbIsj.png (old link) and then when I try to start it anyways I get things like thaat: 2. https://i.imgur.com/G7UVu.png (old link) any ideas ? I installed m2eclipse plugin and Maven Integration

LDAP and ObjectDB

that use different databases and applications (e.g. one installation of ObjectDB server that serves

Fluent JPA & ObjectDB

Good day to you, I am looking to port my Java applications to rely on ObjectDB from MySQL & PostgreSQL. Kindly advise whether the installations would be able to work with FluentJPA ( https://github.com/streamx-co/FluentJPA ) as it would make life a bit easier for my team and I. Regards name256

new database error

install of your application and ObjectDB with no old JAR files. If this exception is still thrown

ObjectDB tries to create a File in a localtion without write access

Hello, if we install our Product into the windows Program Files directory which have by default no write acces for the 'normal' users. If we now open 'older' Profiles (older Databases) we get the following exception: Caused by: javax.persistence.PersistenceException: com.objectdb.o.UserException

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

and did very careful install , library reassignment and rebuild, which I seemed to have skipped

Memory leak in com.objectdb.o.CST

objects remain small this time. I have put installed the new version to my prod server now as

ODB Doctor Stops Progressing (runs forever)

of the running Doctor, when it seems to have no progress? support Support While attempting to install JDK

BIRT Driver Improvements

version, starting build 2.3.7_02. To install the BIRT driver in Eclipse - follow the ObjectDB-BIRT

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

against double queries hgzwicker Hans-Georg Zwicker we have installed during weekend in the production

Improve ObjectDB Server

Improve ObjectDB Server to behave and feel more like a traditional db-server: - Remove SWING dependency (i.e. remove the tray icon or make it external from the core server) - Provide the possibility to easily install the objectdb as service on each system (requires removing swing dependency

ObjectDB BIRT Driver Update

an existing Eclipse workspace, in which an older version of the driver was installed

Internal error

Support New version of objectdb installed .  Will report back log entries soon. sjzlondon Steve Zara

Schema-Update: Deactivation of automatic entity class removing and introduction of a new class remove in the schema config

Hello, in our application we use ObjectDB in embedded mode as part of the Profile that can be stored and opened by our customers. Our application is an eclipse RCP application with a domain-driven design. The product can be installed in different configurations (in other words with more or

ObjectDB 2 JDO Manual

Mohannad AlAwad Me too. I use ObjectDB as an esy-to- install and free example of an object database in