2016-03-07 575 views
1

我想在我的CentOS系统上运行Apache NiFi。我下载了它,并用命令来运行它:Apache NiFi无法连接到“localhost:8080/nifi”

/opt/nifi-1.1.1.0-12/bin/nifi.sh start 

结果是在这里:

Java home: /usr/java/jdk1.7.0_45 
NiFi home: /opt/nifi-1.1.1.0-12 

Bootstrap Config File: /opt/nifi-1.1.1.0-12/conf/bootstrap.conf 

2016-03-06 22:02:08,477 INFO [main] org.apache.nifi.bootstrap.Command Starting Apache NiFi... 
2016-03-06 22:02:08,478 INFO [main] org.apache.nifi.bootstrap.Command Working Directory: /opt/nifi-1.1.1.0-12 
2016-03-06 22:02:08,478 INFO [main] org.apache.nifi.bootstrap.Command Command: /usr/java/jdk1.7.0_45/bin/java -classpath /opt/nifi-1.1.1.0-12/./conf:/opt/nifi-1.1.1.0-12/./lib/jcl-over-slf4j-1.7.12.jar:/opt/nifi-1.1.1.0-12/./lib/log4j-over-slf4j-1.7.12.jar:/opt/nifi-1.1.1.0-12/./lib/nifi-runtime-1.1.1.0-12.jar:/opt/nifi-1.1.1.0-12/./lib/logback-classic-1.1.3.jar:/opt/nifi-1.1.1.0-12/./lib/nifi-nar-utils-1.1.1.0-12.jar:/opt/nifi-1.1.1.0-12/./lib/nifi-properties-1.1.1.0-12.jar:/opt/nifi-1.1.1.0-12/./lib/slf4j-api-1.7.12.jar:/opt/nifi-1.1.1.0-12/./lib/logback-core-1.1.3.jar:/opt/nifi-1.1.1.0-12/./lib/nifi-documentation-1.1.1.0-12.jar:/opt/nifi-1.1.1.0-12/./lib/nifi-api-1.1.1.0-12.jar:/opt/nifi-1.1.1.0-12/./lib/jul-to-slf4j-1.7.12.jar -Djava.net.preferIPv4Stack=true -Dsun.net.http.allowRestrictedHeaders=true -Djava.protocol.handler.pkgs=sun.net.www.protocol -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Djava.awt.headless=true -Xms512m -Dnifi.properties.file.path=/opt/nifi-1.1.1.0-12/./conf/nifi.properties -Dnifi.bootstrap.listen.port=32864 -Dapp=NiFi org.apache.nifi.NiFi 

然后我检查阿帕奇NiFi的状态与命令:

/opt/nifi-1.1.1.0-12/bin/nifi.sh status 

,结果是:

Java home: /usr/java/jdk1.7.0_45 
NiFi home: /opt/nifi-1.1.1.0-12 

Bootstrap Config File: /opt/nifi-1.1.1.0-12/conf/bootstrap.conf 

2016-03-06 22:03:21,227 INFO [main] org.apache.nifi.bootstrap.Command Apache NiFi is currently running, listening to Bootstrap on port 45542, PID=30817 

但最后当我尝试访问我的浏览器上的http://localhost:8090/nifihttp://localhost:8080/nifi时,它说:无法连接。 (我将http端口改为8090以避免冲突,但仍然存在相同的问题)。请帮助我,这是什么问题?

这里是$NIFI_HOME/logs/nifi-app.log

