Internal Website Search

101-150 of 200 results

A distinguished Name for server or explorer is good for maintaining!

In windows, the server runs as "javaw"; in Linux it is "java". If the server failed, for example ... .java:662) Exception in thread "main"     Then I have to restart the server , but when I stop it, I get this message: ./ server .sh stop & [1] 8443 [ObjectDB 2.2.8] Failed to connect to server

Embedded server feature

-free functioning? For my case it would be really beneficial: 1 physical server with SSD 1 JVM running on it 2 web applications on Tomcat 1 ObjectDB Server deployed, in embedded server mode 2 ObjectDB databases for those 2 webapps, both would use the server in embedded mode for stellar performance

OutOfMemory in Server

Hello, I was getting OOM from ObjectDB Server with 10G Xmx, so I raised to to 15G, but when I ... has 11GB. The stacktrace from ODB Server : [2023-08-03 15:00:36 #64 server ]  java.lang ... (Error 990)   Generated by OpenJDK 64-Bit Server VM 17.0.7 (on Linux 5.15.0-76-generic

Objectdb Server Mode set up with glassfish

server working with the embeded mode of objectdb. I now want to set up objectdb in server mode. I have run the server .exe but I don't know what to do next ?!  Which jar far do I need to include in ... . The only difference is the database connection url . If specified in the persistence.xml a client- server

Upgrading Server license to a Site license

I should be interested to know if it possible to upgrade from a single server license to a site ... a private support ticket. support Support Thanks, I should also like to know how to transfer a server ... ? jonb Jon Brumfitt If you have a site license you can activate additional servers when necessary

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

Database server with an application

Hi, I read the database server section of the manual - and it looks like it is not possible ... to go is to have the DB server running by itself and then the 2 other applications connecting to it. Is that correct? Thanks EKK Emmanuel Keskes There is an undocumented feature, embedded server , that you can use. support Support

Embedding ObjectDB on server application

I'm trying to integrate ObjectDB as part of a server software I am developing. I'm a little lost ... on 4th line is server app's trace) javax.persistence.Persistence.createEntityManagerFactory(Persistence ... . support Support That is precisely the issue! Since I have to export the project from eclipse, the server

Problem connecting to the replicated server

) to the server's user list of the slave server . support Support Hello.  Yes I did, I even gave the slave ... try to specify a username/password for the master server . support Support Hi I have tried

Get activation code for a server with no Internet connection

Hello, We bought a license, but the server is not connected to the Internet. How do we get the activation code? Dmitry Zakharov uncol Dmitry Zakharov Run activation on that server . It does not ... . Add the activation code that is received on that url to the ObjectDB configuration file of the server . support Support

client server set up and load

Hello All, Can objectdb handle client - server connections from over 200 users? Can it be efficiently used in client- server mode? Code examples where possible will be appreciated. Thank you. Regards kaybel ebele ObjectDB can handle concurrently 200 users (or more). The maximum load

unable to update table in slave server database

Hi, We are facing below issue in objectdb clustering. Currently in objectdb clustering when master server is down ,in slave server during update operation in table getting below issues. Failed to commit transaction: Attempt to commit a transaction in read only mode[ObjectDB 2.8.2] javax

Server vs embedded mode in multi-instance scenario

understanding this correctly? Our second option would be to have a separate objectdb server that handles connections from multiple instances. But from what I can tell, there will be about a 50% performance drop from using Server mode to accommodate the

Questions about the server license

thinking now if I should buy the server license (which for me is quite expansive) or moving ... ; 2. Is the license for life? When is it supposed to expire?   dreckguy Ophir Haramaty A server

Catching exceptions from client-server mode online backup

We're using the following to trigger an online backup and we're trying to implement server -side online backup (as discussed in https://www.objectdb.com/forum/2737). EntityManager em = database ... you find this stack trace, in the log file? on the server , client or both? If you get the stack trace

ObjectDB Server Connection Permissions

though. Is this possible using ObjectDB Server or would this be a new feature request? ThreaT Ashton Hogan Type level

Finance data from SQL Server into ObjectDB daily

this make sense? Is there a way to map the structure of the table directly into ObjectDB from SQL Server

Processing thread count for 8-core server

of threads for the processing thread pool in order to get good performance for our 8-core server

Logging problem on attempt to start a Server that is already running

a recurring attempt to start the server , if the port is in use, until it becomes available. Build 2.5

Access to client/server database from multiple applications

Is there a preferred way to run a client- server database so that updates from one application are immediately visible to another? The way I managed this was to run PersistenceManagerFactory.getDataStoreCache().evictAll(true,MyClass.class) to ensure that a query on MyClass would contain updated

ArrayIndexOutOfBoundsException prevalent in server logs

We would like to understand under what use cases this exception is thrown. This issue was unfamiliar to us till recently but this is very prevalent now.   Below is the stacktrace from our server logs   2024-10-08 19:14:59,386 ERROR [http-nio-8080-exec-196 ConsumerHistoryDAO:176] - Failed

Drop in Client/server mode not working

your server configuration doesn't include tmp as a valid extension for drop? support Support I

explorer fails to connect to embedded server

explorer fails to connect to embedded server

ObjectDB is opening too many sockets

Hi, we are trying to switch from embedded mode to client- server to support database clustering, and we are now facing following issue. Object DB server is creating too many sockets. Currently the ObjectDB Server process has 3895 opened files, and from that number 3823 are opened sockets

Potential ObjectDB bug

Hi, do you know is this error an objectDB bug 2017-01-25 20:26:19,978 SEVERE [com.vaadin. server ... ) [classes:] at com.vaadin.ui.UI.doInit(UI.java:682) [vaadin- server -7.6.6.jar:7.6.6] at com.vaadin. server .communication.UIInitHandler.getBrowserDetailsUI(UIInitHandler.java:214) [vaadin- server -7.6.6.jar:7.6.6

How to disable use of graphic windows by objectDB

Pereira Try: java -cp objectdb.jar com.objectdb. Server run -console support Support It worked! But now i 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

Glassfish 4 AbstractMethodError: com.objectdb.jpa.EMF.createEntityManager

.glassfish.jersey. server .model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81) at org.glassfish.jersey. server .model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:125) at org.glassfish.jersey. server

Cannot cast com.objectdb.jpa.Provider to PersistenceProvider

.JPADeployer.prepare(JPADeployer.java:168) at com.sun.enterprise.v3. server .ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:922) at com.sun.enterprise.v3. server .ApplicationLifecycle.deploy(ApplicationLifecycle.java:431) at com.sun.enterprise.v3. server .ApplicationLifecycle.deploy

Replication error on slave restart

I'm trying to enable replication on master server that was running with "recovery" enabled ... slave server : com.objectdb.o.UserException: Failed to synchronize replicated database at com.objectdb ... . Server .runCommand( Server .java:198) at com.objectdb. Server .run( Server .java:103) at com.objectdb. Server

objectdb.home for client/server

on client/ server mode. However, without setting this in our client, he complains about the missing objectdb.conf. Why is this required? Can't the server deliver it? Most of the time we do not even know where our object db home is located at as we might have multiple server instances running on multiple

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 ... ObjectDB as a console application  including on headless servers and JVM with no GUI and Swing

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

We are testing client- server architecture. Our server has the following config: path = "$temp ... ; However sometimes happens, that the Server tries to create log file in location: $objectdb/log/ for which we don't have explanation. In our situation this ends with Permission denied, as the ODB Server doesn't

Server NPE

I'm getting the following NPE when attempting to persist an object to a server based database: [2011-11-13 09:11:47 #11 server ] java.lang.NullPointerException at com.objectdb.o.UTT.z(UTT.java:311 ... with a server -based database - 2 writing to the db, one reading. I had added an index to a property

