Getting the below error if the file mentioned in the path paramter doesn't have any extension.
class akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://mist/user/$b#-1139334380]] after [5000 ms]. Sender[null] sent message of type "io.hydrosphere.mist.core.CommonData$GetFunctionInfo".
Appending .jar to file and adjusting the same in path works.
Getting the below error if the file mentioned in the
pathparamter doesn't have any extension.Appending
.jarto file and adjusting the same inpathworks.