Search found 3 matches

by rudolf
26 Aug 2020, 18:48
Forum: Essential Open Source - Platform
Topic: Protege Out of memory exception with example
Replies: 9
Views: 16004

Re: Protege Out of memory exception with example

I just ran into the PermGen version of this error trying to load the demo repository (demojuly2018share_v69.pprj).

The PermGen space is separate from the heap space. I had to increase that by adding the JVM option in run_protege.bat:

-XX:MaxPermSize=256m
by rudolf
04 Aug 2018, 16:43
Forum: Essential Open Source - Platform
Topic: MultiUser Install issue
Replies: 4
Views: 3112

Re: MultiUser Install issue

It was an obvious problem in my case - I had run the Protege install as root, and therefore the Essential install couldn't write into it. Changed ownership of the Protege directory tree, and all is well again.
by rudolf
03 Aug 2018, 18:55
Forum: Essential Open Source - Platform
Topic: MultiUser Install issue
Replies: 4
Views: 3112

Re: MultiUser Install issue

Hi Jonathan,

I'm having the same issue, even after reinstalling the Server components as you describe.

What could be going wrong?

This is on CentOS 7,

Thanks!

--rudolf