You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Rosander (JIRA)" <ji...@apache.org> on 2016/11/30 18:14:58 UTC

[jira] [Created] (NIFI-3131) run-nifi.bat file fails if run from another directory

Bryan Rosander created NIFI-3131:
------------------------------------

             Summary: run-nifi.bat file fails if run from another directory
                 Key: NIFI-3131
                 URL: https://issues.apache.org/jira/browse/NIFI-3131
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 1.1.0
            Reporter: Bryan Rosander


Attempting to run run-nifi.bat from a different directory (I tried the parent dir) results in problems resolving relative paths and the failure to properly call the nifi-env.bat.

{code}
C:\Users\bryan\Downloads\nifi-1.1.0-bin\nifi-1.1.0>bin\run-nifi.bat
'nifi-env.bat' is not recognized as an internal or external command,
operable program or batch file.
12:28:57,861 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
12:28:57,861 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
12:28:57,861 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/C:/Users/bryan/Downloads/nifi-1.1.0-bin/nifi-1.1.0/conf/logback.xml]
12:28:57,970 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
12:28:57,985 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Setting ReconfigureOnChangeFilter scanning period to 30 seconds
12:28:57,985 |-INFO in ReconfigureOnChangeFilter{invocationCounter=0} - Will scan for changes in [[C:\Users\bryan\Downloads\nifi-1.1.0-bin\nifi-1.1.0\conf\logback.xml]] every 30 seconds.
12:28:57,985 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Adding ReconfigureOnChangeFilter as a turbo filter
12:28:57,985 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack
12:28:58,017 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
12:28:58,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Starting LoggerContextListener
12:28:58,017 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
12:28:58,017 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [APP_FILE]
12:28:58,126 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - No compression will be used
12:28:58,126 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern /nifi-app_%d{yyyy-MM-dd_HH}.%i.log for the active file
12:28:58,126 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@5ba23b66 - The date pattern is 'yyyy-MM-dd_HH' from file name pattern '/nifi-app_%d{yyyy-MM-dd_HH}.%i.log'.
12:28:58,126 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@5ba23b66 - Roll-over at the top of every hour.
12:28:58,126 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@5ba23b66 - Setting initial period to Wed Nov 30 12:28:58 EST 2016
12:28:58,173 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[APP_FILE] - Active log file name: /nifi-app.log
12:28:58,173 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[APP_FILE] - File property is set to [/nifi-app.log]
12:28:58,173 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[APP_FILE] - openFile(/nifi-app.log,true) call failed. java.io.FileNotFoundException: \nifi-app.log (Access is denied)
        at java.io.FileNotFoundException: \nifi-app.log (Access is denied)
        at      at java.io.FileOutputStream.open0(Native Method)
        at      at java.io.FileOutputStream.open(FileOutputStream.java:270)
        at      at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
        at      at ch.qos.logback.core.recovery.ResilientFileOutputStream.<init>(ResilientFileOutputStream.java:28)
        at      at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:148)
        at      at ch.qos.logback.core.FileAppender.start(FileAppender.java:108)
        at      at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:86)
        at      at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:96)
        at      at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:317)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:196)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:182)
        at      at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49)
        at      at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
        at      at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:152)
        at      at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
        at      at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
        at      at org.slf4j.LoggerFactory.bind(LoggerFactory.java:141)
        at      at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:120)
        at      at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:331)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:283)
        at      at org.apache.nifi.bootstrap.RunNiFi.<init>(RunNiFi.java:123)
        at      at org.apache.nifi.bootstrap.RunNiFi.main(RunNiFi.java:205)
