Closed rju closed 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.
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.
author André van Hoorn -- Wed, 15 Oct 2014 15:25:20 +0200
Fixed in 133fc44c9fdd9374a1d35462901fe494443335ed (currently only in branch 1.10)
JIRA Issue: KIEKER-1183 Nullpointer exception when starting logging timestamp converter CLI tool Original Reporter: Andre van Hoorn
Somehow related to CLI issue in KIEKER-1173 Done ?