ObjectDB Database Search

1-50 of 200 results

Database Server

those on remote computers. The main benefits of running an ObjectDB server in client - server mode are: The ability ... databases on remote computers over the network. Because client - server mode has the overhead of TCP/IP communication between the client and the server , it is usually slower than embedded mode. In

Server Configuration

The configuration element specifies settings for running an ObjectDB Server . The server ... configuration file contains the following element: The element The element specifies how clients can connect to the server : The port attribute specifies the TCP port on which the server listens for new

Server User List

The configuration element lists the users who are allowed to access the ObjectDB Server ... when the user connects to the server . The optional ip attribute, if specified, allows the user to connect to the server only from the specified IP addresses. For example, "127.0.0.1" (the local computer

SSL Configuration

The configuration element specifies Secure Sockets Layer (SSL) settings for secure client - server ... certificates that the client uses to validate the server's signature. This file is generated from the keystore ... attack. Conversely, the server might allow connections from any client that provides a valid username

Mismatch client-server protocol prefix

.springframework.orm.jpa.JpaSystemException: com.objectdb.o.UserException: Mismatch client - server protocol prefix ... client - server protocol prefix] with root cause com.objectdb.o.UserException: Mismatch client - server ... :757) I checked multiple times if the versions match. They do. DB server version 2.6.2. Client

Client server mode no longer works after JRE install

Hi I had client server mode working with no problems with my application. Then suddenly I ... ' on a client machine. It worked in embedded mode but not client server mode. After investigating I ... java from the machine and included a jdk in my application there were no problems, client server mode

client server mod of communication

Hi,    I want to use in client Server mode one is client and another in server mode. Assume that one server is there and 'n' number of clients are there each client wants to communicate with server , in client server mode.    1)EntityManagerFactory emf = Persistence

lockfiles in client/server mode

that would use /tmp. jon jon Your description indicates a collision of the server and the client that try ... that it will be accessible by both the server and the client . Finally, if you can post the complete ... in the configuration file to another path. Client / server permission collision in handling

Online Backup in client-server mode

Hello, we have issue with online-backup when using client - server mode ... efficiently as the embedded mode does it. thamal Tomas Hamal Actually in client - server mode ... file is created on the server and then, when ready, downloaded to the client . This is useful

Changing from client server to embedded mode

Hi, I have created a java web application and used ObjectDB in client Server mmode. It worked as per my expection. In Client server mode I used     Persistence ... Client Server mode. kindly provide information how to switch from client server mode to embedded

BIRT plugin: Trouble with Client/Server connection

