HIOT-200

When the users update HULFT IoT Manager, if the application.properties file includes commented out lines, HULFT IoT Manager may convert only the rows that are commented out.

Phenomenon

When the users update HULFT IoT Manager to a version between 1.4 and 1.5, HULFT IoT Manager changes the unit of the following setting items to milliseconds from seconds.

  • hulft.login.session.timeout.polling

  • hulft.login.session.timeout

  • hulft.agent.session.timeout

At this time, if the application.properties file includes commented out lines, HULFT IoT Manager converts only the rows that are commented out.

Affected versions

From Ver.1.4.0 to Ver.1.5.0

Version when it was corrected

Ver.2.0.0

Affected module

HULFT IoT Manager

Condition to reproduce

This phenomenon will occur when one or more setting items above are commented out in the application.properties file.

 

Example:

Settings in the application.properties file before update

#hulft.login.session.timeout.polling = 60000

hulft.login.session.timeout.polling = 36000000

Settings in the application.properties file after update

#hulft.login.session.timeout.polling = 60

hulft.login.session.timeout.polling = 36000000

Alternative workaround

Delete the commented out line, and then update HULFT IoT Manager.

Status description

Regardless the line is commented out, Manager will convert the row.