You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Peter Ivanov (JIRA)" <ji...@apache.org> on 2018/05/03 08:37:00 UTC

[jira] [Resolved] (IGNITE-8278) Nightly built package does not run

     [ https://issues.apache.org/jira/browse/IGNITE-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Ivanov resolved IGNITE-8278.
----------------------------------
    Resolution: Fixed

{code}
~/Downloads/apache-ignite-fabric-2.5.0.20180503-bin $ JAVA_HOME="$(/usr/libexec/java_home -v 1.8)" bash bin/ignite.sh
[11:35:24]    __________  ________________
[11:35:24]   /  _/ ___/ |/ /  _/_  __/ __/
[11:35:24]  _/ // (7 7    // /  / / / _/
[11:35:24] /___/\___/_/|_/___/ /_/ /___/
[11:35:24]
[11:35:24] ver. 2.5.0.20180503#19700101-sha1:DEV
[11:35:24] 2018 Copyright(C) Apache Software Foundation
[11:35:24]
[11:35:24] Ignite documentation: http://ignite.apache.org
[11:35:24]
[11:35:24] Quiet mode.
[11:35:24]   ^-- Logging to file '/Users/vveider/Downloads/apache-ignite-fabric-2.5.0.20180503-bin/work/log/ignite-bb9bd112.0.log'
[11:35:24]   ^-- Logging by 'JavaLogger [quiet=true, config=null]'
[11:35:24]   ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or "-v" to ignite.{sh|bat}
[11:35:24]
[11:35:24] OS: Mac OS X 10.13.3 x86_64
[11:35:24] VM information: Java(TM) SE Runtime Environment 1.8.0_162-b12 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.162-b12
[11:35:24] Configured plugins:
[11:35:24]   ^-- None
[11:35:24]
[11:35:24] Configured failure handler: [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0]]
[11:35:24] Message queue limit is set to 0 which may lead to potential OOMEs when running cache operations in FULL_ASYNC or PRIMARY_SYNC modes due to message queues growth on sender and receiver sides.
[11:35:24] Security status [authentication=off, tls/ssl=off]
[11:35:26] Performance suggestions for grid  (fix if possible)
[11:35:26] To disable, set -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true
[11:35:26]   ^-- Enable G1 Garbage Collector (add '-XX:+UseG1GC' to JVM options)
[11:35:26]   ^-- Set max direct memory size if getting 'OOME: Direct buffer memory' (add '-XX:MaxDirectMemorySize=<size>[g|G|m|M|k|K]' to JVM options)
[11:35:26]   ^-- Disable processing of calls to System.gc() (add '-XX:+DisableExplicitGC' to JVM options)
[11:35:26] Refer to this page for more performance suggestions: https://apacheignite.readme.io/docs/jvm-and-system-tuning
[11:35:26]
[11:35:26] To start Console Management & Monitoring run ignitevisorcmd.{sh|bat}
[11:35:26]
[11:35:26] Ignite node started OK (id=bb9bd112)
[11:35:26] Topology snapshot [ver=1, servers=1, clients=0, CPUs=8, offheap=3.2GB, heap=1.0GB]
[11:35:26]   ^-- Node [id=BB9BD112-C43C-4D07-ABBE-FEF181C42D4C, clusterState=ACTIVE]
[11:35:26] Data Regions Configured:
[11:35:26]   ^-- default [initSize=256.0 MiB, maxSize=3.2 GiB, persistenceEnabled=false]
{code}

> 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
>            Assignee: Peter Ivanov
>            Priority: Critical
>
> Trying to run build from 
> http://172.25.1.150:8111/viewLog.html?buildId=1209266&buildTypeId=Releases_NightlyRelease_RunApacheIgniteNightlyRelease&tab=artifacts
> results 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)