Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Deploying the trucking demo topology results fails with file not found exception

avatar

Hi,

I've created the demo topology from the SAM docs. When deploying, it fails instantly with the following message:

An exception with message [/tmp/b7ea53f1-77ca-495f-b9f7-ed28f3097ac1.jar (No such file or directory)] was thrown while processing request.
1 ACCEPTED SOLUTION

avatar

@Ward Bekker can you copy bootstrap/notifier-jars/streamline-notifier*.jar onto /tmp/b7ea53f1-77ca-495f-b9f7-ed28f3097ac1.jar and try re-deploying

View solution in original post

7 REPLIES 7

avatar

@Ward Bekker are you using notifications or custom processor in your topology

avatar

I'm using the email alert processor as per demo instructions.

avatar

@Ward Bekker can you copy bootstrap/notifier-jars/streamline-notifier*.jar onto /tmp/b7ea53f1-77ca-495f-b9f7-ed28f3097ac1.jar and try re-deploying

avatar

Yes will do

avatar

@Sriharsha Chintalapani

Yay, one step further, I now get the error below, which makes sense because storm-client is misspelled. Any pointers?

An exception with message [Cannot run program "/usr/hdf/current/storm-clint/bin/storm": error=2, No such file or directory] was thrown while processing request.

avatar

found it, was misspeld in the config yml.

avatar

Ok, I was able to deploy the topology. Thx!