nccgroup / CollaboratorPlusPlus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on the server-side

irsdl opened this issue · comments

I am getting the following errors when I run java -jar CollaboratorPlusPlus-1.0.0.jar:

WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
ERROR StatusLogger No Log4j 2 configuration file found. Using default configuration (logging only errors to the console), or user programmatically provided configurations. Set system property 'log4j2.debug' to show Log4j 2 internal initialization logging. See https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions on how to configure Log4j 2

The CollaboratorServer.properties file only contains the followings:

#MAKE SURE THE SECRET IS CHANGED TO SOMETHING MORE SECURE!
#By default, the private key and certificates will be used to
#configure the SSL context. To use a keystore instead, comment out ssl_private_key_path.

More info on Java:

 java --version
openjdk 11.0.8 2020-07-14
OpenJDK Runtime Environment (build 11.0.8+10-post-Ubuntu-0ubuntu118.04.1)
OpenJDK 64-Bit Server VM (build 11.0.8+10-post-Ubuntu-0ubuntu118.04.1, mixed mode, sharing)

There is no Java requirement on this repo so I am wondering the problem is.