Max Shonichev created IGNITE-8278:
-------------------------------------
Summary: Nightly built package does not run
Key: IGNITE-8278
URL:
https://issues.apache.org/jira/browse/IGNITE-8278 Project: Ignite
Issue Type: Bug
Reporter: Max Shonichev
Trying to run build from
http://172.25.1.150:8111/viewLog.html?buildId=1209266&buildTypeId=Releases_NightlyRelease_RunApacheIgniteNightlyRelease&tab=artifactsresults in error:
{noformat}
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.apache.ignite.startup.cmdline.CommandLineStartup.<clinit>(CommandLineStartup.java:99)
Caused by: java.lang.IllegalStateException: Failed to parse version: 2.5.0.20180415-0
at org.apache.ignite.lang.IgniteProductVersion.fromString(IgniteProductVersion.java:314)
at org.apache.ignite.internal.IgniteVersionUtils.<clinit>(IgniteVersionUtils.java:71)
{noformat}
Possibly this is due to empty build timestamp in ignite.properties.
{noformat}
ignite.version=2.5.0.20180415
ignite.build=0
ignite.revision=DEV
ignite.rel.date=15042018
ignite.update.status.params=ver=2.5.0.20180415&product=apache-ignite
ignite.update.notifier.enabled.by.default=true
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)