[
https://issues.apache.org/jira/browse/NIFI-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15195856#comment-15195856
]
ASF GitHub Bot commented on NIFI-1047:
--------------------------------------
Github user olegz commented on a diff in the pull request:
https://github.com/apache/nifi/pull/278#discussion_r56213996
--- Diff:
nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java ---
@@ -1131,6 +1135,22 @@ public void run() {
this.loggingFutures = futures;
}
+ private Long getPidViaRuntimeMXBean(final Logger logger) {
--- End diff --
Perhaps document that this code is still subject to JVM compatibility? In
other words may not work on all JVMs although I can confirm that on most JVMs
I've used in the past this approach does work.
> nifi.sh script fails from cygwin
> --------------------------------
>
> Key: NIFI-1047
> URL: https://issues.apache.org/jira/browse/NIFI-1047
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 0.3.0
> Environment: cygwin on windows 10. jdk 1.7
> Reporter: Tony Kurc
> Assignee: Tony Kurc
> Priority: Minor
> Labels: cygwin
>
> jdk fails to find the bootstrap class on the classpath, causing failure
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)