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

问题描述 投票:1回答:1

我试图将在风暴开始时发现的ExclamationTopology示例提交到单节点集群,并得到以下错误

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(64bit)
  • Apache-storm-2.1.0
  • Apache-zookeeper-3.5.5
apache-storm apache-storm-topology
1个回答
0
投票
有时会有关于此类错误消息的有用信息。寻找
© www.soinside.com 2019 - 2024. All rights reserved.