12:28:58,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
12:28:58,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [USER_FILE]
12:28:58,173 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - No compression will be used
12:28:58,173 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern /nifi-user_%d.log for the active file
12:28:58,173 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/nifi-user_%d.log'.
12:28:58,173 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
12:28:58,173 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Wed Nov 30 12:28:58 EST 2016
12:28:58,173 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[USER_FILE] - Active log file name: /nifi-user.log
12:28:58,173 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[USER_FILE] - File property is set to [/nifi-user.log]
12:28:58,173 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[USER_FILE] - openFile(/nifi-user.log,true) call failed. java.io.FileNotFoundException: \nifi-user.log (Access is denied)
        at java.io.FileNotFoundException: \nifi-user.log (Access is denied)
        at      at java.io.FileOutputStream.open0(Native Method)
        at      at java.io.FileOutputStream.open(FileOutputStream.java:270)
        at      at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
        at      at ch.qos.logback.core.recovery.ResilientFileOutputStream.<init>(ResilientFileOutputStream.java:28)
        at      at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:148)
        at      at ch.qos.logback.core.FileAppender.start(FileAppender.java:108)
        at      at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:86)
        at      at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:96)
        at      at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:317)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:196)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:182)
        at      at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49)
        at      at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
        at      at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:152)
        at      at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
        at      at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
        at      at org.slf4j.LoggerFactory.bind(LoggerFactory.java:141)
        at      at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:120)
        at      at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:331)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:283)
        at      at org.apache.nifi.bootstrap.RunNiFi.<init>(RunNiFi.java:123)
        at      at org.apache.nifi.bootstrap.RunNiFi.main(RunNiFi.java:205)
