Internal Website Search
51-100 of 200 resultsHow 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 | |
Connecting to a remote objectdb server I am trying to configure my application in a client - server objectdb setup via tcp/ip. So I first ... ; The objectdb: prefix is used on the client to connect to the database. On the server you just specify ... . That means our app is not connected to db server even if I had configured our client app like | |
The server cannot start in CentOS; support Support Really? My client get no response from that server . Maybe the firewall shunt ... yet. Would you please give me a setting for client ? My server setting is:   ... to a server from the client . support Support Hi, I believe the configuration has to been modified or | |
How to develop for a server license the databases on this server using client - server mode from their machines with no need for a licence ... license for each developer change from embedded to server - client Thanks, now we know ... Hello, our company recently aquired a server license, which can only be activated | |
Server closes if large query runs out of memory query is run on the server , results are sent to the client and deleted there. This enables full synchronization of the client and the server , but very inefficient if you delete a lot of objects. In JPA: a DELETE query is run directly on the server , objects are not sent to the client . This may break | |
Single Server License and Embedded Mode to run the database later. Activation is the same for client - server mode and embedded mode. Maybe ... We have an application that runs on a single server in embedded mode to write server million records. Is it possible to use the single server license for embedded mode use? I've looked | |
Convert embedded database to server Sylvain No need to convert. Same odb file is used in both client - server and embedded modes. Just copy ... your application using a client - server connection url . support Support Thank you support for your answer ... Hello, What is the right way to convert an embedded database to a server one ? As a result | |
Error when I switch to server mode a client - server mode. Somehow the type of the object is unknown on the server side - but I couldn't reproduce the exception, since normally the client registers types with the server before ... I was previously using embedded mode without any problem. Today I tried to switch to server | |
Server vs embedded mode in multi-instance scenario We are creating a web app that will have multiple different clients , each on their own EC2 instance(s). The clients do not need to share any data, so each could have its own ObjectDB. Clients ... given time (100k absolute maximum). We will probably have multiple instances per client for availability | |
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 ... ; at java.base/java.lang.Thread.run(Thread.java:833) The stacktrace from ODB Client log | |
Intermittent Server Shutdowns Due to Out of Memory (OOM) Issues could be clients that do not close their connections to the server (i.e. closing the EntityManagerFactory ... Dear ObjectDB Community, I am encountering a recurring issue where the ObjectDB server ... resources to the server (90GB total memory on the VM), the java process hosting ObjectDB | |
Problem connecting to the replicated server to the master with a client app no problem. My slave can connect to the master and replicate no problem. But when I use a client app to connect to the slave like this: objectdb://slaveserverurl ... ) to the server's user list of the slave server . support Support Hello. Yes I did, I even gave the slave | |
connect with server how to connect the data base on a remote server and share odbc in object db eng.ahmed ahmed how to publish the JPA database on server and make client in the network can share the data base i ... is my EntityManagerFactory & em is my EntityManager 192.168.0.300 is my server IP eng.ahmed ahmed Just run | |
Server license move Hi, I have a 1 server license. I would prefer to use ObjectDB with this license first for development/test means on my local Windows machine, then later move the license on a test linux server ... on a production linux server . Obviously not all in the same time. Is there a way to move this license between | |
Embedded server feature... so would need client - server here. randomguy Anton Yes, it should be safe. support Support ... -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 | |
Objectdb Server Mode set up with glassfish. The only difference is the database connection url . If specified in the persistence.xml a client - server ... 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 | |
ObjectDB Server Connection Permissions It would be useful if instead of creating a web service layer on top of a database, I could just set up permissions to entities and entity variables for client connections. This would be beneficial ... though. Is this possible using ObjectDB Server or would this be a new feature request? ThreaT Ashton Hogan Type level | |
ArrayIndexOutOfBoundsException prevalent in server logs our server logs 2024-10-08 19:14:59,386 ERROR [http-nio-8080-exec-196 ConsumerHistoryDAO:176] - Failed ... -08 19:14:59 #1 client ] java.lang.ArrayIndexOutOfBoundsException: -19 at com.objectdb.o.LOM.s(LOM | |
Entity Management Settings The configuration element specifies front end settings that are relevant on the client side and in embedded mode. The default configuration file contains the following element: The element The element specifies enhancement related settings: The agent attribute (whose value is "true" or "false | |
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 | |
JPA Class Enhancer the build process. To use load time enhancement in web applications the web server or application server has to be run with the Java agent JVM argument. Setting a Java Agent Enhancer in the IDE In | |
Privacy Policy section and verifying system and server integrity). Cookies can be "Persistent" or "Session" Cookies ... to remove that information from Our servers . If We need to rely on consent as a legal basis | |
Server out of memory exceptions usage on the client side was stable. Memory usage on the server side became higher mainly ... I've started to get memory exceptions on objectdb instances running as a server . The objectdb log reports this as: [2011-07-29 23:28:41 #20 server ] java.lang.OutOfMemoryError: Java heap space [2011 | |
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 ... /" retain = "90" / name = "*" level = "info" / Client has the following config:   ... = "true" / path = "$objectdb/log/odb- client | |
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 | |
Add Type level permissions to ObjectDB Server It would be useful if instead of creating a web service layer on top of a database, I could just set up permissions to entities and entity variables for client connections. This would be beneficial when providing specific raw data where additional business logic is not required. I suppose | |
Database Management Settings The configuration element specifies back end (database engine) settings that are relevant on the server side and in embedded mode. The default configuration file contains the following element: The element The element specifies the database file and page size settings: The initial | |
Auto Generated Values server , IDs are allocated in groups. The number of IDs in each allocation is specified by | |
What is the Java Persistence API (JPA)? order to interact with a relational database such as Oracle, DB2, SQL Server or MySQL. The popular JPA | |
Database Doctor of the ObjectDB engine (not using one server process), thus bypassing ObjectDB internal file lock protection | |
Step 3: Define an EJB Session Bean application servers such as GlassFish and JBoss, and not by servlet containers, such as Tomcat ... . to the application server ). For instance, in this application the server : Manages the instantiation | |
Step 3: Define an EJB Session Bean are only supported by Java EE application servers such as GlassFish and JBoss, and not by servlet containers ... container (i.e. to the application server ). For instance, in this application the server : Manages | |
JPA Tutorials on full application servers (such as Oracle GlassFish, Red Hat JBoss, IBM WebSphere and Oracle ... Since this web application uses Java EE 6 EJB (session beans) it requires a full Java EE 6 application server | |
Java EE 6 JPA Tutorial - Eclipse Project On Server . (this command is available only if Maven Integration for WTP is installed when the Maven project is imported into the IDE). Choose or define the server and click Finish | |
Step 6: Run the Java EE 6 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 ... \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 | |
Spring MVC JPA Tutorial - Eclipse Project . Run the project in Eclipse: Right click the project node and select Run As Run On Server ... project is imported into the IDE). Choose or define the server and click Finish . Eclipse | |
JPA Web App Tutorial - Eclipse Project . Run the project in Eclipse: Right click the project node and select Run As Run On Server ... is imported into the IDE). Choose or define the server and click Finish . Eclipse should open an internal | |
Step 1: Create a Web Project Name (e.g. Guestbook ) and click Next . Select Apache Tomcat 6 as the Server . Note: You may have to add Tomcat 6 as a new server by clicking the Add... button . Follow the instructions and specify | |
JPA Web App Tutorial - NetBeans Project Project . Run the project: Select Run Run Main Project... (or F6 ). Choose or define the server and click | |
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 | |
Step 1: Create a Maven Web Project the project node and checking that the Run As Run on Server command is available | |
NetBeans/JPA Web Application Tutorial This is the NetBeans version of the JPA Web App tutorial. It demonstrates how to create and run a database driven Java web application in NetBeans - using Tomcat 6 Apache Tomcat Server 6.0 ( some modifications are needed for Tomcat 7.0 ), ObjectDB and JPA. The demo web | |
Java EE JPA Tutorial - Maven Project . You will have to deploy the generated WAR file in your GlassFish server . You may also open and run the Maven | |
Java EE Web Tutorial This tutorial demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application using GlassFish, ObjectDB and JPA. Since this web application uses Java EE 6 EJB (session beans) it requires a full Java EE 6 application server , such as GlassFish 3.0.1 or JBoss AS 6 | |
Eclipse/JPA Java EE Tutorial above). Eclipse IDE for Java EE Developers. GlassFish Server 3.0.1 (or above). The last version of ObjectDB (just | |
Eclipse/JPA Web Application Tutorial Apache Tomcat Server 6.0 ( some modifications are needed for Tomcat 7.0 ). The last version | |
ObjectDB 1.0 Manual two chapters are dedicated to ObjectDB's tools: Chapter 8 - ObjectDB Server Explains how to manage an ObjectDB database server . Chapter 9 - ObjectDB Explorer Explains how to view and manipulate | |
javax.jdo.PersistenceManagerFactory with this PersistenceManagerFactory. If not set, assume that the server has the same TimeZone ID as the client ... to the null String, assume that the server has the same TimeZone ID as the client . If incorrectly set ... TransactionType JTA, the proxy can be used in a server to dynamically bind to an instance from this factory |