Hi
 
I am trying to deploy a topology with the integration of Redis. But unfortunately when I am trying to deploy it, I receive the following error message:
 
Error: Could not find or load main class com.learningstorm.storm_redis.Topology
Traceback (most recent call last):
  File "bin/storm.py", line 765, in <module>
    main()
  File "bin/storm.py", line 762, in main
    (COMMANDS.get(COMMAND, unknown_command))(*ARGS)
  File "bin/storm.py", line 245, in jar
    os.remove(tmpjar)
OSError: [Errno 2] No such file or directory: '/tmp/7b054a6012bc11e693c3000c29ddcdec.jar'
 
Does anyone have an idea why I receive this error?
 
Thank you in advance.
 
Regards,
Daniela

Reply via email to