[jira] [Updated] (IGNITE-12113) control.sh terminates silently when JAVA_HOME is not set

2020-07-15 Thread Ilya Kasnacheev (Jira)


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

Ilya Kasnacheev updated IGNITE-12113:
-
Component/s: control.sh

> control.sh terminates silently when JAVA_HOME is not set
> 
>
> Key: IGNITE-12113
> URL: https://issues.apache.org/jira/browse/IGNITE-12113
> Project: Ignite
>  Issue Type: Bug
>  Components: control.sh
>Reporter: Alexey Goncharuk
>Assignee: Alexey Goncharuk
>Priority: Major
> Fix For: 2.7.6
>
> Attachments: 
> IGNITE-12113_Fix_silent_control_sh_fail_when_JAVA_HOME_is_empty.patch
>
>
> Running control.sh from ignite-2.7.6 release candidate on MacOS with empty 
> JAVA_HOME produces no output - the script terminates without any action.
> The reason is the following line in {{bin/control.sh}}:
> {code}
> javaMajorVersion "${JAVA_HOME}/bin/java"
> {code}
> Since {{JAVA_HOME}} is empty, the argument passed to the function is invalid 
> and the function terminates the script. I suggest replacing the 
> {{${JAVA_HOME}/bin/java}} with just {{$JAVA}} because it is already 
> determined earlier in the scope. The suggested fix works in my environment 
> for all options of {{JAVA_HOME}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IGNITE-12113) control.sh terminates silently when JAVA_HOME is not set

2019-08-29 Thread Alexey Goncharuk (Jira)


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

Alexey Goncharuk updated IGNITE-12113:
--
Fix Version/s: (was: 2.8)

> control.sh terminates silently when JAVA_HOME is not set
> 
>
> Key: IGNITE-12113
> URL: https://issues.apache.org/jira/browse/IGNITE-12113
> Project: Ignite
>  Issue Type: Bug
>Reporter: Alexey Goncharuk
>Assignee: Alexey Goncharuk
>Priority: Major
> Fix For: 2.7.6
>
> Attachments: 
> IGNITE-12113_Fix_silent_control_sh_fail_when_JAVA_HOME_is_empty.patch
>
>
> Running control.sh from ignite-2.7.6 release candidate on MacOS with empty 
> JAVA_HOME produces no output - the script terminates without any action.
> The reason is the following line in {{bin/control.sh}}:
> {code}
> javaMajorVersion "${JAVA_HOME}/bin/java"
> {code}
> Since {{JAVA_HOME}} is empty, the argument passed to the function is invalid 
> and the function terminates the script. I suggest replacing the 
> {{${JAVA_HOME}/bin/java}} with just {{$JAVA}} because it is already 
> determined earlier in the scope. The suggested fix works in my environment 
> for all options of {{JAVA_HOME}}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (IGNITE-12113) control.sh terminates silently when JAVA_HOME is not set

2019-08-29 Thread Alexey Goncharuk (Jira)


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

Alexey Goncharuk updated IGNITE-12113:
--
Release Note: Fixed silent control.sh script termination when JAVA_HOME is 
not set

> control.sh terminates silently when JAVA_HOME is not set
> 
>
> Key: IGNITE-12113
> URL: https://issues.apache.org/jira/browse/IGNITE-12113
> Project: Ignite
>  Issue Type: Bug
>Reporter: Alexey Goncharuk
>Assignee: Alexey Goncharuk
>Priority: Major
> Fix For: 2.8, 2.7.6
>
> Attachments: 
> IGNITE-12113_Fix_silent_control_sh_fail_when_JAVA_HOME_is_empty.patch
>
>
> Running control.sh from ignite-2.7.6 release candidate on MacOS with empty 
> JAVA_HOME produces no output - the script terminates without any action.
> The reason is the following line in {{bin/control.sh}}:
> {code}
> javaMajorVersion "${JAVA_HOME}/bin/java"
> {code}
> Since {{JAVA_HOME}} is empty, the argument passed to the function is invalid 
> and the function terminates the script. I suggest replacing the 
> {{${JAVA_HOME}/bin/java}} with just {{$JAVA}} because it is already 
> determined earlier in the scope. The suggested fix works in my environment 
> for all options of {{JAVA_HOME}}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (IGNITE-12113) control.sh terminates silently when JAVA_HOME is not set

2019-08-28 Thread Dmitriy Pavlov (Jira)


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

Dmitriy Pavlov updated IGNITE-12113:

Ignite Flags: Release Notes Required

[~agoncharuk] could you please fill release note? Also, since the process is 
not yet automated, please commit it to txt value and to Release Notes.html

> control.sh terminates silently when JAVA_HOME is not set
> 
>
> Key: IGNITE-12113
> URL: https://issues.apache.org/jira/browse/IGNITE-12113
> Project: Ignite
>  Issue Type: Bug
>Reporter: Alexey Goncharuk
>Assignee: Alexey Goncharuk
>Priority: Major
> Fix For: 2.8, 2.7.6
>
> Attachments: 
> IGNITE-12113_Fix_silent_control_sh_fail_when_JAVA_HOME_is_empty.patch
>
>
> Running control.sh from ignite-2.7.6 release candidate on MacOS with empty 
> JAVA_HOME produces no output - the script terminates without any action.
> The reason is the following line in {{bin/control.sh}}:
> {code}
> javaMajorVersion "${JAVA_HOME}/bin/java"
> {code}
> Since {{JAVA_HOME}} is empty, the argument passed to the function is invalid 
> and the function terminates the script. I suggest replacing the 
> {{${JAVA_HOME}/bin/java}} with just {{$JAVA}} because it is already 
> determined earlier in the scope. The suggested fix works in my environment 
> for all options of {{JAVA_HOME}}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (IGNITE-12113) control.sh terminates silently when JAVA_HOME is not set

