Internal Website Search
51-100 of 200 resultsServer connection management The server does not appear to release broken connections. My typical development pattern ... tomcat. After a few days of this, the server stops responding, and I see the following in the server ... (TOL.java:115) at com.objectdb. Server .runCommand( Server .java:200) at com.objectdb. Server .run( Server | |
server.exe on 32bit and 64bit Windows Is the server .exe compatible to start the objectdb server on Windows 64bit OS? Or 32bit ... was to create a .bat file with the following command: "C:\Program Files\Java\jdk1.7.0\bin\java" - server -Xms16M -Xmx256M -cp "objectdb.jar" com.objectdb. Server start The OS is Windows Server 2008 | |
virtual servers and one file Hi ObjectDB Team In the past, we have often found that our customers use virtualized servers ... instead of a few milliseconds. Copying the database to an explicit server solves the problem ... files access and only part of the virtual file is in the virtual server's cache. Have you ever heard | |
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 made sure that the remote objectdb server is running using telnet from my local. $ telnet db ... With all these configuration, I am still not able to connect on remote server . I am pretty sure | |
How to develop for a server license Hello, our company recently aquired a server license, which can only be activated ... for their local objectdb? Can they simply use the generated activation code of the server (linux) or do they need extra licenses? Kevin Kevin Pfaff Hello, A server licence is intended for one machine. You can use | |
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 &   | |
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 was getting the following error "Error: missing ' server ' at 'C:\Program Files\Java\jre7\bin\ server \jvm.dll' on a client machine. It worked in embedded mode but not client server mode. After investigating I | |
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 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 | |
Objectdb server out of heap space I have had a server crash with the following stack trace: java.lang.OutOfMemoryError: Java heap ... (Thread.java:722) I don't understand why this should happen - a server process has full control ... ; sjzlondon Steve Zara a server process has full control of its resources, and so should never end | |
lockfiles in client/server mode i have an objectdb server running on localhost as user "objectdb", spawned like so: java - server -cp /usr/local/share/objectdb/objectdb.jar: com.objectdb. Server -conf /etc/objectdb/objectdb.conf ... naturally cannot do this on the same machine where the objectdb server has done it. a persistence unit | |
Online Backup in client-server mode Hello, we have issue with online-backup when using client- server mode. It seems, that it is working the following way. When we run the backup, server is creating tmp file for whole database ... . Can it be improved? In my opinion the server proces should handle whole backup proces and do it as | |
BIRT plugin: Trouble with Client/Server connection I am having trouble setting up the birt points.odb sample with a client/ server connection. I ... file. The connection using the server url fails the ping test. I get (Failed to connect to server localhost:6136) Nothing made it to the log. The following is my setup: Dev Versions:   | |
Standalone server needs dependencies? When I connect to embedded server it works good. But when I connect to a standalone server ... had to export my persistence classes to a jar in the server and add it to the class path when starting the server . There is nothing in the Docs that mention this, so I am wondering if I'm doing it wrong | |
Single Server License and Embedded Mode 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 ... server that needs to write the number of records over the evaluation limit, it doesn't seem to fit | |
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 ... ; //Gives Failed to connect to server localhost:6136 When I use Persistence | |
Convert embedded database to server Hello, What is the right way to convert an embedded database to a server one ? As a result ... Sylvain No need to convert. Same odb file is used in both client- server and embedded modes. Just copy the odb file to the server data directory , start the server , and access the database from | |
ObjectDb Supports Clustering of Servers? application in more than one linux (Jobss) servers . In this case user request can go to any server depends on the availability of the servers (This is for load balancing ). As of now we are using Oracle ... is described on this manual page . You can use it for a cluster of database servers , with one read | |
Intermittent Server Shutdowns Due to Out of Memory (OOM) Issues 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 is being killed due to exceeding memory limits. Here are the specifics of my setup and the issue: Server | |
Server closes if large query runs out of memory;the objectdb server can run out of memory and stop if a query deals with too many objects. This isn't ... on your application. Reducing the number working threads in the server can also help. More specific analysis ... query is run on the server , results are sent to the client and deleted there. This enables | |
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?   ... a server . If you want to run an ObjectDB Server from your code, you can call:   | |
Error when I switch to server mode I was previously using embedded mode without any problem. Today I tried to switch to server ... 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 | |
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 | |
run several embedded systems on one server, problem with double used port we want to run several embedded systems on one server . In principle this is working ... that port for each embedded system hgzwicker Hans-Georg Zwicker Are you using embedded- server mode? In ... : "$objectdb/db/my.odb;port=9999" If you don't need the embedded server then you can disable it in | |
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 | |
unable to connect to remote server using VPN I am trying to connect to remote server using VPN using user1 However, the server terminated the connection and emitted below in the server log. --------------------- [2018-04-14 13:13:33 #2 server ] java.lang.ClassCastException: java.base/[Ljava.lang.Object; cannot be cast to [[B   | |
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 | |
Obtaining a JPA Database Connection to a remote server ) in a connection pool and use them to speed up future EntityManager construction. Using | |
What is ObjectDB? relational database systems (RDBMS), such as Oracle, DB2, SQL Server or MySQL. | |
ObjectDB Overview- Server mode and Embedded mode. Single JAR with no external dependencies. Database is stored as | |
ObjectDB Website - Terms and Conditions of Use on any other server . This license shall automatically terminate if you violate any | |
Server crash - Mismatch client-server protocol prefix We've been having a problem where our ObjectDB server goes unresponsive every 2 days or so. I've reviewed the server -side logs, and there are no events logged shortly before the crash. Once the server gets in this state, it is unresponsive to bin/ server .sh restart; I have had to reboot | |
Server out of memory exceptions 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-07-29 23:28:41 #21 server ] java.lang.OutOfMemoryError: Java heap space at java.net.SocketInputStream | |
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 | |
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 ... ; at eu.extech.communication. server .RequestContext.forkAndRun(RequestContext.java:82)   ... .java:343) at eu.extech. server .BasicJacORBServerLauncher.launchServer | |
Automatic Switch to Replicated Server Limitations to another server when a server goes down, by specifying a composite url . Currently this feature has the following limitations: The first server in the composite url has to be available when connecting. Additional servers are only used later, as backup, and not initially during connecting | |
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 | |
Step 3: Create an ObjectDB Data Source- server (e.g. objectdb://localhost/points.odb;user=admin;password=admin ). You may click | |
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 | |
Java EE 6 JPA Tutorial - NetBeans Project ). Choose or define the server and click OK . If a browser is not opened - open it at http://localhost:8080/Guestbook/. | |
Step 6: Run the Java EE 6 Application server and open the database file in ObjectDB Explorer : This is the end of the tutorial. Learn more about ObjectDB and JPA by reading the Manual . | |
Step 6: Run the Web Application. You can stop the Tomcat server and open the database file in ObjectDB Explorer : This is the end | |
Step 1: Create a Java EE Web Project We start by creating a new Java EE 6 Web Application project in NetBeans: 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 GlassFish Server 3 (or above)  | |
Step 4: Add a Servlet Class; GuestDao session bean, which is instantiated and injected by the application server into the  | |
Step 1: Create a Web Project as a new server by clicking the New Runtime... button . Follow the instructions and specify the path | |
Step 3: Add a Context Listener Class an EntityManagerFactory . The database will be closed when the web application stops (or when the web server shuts | |
Step 4: Add a Servlet Class the application server into the guestDao field automatically (since the field is marked with the @EJB | |
Spring MVC JPA Tutorial - NetBeans Project Tomcat as a server and click OK . Note: To run the application on GlassFish - change |