ObjectDB Database Search
101-150 of 200 resultsEntityManager JPA or JDO impl and different behavior.Provider Now in our project we use spring to start everything. If I do: System.out.println("EntityManager ... been getting . The unit test shows how when a query is performed on the holder, the attributeName ... , since it will enable getting into ObjectDB with the debugger (by replacing the objectdb jar | |
Different behavior with persist() and queried instances? to be being pretty useless.. thanks, Alex quasado Alexander Adam I am getting closer.. looks like ... : After the commit and persist calls I do close the entity manager so my object gets detached. Between ... it becomes a regular java.util.Array again which of course doesn't mark the object dirty when getting changed | |
after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown? Regarding the merge errors, did you start getting them only after fixing the database? According ... copy with the Doctor. With this arrangement you should find issues when they start (in that case ... is a pain, everytime we start it it connects directly to the database and then we have the access error | |
Replication Error to one of them, enabled recording and started odb. The dbname.odr folder got created so i think ... and started it. The second server starts complaining instantly with the following Exception: com.objectdb ... ? The manual says that it gets copied automatically. mosi0815 Ralph Moser Yes you are right | |
Jboss 6 persistence.xml startup error out feasibility, but I keep getting stuck on setting up the persistence.xml on JBoss 6 AS. Here is my setup ... to Start : name=persistence.unit:unitName=test.war#testUnit state=Create: java.lang.RuntimeException ... drop it in the JBoss's deploy directory, start JBoss ( run ) and open the browser at http | |
Embedding ObjectDB on server application already? Just started trying out ObjectDB so sorry if I didn't read the documents carefully enough!   ... ? Still getting this: Message: No Persistence provider for EntityManager named objectdb:$objectdb/test.odb ... if ObjectDB is unable to create a file at the requested directory? Here's the stack trace: ( starting | |
Using the wrong class to access a database Hello, just starting to test ObjectDB and ran into a problem. I've created a small program to test the Point database described in the Getting Started section: package com.objectdb.tutorial ... the queries? - why the db is getting messed up with the third query - even if the class is wrong | |
Activated ObjectDB still throws "Too many persistable types" to find out whether a started ObjectDB server is activated, without having to resort to an actual ... for that machine. Is there any way to find out whether a started ObjectDB server is activated, without having ... keep getting the same activation code. I tried it out with 2.4.4_02 and 2.4.4_05 and I get the same error | |
OEM Enhancer causing Jenkins job to freeze we started to encounter situation, where this job's execution gets stuck for ever on Jenkins. This is causing ... for enhancer? To see where exactly it gets stuck during it's execution? Also, our Jenkins machine ... when you start your application (since it may happen every time that this class is loaded | |
Query problem after transaction commit [Remarks] 01 Test_Connection: connecting 02 Test_Connection: connected 03 UI: start query [query ... 05 code= %, desc= % 06 UI: end query 07 UI: start printing result 08 code= A, desc= Good ... printing result 12 Goods creation: D created [create Goods D successfully] 13 UI: start query [query | |
Unexpected NoSuchFieldError exception) java.lang.NoSuchFieldError: __odbTracker 3) Attempt to start a transaction ... above: transaction is active. So, for some reason, I'm getting these 3 errors repeatedly. David   ... .AbstractCallSite.call(AbstractCallSite.java:133) at app.AuServerRedis$_ start _heartbeat_closure2.doCall | |
Replication issue, Replayer failing due to NullPointerException. I'm getting replication errors and upon trying to play the replayer I get a NullPointerException ... too much else useful in the log, i've tried deleting all the DB files on both sides, starting a clean ... on from the start . It's worth noting that some of the databases may be totally empty(no objects | |
Query perfromance problem, but trust me - when debugging application, getting data from ODB takes a long time in one case. Anyway, one of my methods in DAO looks like this: public List list(int start , int count, String sortColumn, boolean isAscending) { logger.debug("Method start ."); List prodList = null;   | |
Duplicate Entity class names causes Exception in Query ... I took that out immediately I started getting them problem... There are also NO duplicate ... well I am getting the class not found error again ( I have removed the 2nd mode project and duplicate | |
Updating Entities in Manage Paygrades are displayed. This means something either happens when my application starts or ... - but I have no idea how to update both EntityManagers without getting this error :/ DragonRulerX ... to see if you have any other suggestions - either way I have something that gets the job done for now | |
ArrayIndexOutOfBoundsException Hi, I've been getting the following exception when trying to query ObjectDB in server mode version ... .objectdb.com/database/issue/new And it seems like this exception starts to show up after the DB ... and am now getting a similar error: [ObjectDB 2.3.4_05] Unexpected exception (Error 990)   | |
Externalising persistence.xml properties in Glassfish?;but you should easily be able to find the start up script. This is the same place where heap size ect gets set.   ... it so easy to progress quickly without getting bogged down without relational considerations (e.g | |
Attempt to begin a new transaction when a transaction is active; I don't know why am I getting this.. Thank you very much! adibe Adi Be Apparently the transaction is started automatically by the application server, and as the error message states, you are trying to the start a transaction that is already active. Try commenting the begin and commit commands | |
Deadlock in objectdb code Running multi-threaded access to an embedded database using JDO, I'm getting a deadlock in ... in the code. Is there a convenient way to introduce classes to objectdb at the start of a run ... at the start of a run, so they aren't first encountered later? You can introduce a class by:   | |
Activation Issue the jar, and everything was happy. (this was with 2.3.7). However after a reboot I'm now getting ... the objectdb server, and then started tomcat, with tomcat throwing the eval license exception ... starts with no errors - your configuration file is not used and probably misplaced. support Support | |
Intermittent Server Shutdowns Due to Out of Memory (OOM) Issues: 32GB ( ) Other settings: Stated below Problem Description : The ObjectDB server starts normally but gets terminated intermittently. The dmesg log indicates that the process is killed by the OOM Killer ... the server is started . I have already tried reducing the processing cache and monitoring system resource | |
EM.find() is suddenly slower getting data from the L2 data cache (e.g., due to limited RAM and large cache that might be swapped ... the picture further. support Support I added both profiling results and an image for the start path ... , etc. support Support Yes, as mentioned you can see the thread and the pathin the attached image start | |
How to install ObjectDB on my Amazon EC2? has several getting started tutorials . You should first run one of them and build your project in ... that was created due to unzipping, then you run "nohup sh server.sh start &". Important, before doing | |
How to open a running db in ObjectDB Explorer? another location, start the application then finally I could explore my data, but it will be just a copy ... am getting the following error when trying to open a database: "Attempt to open an database file ... Support Hi, I finally started ObjectDB in Client-Server mode. junior Lekane Nimpa, Junior | |
Not able to update records Hi, I am tring to update the simple object by using Update query by i am getting following ... surrounding your executeUpdate with em.getTransaction().begin() to start the transaction and em ... (); // start the transaction Query query = em.createQuery(createUpdateQuery(userCredential, sessionID | |
Client server mode no longer works after JRE install was getting the following error "Error: missing 'server' at 'C:\Program Files\Java\jre7\bin\server\jvm.dll ... Craig Mahony The conf file cannot be used because it is read only after the JVM is found and started . Please try: server-b -client support Support The server is being started from a java | |
Working with a cleared cache of commands. When I run the code as written I start getting the stack traces that are listed.  ... the cache? try { // Start the transaction m_persistenceManager.currentTransaction().begin | |
Reading 1.x odb files in ObjectDB 2.x without upgrading(errGobbler); outThread. start (); errThread. start (); outThread.join(); errThread.join(); proc.waitFor ... .Converter.main(new String[] {oldOdbFileName, newOdbFileName}); I always gets corrupted database.  | |
Mysterious "Attempt to persist a reference to a non managed instance" error expected. I made a few modifications to a working set of classes today, and it's started throwing ... .commit(); } } I had started with the expectation that the cascading annotations ... program allocated are now explicitly persisted in the transaction---and I'm still getting an exception | |
multiple connection using share folder the server itself is a Java application. support Support sir i have tried bu again i am getting database ... the same error Usage: java com.objectdb.Server [options] start | stop | restart options include ... .GAAPMRP. start (GAAPMRP.java:56) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1 | |
JBoss 7 startup fails.GA 13:49:14,719 INFO [org.jboss.as] JBoss AS 7.0.1.Final "Zap" starting 13:49:21,432 WARN [org ... .jboss.as.naming] (MSC service thread 1-2) Starting Naming Service 13:49:23,989 INFO [org.jboss.as ... :/usr/lib 13:49:26,638 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-1) Starting | |
Replaying recorded requests... Hi, I get the following when ODB starts in embedded mode: Replaying recorded requests... then I get something like 500 lines of recordset information. Here is the relevant part of the config file ... the contextDestroyed method of the ContextEventListener class. Is this wrong? ie: it gets calls | |
CriteriaBuilder.substring(x,from) - JPA Method. Extracts a substring starting at the specified position through to end of the string. First position is 1. Parameters: x - string expression from - start position Return: expression corresponding to substring extraction Since: JPA 2.0 | |
CriteriaBuilder.substring(x,from,len) - JPA Method an expression for substring extraction. Extracts a substring of given length starting at the specified position. First position is 1. Parameters: x - string expression from - start position len - length Return | |
InterfaceRef jakarta.persistence.spi.PersistenceUnitInfo for every new class definition or class redefinition that gets loaded by the loader returned by | |
PersistenceUnitInfo.addTransformer(transformer) - JPA Method JPA Method in jakarta.persistence.spi.PersistenceUnitInfo void addTransformer ( ClassTransformer transformer ) Add a transformer supplied by the provider that is called for every new class definition or class redefinition that gets loaded by the loader returned by | |
Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)). Because it gets pulled more than once during the various JSF phases the output is quite copius ... for relationships ? Then I will eat my hat. Are you seriously suggested that after getting the query ... to happen in Object DB when neither LAZY nor EAGER are given ? For I am getting a 3rd result that I | |
Server crash - Mismatch client-server protocol prefix;Once the server gets in this state, it is unresponsive to bin/server.sh restart; I have had to reboot ... (which fortunately gets auto-mailed to me): [ObjectDB 2.5.2] javax.persistence.PersistenceException ... that both issues started now? Maybe the other issue is the cause of this server problem? Maybe | |
Querying error - java.lang.ClassCastException: com.objectdb.o.STV I'm getting the ClassCastException below when querying objects. As yet I haven't been able ... on attempts to recreate - but presumably at some point an object gets saved which objectdb doesn't like. Any ... ) and either start with a clean database or fix this database by running the Doctor in repair mode | |
again merger missing logs + objectdb exception. With no ability to reproduce the problem (yet) progress is slow, but we are getting closer and hope ... . Meanwhile, have you fixed the database using the Doctor and started the system again successfully? support ... ] Server on port 3333 has started by 13072@wzbhb101 [2017-10-05 12:25:26 #3 *] [ObjectDB 2.7.1_01 | |
ArrayIndexOutOfBoundException to the "processing cache", increasing it to 256mb may result in getting these exception less often, and on the other hand, decreasing it to 8mb may result in getting these exception ... ) at ysoft.sqpro.queue.SecuredPrintQue.run(SecuredPrintQue.java:350) and later after new start : [2013 | |
each 1-2 days objects on some objectdb level lock/block each other Zwicker Did the issue start at 7:03? The first thread dump seems different from ... at the ObjectDB level. There is a query cache of course, but it is useful for getting query results quickly ... ; - None hgzwicker Hans-Georg Zwicker please have a look at that, the situation is getting pretty | |
InternalException - error reading field from "queue" database I trying to use an objectdb database as a persitent queue but have started getting the following error on the receiver side: 2011-07-25 10:54:25,023 AdminServer-Callback-Instance-2/0 ERROR ... .RuntimeException: Error getting message from data at rbccm.felix.objectdb.messaging.ObjectDbMessagePipe | |
objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active'.doStartup(SingletonLifeCycleManager.java:158) at org.glassfish.ejb.startup.EjbApplication. start (EjbApplication.java:166) at org.glassfish.internal.data.EngineRef. start (EngineRef.java:122) at org.glassfish.internal.data.ModuleInfo. start (ModuleInfo.java:291) at org.glassfish.internal.data.ApplicationInfo | |
EntityTransaction.begin() - JPA Method JPA Method in jakarta.persistence.EntityTransaction void begin () Start a resource transaction. Throws: IllegalStateException - if {@link #isActive()} is true Since: JPA 1.0 | |
InterfaceRef jakarta.persistence.EntityTransaction void begin () Start a resource transaction. Throws: IllegalStateException - if {@link #isActive | |
AnnotationAttrRef jakarta.persistence.SequenceGenerator.initialValue JPA Annotation Attribute in jakarta.persistence.SequenceGenerator int initialValue default 1 (Optional) The value from which the sequence object is to start generating. Since: JPA 1.0 | |
AnnotationRef jakarta.persistence.SequenceGenerator which the sequence object is to start generating. Since: JPA 1.0 String name default "" (Optional) A unique | |
CriteriaBuilder.locate(x,pattern,from) - JPA Method pattern - expression for string to be located from - expression for position at which to start | |
CriteriaBuilder.locate(x,pattern,from) - JPA Method - string to be located from - position at which to start search Return: expression corresponding to position Since: JPA 2.0 |