I get this error when trying to launch CodeRunner in my Idea Console to test my Business Logic.
App ID: 181FC865-17F8-A305-FF94-10DD5C2F9600
Any chance you know what could cause this issue?
Thanks a lot,
Norman
I get this error when trying to launch CodeRunner in my Idea Console to test my Business Logic.
App ID: 181FC865-17F8-A305-FF94-10DD5C2F9600
Any chance you know what could cause this issue?
Thanks a lot,
Norman
Norman,
The error code you posted is related to retrieving pub/sub messages. Is this what your code in CodeRunner does?
Regards,
Mark
Basically I call an API and use the response to update an existing table in my db.
Is there anything related to pub/sub messaging in your server code?
Could you please post the entire output you get when you launch CodeRunner?
To add information here:
I try to start CodeRunner by calling ./CodeRunner.sh in the Idea console. The ID in the error I get is always different, seems to be randomly with each attempt. Now I got A074BF2A-F0FF-A0BF-FF24-570B84DA5000 & 92454374-2F9B-4E96-FF1C-D50001E6FB00
No, it´s not -
normans-mbp:bin Norman_TUNE$ ./CodeRunner.sh
Listening for transport dt_socket at address: 5005
[INFO] JDK from “JAVA_HOME” - /Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home
[INFO] JRE from “JRE_HOME” - /Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home
[INFO] CodeRunner™ Backendless Debugging Utility
[INFO] Copyright© 2016 Backendless Corp. All rights reserved.
[INFO] Version: 3.0.12 Build date: 20160329-1003
[INFO] CodeRunner session is running for 2 hour and will be terminated on 17:37:22.424[UTC]
[INFO] Registering runner on: ‘http://api.backendless.com’ with version ‘v1’
[INFO] Application ID: ‘181FC865-17F8-A305-FF94-10DD5C2F9600’
[INFO] Secret key: ‘xxx’
[INFO] Runner successfully registered
[INFO] Parsing event model…
[INFO] Build successfully: 0 handlers, 0 timers, 1 service
[INFO] Deploying model to server, and starting debug…
[ERROR] Internal server error with id 92454374-2F9B-4E96-FF1C-D50001E6FB00
[INFO] Debugging Utility disconnected successfully
[INFO] Thank you for using Backendless
Hi, Norman!
Can you send us the servercode project you run with CodeRunner at support@backendless.com
please send us all project with sources, not inly jar file. It would be great if you zip all project with IDE files
Hi Norman!
Could you update CodeRunner.jar in your project and run CodeRunner.sh again?
(latest CodeRunner.jar you can download from Business logic page on Backendless console)
Hi Kate,
It works now - thank you very much for your support guys! Really appreciate it…
Cheers,
Norman