ObjectDB Database Search
1-50 of 95 resultsPrivacy Policy
. The right to restrict or stop the processing of your data. The right to object to how we process
|
|
Unable to stop server after starting in SSL mode
ObjectDB server starts & stops fine in non-SSL mode using start & stop shell scripts. ObjectDB server starts fine in SSL mode using start script but throws error and does not stop using stop shell script. Non-SSL mode server start/ stop output: ObjectDB Server started on port 7032. ObjectDB Server
|
|
WeakRef Purge ObjectDb threads not stopping with Tomcat (in application container)
Hi, We have threads that are not stopping with Tomcat requiring a hard stop of the container.  ... due to these threads being alive. • We are also suspecting the server taking a long time to stop ... ] appears to have started a thread named [ODB- WeakRefPurger] but has failed to stop
|
|
ODB Doctor Stops Progressing (runs forever)
Hi, I have an issue with the ODB Doctor running endlessly on a 1.35GB ODB file. It gets to three progress dots quickly then stops progressing, all while consuming 100% CPU until killed ... goes to 5 progress dots before stopping . It looks like it's hitting some sort of resource
|
|
Schema Evolution Question
to perform the following steps: Stop old client application. Stop ObjectDB. Start ObjectDB. Start NEW client application. Or, is it necessary to do the following: Stop old client application. Start NEW client application (errors will occur due to "Field xxxx not found in type yyyy") Stop ObjectDB Start
|
|
[ODB1] Chapter 8 - ObjectDB Server
] start | stop | restart options include: -conf : specify a configuration file explicitly -port ... .Server start To stop the server you can use the stop command: $ java com.objectdb.Server stop To stop ... . Therefore, you may need a new command window for the stop and restart commands. The –conf and –port commands
|
|
Step 3: Add a Context Listener Class
. The database will be closed when the web application stops (or when the web server shuts down), by closing ... the EntityManagerFactory and the database - when the application stops ( contextDestroyed ). The next step
|
|
Step 1: Create a Maven Web Project
-plugin 6.1.10 10 foo 9999 start-jetty pre-integration-test run 0 true stop -jetty post-integration-test stop Guestbook Now you should have a Maven based Eclipse dynamic web project (WTP) with Spring MVC
|
|
Step 1: Create a Maven Web Project
; stop -jetty post-integration-test stop  
|
|
How to disable use of graphic windows by objectDB
can't shutdown the server using " stop ", it keep running! LottaLava Edson Alves Pereira Running the following in another console window should stop the server: java -cp objectdb.jar com.objectdb.Server stop support Support No it didn't, the process is still running! Here is what i got from my console
|
|
ObjectDB is opening too many sockets
is called in a loop (the gap is to check for server stop commands, etc. between accept calls ... ? Why so you think that this is the problem that stops you in production? Are you sure that the new ... :17 #3 server] Server on port 10054 has stopped by 21550@testing We will try to decrease Xmx as
|
|
Database is erased after deploying a new web application version
(which createEntityManager throws). It happens even when I first stop the current web application ... (for me). Shouldn't the file be closed automatically when I stop the server from Tomcat's manager ... http request) before stopping the web-app. Trying to close the entityManager afterwards result in
|
|
BTree 8 is not found at com.objectdb.o.JPE.d(JPE.java:91)
.TestNGTestClassProcessor. stop (TestNGTestClassProcessor.java:89) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor. stop (SuiteTestClassProcessor.java:61) at sun.reflect ... $DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2. stop (Unknown Source
|
|
Replication error on slave restart
. mastervoland Vladimir Sadovnikov Restarting the servers should not stop replication, of course ... ? stop GlassFish? stop the ObjectDB server? Check it first in your development environment in order to avoid losing data in your production database. After stopping the production server
|
|
ObjectDB Enincompatible with Quarkus?
.JUnitPlatformTestClassProcessor. stop (JUnitPlatformTestClassProcessor.java:75) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor. stop (SuiteTestClassProcessor.java:61)   ... ;at com.sun.proxy.$Proxy5. stop (Unknown Source) at org.gradle.api.internal.tasks
|
|
Step 7: Run the Spring Web App
is created under the Tomcat directory. You can stop the Tomcat server and open the database file in 
|
|
Step 6: Run the Java EE 6 Application
\Guestbook\WEB-INF ). You can stop the GlassFish server and open the database file in ObjectDB Explorer
|
|
Step 6: Run the Web Application
You can run the application now by right clicking the GuestServlet node (in the [Project Explorer] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode - the database file is created under the Tomcat directory. You can stop the Tomcat server and open
|
|
Step 6: Run the Java EE 6 Application
under the GlassFish directory (e.g. at domains\domain1\eclipseApps\Guestbook\WEB-INF ). You can stop the GlassFish
|
|
Step 6: Run the Web Application
. You can stop the Tomcat server and open the database file in ObjectDB Explorer : This is the end
|
|
Async query ObjectDb
1. Is it possible to run async objectDb queries for long time operations and stop them if it necessary? 2. Is it possible to stop sync ObjectDb query from another thread for long time operation ... . You will also need a separate EntityManager for that thread. Stopping a running query is not supported but restricting execution time is supported. support Support
|
|
Filename.odb$ Persisting Issue
can happen just by starting and stopping the program in quick succession or after running it for extended time, stopping the program, and modifying code for extended time and all variations in between
|
|
Mismatch client-server protocol prefix
Hello! We migrated one of our legacy webservices to Spring Boot/Spring MVC. Now i have a strange problem. At first the app runs perfectly for a couple of hours. After that it stops working and I ... to every transaction stops to work correctly. I also found multiple examples on the Internet where they don't
|
|
Connection is closed Caused by: java.io.EOFException
; What could be causing my ObjectDB server to stop ? Of course, the exception encountered is a symptom of the real problem that the server has stopped ! longpat Brian O'Hare Actually, I was concentrating
|
|
Failed to synchronize replicated database
to stop master, clear all recording files, switch to all mode: Then I stopped also the slave Removed
|
|
best practice for DB recovery
to recover from a failed instance would be to simply stop all writing, take a backup from the working ... , so we need some ability to switch to the second DB without stopping the application. We can pause
|
|
EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable
I have a simple task to validate the sample code will switch over to the slave database when the master is unavailable. I simulate the master unavailable by stopping the master server ... the emf creation in comment in your test) after stopping the master server with no errors, but I got
|
|
@Entity saved in Tomcat session - problem
Hi, I have found a problem, when storing @Entity object in Tomcat session. When starting or stopping Tomcat, I get nasty exception - please check attached log. Strange thing ... object. Version 2.0.3 should fix this serialization problem. Please try it. Notice that after stopping
|
|
Unexpected exception during open the database
. Some more information may help. Are these exceptions written to the log? thrown? stop ... to the log? thrown? stop anything? In this particular case, the access to the database
|
|
A distinguished Name for server or explorer is good for maintaining!
stop it, I get this message: ./server.sh stop & [1] 8443 [ObjectDB 2.2.8] Failed to connect to server
|
|
the tutorial netbeans and javaee6 dont work,
the servlet following step 4 . Delete the web.xml file in WEB-INF . Stop GlassFish - right click the Servers Glassfish Server in the Services window and select Stop . Rebuild
|
|
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
|
|
[ODB1] Chapter 9 - ObjectDB Explorer
menu (or the "Tools" and "Edit" menus in the menu bar) you can stop a running thread, delete a thread
|
|
missing merger
:46 #75 server] Server on port 3333 has stopped by 5848@MES-M02 hgzpincher Hans-Georg ... -05-01 05:48:58 #28 server] Server on port 3333 has stopped by 31829@MacBook-Pro.local   ... is important. Can you confirm that restarting the system stops the unstable state
|
|
javax.jdo.JDONullIdentityException: The identity must not be null.
When stopping my JEE 6 Web Profile application in Glassfish 3.1.1, I sometimes get this exception ... .deployment.admin|_ThreadID=24;_ThreadName=Thread-2;|Cannot stop module web [ObjectDB 2.3.7_25] javax ... ; at org.apache.catalina.core.StandardContext. stop (StandardContext.java:5564
|
|
Resource leaking via a rogue Shutdown Hook
application's class loader. When the application is stopped (not the server, just the application ... , and after the application has been stopped . The thing to look for is the fact, that the only path to a garbage collection root after stopping is via the hook. Lachezar Lachezar Dobrev Thank
|
|
Slow query due to scanning multiple indexes
]) / '826268'*:notNull]) / Is there a way to stop ObjectDB from doing multiple index scans, and only pick ... .ClassLoader.loadClass(ClassLoader.java:490) ... 10 more chylek chylek Is there a way to stop
|
|
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 ... . If the log file is full, I'd prefer logging to stop writing to the file - it shouldn't break regular database operations in my opinion. Arne Arne Stocker
|
|
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 ).
|