[ https://issues.apache.org/jira/browse/KNOX-3043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891291#comment-17891291 ]
ASF subversion and git services commented on KNOX-3043: ------------------------------------------------------- Commit b7f93f6db3665ccaf77d4de0011cea4e4461c264 in knox's branch refs/heads/dependabot/maven/org.apache.derby-derby-10.17.1.0 from senthh [ https://gitbox.apache.org/repos/asf?p=knox.git;h=b7f93f6db ] KNOX-3043 - NullpointerException in calling loadBuildProperties (#917) * KNOX-3043 - NullpointerException in calling loadBuildProperties > NullpointerException in calling loadBuildProperties > --------------------------------------------------- > > Key: KNOX-3043 > URL: https://issues.apache.org/jira/browse/KNOX-3043 > Project: Apache Knox > Issue Type: Bug > Affects Versions: 2.0.0, 1.6.1 > Reporter: Senthil Kumar > Priority: Major > Time Spent: 1h 20m > Remaining Estimate: 0h > > Getting NullPointerException while calling loadBuildProperties in both > GatewayServer and KnoxCLI > SEVERE: Failed to start gateway: java.lang.NullPointerException > java.lang.NullPointerException > at java.util.Properties$LineReader.readLine(Properties.java:434) > at java.util.Properties.load0(Properties.java:353) > at java.util.Properties.load(Properties.java:341) > at > org.apache.knox.gateway.GatewayServer.loadBuildProperties(GatewayServer.java:306) > at org.apache.knox.gateway.GatewayServer.main(GatewayServer.java:160) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.apache.knox.gateway.launcher.Invoker.invokeMainMethod(Invoker.java:68) > at org.apache.knox.gateway.launcher.Invoker.invoke(Invoker.java:39) > at org.apache.knox.gateway.launcher.Command.run(Command.java:99) > at org.apache.knox.gateway.launcher.Launcher.run(Launcher.java:75) > at org.apache.knox.gateway.launcher.Launcher.main(Launcher.java:52) -- This message was sent by Atlassian Jira (v8.20.10#820010)