I am having trouble setting up the birt points.odb sample with a client / server connection. I ... , so a difference between accessing a local embedded database or a client - server remote database by ... file.  The connection using the server url fails the ping test.  I get (Failed to connect

Catching exceptions from client-server mode online backup

you find this stack trace, in the log file? on the server , client or both? If you get the stack trace also on the client side then you may try using Thread 's setDefaultUncaughtExceptionHandler ... We're using the following to trigger an online backup and we're trying to implement server

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

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

Drop in Client/server mode not working

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

Online Backup

. In client - server mode, this path is relative to the ObjectDB home directory on the server . A new ... . If you specify the target argument as a java.io.File instance in a client - server connection, the backup ... parameter, it represents a path relative to the ObjectDB home directory. In client - server mode, the path

JPA Connections and Transactions

client - server mode, specify a URL in the format objectdb://host:port/path . In this case, an ObjectDB ... a username in client - server mode. password : Specifies a user password in client - server mode. drop : Deletes ... client - server mode) or a connection to a local database file (in embedded mode). The functionality

SSL cannot connect from client StackOverflow error

Hello, i am trying to set up the SSL for connections to objectDB server . I cannot connect the Client , when SSL is enabled. I can connect from Explorer, when "Use SSL" is checked, isn't there some option, which I missed on java client side? I read https://www.objectdb.com/java/jpa/setting/ssl

General Settings and Logging

is closed. A value of 0 disables the inactivity timeout. In client - server mode, the inactivity timeout (if greater than 0 ) applies to both the server and the client . This setting has no effect in embedded ... specifies whether to save usernames with URLs in client - server mode. The password attribute specifies

Cannot connect with client

version is used on both the server side and the client side. support Support I'm pretty sure ...  https://www.objectdb.com/download/2.8.6_02 on the server , and when I downloaded https://www ... ://www.objectdb.com/download/2.8.6_02 for client instead of use the full version.  Problem solved. thx Trianglehead Json Error

c# client?

Is there any chance to have a c# client API? e.g. Server still runs on Java, unchanged, but we can access the DB via c#. Trianglehead Json Error Currently only JVM based languages are supported. Other languages may be supported in the future. support Support

How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client?

Acceptable Server : Apache-Coyote/1.1 Content-Type: text/html;charset=utf-8 Content-Length: 1067 Date

Server connection management

the client deal with broken connections or server restarts. Does the client have an internal connection ... fails on the client side - the client automatically tries to reconnect to the server ... replicated servers that can be connected automatically by the client (in read only mode) in case the main

BIRT/ODA ObjectDB Driver

the IDE. Note: See this issue regarding matching the driver version to the ObjectDB server version when using client - server mode. ObjectDB/JPA data source To create an ObjectDB data source: Open the New ... connection URL. This can be an embedded URL (for example, c:\points.odb ) or a client - server URL

Database Explorer

and select the file. To open a database in client - server mode, select File Open C/S Connection ... in client - server mode, other applications can access it simultaneously. If another process modifies ... a database path on the server , which you can do by using the Browse button. You can also open recently used

ObjectDB License

. You are encouraged to test ObjectDB before purchasing a license. Server License ObjectDB 2.x Server License costs £500  and includes all version 2.x updates. A server license covers one installation ... databases are managed, but using ObjectDB on client computers merely to access remote ObjectDB databases

JPA Shared (L2) Entity Cache

and the EntityManagerFactory 's L2 cache, which are managed on the client side, ObjectDB also manages several server -side caches: Cache of database file pages . Cache of query programs . Cache of query execution results . The scope of these server -side caches is wider because they exist per database

ObjectDB Object Database Features

Client - Server mode (TCP/IP). Secure Client - Server mode ( SSL over TCP/IP ). In process embedded database

Schema Update

the specified schema updates every time a database is opened. When you use client - server mode, the instructions should usually be on the client side, where the up-to-date classes are located. The following

Date and Time in JPQL and Criteria Queries

once on the client side, these expressions are re-evaluated on the server each time the query is executed ... JPA defines special JPQL expressions that return the date and time from the database server

Database Schema Evolution

: In client - server mode, the ObjectDB server must be restarted after a schema change. Automatic

ObjectDB Overview

product. Suitable for database files ranging from kilobytes to terabytes. Supports both Client - Server

Server crash - Mismatch client-server protocol prefix

the entire server on which it's running.  The only recorded symptom is a client -side error ... Mismatch client - server protocol prefix (error 523) at com.objectdb.jpa.JpaQuery.getSingleResult ... :679) Caused by: com.objectdb.o.UserException: Mismatch client - server protocol prefix at com.objectdb.o

Database Replication and Clustering

is a standard database that is managed on a standard ObjectDB database server . Any ObjectDB database on a server can function as a master database in a cluster, but databases in embedded mode ... databases Setting up slave databases is straightforward. You only need to run an ObjectDB database server

NullPointer running multiple client against server

type. It seems as something that may happen in client - server in one of the clients - if the database ... 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

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

Entity Management Settings

The configuration element specifies client -side and embedded-mode settings . The default configuration file contains the following element: The element The element specifies enhancement-related settings: The agent attribute (with a value of "true" or "false" ) specifies whether to load

ObjectDB Server not able to handle large collections

client - server mode. Using objectdb version 2.8.8.b05 When switched to embedded mode, the migration ... for an object in client - server mode, which is about 2GB. Usually an "Attempt to persist an object ... when you switched to client - server mode. There are currently no plans to support objects larger than 2GB

Step 1: Install BIRT and ObjectDB Driver

matching the driver version to the ObjectDB server version when using client - server mode. The next step is creating a BIRT Report project .

Step 3: Create an ObjectDB Data Source

Start tutorial ). Specify an ObjectDB connection url - either embedded (e.g. c:\points.odb ) or client - server (e.g.  objectdb://localhost/points.odb;user=admin;password=admin ). You may click

Step 7: Run the Spring Web App

redirection to the  controller path: If Tomcat 6.0 is installed as a server in your Eclipse -  ... ), selecting  Run As Run on Server , selecting the Tomcat 6.0 server and clicking Finish . To install a new server check the Manually define a new server radio button (after Run As Run on Server

Step 7: Run the Spring Web App

redirection to the controller path: Assuming that Tomcat 6.0 is installed as a server in your NetBeans ... F6 ): You can select the server in the Run category of the project properties window (right click ... server and open the database file in ObjectDB Explorer : To enable on the fly enhancement (weaving

JPA Web App Tutorial - Maven Project

.xml file) and port 8080 has to be available for the Jetty embedded server . No need to download and install ObjectDB or a Java web server - Maven will download the ObjectDB jar and the Jetty embedded server automatically. When the Jetty server is ready - open your browser at http://localhost:8080

Spring MVC JPA Tutorial - IntelliJ Project

the Server : Select  File Settings Application Servers . Add Tomcat 6 Server if not set already (Tomcat ... , click the  + icon and select  Tomcat Server Local . Enter a name (e.g.  Guestbook

Spring MVC JPA Tutorial - Maven Project

), and port 8080 has to be available for the Jetty embedded server . It is not necessary to download and install ObjectDB or a Java web server - Maven will download the ObjectDB jar and the Jetty embedded server automatically. When the Jetty server is ready - open your browser at http

JPA Web App Tutorial - IntelliJ Project

: Select File Open Project... . Select the guestbook-web directory and click OK . Define the Server : Select File Settings Application Servers . Add Tomcat 6 Server if not set already (Tomcat ... and select Tomcat Server Local . Enter a name (e.g. Guestbook ) at the top of the dialog box. In

Java EE 6 JPA Tutorial - IntelliJ Project

directory and click  OK . Define the Server : Select  File Settings Application Servers . Add Tomcat 6 Server if not set already (Tomcat has to be downloaded separately). Define Run Configuration: Select  Run Edit Configurations , click the  + icon and select  Tomcat Server Local

Step 1: Create a Java EE 6 Web Project

a Project Name (e.g. Guestbook ). Select GlassFish Server Open Source Edition 3 (Java EE 6) as the Target runtime. Note: You may have to add GlassFish 3 as a new server by clicking the New Runtime... button and the Download additional server adapters link. Follow the instructions and specify the path

Step 3: Define an EJB Session Bean

application servers such as GlassFish and JBoss, and not by servlet containers, such as Tomcat and Jetty ... . to the application server ). For instance, in this application the server : Manages the instantiation of the EJB

Step 3: Define an EJB Session Bean

Java EE application servers such as GlassFish and JBoss, and not by servlet containers, such as ... (i.e. to the application server ). For instance, in this application the server : Manages