You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.matecat.converter.server.MatecatConverterServer.(MatecatConverterServer.java:47)
at com.matecat.converter.Main.main(Main.java:21)
Caused by: java.lang.RuntimeException: Exception while loading config.properties.
at com.matecat.converter.core.util.Config.(Config.java:104)
... 2 more
Caused by: java.lang.NullPointerException: inStream parameter is null
at java.base/java.util.Objects.requireNonNull(Objects.java:246)
at java.base/java.util.Properties.load(Properties.java:403)
at com.matecat.converter.core.util.Config.(Config.java:41)
... 2 more
The text was updated successfully, but these errors were encountered:
I have built as per the instruction in the wiki. All configurations were default: https://github.com/matecat/MateCat-Filters/wiki/Build-and-run
Running it produced the below exception. What could be the problem? Thanks in advance.
java -cp ".:filters-1.2.5.jar" com.matecat.converter.Main
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.matecat.converter.server.MatecatConverterServer.(MatecatConverterServer.java:47)
at com.matecat.converter.Main.main(Main.java:21)
Caused by: java.lang.RuntimeException: Exception while loading config.properties.
at com.matecat.converter.core.util.Config.(Config.java:104)
... 2 more
Caused by: java.lang.NullPointerException: inStream parameter is null
at java.base/java.util.Objects.requireNonNull(Objects.java:246)
at java.base/java.util.Properties.load(Properties.java:403)
at com.matecat.converter.core.util.Config.(Config.java:41)
... 2 more
The text was updated successfully, but these errors were encountered: