[jira] [Updated] (NIFI-4259) Run-init.bat show permission error as org.apache.nifi.bootstrap.Command Failed to set permissions so that only the owner can read pid file

2017-08-03 Thread Pierre Villard (JIRA)

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

Pierre Villard updated NIFI-4259:
-
Affects Version/s: (was: 2.0.0)
   1.4.0

> Run-init.bat show permission error as org.apache.nifi.bootstrap.Command 
> Failed to set permissions so that only the owner can read pid file
> --
>
> Key: NIFI-4259
> URL: https://issues.apache.org/jira/browse/NIFI-4259
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Configuration
>Affects Versions: 1.4.0
>Reporter: chatsiri
>
> Hello Contributor,
> I  build Apache-nifi on Windows OS enviorment by use maven simple command 
> references from official build steps. After built core jar file success in  
> nifi-assembly folder. I run command line as below. That warning did I cannot 
> loaded web URL : http://localhost:8080/nifi.
>  
> {panel:title=Console log after cal call command line ./run-nifi.bat}
> PS C:\workspacejava\nifi\nifi-assembly\target\nifi-1.4.0-SNAPSHOT\bin> 
> .\run-nifi.bat
> 2017-08-03 10:18:03,086 INFO [main] org.apache.nifi.bootstrap.Command 
> Starting Apache NiFi...
> 2017-08-03 10:18:03,088 INFO [main] org.apache.nifi.bootstrap.Command Working 
> Directory: C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S
> 2017-08-03 10:18:03,089 INFO [main] org.apache.nifi.bootstrap.Command 
> Command: C:\Program Files\Java\jdk1.8.0_131\bin\java.exe -classpath 
> C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\conf;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-
> S\.\lib\javax.servlet-api-3.1.0.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\jcl-over-slf4j-1.7.25.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\jetty-schemas-3.1.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\tar
> get\NIFI-1~2.0-S\.\lib\jul-to-slf4j-1.7.25.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\log4j-over-slf4j-1.7.25.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\logback-classic-1.2.3.jar;C:\Users\R2C06~1.CHA\WOA236~1\
> nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\logback-core-1.2.3.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-api-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-framework-api-1.4.0-SNAPSHOT.jar;C:
> \Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-nar-utils-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-properties-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\
> .\lib\nifi-runtime-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\slf4j-api-1.7.25.jar
>  -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Xms512m 
> -Djava.security.egd=file:/dev/urandom -Dsun.net.http.allowRestrictedHeaders=
> true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -XX:+UseG1GC 
> -Djava.protocol.handler.pkgs=sun.net.www.protocol 
> -Dnifi.properties.file.path=C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\conf\nifi.properties
>  -Dnifi.bootstrap.listen.port=53
> 626 -Dapp=NiFi 
> -Dorg.apache.nifi.bootstrap.config.log.dir=C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\\logs
>  org.apache.nifi.NiFi
> 2017-08-03 10:18:03,975 WARN [main] org.apache.nifi.bootstrap.Command Failed 
> to set permissions so that only the owner can read pid file 
> C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\run\nifi.pid;
>  this may allows others to have access to the key
> needed to communicate with NiFi. Permissions should be changed so that only 
> the owner can read this file
> 2017-08-03 10:18:04,000 WARN [main] org.apache.nifi.bootstrap.Command Failed 
> to set permissions so that only the owner can read status file 
> C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\run\nifi.status;
>  this may allows others to have access to th
> e key needed to communicate with NiFi. Permissions should be changed so that 
> only the owner can read this file
> 2017-08-03 10:18:04,051 INFO [main] org.apache.nifi.bootstrap.Command 
> Launched Apache NiFi with Process ID 18036
> {panel} 
> It shows warning from console log is  
> {panel:title=Console log}
> 2017-08-03 10:18:04,000 WARN [main] org.apache.nifi.bootstrap.Command Failed 
> to set permissions so that only the owner can read status file 
> C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\run\nifi.status;
>  this may allows others to have access to th
> e key needed to communicate with NiFi. Permissions should be changed so that 

[jira] [Updated] (NIFI-4259) Run-init.bat show permission error as org.apache.nifi.bootstrap.Command Failed to set permissions so that only the owner can read pid file

2017-08-02 Thread chatsiri (JIRA)

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

