Internal Website Search

51-86 of 86 results

EntityManager JPA or JDO impl and different behavior

you for the test project. Similar code works well in the following console test application: import java.util

Unable to persist TreeMap

;} //main //---------------- } //Test Produces console output: Created memberships: {Bar Association

Java fails to run when using JMX Remote + ODB agent

Hi, When using both JMX Remote and ODB as agent, there is a problem to run JVM at all. All this is on Debian linux with two different JVM's. Let me show you some logs from console : - pure java  homplex@homplex01:~$ java -version java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1

Problem with @OrderBy

;... } The error is printed on the console where I started the Explorer Th error that seems most informative

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

;   Apache Tomcat/7.0.35   I'm confused! there was no new entry on the eclipse console

Query debugging configuration from class

for. I would like to log (in the console or in a separate log file) what it's actually executing

there is a free version?

when I run my project from eclipse the console ask me, besides username and password, the license key, but I want to use it for free. How can I do? unozer asd Please check what exactly you are running in Eclipse. According to your description it seems that your main class is the ObjectDB Activator

Unable to run NetBeans/JPA Web Application Tutorial

I followed each and every step of NetBeans/JPA Web Application Tutorial but when i am trying to run the web application the following error is prompted on the run console : Start is in progress... start?path=/GuestBook FAIL - Application at context path /GuestBook could not be started C:\GuestBook

Slow performance on Mac

- This code is tested on Windows and Mac. Windows is working great, Mac is very slow (read is 11 seconds on Mac, and 100 milliseconds on Windows). - Application is using Spring Boot console application (for JPA implementation) - MacOS Sierra 10.12.3, Core i7 CPU, 16GB RAM, SSD drive java version

Speed of queries that return many objects

please create a new forum thread and close this one. Finally, please provide a simple minimized console

Fantom

an executable jar and provide an explanation for a non Fantom user - what exactly to run from the console

Wrong data stored in time only fields

Emil Andonov If you can reproduce the issue it would help if you could post a small console test

Activation Issue

(since using a console test case is easier for us), so please confirm that it solves the issue

Failed to resize file - file system limitation error

without ObjectDB, by a simple Java console application that creates a RandomAccessFile instance for that file

Exceeding max connections and crashing

is running, but you can try to connect to the database from any Java console program using ordinary JPA

docker

Wondering how folks are automating ObjectDb license keys in a docker environment?   dmoshal David Moshal ObjectDB activation is implemented on the user side by a Java program. The usual way to run it is manually from the console but you may also automate in by running it from your application, as some ObjectDB users do. support Support

Unexpected exception (error 990)

When i run my code, the console returns to me the following error: Exception in thread "main" [ObjectDB 2.8.7] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 15.0.2 (on Windows 10 10.0). Please report this error on http://www.objectdb.com/issue/new com.objectdb.o

Out of memory

Hi, Today in the middle of the night ODB just crashed leaving this on console screen: ObjectDB Server started on port 7136. Exception in thread "ODB-StoreHandler-29" java.lang.OutOfMemoryError: GC overhead limit exceeded         at java.lang.StackTraceElement

Schema migration - long to String

Hi, I need to change field type in our model from long to String. After changing filed type in our model and repairing database with doctor, most of our entities is gone. Doctor puts some errors on console : [51030] Page #466190 entry 5 has unexpected value for field affiID   pl.hplxtool.model

Enhancement API - NullPointerException

checked the logs, but there is no more information than what is also printed to the console (see error

Lazy loading does not work - crud takes long

a minimal Java console test case (see these instructions ) that reproduces this situation. support Support

EM close causes an exception

configuration   Console output: start flush: 0 flush: 10000 flush: 20000 flush: 30000 flush

Get activation code for a server with no Internet connection

Hello, We bought a license, but the server is not connected to the Internet. How do we get the activation code? Dmitry Zakharov uncol Dmitry Zakharov Run activation on that server. It does not require an Internet connection. The output of the activation console application is a url

performance limit

is executed from a java console app. Regards. peric.emil Emil Perić

Enhancement Check

Could you please try the following console test? (it should show the new log entries if the new logging

Error 363 - Failed to read value of inverse relationship

instructions ) in order to demonstrate the problem. support Support Here's my console test app. I commented

Pessimistic lock

The context in which these exceptions are thrown is unclear. Please provide a simple console examples

Problem to use find method on an abstract Class: AbstractMethodError is thrown

: /Paltzefomat 08:17:23,456 INFO [org.jboss.as] (MSC service thread 1-12) JBAS015951: Admin console

multiple connection using share folder

-silent : avoid printing messages to the standard output - console : avoid showing the server tray icon

Maven not OK for objectDB

gzdillon Lai Yang Please provide more details regarding the context in which you got this error. Have you followed the instructions in one of the tutorials? which one? If you are using Java 7 you may also want to try Java 8 or above. support Support points- console , the last line in the last image

ObjectDB 2.0.0

performance). Added support for running a server with no tray icon (using a - console flag). Changed

stackoverflow big sur eclipse debug

); the console output is: Exception in thread "main" java.lang.StackOverflowError at java.lang.StringCoding

UPDATE query cannot set a new field after schema change

a simple console application) that updates the objects in a loop within an active transaction, without using an UPDATE query. support Support

Post-compile enhancement sometimes causes error in generic loops: incompatible types found: java.lang.Object: required: Entity

intended) } } webel Dr Darren Kelly Could you please provide a simple console test case that demonstrates this issue? support Support

New entity objects are duplicated on merge cascading

When merge is cascaded to a new entity object that has not been persisted yet - it becomes persisted twice rather than once. This was demonstrated by a Java EE application in this forum thread but may be reproduced also in a simple console test case: import java.util.*; import javax.persistence

DB persist operation results are not available for another Thread/EntityManager immdiately

and prints the results to the console , but there are not results. After that the thread stops