当前位置: 首页 > 知识库问答 >
问题:

Apache NiFi无法连接到“localhost:8080/NiFi”

习宸
2023-03-14

我正在尝试在CentOS系统上运行Apache 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 

然后,我用命令检查Apache 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/nifi或http://localhost:8080/nifi在我的浏览器上显示:无法连接。(我将http端口更改为8090以避免冲突,但仍然存在相同的问题)。请帮帮我,有什么问题吗?

这里是$NIFI\U主页/日志/NIFI应用程序。日志:

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 o.e.j.w.WebAppContext@d2b452{/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 o.e.j.w.WebAppContext@ec15ce{/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 o.e.j.s.h.ContextHandler@917ef5{/nifi-docs,null,AVAILABLE}
2016-03-07 00:31:54,457 INFO [main] o.e.jetty.server.handler.ContextHandler Started o.e.j.w.WebAppContext@260a31{/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 o.e.j.w.WebAppContext@15dcce1{/,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 ServerConnector@1e4a851{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 ServerConnector@1e4a851{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 o.e.j.w.WebAppContext@15dcce1{/,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 o.e.j.w.WebAppContext@260a31{/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 o.e.j.s.h.ContextHandler@917ef5{/nifi-docs,null,UNAVAILABLE}
2016-03-07 00:31:54,516 INFO [Thread-1] o.e.jetty.server.handler.ContextHandler Stopped o.e.j.w.WebAppContext@ec15ce{/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 o.e.j.w.WebAppContext@d2b452{/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 o.e.j.w.WebAppContext@13f7ede{/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 o.e.j.w.WebAppContext@2b0fea{/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 o.e.j.w.WebAppContext@1680713{/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 o.e.j.w.WebAppContext@155d5e4{/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).

共有1个答案

杜俊远
2023-03-14

我看到错误:“打开的文件太多”

我建议按照https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#configuration-best-practices的建议增加这个限额

 类似资料:
  • 嗨,我最近下载了wamp服务器来帮我做网站。我的问题是,当我点击phpmyadmin时,我收到一条错误消息“HTTP错误404.0-未找到您要查找的资源已被删除、名称已更改或暂时不可用。” 最后,要看到我的网页,我必须写http://localhost:8888/。如果我将8888放在phpmyadmin的前面,那么我可以看到phpmyadmin,但它不会与我创建的mysql数据库和表同步,它只是

  • 我已经使用docker工具箱在视窗机器上安装了docker。我也在我的视窗机器上安装了mysql,服务器运行在端口3306上(localhost-127.0.0.1-在docker机器之外)。我在一个名为“micra-workq-svc”的docker网络内部的docker容器中运行一个冲刺启动应用程序,我希望在docker内部运行的应用程序连接到本地主机。我花了几个小时在谷歌上搜索,没有一个链接

  • 我正在尝试使用 javamail 连接到本地后缀鸽子服务器。我已经使用 Thunderbird 成功连接到服务器,所以我知道我的用户名和密码是正确的,但我总是得到 我所知道的唯一一件事就是改变java。禁用一些不太安全的协议。dovecot需要什么协议?还是我看错了方向。 如果这是一个协议问题,是否有任何方法可以将参数传递给编译器?我确实有其他服务,我想阻止支持禁用的协议 编辑: 这是我使用的代码

  • 我能够在库伯内特斯将两个节点聚集在一起。主节点似乎运行良好,但是在工作节点上运行任何命令都会导致错误:“拒绝与服务器localhost:8080连接——您指定了正确的主机或端口吗?” 来自大师(node1), 来自工作者(节点2), 我不知道如何解决这个问题。感谢您的帮助。 在执行时,"Journal alctl-xeu kubelet"我看到:"CNI未能检索网络命名空间路径:无法为终止的容器找

  • 请给我一个机会解释我的神秘处境。 我的Glass乐于服务器无法连接到远程MySQL数据库。 我检查了以下说明 ping 到远程主机 - 正常 通过 mysql 命令连接 (mysql -h remote -u user -p) - OK SSH 端口转发(ssh -L13306:本地主机:3306 远程)并配置 Glassfish 以使用它 (jdbc://127.0.0.0:13306/mydb