kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1183] Nullpointer exception when starting logging timestamp converter CLI tool #2605

Closed rju closed 3 days ago

rju commented 3 days ago

JIRA Issue: KIEKER-1183 Nullpointer exception when starting logging timestamp converter CLI tool Original Reporter: Andre van Hoorn


avhAndrè van Hoorn-ThinkPad-RSS:0:~/git_work/kieker <master> $ bin/convertLoggingTimestamp.sh
Exception in thread "main" java.lang.NullPointerException
        at kieker.tools.loggingTimestampConverter.LoggingTimestampConverterTool.readPropertiesFromCommandLine(LoggingTimestampConverterTool.java:63)
        at kieker.tools.AbstractCommandLineTool.start(AbstractCommandLineTool.java:58)
        at kieker.tools.loggingTimestampConverter.LoggingTimestampConverterTool.main(LoggingTimestampConverterTool.java:47)

Somehow related to CLI issue in KIEKER-1173 Done ?

rju commented 3 days ago

author nils-christian -- Thu, 4 Sep 2014 17:43:51 +0200

Should be fixed in d96d25b076f49b9ecf5979d9cf331941ec4cd524.

I made sure that the parameter is required.

rju commented 3 days ago

author nils-christian -- Mon, 13 Oct 2014 10:58:32 +0200

This is an issue again:

>convertLoggingTimestamp.bat
Exception in thread "main" java.lang.NullPointerException
        at kieker.tools.loggingTimestampConverter.LoggingTimestampConverterTool.readPropertiesFromCommandLine(LoggingTimestampConverterTool.java:64)
        at kieker.tools.AbstractCommandLineTool.start(AbstractCommandLineTool.java:73)
        at kieker.tools.loggingTimestampConverter.LoggingTimestampConverterTool.main(LoggingTimestampConverterTool.java:47)

André: While fixing KIEKER-1168 Done you disabled the required-check in d6be606f01bff79fc2cc0aa1f1ce38bf747f31f6.

rju commented 3 days ago

author André van Hoorn -- Wed, 15 Oct 2014 15:25:20 +0200

Fixed in 133fc44c9fdd9374a1d35462901fe494443335ed (currently only in branch 1.10)