NPE in server mode

Richard Szurgot The stack trace indicates an attempt to run a query in client- server mode after the initial connection to the server has failed. The unexpected state on the server results in

NullPointer running multiple client against server

Hi, I'm running objectdb in server mode, config as it comes out of the box. In this case ... fine with many writers and readers. However, in server mode I'm occasionally seeing the error ... type. It seems as something that may happen in client- server in one of the clients - if the database

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

Errors after unexpected server shutdown

After an unexpected server shutdown and restart of our application we have these messages in the log (complete log attached): … [2018-03-26 14:39:30 #1096 store] Request Value: 10:'b61e33d4-8d57-478d-9176-6aa0e2031470' [2018-03-26 14:39:30 #1097 store] *** Attempt to remove a non existing index

Database is erased after deploying a new web application version

)? If the database is located in a directory that is cleaned by the web server on every new deployment ... (for me). Shouldn't the file be closed automatically when I stop the server from Tomcat's manager ... :169) at org.glassfish.jersey. server .model.MethodHandler$ClassBasedMethodHandler.getInstance

Generating new activation code gives 500 server error

Generating new activation code gives 500 server error

500 Internal Server Error on creating a new issue

500 Internal Server Error on creating a new issue

Add Type level permissions to ObjectDB Server

Add Type level permissions to ObjectDB Server

Generating new activation code gives 500 server error

Generating new activation code gives 500 server error

objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active'

.start(ApplicationInfo.java:352) at com.sun.enterprise.v3. server .ApplicationLifecycle.deploy(ApplicationLifecycle.java:500) at com.sun.enterprise.v3. server .ApplicationLifecycle.deploy(ApplicationLifecycle ... .grizzly.http. server .StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189) at com.sun.enterprise

stress test -> com.objectdb.o.InternalException: null

) at org.apache.openejb. server .cxf.rs.AutoJAXRSInvoker.invoke(AutoJAXRSInvoker.java:66) at org.apache.cxf ... .http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:237) at org.apache.openejb. server .cxf.rs.CxfRsHttpListener.onMessage(CxfRsHttpListener.java:170) at org.apache.openejb. server .rest

javax.jdo.PersistenceManagerFactory

TransactionType JTA, the proxy can be used in a server to dynamically bind to an instance from this factory ... . Since: JDO 1.0 String getServerTimeZoneID () Gets the TimeZone ID of the server associated with this PersistenceManagerFactory. If not set, assume that the server has the same TimeZone ID as the client

PersistenceManager.getServerDate() - JDO Method

the server . Clients using this method can order their operations according to a single time source. Implementations use the setting of the server time zone to prepare a Date instance that represents UTC time on the server . Return: a Date instance corresponding to the UTC Date as seen by the server Since: JDO 2.1

javax.jdo.PersistenceManager

() Get the Date as seen by the server . Clients using this method can order their operations according to a single time source. Implementations use the setting of the server time zone to prepare a Date instance that represents UTC time on the server . Return: a Date instance corresponding to the UTC Date

PersistenceManagerFactory.getServerTimeZoneID() - JDO Method

JDO Method in javax.jdo.PersistenceManagerFactory String getServerTimeZoneID () Gets the TimeZone ID of the server associated with this PersistenceManagerFactory. If not set, assume that the server has the same TimeZone ID as the client. Return: the TimeZone of the server See Also: setServerTimeZoneID Since: JDO 2.1

PersistenceManagerFactory.setServerTimeZoneID(timezoneid) - JDO Method

 timezoneid ) Sets the TimeZone ID of the server associated with this PersistenceManagerFactory ... , assume that the server has the same TimeZone ID as the client. If incorrectly set, the result ... of the server Throws: JDOUserException - if the parameter does not match an ID from TimeZone

PersistenceManagerFactory.getPersistenceManagerProxy() - JDO Method

, the proxy can be used in a server to dynamically bind to an instance from this factory associated