Internal Website Search
51-100 of 200 resultsstarting 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 | |
Start ObjectDB inside java code. both run on the same machine and more than one client can be started , they all need access ... seem to find a way to automatically start the server mode, and i can't really expect the player to manually start the server, and I still need a way to do so. Is it my architecture that cause problem or | |
Activation key causes database to not start. We get an error when trying to start ObjectDB after adding activation in objectdb.conf. We initially ... . We still cannot start ObjectDB if we add the activation key in objectdb.conf. This is the ObjectDB log we get when trying to start ObjectDB with the license. What is to be done? Thank you. :) [ObjectDB 2.6.5 | |
Logging problem on attempt to start a Server that is already running It seems that there is a bug in logging mechanism, if you try to start the database which is already started it starts filing the log continuously until it runs out of space on disk. How to check ... a recurring attempt to start the server, if the port is in use, until it becomes available. Build 2.5 | |
The server cannot start in CentOS.objectdb.Server start The result is attached. After typing the command, the system seems halting. gzdillon Lai Yang Actually your attached screenshot shows that the server has been started successfully. If you want to start it in the background, try: java -cp objectdb.jar com.objectdb.Server start &   | |
ORDER BY problem, when String starts with language specific character Dear all, I have a problem with ORDER BY clause. I have a simple query: select u from User u order by u.name When the name starts with "normal/english" character, records are ordered correctly. But when it starts with language specific character like 'Č', these records are placed after records | |
Starting Explorer programmatically Hi wondering if it's possible to start Explorer from code. Reason: In cases where Gradle is used to manage the ObjectDb jar version, it would be useful to start the explorer from a Groovy script (or java program), to guarantee that it's using the same Gradle-managed objectdb jar version.   | |
How to start a objectdb server with new Daemon (without blocking the thread)?? I am planning to use objectdb+jetty on Google compute engine server for my next project. But it seemed starting the server will block my thread. Any instruction to avoid thread blocking? taheta Taheta Woon Consider using embedded mode, which is faster, and does not require running | |
Getting Unexpected internal exception when updating entity in MEM db Hi, I am using mem db. When am doing Merge operation getting "com.objectdb.o.InternalException: Unexpected internal exception" this exception for some cases.Can you please explain me the reason. Please find the below stack trace for your reference. Caused by: com.objectdb.o.InternalException | |
Getting this error when fetching records from mem db. Getting following error when executing bellow query. [2022-03-25 14:42:19 #1 query] Error during query execution: Select rt From RtDelete rt Where rt.EntityClass =: encls And rt.DeletedAt : lastcheck({encls-RtCall,lastcheck-Fri Mar 25 14:42:14 IST 2022}) [2022-03-25 14:42:19 #2 *] [ObjectDB | |
getting "Unexpected total page count" error when diagnosis mu db by ObjectDB doctor..Skill.Campaign.Id=: campid And agsk.Skill.Queue.Channel=:chan" for this query am getting empty result | |
Slave server not getting deletes I have a Master and Slave Server and the slave server is getting the persists, but when I do a delete query, the records don't get deleted "delete from TestTable t " When I insert a record, then delete it, then re-insert it again, the slave server will give this error because the record did not | |
Getting java.lang.ArithmeticException: / by zero HI, I am using ObjectDb 1.x and getting the following exception while calling the following code PersistenceManager pm = getPersistenceManager(); if (!pm.isClosed()){   | |
Eclipse - Maven - Dependencies not getting automatically reflected are not getting displayed. Say if I input springframework, it only reflect the jars that installed | |
Puzzler: Not getting cascades on read from Spring contextPuzzler: Not getting cascades on read from Spring context | |
Low performance when getting grove rootsLow performance when getting grove roots | |
Getting a list of all the entity class namesGetting a list of all the entity class names | |
Getting Foreign KeyGetting Foreign Key | |
NPE when getting Persistence managerNPE when getting Persistence manager | |
Getting exception while executing the QueryGetting exception while executing the Query | |
An InternalException occurs when gets an result listAn InternalException occurs when gets an result list | |
doctor error message after database getting page errorsdoctor error message after database getting page errors | |
Getting sales quantity per country with a query, an idea anyone?Getting sales quantity per country with a query, an idea anyone? | |
GROUP BY and HAVING clauses that start with that letter and the number of different currencies that are used by these countries | |
Company fortune 500 companies as well as smaller companies and start -ups, governments and defence forces | |
Soft Reference Object Cache Recommendation) when heap RAM gets low for my application. This would use a Least Recently Used (LRU) mechanism ... when the JdoBlob2 gets deleted. I use JavaVirtualVm to look at my application heap to see the references to the byte ... the JdoBlob2 via persistenceManager.deletePersisted(jdoBlob2) then the memory gets freed by | |
server.exe on 32bit and 64bit Windows:\jdk16\jre\bin\server\jvm.dll .... getting message "Error starting Java VM" I'm ... Is the server.exe compatible to start the objectdb server on Windows 64bit OS? Or 32bit ... . support Support The problem is that it cannot start because it cannot find the jvm on the 64bit | |
Occasionally slow requests in load testing, however there are quite a few "spikes" in the performance where we are getting a lot of very slow ... at it with AppDynamics again and could see that it gets stuck in 3 different places, which are all different from last ... time the issue has started (picture also attached), but after that IO looked normal. As before | |
JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "Guestbook ... .service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.deployment.unit ... .deployment.DeploymentUnitPhaseService. start (DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1 | |
Query becomes slower on moving from ObjectDB 1.x to ObjectDB 2.x, with object 1.x, the same query was getting executed within an seconds and now the same is taking around 40 ... ; [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl 11-Sep ... ; [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl 11 | |
How force always recreate database on redeployment. and persist a test model each run. I keep getting models on top of each other on rerunning my web application ... the server, delete the database file, re- start the objectdb server, re-run the web app, which is tedious ... getting it to work. My connection URL in persistence.xml is: I run the server from /usr/local | |
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 | |
retrieval again and again startedretrieval again and again started | |
Application not starting after enhancementApplication not starting after enhancement | |
Getting an error when adding activation code to conf fileGetting an error when adding activation code to conf file | |
javax.persistence.criteria.CriteriaBuilder - expression for position at which to start search Return: expression corresponding to position Since: JPA 2 ... pattern - string to be located from - position at which to start search Return: expression ... starting at the specified position through to end of the string. First position is 1. Parameters: x | |
Online Backup degrades responsiveness. days: try { CoreService.getLogger(this).info("DB Backup Start ..."); TypedQuery backupQuery =   ... (); } These 2 days I notice that the server, or mainly database would start to have issues responding ... ; When the "DB Backup Start ..." starts , 2-3 minutes after I would have lots of players drop off and my server | |
Pessimistic lock timeout - blocks indefinitely much less efficient!). However, this is the output I get: Starting ... updater3 starting updater4 starting updater0 starting updater2 starting updater1 starting updater1 LockTimeoutException updater2 LockTimeoutException updater3 LockTimeoutException updater4 changing name from start to updater4 updater4 commited | |
Step 1: Create a Web Project We start by creating a new Eclipse Dynamic Web Project: Open the [New Project] dialog box, e.g. by using File New Project... Select Web Dynamic Web Project and click Next . Choose a Project Name (e.g. Guestbook ). Select Apache Tomcat v6.0 as the Target runtime. Note: You may have to add Tomcat 6 | |
Step 1: Create a Java Project We start by creating a new Java project, using: File New Project... If you are using Eclipse IDE for Java EE Developers, you can see in the [New] menu a command for creating a [JPA Project]. We are not using that type of project in this tutorial but rather an ordinary Java Project. In the [New | |
Step 1: Create a Web Project We start by creating a new NetBeans Web Application Project: Open the [New Project] dialog box, e.g. by using File New Project... Select Java Web Web Application and click Next . Choose a Project Name (e.g. Guestbook ) and click Next . Select Apache Tomcat 6 as the Server. Note | |
Internal error.component.AbstractLifeCycle. start (AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle. start (ContainerLifeCycle.java:131) at org.eclipse.jetty.server.Server. start (Server.java:452 ... .server.Server.doStart(Server.java:419) at org.eclipse.jetty.util.component.AbstractLifeCycle. start | |
Unexpected error when loading all entity instance= ) 3. Load the next 10.000 instance and start over After a while and a lot of queries ... did already. But after adding new ChangeSet instances it gets corrupted all the time. So I repair ... . Could you please provide a program that can demonstrate this corruption, i.e. starts with a valid database | |
Best practise loading big data. If all of them potentially hold this amount of memory then our application gets into trouble. So we need ... connection, create an entitiy manager and start to read the first half of the MyValue objects in nested ... speeds up the application. At start of reading, the DB can deliver about 1000 values within 150ms | |
InternalException I'm getting a new InternalException (see below). No repeatable example as yet but will work ... it against an existing database? In this case the app is starting against a clean database (literally a new ... and removing dummy objects, and then close the EntityManager ) before the ordinary working threads start | |
Negative snapshot user count exception shows up a number of times, and today at 10:14 AM PDT we started getting the mismatch client-server ... new database pages). Could you please provide more details? Particularly, when did this start ... a link in a private support ticket) we can try getting some hint. support Support On our Dev server | |
[ODB1] Chapter 4 - JDO Metadata;Metadata for Classes We start with a basic JDO metadata file: A JDO metadata file is an XML file | |
javax.jdo.PersistenceManagerFactory () Gets the default copyOnAttach setting for all PersistenceManager instances obtained from ... () Gets the detachAllOnCommit setting. Return: the default detachAllOnCommit setting ... . Since: JDO 1.0 String getName () Gets the name of this PersistenceManagerFactory. Return: the name | |
javax.jdo.spi.RegisterClassListener JDO Interface RegisterClassListener Super Interfaces: EventListener A "RegisterClassEvent" event gets fired whenever a persistence-capable class is loaded and gets registered with the JDOImplHelper ... ) This method gets called when a persistence-capable class is registered. Parameters: event | |
javax.jdo.PersistenceManager RollbackOnly flag (see Transaction.setRollbackOnly ). Since: JDO 2.0 boolean getCopyOnAttach () Gets ... . Return: the JDOConnection instance Since: JDO 2.0 boolean getDetachAllOnCommit () Gets |