Search found 9 matches

by henseggs
19 Jun 2014, 11:36
Forum: Essential Open Source - Platform
Topic: multi user install problems ClassNotFoundException
Replies: 12
Views: 10427

Re: multi user install problems ClassNotFoundException

Got this working now. The problem was a combination of the CODEBASE_URL needing to use http class as well as specifying a server port for rmi. See my full startup script. #!/bin/sh # ------------------- Where is Java? ------------------- # Change to the script' working directory, should be the Prote...
by henseggs
13 Jun 2014, 12:53
Forum: Essential Open Source - Platform
Topic: multi user install problems ClassNotFoundException
Replies: 12
Views: 10427

Re: multi user install problems ClassNotFoundException

I've made the change to the way rmiregistry is started to: $JAVA_PATH/rmiregistry -J-Djava.rmi.server.useCodebaseOnly=false $RMI_REG_PORT & I can see the rmi service start without errors, I can see rmi listening in on port 1099 and I can telnet to rmi on port 1099. Yes we are using the same jvm ...
by henseggs
13 Jun 2014, 09:43
Forum: Essential Open Source - Platform
Topic: multi user install problems ClassNotFoundException
Replies: 12
Views: 10427

Re: multi user install problems ClassNotFoundException

Thank you Jonathan, 1. No there are no "access to class loader denied" messages at all. 2. Yes the http server is on the same system, that is why I was using local host as opposed to the fqdn or ip address. 3. Yes the Rmi registery is running. I can see the service listening on port 1099 u...
by henseggs
12 Jun 2014, 22:18
Forum: Essential Open Source - Platform
Topic: multi user install problems ClassNotFoundException
Replies: 12
Views: 10427

Re: multi user install problems ClassNotFoundException

I tried a fresh install (again) this time on Centos. I am getting the same error message. This is a more verbose output from the run_protege_server.sh script. Loaded 80000 instances: essential_prj_CC_v1.4.1_ProjectKB_Instance_10099 Loaded 81000 instances: essential_prj_CC_v1.4.2_ProjectKB_Instance_1...
by henseggs
12 Jun 2014, 09:50
Forum: Essential Open Source - Platform
Topic: multi user install problems ClassNotFoundException
Replies: 12
Views: 10427

Re: multi user install problems ClassNotFoundException

I've just rechecked CODEBASE_URL.
CODEBASE_URL=http://localhost:8080/protege.jar

As a non root user I've been able to download the file.

curl -o ./Test.jar http://localhost:8080/protege.jar
This results in a the creation of Test.jar that is a copy of the protege.jar servered from my tomcat root.
by henseggs
11 Jun 2014, 13:17
Forum: Essential Open Source - Platform
Topic: MULTI-USER HELP!!!
Replies: 3
Views: 4656

Re: MULTI-USER HELP!!!

Hello, I also have an issue with multi user install. When I try and run the run_protege_server.sh startup script I am getting error messages. EM: "java.lang.ClassNotFoundException: edu.stanford.smi.protege.server.Server_Stub" I have followed the install guide here. http://www.enterprise-ar...
by henseggs
11 Jun 2014, 12:14
Forum: Essential Modelling and Viewer
Topic: Strategic Logical Business Operating Model
Replies: 3
Views: 5905

Re: Strategic Logical Business Operating Model

Hello, I found this thread trying to get the 'Business Organisation Structure Model' report to work. Is this report one and the same? I've tired: setting 'Report Praemeter1' to the Business Role Defining the business role as a constant in the Org Model - Root Organisation object Could you advise how...
by henseggs
10 Jun 2014, 13:00
Forum: Essential Open Source - Platform
Topic: multi user install problems ClassNotFoundException
Replies: 1
Views: 3426

multi user install problems ClassNotFoundException

I have followed the multi user guide http://www.enterprise-architecture.org/documentation/doc-installation/148-installer-multi-user twice and I am obviously missing or completing the same step wrong as I keep getting the ClassNotFoundException: edu.stanford.smi.protege.server.Server_Stub error when ...
by henseggs
10 Jun 2014, 12:31
Forum: Essential Open Source - Platform
Topic: multi user install problems ClassNotFoundException
Replies: 12
Views: 10427

multi user install problems ClassNotFoundException

I have followed the multi user guide http://www.enterprise-architecture.org/documentation/doc-installation/148-installer-multi-user twice and I am obviously missing or completing the same step wrong as I keep getting the ClassNotFoundException: edu.stanford.smi.protege.server.Server_Stub error when ...