Apache storm java.lang.RuntimeException:org.apache.storm.thrift.TApplicationException:内部错误处理BeginFeupLoad

Apache storm java.lang.RuntimeException:org.apache.storm.thrift.TApplicationException:内部错误处理BeginFeupLoad,apache-storm,apache-storm-topology,Apache Storm,Apache Storm Topology,我试图将在storm start中找到的惊呼本体论示例提交到单节点集群,并得到以下错误 Exception in thread "main" java.lang.RuntimeException: org.apache.storm.thrift.TApplicationException: Internal error processing beginFileUpload at org.apache.storm.StormSubmitter.submitJarAs(StormSubmitter.

我试图将在storm start中找到的惊呼本体论示例提交到单节点集群,并得到以下错误

Exception in thread "main" java.lang.RuntimeException: org.apache.storm.thrift.TApplicationException: Internal error processing beginFileUpload
at org.apache.storm.StormSubmitter.submitJarAs(StormSubmitter.java:507)
at org.apache.storm.StormSubmitter.submitTopologyInDistributeMode(StormSubmitter.java:332)
at org.apache.storm.StormSubmitter.submitTopologyAs(StormSubmitter.java:274)
at org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:206)
at org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:169)
at ExclamationTopology.main(ExclamationTopology.java:85)
Caused by: org.apache.storm.thrift.TApplicationException: Internal error processing beginFileUpload
at org.apache.storm.thrift.TServiceClient.receiveBase(TServiceClient.java:79)
at org.apache.storm.generated.Nimbus$Client.recv_beginFileUpload(Nimbus.java:1035)
at org.apache.storm.generated.Nimbus$Client.beginFileUpload(Nimbus.java:1023)
at org.apache.storm.StormSubmitter.submitJarAs(StormSubmitter.java:476)
我的环境:

  • Linuxmint-19.1(64位)
  • Apache-storm-2.1.0
  • Apache-zookeeper-3.5.5

您的案例是否有nimbus日志

有时会有关于此类错误消息的有用信息。寻找

拓扑没有可用的插槽:

在我的例子中,我必须使用名为

storm admin删除\u损坏的\u拓扑

也许这对你有帮助