Errors when running run_protege_server.bat

Post Reply
richardbyrom
Posts: 4
Joined: 26 May 2011, 09:56
Contact:

I am receiving the following rmiregistry error when trying to run the protege startup batch file.

Could not set up class specific logging
Exception configuring logger
Could not set logger level
Warning: IO exception getting logger. access denied (java.util.PropertyPermissio
n protege.properties.in.user.home read)

Image of the error is attached

Has anyone encountered this or know a potential solution.
You do not have the required permissions to view the files attached to this post.
User avatar
jonathan.carter
Posts: 1087
Joined: 04 Feb 2009, 15:44

I've seen this before but I'm pretty sure that this is just a warning that can be ignored.

When running the server, the default 'run_protege_server.bat' includes a line to start the RMI Registry. However, the shutdown script doesn't stop the RMI Registry which runs as a separate process. This is not a problem but sometimes, if the RMI Registry is already running, you can get errors reported when you execute 'run_protege_server.bat' as the script tries to start another instance of the RMI Registry, which is not allowed by the Java environment.
Again, these errors can be ignored but if you find that you cannot connect to the Protege server, shut Protege down and stop the RMI Registry. Then restart using 'run_protege_server.bat'

Hope this helps

Jonathan
Essential Project Team
Post Reply