2016-03-07 00:31:54,204 ERROR [Cleanup Archive for default] o.a.n.c.repository.FileSystemRepository Failed to cleanup archive for container default due to java.io.IOException: Mount point not found 
2016-03-07 00:31:54,216 INFO [main] o.apache.nifi.controller.FlowController Controller has been terminated successfully. 
2016-03-07 00:31:54,225 WARN [main] org.eclipse.jetty.webapp.WebAppContext Failed startup of context [email protected]{/nifi-api,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-web-api-1.1.1.0-12.war/webapp/,STARTING}{./work/nar/framework/nifi-framework-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-web-api-1.1.1.0-12.war} 
org.apache.nifi.web.NiFiCoreException: Unable to start Flow Controller. 
    at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:99) ~[na:na] 
    at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800) ~[jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444) ~[jetty-servlet-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791) ~[jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294) ~[jetty-servlet-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349) ~[jetty-webapp-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342) ~[jetty-webapp-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741) ~[jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505) ~[jetty-webapp-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) [jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.Server.start(Server.java:387) [jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) [jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) [jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.Server.doStart(Server.java:354) [jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) [jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:663) [nifi-jetty-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.NiFi.<init>(NiFi.java:137) [nifi-runtime-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.NiFi.main(NiFi.java:227) [nifi-runtime-1.1.1.0-12.jar:1.1.1.0-12] 
Caused by: java.nio.file.FileSystemException: ./flowfile_repository/partition-119/2.journal: Too many open files 
    at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91) ~[na:1.7.0_45] 
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.7.0_45] 
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.7.0_45] 
    at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) ~[na:1.7.0_45] 
    at java.nio.file.Files.newByteChannel(Files.java:315) ~[na:1.7.0_45] 
    at java.nio.file.Files.newByteChannel(Files.java:361) ~[na:1.7.0_45] 
    at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:380) ~[na:1.7.0_45] 
    at java.nio.file.Files.newInputStream(Files.java:106) ~[na:1.7.0_45] 
    at org.wali.MinimalLockingWriteAheadLog$Partition.createDataInputStream(MinimalLockingWriteAheadLog.java:932) ~[nifi-write-ahead-log-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.wali.MinimalLockingWriteAheadLog$Partition.getRecoveryStream(MinimalLockingWriteAheadLog.java:947) ~[nifi-write-ahead-log-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.wali.MinimalLockingWriteAheadLog$Partition.getNextRecoverableTransactionId(MinimalLockingWriteAheadLog.java:973) ~[nifi-write-ahead-log-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.wali.MinimalLockingWriteAheadLog.recoverFromEdits(MinimalLockingWriteAheadLog.java:419) ~[nifi-write-ahead-log-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.wali.MinimalLockingWriteAheadLog.recoverRecords(MinimalLockingWriteAheadLog.java:293) ~[nifi-write-ahead-log-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.controller.repository.WriteAheadFlowFileRepository.loadFlowFiles(WriteAheadFlowFileRepository.java:328) ~[nifi-framework-core-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.controller.FlowController.initializeFlow(FlowController.java:573) ~[nifi-framework-core-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:622) ~[nifi-framework-core-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:458) ~[nifi-framework-core-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:79) ~[na:na] 
    ... 22 common frames omitted 
2016-03-07 00:31:54,427 INFO [main] o.e.jetty.server.handler.ContextHandler Started [email protected]{/nifi-content-viewer,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-web-content-viewer-1.1.1.0-12.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-web-content-viewer-1.1.1.0-12.war} 
2016-03-07 00:31:54,429 INFO [main] o.e.jetty.server.handler.ContextHandler Started [email protected]{/nifi-docs,null,AVAILABLE} 
2016-03-07 00:31:54,457 INFO [main] o.e.jetty.server.handler.ContextHandler Started [email protected]{/nifi-docs,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-web-docs-1.1.1.0-12.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-web-docs-1.1.1.0-12.war} 
2016-03-07 00:31:54,483 INFO [main] o.e.jetty.server.handler.ContextHandler Started [email protected]{/,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-web-error-1.1.1.0-12.war/webapp/,AVAILABLE}{./work/nar/framework/nifi-framework-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-web-error-1.1.1.0-12.war} 
2016-03-07 00:31:54,497 INFO [main] org.eclipse.jetty.server.ServerConnector Started [email protected]{HTTP/1.1}{0.0.0.0:8089} 
2016-03-07 00:31:54,497 INFO [main] org.eclipse.jetty.server.Server Started @27531ms 
2016-03-07 00:31:54,499 WARN [main] org.apache.nifi.web.server.JettyServer Failed to start web server... shutting down. 
org.apache.nifi.web.NiFiCoreException: Unable to start Flow Controller. 
    at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:99) ~[na:na] 
    at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800) ~[jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444) ~[jetty-servlet-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791) ~[jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294) ~[jetty-servlet-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349) ~[jetty-webapp-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342) ~[jetty-webapp-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741) ~[jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505) ~[jetty-webapp-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) ~[jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) ~[jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) ~[jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132) ~[jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.Server.start(Server.java:387) ~[jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) ~[jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) ~[jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.server.Server.doStart(Server.java:354) ~[jetty-server-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) ~[jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] 
    at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:663) ~[nifi-jetty-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.NiFi.<init>(NiFi.java:137) [nifi-runtime-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.NiFi.main(NiFi.java:227) [nifi-runtime-1.1.1.0-12.jar:1.1.1.0-12] 
Caused by: java.nio.file.FileSystemException: ./flowfile_repository/partition-119/2.journal: Too many open files 
    at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91) ~[na:1.7.0_45] 
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.7.0_45] 
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.7.0_45] 
    at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) ~[na:1.7.0_45] 
    at java.nio.file.Files.newByteChannel(Files.java:315) ~[na:1.7.0_45] 
    at java.nio.file.Files.newByteChannel(Files.java:361) ~[na:1.7.0_45] 
    at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:380) ~[na:1.7.0_45] 
    at java.nio.file.Files.newInputStream(Files.java:106) ~[na:1.7.0_45] 
    at org.wali.MinimalLockingWriteAheadLog$Partition.createDataInputStream(MinimalLockingWriteAheadLog.java:932) ~[nifi-write-ahead-log-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.wali.MinimalLockingWriteAheadLog$Partition.getRecoveryStream(MinimalLockingWriteAheadLog.java:947) ~[nifi-write-ahead-log-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.wali.MinimalLockingWriteAheadLog$Partition.getNextRecoverableTransactionId(MinimalLockingWriteAheadLog.java:973) ~[nifi-write-ahead-log-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.wali.MinimalLockingWriteAheadLog.recoverFromEdits(MinimalLockingWriteAheadLog.java:419) ~[nifi-write-ahead-log-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.wali.MinimalLockingWriteAheadLog.recoverRecords(MinimalLockingWriteAheadLog.java:293) ~[nifi-write-ahead-log-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.controller.repository.WriteAheadFlowFileRepository.loadFlowFiles(WriteAheadFlowFileRepository.java:328) ~[nifi-framework-core-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.controller.FlowController.initializeFlow(FlowController.java:573) ~[nifi-framework-core-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:622) ~[nifi-framework-core-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:458) ~[nifi-framework-core-1.1.1.0-12.jar:1.1.1.0-12] 
    at org.apache.nifi.web.contextlistener.ApplicationStartupContextListener.contextInitialized(ApplicationStartupContextListener.java:79) ~[na:na] 
    ... 22 common frames omitted 
2016-03-07 00:31:54,500 INFO [Thread-1] org.apache.nifi.NiFi Initiating shutdown of Jetty web server... 
2016-03-07 00:31:54,503 INFO [Thread-1] org.eclipse.jetty.server.ServerConnector Stopped [email protected]{HTTP/1.1}{0.0.0.0:8089} 
2016-03-07 00:31:54,511 INFO [Thread-1] o.e.jetty.server.handler.ContextHandler Stopped [email protected]{/,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-web-error-1.1.1.0-12.war/webapp/,UNAVAILABLE}{./work/nar/framework/nifi-framework-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-web-error-1.1.1.0-12.war} 
2016-03-07 00:31:54,513 INFO [Thread-1] o.e.jetty.server.handler.ContextHandler Stopped [email protected]{/nifi-docs,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-web-docs-1.1.1.0-12.war/webapp/,UNAVAILABLE}{./work/nar/framework/nifi-framework-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-web-docs-1.1.1.0-12.war} 
2016-03-07 00:31:54,515 INFO [Thread-1] o.e.jetty.server.handler.ContextHandler Stopped [email protected]{/nifi-docs,null,UNAVAILABLE} 
2016-03-07 00:31:54,516 INFO [Thread-1] o.e.jetty.server.handler.ContextHandler Stopped [email protected]{/nifi-content-viewer,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-web-content-viewer-1.1.1.0-12.war/webapp/,UNAVAILABLE}{./work/nar/framework/nifi-framework-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-web-content-viewer-1.1.1.0-12.war} 
2016-03-07 00:31:54,518 INFO [Thread-1] o.a.n.w.c.ApplicationStartupContextListener Initiating shutdown of flow service... 
2016-03-07 00:31:54,518 INFO [Thread-1] o.a.n.w.c.ApplicationStartupContextListener Flow service termination completed. 
2016-03-07 00:31:54,518 INFO [Thread-1] /nifi-api Closing Spring root WebApplicationContext 
2016-03-07 00:31:54,643 INFO [Thread-1] o.e.jetty.server.handler.ContextHandler Stopped [email protected]{/nifi-api,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-web-api-1.1.1.0-12.war/webapp/,UNAVAILABLE}{./work/nar/framework/nifi-framework-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-web-api-1.1.1.0-12.war} 
2016-03-07 00:31:54,656 INFO [Thread-1] o.e.jetty.server.handler.ContextHandler Stopped [email protected]{/nifi,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-web-ui-1.1.1.0-12.war/webapp/,UNAVAILABLE}{./work/nar/framework/nifi-framework-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-web-ui-1.1.1.0-12.war} 
2016-03-07 00:31:54,682 INFO [Thread-1] o.e.jetty.server.handler.ContextHandler Stopped [email protected]{/nifi-update-attribute-ui-1.1.1.0-12,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-update-attribute-ui-1.1.1.0-12.war/webapp/,UNAVAILABLE}{./work/nar/extensions/nifi-update-attribute-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-update-attribute-ui-1.1.1.0-12.war} 
2016-03-07 00:31:54,699 INFO [Thread-1] o.e.jetty.server.handler.ContextHandler Stopped [email protected]{/nifi-image-viewer-1.1.1.0-12,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-image-viewer-1.1.1.0-12.war/webapp/,UNAVAILABLE}{./work/nar/extensions/nifi-image-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-image-viewer-1.1.1.0-12.war} 
2016-03-07 00:31:54,704 INFO [Thread-1] o.e.jetty.server.handler.ContextHandler Stopped [email protected]{/nifi-standard-content-viewer-1.1.1.0-12,file:/opt/nifi-1.1.1.0-12/work/jetty/nifi-standard-content-viewer-1.1.1.0-12.war/webapp/,UNAVAILABLE}{./work/nar/extensions/nifi-standard-nar-1.1.1.0-12.nar-unpacked/META-INF/bundled-dependencies/nifi-standard-content-viewer-1.1.1.0-12.war} 
2016-03-07 00:31:54,714 INFO [Thread-1] org.apache.nifi.NiFi Jetty web server shutdown completed (nicely or otherwise). 
+0

我收到此错误建议apache nifi日志:[NiFi日志处理程序] org.apache.nifi.StdErr 无法启动Web服务器:无法启动流量控制器。 – happy

+0

您能否提供日志目录中nifi-app.log的一些信息? – apiri

+0

非常感谢。我在问题的最后添加了一些nifi-app.log。 – happy

回答

相关问题