chatsiri updated NIFI-4259:
---
Description: 
Hello Contributor,

I  build Apache-nifi on Windows OS enviorment by use maven simple command 
references from official build steps. After built core jar file success in  
nifi-assembly folder. I run command line as below. That warning did I cannot 
loaded web URL : http://localhost:8080/nifi.
 
{panel:title=Console log after cal call command line ./run-nifi.bat}
PS C:\workspacejava\nifi\nifi-assembly\target\nifi-1.4.0-SNAPSHOT\bin> 
.\run-nifi.bat
2017-08-03 10:18:03,086 INFO [main] org.apache.nifi.bootstrap.Command Starting 
Apache NiFi...
2017-08-03 10:18:03,088 INFO [main] org.apache.nifi.bootstrap.Command Working 
Directory: C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S
2017-08-03 10:18:03,089 INFO [main] org.apache.nifi.bootstrap.Command Command: 
C:\Program Files\Java\jdk1.8.0_131\bin\java.exe -classpath 
C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\conf;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-
S\.\lib\javax.servlet-api-3.1.0.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\jcl-over-slf4j-1.7.25.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\jetty-schemas-3.1.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\tar
get\NIFI-1~2.0-S\.\lib\jul-to-slf4j-1.7.25.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\log4j-over-slf4j-1.7.25.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\logback-classic-1.2.3.jar;C:\Users\R2C06~1.CHA\WOA236~1\
nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\logback-core-1.2.3.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-api-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-framework-api-1.4.0-SNAPSHOT.jar;C:
\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-nar-utils-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-properties-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\
.\lib\nifi-runtime-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\slf4j-api-1.7.25.jar
 -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Xms512m 
-Djava.security.egd=file:/dev/urandom -Dsun.net.http.allowRestrictedHeaders=
true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -XX:+UseG1GC 
-Djava.protocol.handler.pkgs=sun.net.www.protocol 
-Dnifi.properties.file.path=C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\conf\nifi.properties
 -Dnifi.bootstrap.listen.port=53
626 -Dapp=NiFi 
-Dorg.apache.nifi.bootstrap.config.log.dir=C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\\logs
 org.apache.nifi.NiFi
2017-08-03 10:18:03,975 WARN [main] org.apache.nifi.bootstrap.Command Failed to 
set permissions so that only the owner can read pid file 
C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\run\nifi.pid;
 this may allows others to have access to the key
needed to communicate with NiFi. Permissions should be changed so that only the 
owner can read this file
2017-08-03 10:18:04,000 WARN [main] org.apache.nifi.bootstrap.Command Failed to 
set permissions so that only the owner can read status file 
C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\run\nifi.status;
 this may allows others to have access to th
e key needed to communicate with NiFi. Permissions should be changed so that 
only the owner can read this file
2017-08-03 10:18:04,051 INFO [main] org.apache.nifi.bootstrap.Command Launched 
Apache NiFi with Process ID 18036
{panel} 

It shows warning from console log is  


{panel:title=Console log}
2017-08-03 10:18:04,000 WARN [main] org.apache.nifi.bootstrap.Command Failed to 
set permissions so that only the owner can read status file 
C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\run\nifi.status;
 this may allows others to have access to th
e key needed to communicate with NiFi. Permissions should be changed so that 
only the owner can read this file
{panel}

I paste log from  Nifi-app.log


{panel:title=Nifi-app.log}
2017-08-02 23:55:08,101 WARN [main] org.apache.nifi.nar.ExtensionManager 
Component org.apache.nifi.processors.aws.dynamodb.PutDynamoDB is bundled with 
its referenced Controller Service APIs 
org.apache.nifi.processors.aws.credentials.pr
ovider.service.AWSCredentialsProviderService. The service APIs should not be 
bundled with component implementations that reference it.
2017-08-02 23:55:08,116 WARN [main] org.apache.nifi.nar.ExtensionManager 
Component org.apache.nifi.processors.aws.dynamodb.DeleteDynamoDB is bundled 
with its referenced Controller Service APIs 

[jira] [Updated] (NIFI-4259) Run-init.bat show permission error as org.apache.nifi.bootstrap.Command Failed to set permissions so that only the owner can read pid file

2017-08-02 Thread chatsiri (JIRA)

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

