Search found 11 matches

by seldont
04 Oct 2016, 13:14
Forum: Essential Modelling and Viewer
Topic: Static Application Provider Architecture without xxxUsage?
Replies: 6
Views: 114209

Re: Static Application Provider Architecture without xxxUsag

Is this advice still correct or are there any better ways to model interfaces/integration? I will be working from data flow diagrams that show a number of applications and the data flow between them (including [Direction of flow], [Push/Pull],[Frequency/Event trigger], [Transport Method] ). I would ...
by seldont
20 Sep 2016, 14:29
Forum: Essential Open Source - Platform
Topic: temporarily out of service 467 on import utility
Replies: 13
Views: 11496

Re: temporarily out of service 467 on import utility

Cracked IT!! The problem was with Tomcat configuration. I had the following parameter in server.xml maxPostSize="0" In previous versions this set the maximum post size to unlimited, in the latest version it sets the maximum post size to zero! I can now get passed the login screen and see t...
by seldont
15 Sep 2016, 09:55
Forum: Essential Open Source - Platform
Topic: temporarily out of service 467 on import utility
Replies: 13
Views: 11496

Re: temporarily out of service 467 on import utility

I have downloaded the latest install from the web site (essentialinstall507.jar) - this has the same version of essential_import_utility.war (Release 1.5.2) and still shows the same 467 error when attempting to login.

Is there a newer version not published yet?
by seldont
14 Sep 2016, 12:36
Forum: Essential Open Source - Platform
Topic: temporarily out of service 467 on import utility
Replies: 13
Views: 11496

Re: temporarily out of service 467 on import utility

Import utility displays: Release 1.5.2
by seldont
18 Aug 2016, 11:51
Forum: Essential Open Source - Platform
Topic: temporarily out of service 467 on import utility
Replies: 13
Views: 11496

Re: temporarily out of service 467 on import utility

Just to let you know I've tried a completely fresh install using: SUSe enterprise linux (SLES) 3.12.59 java openjdk 1.8.0_91 tomcat 8.0.32 (Installed as a separate instance) I get the same problem (The essential_import_utility application starts; but as soon as you hit login the 467 message appears)...
by seldont
08 Aug 2016, 15:09
Forum: Essential Open Source - Platform
Topic: Issue installing with MySQL
Replies: 4
Views: 9875

Re: Issue installing with MySQL

Had the same problem with mariadb - Getting : 'Specified key is too long'.

Alternate solution is to create the database using latin1 rather than utf8
i.e.

create database if not exists <dbname> character set = 'latin1';
select * from information_schema.schemata;
by seldont
14 Jul 2016, 13:36
Forum: Essential Open Source - Platform
Topic: temporarily out of service 467 on import utility
Replies: 13
Views: 11496

Re: temporarily out of service 467 on import utility

Yes - made change to zk.xml as described - before doing this the catalina.out included messages saying 'Unknown element: session-timeout'.
by seldont
13 Jul 2016, 15:54
Forum: Essential Open Source - Platform
Topic: temporarily out of service 467 on import utility
Replies: 13
Views: 11496

Re: temporarily out of service 467 on import utility

Here is full log from catalina.out following change to zk.xml as described. I noticed that log says that zk is a 60 day evaluation copy which has presumably expired. Should this be replaced with ZK CE or do we need to license ZK Framework? 13-Jul-2016 16:43:34.558 INFO [main] org.apache.catalina.cor...
by seldont
08 Jul 2016, 11:45
Forum: Essential Open Source - Platform
Topic: temporarily out of service 467 on import utility
Replies: 13
Views: 11496

temporarily out of service 467 on import utility

Hi I have created a test server using a VM on a Mac (Linux Mint 13). I have installed JDK 1.8.0_91-b14 and Tomcat 9.0.0.M4 This works fine when using essential_viewer; however I am as yet unable to get the essential_import_utility working. Whenever I start this (localhost:8080/essential_import_utili...
by seldont
15 Jun 2016, 14:51
Forum: Essential Open Source - Platform
Topic: Server not starting Server_Stub not found Unmarshall
Replies: 13
Views: 30074

Re: Server not starting Server_Stub not found Unmarshall

Thanks for the help Adding -J-Djava.rmi.server.useCodebaseOnly=false to rmiregistry call got rid of the errors (Still have some warnings to sort out) and need to add some memory to the VM. The startup now looks like this: Protege server is starting... Protege 3.5 Build 663, JVM 1.8.0_91-b14, memory=...
by seldont
14 Jun 2016, 16:06
Forum: Essential Open Source - Platform
Topic: Server not starting Server_Stub not found Unmarshall
Replies: 13
Views: 30074

Server not starting Server_Stub not found Unmarshall

I am looking at Essential for the first time and having problems with the server. This is running on Linux Mint 13 with: Java v1.8.0_91 Protege v3.5 Tomcat v9.0.0.M4 MySql v5.5 Essential Meta Model v5.0.5 run_protege.sh works without any problems; however no matter what I set CODEBASE_URL to (in run...