Internal Website Search
1-50 of 200 resultsDatabase Server machines. The main benefits in running an ObjectDB server and using the client - server mode ... and use databases on remote machines over the network. Since client - server mode carries the overhead of TCP/IP communication between the client and the server it is usually slower than embedded mode | |
Server Configuration specifies how clients can connect to the server : The port attribute specifies a TPC port on which the server is listening for new connections. Usually the default port 6136 should be specified ... The configuration element specifies settings for running an ObjectDB Server . The server | |
Server User List The configuration element lists the users that are allowed to access the ObjectDB Server ... that have to be provided when the user connects to the server . The optional ip attribute, if specified, restricts the user to connect to the server only from the specified IP addresses. For instance, "127.0.0.1 | |
SSL Configuration in client - server mode, for both the client side and the server side. The default configuration file ... algorithm). A Truststore file that functions as a certificate that enables the client to validate the server ... ;the client machine by the server is also required a Keystore file (which might be different from | |
Online Backup is $objectdb/backup , i.e. a subdirectory of the ObjectDB home directory (and in client - server ... argument is specified as a java.io.File instance and em represents a client - server connection ... directory, and in client - server mode, relative to the ObjectDB home directory on the server | |
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 | |
Database Connection using JPA; "objectdb:my-db.tmp" ). To use client server mode, a URL in the format objectdb://host:port/path ... part of an ObjectDB connection URL: user - for specifying a username in client server mode. password - for specifying a user password in client server mode. drop - for deleting any existing database | |
General Settings and Logging ) is applied on both the server side and the client side, when using client - server mode, and has no effect ... with URLs (in client server mode). The password attribute specifies if passwords should also be saved ... The configuration element specifies ObjectDB settings that are relevant to both the server | |
Database Explorer Embedded... command and select a local database file. To open a database in client - server mode select File Open C/S Connection... and provide host, port, username and password for a client ... client server mode, it can be accessed simultaneously by other applications. If the database is modified | |
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 | |
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 | |
[ODB1] Chapter 8 - ObjectDB Server these databases from remote machines by TCP/IP. More details about client server mode vs. embedded database ... implementation including support for embedded mode. In order to use client server mode, you have to install the odbse.jar file on both the client and the server machines. This section explains how to run | |
BIRT/ODA ObjectDB Driver and restarting 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 ... connection URL - either embedded (e.g. c:\points.odb ) or client - server (e.g. objectdb | |
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 ... databases are managed, but using ObjectDB on client machines merely to access remote ObjectDB | |
Shared (L2) Entity Cache cache, which are managed on the client side - ObjectDB manages also several caches on the server ... . The scope of these server side caches is wider, since they exist per database and are shared by ... client machines. Setting the Shared Cache The shared (L2) cache is configured in three scopes: Globally | |
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 using client - server mode the instructions should usually be located on the client side where the up to date classes are located | |
Date and Time in JPQL and Criteria Queries once on the client side, the current date and time expressions are re-evaluated on the server ... that are evaluated to the date and time on the database server when the query is executed: CURRENT_DATE | |
Database Schema Evolution, have to be converted to the new schema. Note: In client - server mode the ObjectDB server must be restarted | |
ObjectDB Overview / JDO product. Suitable for database files ranging from kilobytes to terabytes. Supports both Client - Server mode and Embedded mode. Single JAR with no external dependencies. Database is stored as | |
Database Replication and Clustering, which is managed on an ordinary ObjectDB database server . Any ObjectDB database on any server ... databases is very easy and only requires running an ObjectDB database server with appropriate  ... above, a full URL has to be specified including user and password attributes. The slave server uses | |
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 | |
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 | |
[ODB1] Chapter 1 - About ObjectDB can operate in one of two modes: embedded mode or client server mode. Client - Server Mode In client ... running on different JVM's communicate with the database server using TCP/IP. Many client processes ... process. Client - Server Mode vs. Embedded Database Mode The embedded database mode is easier to use | |
[ODB1] Chapter 5 - JDO Connections client server mode should be used to access that database. To use embedded mode, an absolute path or a relative path of a local database file has to be specified. To use client server mode, a url in ... of the database file on the server , relative to the server root path (see chapter 8 for more details). Client | |
[ODB1] Chapter 9 - ObjectDB Explorer To open a connection to a remote database using client - server mode (supported only by ObjectDB Server Edition) use the "File | Open Remote" menu command (or the equivalent toolbar button). In ... is open in the Explorer using client server mode, it can be accessed simultaneously by | |
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 . | |
[ODB1] Chapter 7 - JDOQL Queries in client server mode because the result collection on the client side may hold resources on the server side. The closing is performed using methods of the Query instance: // Close a single result ... . In client - server mode, on the other hand, the classes are usually available on the client | |
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 | |
[ODB1] Chapter 6 - Persistent Objects. Unlike the object cache, which is always on the client side, the page cache is located on the server side in client - server mode. Retrieval by an Object ID If an object ID instance, oid , is available ... at the end of its use. This is mainly important in client server mode in which an active iterator | |
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 |