Search found 8 matches

by zullyvan
05 Mar 2025, 00:58
Forum: Essential Open Source - Platform
Topic: rmi.ServerException: RemoteException
Replies: 1
Views: 18629

Re: rmi.ServerException: RemoteException

Hi

I solve with the information in other post.

I need to put in the run_progete_server file:

$JAVA_PATH/rmiregistry -J-cp -J$CLASSPATH&
by zullyvan
03 Mar 2025, 13:07
Forum: Essential Open Source - Platform
Topic: rmi.ServerException: RemoteException
Replies: 1
Views: 18629

rmi.ServerException: RemoteException

Hi

Please, would yu help my whit this error:

I try to implement multi-user version in an Ubuntu Server but I have this error when I try to run the ./run_rpotege_server.sh:

SEVERE: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi ...
by zullyvan
21 Feb 2025, 00:59
Forum: Essential Open Source - Platform
Topic: Protege Server don`t load the JDBC driver
Replies: 12
Views: 61865

Re: Protege Server don`t load the JDBC driver


Hi,

I've been able to replicate your issues and have a workaround I believe should work. I'll log a ticket internally to rectify this properly but hopefully the steps below should get you moving again.

Firstly, check you have Java 8 (1.8) installed, added to your PATH and your JAVA_HOME set. I ...
by zullyvan
20 Feb 2025, 23:47
Forum: Essential Open Source - Platform
Topic: Protege Server don`t load the JDBC driver
Replies: 12
Views: 61865

Re: Protege Server don`t load the JDBC driver


You can follow this path to have a entire Essential Open Source version running using Docker.

https://enterprise-architecture.org/forums/viewtopic.php?f=21&t=3086

Just ignore "Deploy on Azure" steps if you want.


Thanks,

I was trying to develop it in a docker desktop in Windows, but I have ...
by zullyvan
19 Feb 2025, 12:26
Forum: Essential Open Source - Platform
Topic: Protege Server don`t load the JDBC driver
Replies: 12
Views: 61865

Re: Protege Server don`t load the JDBC driver

Hi

Please, I've my hopes in this Open Source tool (Multi-User).

Any advice or option?

Maybe a Docker with the Protege Server?
by zullyvan
15 Feb 2025, 20:07
Forum: Essential Open Source - Platform
Topic: Protege Server don`t load the JDBC driver
Replies: 12
Views: 61865

Re: Protege Server don`t load the JDBC driver

Hi,

I'm trying to install it on a Windows 10.

You're right I was trying with a installer with the VM inside and that VM is in Java 6.
But I need to work on Java 8.

I tried to change the file run_protege_server.bat
changing this line:
set JDKBIN=jre\bin

to:
set JDKBIN="C:\Program Files\Java\jre1 ...
by zullyvan
12 Feb 2025, 00:12
Forum: Essential Open Source - Platform
Topic: Protege Server don`t load the JDBC driver
Replies: 12
Views: 61865

Re: Protege Server don`t load the JDBC driver

Hi,

This my Java version

java version "1.8.0_441"
Java(TM) SE Runtime Environment (build 1.8.0_441-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.441-b07, mixed mode)

I tested the versions of JDBC Driver in this page (version 42.7.5, 42.7.4 both for Java 8)

https://jdbc.postgresql.org ...
by zullyvan
10 Feb 2025, 15:21
Forum: Essential Open Source - Platform
Topic: Protege Server don`t load the JDBC driver
Replies: 12
Views: 61865

Protege Server don`t load the JDBC driver

Hi
I was testing the Muti-User OpenSource installation, but, I have an error when the Protege server was loading de driver for connect the database, this is te error:

WARNING: org/postgresql/Driver : Unsupported major.minor version 52.0 -- java.lang.UnsupportedClassVersionError: org/postgresql ...