CodeRunner shell stuck in INFO

Hello,

I have a problem when using CodeRunner (Mac). When I run
CodeRunner.sh in bin directory, it stucked in INFO section. Cannot
upload Custom Business Logic to BackendLess server. I’m using CodeRunner
3.0.0.

MacBook-Air:bin victorchandra$ ./CodeRunner.sh

Listening for transport dt_socket at address: 5005
[INFO] CodeRunner™ Backendless Debugging Utility
[INFO] Copyright© 2016 Backendless Corp. All rights reserved.
[INFO] Version: 3.0.0 Build date: 20151127-0920

Pls help.
Thanks
Victor

Hello, Victor!

  1. Check your “runner.properties” file in /bin folder. Take a look at “system.type”. If it’s ‘CLOUD’ - then change it to ‘LOCAL’ and put your application id and BL secret key in application.id and application.secretKey fields respectively.
  2. If it doesn’t help - check if compiled classes are in /classes folder
    best regards,
    Alex Navara

It works! Thank you Alexandr!

Seems I need to edit “runner.properties” file by changing CLOUD to LOCAL and Application ID and BL Secret Key.

Good one!