Embarcadero / paserver-docker

Docker script for RAD Studio Linux deployment via PAServer
https://hub.docker.com/r/radstudio/pa-radserver
Other
34 stars 13 forks source link

Error compiling #11

Closed giulianon closed 1 year ago

giulianon commented 1 year ago

When I compile a simple console application I get the following error "Unable to create process: ''A' packet returned an error: 8'." I've tried with docker installed in versions 18 and 22.

jimmckeeth commented 1 year ago

Are you able to test the connection from the IDE?

giulianon commented 1 year ago

Yes. In IDE the connection is ok. Only when compiling does it show this error.

jimmckeeth commented 1 year ago

You need to use ./run.sh for debugging. The production version doesn't allow debugging.

jimmckeeth commented 1 year ago

Did that resolve the issue for you?

giulianon commented 1 year ago

Yes. Thank you!