ObjectDB Database Search

1-33 of 33 results

embed the .odb file in tomcat webapp container

hi all new at objectdb, just wondering if i put the odb file inside tomcat webapp, how do i change the "$objectdb/db/fm.odb"? thanks macroselfian Jeff liu See this page for details about the ObjectDB home path ( $objectdb ). support Support

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 ... automatic enhancement (weaving) in Tomcat it has to be run with ObjectDB as a Java agent

How to resolve 404 errors with Eclipse/Maven Spring MVC

; Eclipse Juno (eclipse-jee-juno-SR1-win32-x86_64), maven 3 and Tomcat 6 to create a new maven project (with a dynamic web facet) and add Tomcat 6 as a server, it asks me if I want to move my guestbook app with the cute little jar icon from the left side to the tomcat side. I say yes and it appears

Database is erased after deploying a new web application version

within Tomcat  and uses ObjectDB. Each time I upload a new version of the web application (WAR file) and deploy it from Tomcat's manager, I get a new empty database. I assume ... (for me). Shouldn't the file be closed automatically when I stop the server from Tomcat's manager

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

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

Mismatch client-server protocol prefix

Tomcat . In addition we converted our Spring configuration from xml to configuration classes. That's all. Basically this also updated all the Spring libraries to a newer version and maybe the tomcat ... weird. Maybe it is a conflict between embedded Tomcat / new Spring and ObjectDB. support Support

Eclipse/JPA Spring MVC Web Tutorial

This is the Eclipse version of the  Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in Eclipse - using ObjectDB, JPA, Tomcat (or GlassFish) and Maven. The demo web application manages

JPA Web App Tutorial - Maven Project

The  JPA Web Application tutorial provides step by step instructions on how to build a simple Java/JPA database driven web application (for Tomcat / Jetty) in  Eclipse or  NetBeans . Building a new application step by step is an effective way to learn - but if you prefer

Spring MVC and JPA Tutorial

This tutorial demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application using Tomcat (or GlassFish), JPA, ObjectDB and Maven. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by filling a simple form. All visitors

How to Use a SF with extended Persistence Context?

.13.Final.jar:] at org.apache. tomcat .util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb ... (Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:] at org.apache. tomcat .util.net.JIoEndpoint$Worker ... .process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:] at org.apache. tomcat .util.net

Guestbook example from tutorial does not work.

the tutorial and try to deploy on Tomcat but i get this error. Caused by: org.apache.tomee.catalina ... .Provider Server version: Apache Tomcat /7.0.55 Server built:   Jul 18 2014 05:34:04 Server ... directory it works. Another alternative is to place the object-jee.jar to / tomcat /lib/ dir. Didn´t

Getting com.objectdb.o.UserException:

\ Tomcat 4.0\webapps\Expresso\WEB-INF\log\odb20120904.log' at com.objectdb.o.MSG.d(MSG.java:74 ... .FileNotFoundException: file:C:\Program Files (x86)\Apache Group\ Tomcat 4.0\webapps\Expresso\WEB-INF\log\odb20120904 ... :\Program Files (x86)\Apache Group\ Tomcat 4.0\webapps\Expresso\WEB-INF\log\ support Support Cant we just

Activation Issue

the objectdb server, and then started tomcat , with tomcat throwing the eval license exception

TemporalType injection with Calendar using JPA

I have ObjectDB  JPA  comsummed by a RESTful web service deployed on Tomcat . I am using an embedded object as a primary key, which has time fields which I have annotated with TemporalType ... .http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache. tomcat

High availability and other pratical questions

mode is faster, so embedding ObjectDB in the main Tomcat server will improve performance. You should be able to access embedded ObjectDB from other Tomcat servers (and also replicate that database

Server connection management

The server does not appear to release broken connections. My typical development pattern is to keep reloading my war file in tomcat until the permgen space runs out, and then I kill and restart tomcat . After a few days of this, the server stops responding, and I see the following in the server

Modifying something with Explorer -> app JPQL with Enum doesn't work anymore

, it seems that ObjectDB is not referenced. Maybe you installed ObjectDB within Tomcat , and maybe I missed ... (not Tomcat ). Anyway, just add it in pom.xml. I look forward for news after you reproduce the problem

mapping file is not being loaded

. The prototype is running in a   Tomcat server with a RESOURCE_LOCAL transaction scope over a plain

Object belongs to another EntityManager - ERROR

[stderr] (http--10.23.3.98-8081-5) at org.apache. tomcat .util.net.JIoEndpoint$Worker.run(JIoEndpoint

Set timeout for BatchQueryItr

Hello Support, For an unknow reason, some of my object query never finish ( deadlock maybe ).  My tomcat temp directory is full of "BatchQueryItr" files. I can't found the origin of the issue but i wonder if it's possible to put a timeout for too long query. Regards, Xirt xirt Sylvain

Is 2 level cache in use?

, so most of the data should be in cache. ODB and Tomcat are on different servers. lwalkowski Lukasz Walkowski

Error reading UTF string

.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) at org.apache. tomcat .util

WebSphere Liberty Configuration

Hi! I've been trying to get ObjectDB configured with WebSphere Liberty server. I have been able to get the sample app running in TomCat but when I run the jee version of the guestbook in WebSphere I get a combination of errors depending on how I tweak the configuration the most promising error I

NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1

:10,502 ERROR [stderr] (http--127.0.0.1-8080-1) at org.apache. tomcat .util.net.JIoEndpoint$Worker.run

Embedded Database Replication

As we all know, embedded databases out perform server databases on every occasion. The problem with embedded databases is that theyre difficult to scale. If I were to create an entire enterprise web application within a single jar file using embedded tomcat and embedded objectdb I would run into

Many connections possible? and will it makes problem in future?

this should be handled by the application server or web server (GlassFish, JBoss, Tomcat ) or by

UserException: Package com.example.model is not found by the enhancer

" + ".*"); during contextInitialization. In my setup I'm using JDK 8 , Object DB and Embedded Tomcat 8.0.3 so after clean

UserException - Object User#2 belongs to another EntityManager

.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589) at org.apache. tomcat .util

Cannot initialize db after inserting a java.util.List

externally on Tomcat . Please try ObjectDB 2.0.3 build 02 that might fix this issue

InvalidClassException

.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache. tomcat ... .AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:620) at org.apache. tomcat .util ... (ThreadPoolExecutor.java:617) at org.apache. tomcat .util.threads.TaskThread$WrappingRunnable.run(TaskThread

Server crash - Mismatch client-server protocol prefix

(AbstractProtocol.java:565) at org.apache. tomcat .util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307

How to change properties in urls2.xml ?

. ( Tomcat says "Connection refused" ) Thanks, Xirt xirt Sylvain This is neither a bug report nor a feature