Configuration:
Development system is Windows 7 + B4J 7.51 + Java 8
Target system Ubuntu 18.04 + Java 8
Target system is a cloud-based VM
Application is non-ui.
I'm having trouble getting Bridge to maintain the connection long enough during the program transfer to the remote system to get the whole program transferred and then started up. It will transfer a random amount of the program and then on the remote system I get a message that says:
"Streams_terminated"
Waiting for connections (port=6790) . . .
My IP address is: (redacted)
Then I start the process again. Sometimes I can get it in the first attempt, sometimes like now it takes me over an hour to get the program up so I can debug it.
My question: Since the program is compiled on my local system first and then transferred, is there a way I can transfer the program over and then initiate debugging once it's there?
All suggestions appreciated.
Development system is Windows 7 + B4J 7.51 + Java 8
Target system Ubuntu 18.04 + Java 8
Target system is a cloud-based VM
Application is non-ui.
I'm having trouble getting Bridge to maintain the connection long enough during the program transfer to the remote system to get the whole program transferred and then started up. It will transfer a random amount of the program and then on the remote system I get a message that says:
"Streams_terminated"
Waiting for connections (port=6790) . . .
My IP address is: (redacted)
Then I start the process again. Sometimes I can get it in the first attempt, sometimes like now it takes me over an hour to get the program up so I can debug it.
My question: Since the program is compiled on my local system first and then transferred, is there a way I can transfer the program over and then initiate debugging once it's there?
All suggestions appreciated.