12:28:58,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
12:28:58,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [BOOTSTRAP_FILE]
12:28:58,173 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - No compression will be used
12:28:58,173 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern /nifi-bootstrap_%d.log for the active file
12:28:58,173 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/nifi-bootstrap_%d.log'.
12:28:58,173 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
12:28:58,173 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Wed Nov 30 12:28:58 EST 2016
12:28:58,173 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[BOOTSTRAP_FILE] - Active log file name: /nifi-bootstrap.log
12:28:58,173 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[BOOTSTRAP_FILE] - File property is set to [/nifi-bootstrap.log]
12:28:58,189 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[BOOTSTRAP_FILE] - openFile(/nifi-bootstrap.log,true) call failed. java.io.FileNotFoundException: \nifi-bootstrap.log (Access is denied)
        at java.io.FileNotFoundException: \nifi-bootstrap.log (Access is denied)
        at      at java.io.FileOutputStream.open0(Native Method)
        at      at java.io.FileOutputStream.open(FileOutputStream.java:270)
        at      at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
        at      at ch.qos.logback.core.recovery.ResilientFileOutputStream.<init>(ResilientFileOutputStream.java:28)
        at      at ch.qos.logback.core.FileAppender.openFile(FileAppender.java:148)
        at      at ch.qos.logback.core.FileAppender.start(FileAppender.java:108)
        at      at ch.qos.logback.core.rolling.RollingFileAppender.start(RollingFileAppender.java:86)
        at      at ch.qos.logback.core.joran.action.AppenderAction.end(AppenderAction.java:96)
        at      at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Interpreter.java:317)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:196)
        at      at ch.qos.logback.core.joran.spi.Interpreter.endElement(Interpreter.java:182)
        at      at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:62)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:149)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:135)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
        at      at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:49)
        at      at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
        at      at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:152)
        at      at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
        at      at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
        at      at org.slf4j.LoggerFactory.bind(LoggerFactory.java:141)
        at      at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:120)
        at      at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:331)
        at      at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:283)
        at      at org.apache.nifi.bootstrap.RunNiFi.<init>(RunNiFi.java:123)
        at      at org.apache.nifi.bootstrap.RunNiFi.main(RunNiFi.java:205)
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.processors] to WARN
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating WARN level on Logger[org.apache.nifi.processors] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.processors.standard.LogAttribute] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.processors.standard.LogAttribute] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.controller.repository.StandardProcessSession] to WARN
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating WARN level on Logger[org.apache.nifi.controller.repository.StandardProcessSession] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.zookeeper.ClientCnxn] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[org.apache.zookeeper.ClientCnxn] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.zookeeper.server.NIOServerCnxn] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[org.apache.zookeeper.server.NIOServerCnxn] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.zookeeper.server.NIOServerCnxnFactory] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[org.apache.zookeeper.server.NIOServerCnxnFactory] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.zookeeper.server.quorum] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[org.apache.zookeeper.server.quorum] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.zookeeper.ZooKeeper] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[org.apache.zookeeper.ZooKeeper] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.zookeeper.server.PrepRequestProcessor] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[org.apache.zookeeper.server.PrepRequestProcessor] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.curator.framework.recipes.leader.LeaderSelector] to OFF
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating OFF level on Logger[org.apache.curator.framework.recipes.leader.LeaderSelector] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.curator.ConnectionState] to OFF
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating OFF level on Logger[org.apache.curator.ConnectionState] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.cluster] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.cluster] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.server.JettyServer] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.server.JettyServer] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.jetty] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.eclipse.jetty] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.sun.jersey.spi.container.servlet.WebComponent] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[com.sun.jersey.spi.container.servlet.WebComponent] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.sun.jersey.spi.spring] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[com.sun.jersey.spi.spring] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[org.springframework] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.sun.jersey.spi.inject.Errors] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[com.sun.jersey.spi.inject.Errors] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.web.security] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.web.security] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.apache.nifi.web.security] to false
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [USER_FILE] to Logger[org.apache.nifi.web.security]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.web.api.config] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.web.api.config] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.apache.nifi.web.api.config] to false
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [USER_FILE] to Logger[org.apache.nifi.web.api.config]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.authorization] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.authorization] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.apache.nifi.authorization] to false
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [USER_FILE] to Logger[org.apache.nifi.authorization]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.cluster.authorization] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.cluster.authorization] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.apache.nifi.cluster.authorization] to false
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [USER_FILE] to Logger[org.apache.nifi.cluster.authorization]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.web.filter.RequestLogger] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.web.filter.RequestLogger] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.apache.nifi.web.filter.RequestLogger] to false
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [USER_FILE] to Logger[org.apache.nifi.web.filter.RequestLogger]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.bootstrap] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.bootstrap] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.apache.nifi.bootstrap] to false
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [BOOTSTRAP_FILE] to Logger[org.apache.nifi.bootstrap]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.bootstrap.Command] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.bootstrap.Command] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.apache.nifi.bootstrap.Command] to false
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[org.apache.nifi.bootstrap.Command]
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [BOOTSTRAP_FILE] to Logger[org.apache.nifi.bootstrap.Command]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.StdOut] to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[org.apache.nifi.StdOut] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.apache.nifi.StdOut] to false
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [BOOTSTRAP_FILE] to Logger[org.apache.nifi.StdOut]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.nifi.StdErr] to ERROR
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating ERROR level on Logger[org.apache.nifi.StdErr] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.apache.nifi.StdErr] to false
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [BOOTSTRAP_FILE] to Logger[org.apache.nifi.StdErr]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
12:28:58,189 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@6debcae2 - Propagating INFO level on Logger[ROOT] onto the JUL framework
12:28:58,189 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [APP_FILE] to Logger[ROOT]
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
12:28:58,189 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3f0ee7cb - Registering current configuration as safe fallback point

Exception in thread "main" java.io.IOException: C:\Users\bryan\Downloads\nifi-1.1.0-bin\nifi-1.1.0 could not be created
        at org.apache.nifi.util.file.FileUtils.ensureDirectoryExistAndCanAccess(FileUtils.java:86)
        at org.apache.nifi.bootstrap.RunNiFi.getBootstrapFile(RunNiFi.java:353)
        at org.apache.nifi.bootstrap.RunNiFi.getStatusFile(RunNiFi.java:364)
        at org.apache.nifi.bootstrap.RunNiFi.loadProperties(RunNiFi.java:377)
        at org.apache.nifi.bootstrap.RunNiFi.getCurrentPort(RunNiFi.java:483)
        at org.apache.nifi.bootstrap.RunNiFi.start(RunNiFi.java:900)
        at org.apache.nifi.bootstrap.RunNiFi.main(RunNiFi.java:213)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)