chatsiri updated NIFI-4259:
---
Description: 
Hello Contributor,

I  build Apache-nifi on Windows OS enviorment by use maven simple command 
references from official build steps. After built core jar file success in  
nifi-assembly folder. I run command line as below. That warning did I cannot 
loaded web URL : http://localhost:8080/nifi.
 
{panel:title=My title}
PS C:\workspacejava\nifi\nifi-assembly\target\nifi-1.4.0-SNAPSHOT\bin> 
.\run-nifi.bat
2017-08-03 10:18:03,086 INFO [main] org.apache.nifi.bootstrap.Command Starting 
Apache NiFi...
2017-08-03 10:18:03,088 INFO [main] org.apache.nifi.bootstrap.Command Working 
Directory: C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S
2017-08-03 10:18:03,089 INFO [main] org.apache.nifi.bootstrap.Command Command: 
C:\Program Files\Java\jdk1.8.0_131\bin\java.exe -classpath 
C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\conf;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-
S\.\lib\javax.servlet-api-3.1.0.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\jcl-over-slf4j-1.7.25.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\jetty-schemas-3.1.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\tar
get\NIFI-1~2.0-S\.\lib\jul-to-slf4j-1.7.25.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\log4j-over-slf4j-1.7.25.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\logback-classic-1.2.3.jar;C:\Users\R2C06~1.CHA\WOA236~1\
nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\logback-core-1.2.3.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-api-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-framework-api-1.4.0-SNAPSHOT.jar;C:
\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-nar-utils-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\nifi-properties-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\
.\lib\nifi-runtime-1.4.0-SNAPSHOT.jar;C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\lib\slf4j-api-1.7.25.jar
 -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Xms512m 
-Djava.security.egd=file:/dev/urandom -Dsun.net.http.allowRestrictedHeaders=
true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -XX:+UseG1GC 
-Djava.protocol.handler.pkgs=sun.net.www.protocol 
-Dnifi.properties.file.path=C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\.\conf\nifi.properties
 -Dnifi.bootstrap.listen.port=53
626 -Dapp=NiFi 
-Dorg.apache.nifi.bootstrap.config.log.dir=C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\\logs
 org.apache.nifi.NiFi
2017-08-03 10:18:03,975 WARN [main] org.apache.nifi.bootstrap.Command Failed to 
set permissions so that only the owner can read pid file 
C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\run\nifi.pid;
 this may allows others to have access to the key
needed to communicate with NiFi. Permissions should be changed so that only the 
owner can read this file
2017-08-03 10:18:04,000 WARN [main] org.apache.nifi.bootstrap.Command Failed to 
set permissions so that only the owner can read status file 
C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\run\nifi.status;
 this may allows others to have access to th
e key needed to communicate with NiFi. Permissions should be changed so that 
only the owner can read this file
2017-08-03 10:18:04,051 INFO [main] org.apache.nifi.bootstrap.Command Launched 
Apache NiFi with Process ID 18036
{panel} 

It shows warning from console log is  


{panel:title=Console log}
2017-08-03 10:18:04,000 WARN [main] org.apache.nifi.bootstrap.Command Failed to 
set permissions so that only the owner can read status file 
C:\Users\R2C06~1.CHA\WOA236~1\nifi\NIFI-A~1\target\NIFI-1~2.0-S\bin\..\run\nifi.status;
 this may allows others to have access to th
e key needed to communicate with NiFi. Permissions should be changed so that 
only the owner can read this file
{panel}

I paste log from  Nifi-app.log


{panel:title=Nifi-app.log}
2017-08-02 23:55:08,101 WARN [main] org.apache.nifi.nar.ExtensionManager 
Component org.apache.nifi.processors.aws.dynamodb.PutDynamoDB is bundled with 
its referenced Controller Service APIs 
org.apache.nifi.processors.aws.credentials.pr
ovider.service.AWSCredentialsProviderService. The service APIs should not be 
bundled with component implementations that reference it.
2017-08-02 23:55:08,116 WARN [main] org.apache.nifi.nar.ExtensionManager 
Component org.apache.nifi.processors.aws.dynamodb.DeleteDynamoDB is bundled 
with its referenced Controller Service APIs 
org.apache.nifi.processors.aws.credentials