Still working on solving my issue. So I thought I would try remote debugging.
Develop machine is Mac
Webserver is Linux
Got it all configured and the remoteDebugging Then went to Xojo IDE and launched it, the console shows:
PM: Response accepted
04:06:57 PM: Decompressing DebugCEUCertificateMailer.tar.gz
04:06:59 PM: Untarring DebugCEUCertificateMailer.tar
04:06:59 PM: /home/aspe/public_html/xo/CEUCertificateMailer/DebugCEUCertificateMailer.tar.gz was unpacked
04:06:59 PM: Stub->IDE FILEUNPACKED, File ID: 0
The IDE says waiting for application to launch. I then realized the the debug app is in it’s own directly and named DebugCEUCertificateMailer.
This app requires a long parameters.
OK I tried running it from the terminal:
./DebugCEUCertificateMailer
Failed to load plugin v4rb_x64_release.so:
libvshared_release_x64.so.751: cannot open shared object file: No such file or directory
The v4rb_x64_release.so is in the DebugCEUCertificateMailer/DebugCEUCertificateMailerLib forlder
Actually I should have spotted that. Anyway now I’m getting the error:
V4RB: PluginEntry()
V4RB: DisableRBDB file IS NOT found. Enabling RBDB.
Could not locate the target IDE for debugging.Since we could not locate the target IDE to start a debug session, this application will now exit.aspe@aspe-web-cp
This is typically caused by a firewall blocking the return communications. Once the app launches, it tries to create a direct connection back to the IDE and if it can’t do that, you get this error.
If you are using a firewall on the remote machine, you need to make sure that port 44553 is open for UDP and TCP connections and port 13897 is open for TCP connections.