Bug? Rapid Debugger failed to connect to process.

LWGShane

Well-Known Member
Licensed User
Longtime User
I'm receiving the "rapid debugger cannot connect to the process. make sure blah ports are open". error message. I've included the "AkashicRecord" and "GreenComLib" libraries along with two test projects.

I should note that I have also opened up the ports in Windows Firewall and I STILL get this error message.

Java Version: 8u121.

Edit: I have attached the logs.
 

Attachments

  • KeyValueStore.bas
    3 KB · Views: 303
  • Menu Generator.zip
    2.3 KB · Views: 283
  • AkashicRecord.zip
    25.1 KB · Views: 278
  • GreenComLib.zip
    20.7 KB · Views: 301
  • Test.zip
    662 bytes · Views: 295
  • log.txt
    5.2 KB · Views: 305
  • AR Test App.zip
    3.4 KB · Views: 294
Last edited:

LWGShane

Well-Known Member
Licensed User
Longtime User
@Erel - I've updated the original post.
 

LWGShane

Well-Known Member
Licensed User
Longtime User
A library named jUFOLib is missing.
That wouldn't cause the rapid debugger to "fail to connect to the process".
 

LWGShane

Well-Known Member
Licensed User
Longtime User
@Erel

1: I have attached the log to the first post.

2 I created a test app in the AkashicRecord project and weirdly, it works.
 

LWGShane

Well-Known Member
Licensed User
Longtime User
@Erel - The problem library is indeed AkashicRecord. I've uploaded a zip file that includes two test projects with GreenComLib and jRLDialogs8 active. The "rapid debugger failed to connect to process" error message occurs when when I load AkashicRecord.
 

Attachments

  • B4X.zip
    78.2 KB · Views: 300

Erel

B4X founder
Staff member
Licensed User
Longtime User
Works fine here in debug mode:

SS-2017-02-14_16.50.44.png
 

LWGShane

Well-Known Member
Licensed User
Longtime User
@Erel - That's really weird.... What's your Java version?

Edit: I've tested it on another machine with the same B4J and Java versions and it works. I'll try reformatting my system.

Edit 2: I've reformatted my system and it works. Really freaking weird.
 
Last edited:

walterf25

Expert
Licensed User
Longtime User
Hello, I just started seeing this same error, it was fine and just yesterday I started getting this error, it runs fine if I compile in Release mode, but I need to be able to debug.

[IDE message - 2:52:25]
An error occurred.
Rapid Debugger failed to connect to process. Please try to run again.
Make sure that no firewall or anti-virus block the following ports: 8937, 8938 and 59812
Waiting for debugger to connect...

I have also opened the specified ports in the error.

Any ideas what's going on?
 

tufanv

Expert
Licensed User
Longtime User
for me, dropbox causes this error randomly because it is syncing files on background while you are trying to create a new build.
 
Top