Results 4 comments of Stephen Hartzell

I may have just figured it out. This occurs when an events function is declared but doesn't exist. E.g. $scope.events = { rangechange: $scope.onRangeChange, rangechanged: $scope.onRangeChanged, } but $scope.onRangeChange doesn't...

I am getting the exact same error as venuktan when I run sudo lein deploy-storm --start --name test. I am actually trying to run storm-deploy from an AWS instance because...

I'm having this exact same problem even when using oracle JRE 1.7.0_45. I'm trying to set this up on an AWS VM, so far I can't get storm-deploy working.