2019-08-28 Thread Alexey Goncharuk (Jira)


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

Alexey Goncharuk updated IGNITE-12113:
--
Ignite Flags:   (was: Release Notes Required)

> control.sh terminates silently when JAVA_HOME is not set
> 
>
> Key: IGNITE-12113
> URL: https://issues.apache.org/jira/browse/IGNITE-12113
> Project: Ignite
>  Issue Type: Bug
>Reporter: Alexey Goncharuk
>Assignee: Alexey Goncharuk
>Priority: Major
> Fix For: 2.8, 2.7.6
>
> Attachments: 
> IGNITE-12113_Fix_silent_control_sh_fail_when_JAVA_HOME_is_empty.patch
>
>
> Running control.sh from ignite-2.7.6 release candidate on MacOS with empty 
> JAVA_HOME produces no output - the script terminates without any action.
> The reason is the following line in {{bin/control.sh}}:
> {code}
> javaMajorVersion "${JAVA_HOME}/bin/java"
> {code}
> Since {{JAVA_HOME}} is empty, the argument passed to the function is invalid 
> and the function terminates the script. I suggest replacing the 
> {{${JAVA_HOME}/bin/java}} with just {{$JAVA}} because it is already 
> determined earlier in the scope. The suggested fix works in my environment 
> for all options of {{JAVA_HOME}}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (IGNITE-12113) control.sh terminates silently when JAVA_HOME is not set

2019-08-27 Thread Alexey Goncharuk (Jira)


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

Alexey Goncharuk updated IGNITE-12113:
--
Attachment: 
IGNITE-12113_Fix_silent_control_sh_fail_when_JAVA_HOME_is_empty.patch

> control.sh terminates silently when JAVA_HOME is not set
> 
>
> Key: IGNITE-12113
> URL: https://issues.apache.org/jira/browse/IGNITE-12113
> Project: Ignite
>  Issue Type: Bug
>Reporter: Alexey Goncharuk
>Assignee: Alexey Goncharuk
>Priority: Major
> Fix For: 2.8, 2.7.6
>
> Attachments: 
> IGNITE-12113_Fix_silent_control_sh_fail_when_JAVA_HOME_is_empty.patch
>
>
> Running control.sh from ignite-2.7.6 release candidate on MacOS with empty 
> JAVA_HOME produces no output - the script terminates without any action.
> The reason is the following line in {{bin/control.sh}}:
> {code}
> javaMajorVersion "${JAVA_HOME}/bin/java"
> {code}
> Since {{JAVA_HOME}} is empty, the argument passed to the function is invalid 
> and the function terminates the script. I suggest replacing the 
> {{${JAVA_HOME}/bin/java}} with just {{$JAVA}} because it is already 
> determined earlier in the scope. The suggested fix works in my environment 
> for all options of {{JAVA_HOME}}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (IGNITE-12113) control.sh terminates silently when JAVA_HOME is not set

2019-08-27 Thread Alexey Goncharuk (Jira)


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

Alexey Goncharuk updated IGNITE-12113:
--
Ignite Flags: Release Notes Required  (was: Docs Required,Release Notes 
Required)

> control.sh terminates silently when JAVA_HOME is not set
> 
>
> Key: IGNITE-12113
> URL: https://issues.apache.org/jira/browse/IGNITE-12113
> Project: Ignite
>  Issue Type: Bug
>Reporter: Alexey Goncharuk
>Assignee: Alexey Goncharuk
>Priority: Major
> Fix For: 2.8, 2.7.6
>
> Attachments: 
> IGNITE-12113_Fix_silent_control_sh_fail_when_JAVA_HOME_is_empty.patch
>
>
> Running control.sh from ignite-2.7.6 release candidate on MacOS with empty 
> JAVA_HOME produces no output - the script terminates without any action.
> The reason is the following line in {{bin/control.sh}}:
> {code}
> javaMajorVersion "${JAVA_HOME}/bin/java"
> {code}
> Since {{JAVA_HOME}} is empty, the argument passed to the function is invalid 
> and the function terminates the script. I suggest replacing the 
> {{${JAVA_HOME}/bin/java}} with just {{$JAVA}} because it is already 
> determined earlier in the scope. The suggested fix works in my environment 
> for all options of {{JAVA_HOME}}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (IGNITE-12113) control.sh terminates silently when JAVA_HOME is not set

2019-08-27 Thread Alexey Goncharuk (Jira)


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

Alexey Goncharuk updated IGNITE-12113:
--
Fix Version/s: 2.7.6
   2.8

> control.sh terminates silently when JAVA_HOME is not set
> 
>
> Key: IGNITE-12113
> URL: https://issues.apache.org/jira/browse/IGNITE-12113
> Project: Ignite
>  Issue Type: Bug
>Reporter: Alexey Goncharuk
>Priority: Major
> Fix For: 2.8, 2.7.6
>
>
> Running control.sh from ignite-2.7.6 release candidate on MacOS with empty 
> JAVA_HOME produces no output - the script terminates without any action.
> The reason is the following line in {{bin/control.sh}}:
> {code}
> javaMajorVersion "${JAVA_HOME}/bin/java"
> {code}
> Since {{JAVA_HOME}} is empty, the argument passed to the function is invalid 
> and the function terminates the script. I suggest replacing the 
> {{${JAVA_HOME}/bin/java}} with just {{$JAVA}} because it is already 
> determined earlier in the scope. The suggested fix works in my environment 
> for all options of {{JAVA_HOME}}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)