Blog Options
Archive
<< March 2026 >>-
Friday 13
- Meet Dennis Roehner at TMS Training Days 2026 -
Wednesday 11
- The Next Evolution of Charting in Delphi: Data Import & Export -
Monday 9
- Meet Gjalt Vanhouwaert at TMS Training Days 2026 -
Friday 6
- Meet Pieter Scheldeman at TMS Training Days 2026 -
Thursday 5
- Enabling TLS 1.3 in TMS MQTT and TMS FNC Products -
Wednesday 4
- Meet Antonio Zapater at TMS Training Days 2026 -
Tuesday 3
- The Next Evolution of Charting in Delphi: Getting Started -
Monday 2
- Meet José Leon Serna at TMS Training Days 2026
- Meet Bradley Velghe at TMS Training Days 2026
- Unlock PDF Interactivity in Delphi with TTMSFNCPDFLib Form Fields
Authors
- Bernard Roussely (3)
- Wagner Landgraf (97)
- Dennis Röhner (1)
- Roman Yankovsky (2)
- Bart Holvoet (42)
- Aaron Decramer (80)
- Pieter Scheldeman (133)
- Nancy Lescouhier (32)
- Adrian Gallero (34)
- Bruno Fierens (450)
- Marcos Douglas B. Santos (5)
- Bernard (4)
- Bradley Velghe (36)
- Andrew Simard (86)
- Holger Flick (15)
- Gjalt Vanhouwaert (44)
- Tunde Keller (37)
- Masiha Zemarai (117)
Blog
All Blog Posts | Next Post | Previous Post
RAD Studio deployment issues due to anti-virus
Thursday, September 5, 2019
Deployment Issues
Just a quick heads up for everybody else that have deployment issues similar to the ones below. The underlying reason might be due to anti-virus that is interfering with the deployment process. The connection to the PAServer is successfull, but after copying a few files (visible in the deployment window), RAD Studio gives a connection error and stops deploying. Sometimes, the deployment is succesfull, but shows a "Unable to start GDB kernel" error. Running without debugging has a higher rate of success, but nevertheless, the process of deployment and starting the application is severely disturbed. In either case, running with or without debugging, I have been able to deploy and run 2 out of 30 tries. Below is a snippet of errors thrown while deploying, even though the connection is successfull 100% of the time.macOS
[PAClient Error] Error: E0003 Connection to 'MacLarge' on port 64211 failed [PAClient Error] Error: E0003 Please make sure that 'Platform Assistant Server' is running on the host machine and is configured to use port 64211
[DCC Error] E2597 dsymlink: Error: failed to set locale to ??2I? [DCC Fatal Error] F2588 Linker error code: 1 ($00000001)
Solution
The solution for this issue is simple. Uninstall or disable the anti-virus, or install an anti-virus that does not interfere with this process. Alternatively, add the development project directory to the anti-virus exception list, in case you cannot uninstall or disable anti-virus. On our machine, there was a McAfee license pre-installed on a HP machine that was the culprit of the deployment issues. Leave a comment if you have/had the same issues and which solution you applied to fix the issue.Pieter Scheldeman
This blog post has received 3 comments.
2. Thursday, September 5, 2019 at 11:20:28 AM
The PAServer is actually installed on the Mac, it is the anti-virus that interferes with the deployment of files on the Windows machine, the machine where the IDE is installed. In this case, excluding paclient.exe could also be a valid solution. Thanks!
Pieter Scheldeman
3. Thursday, September 5, 2019 at 1:54:23 PM
Antivirus tools are always a reason for "strange" behavior during software development. Especially, when using incremental compilers, Antivirus is "triggered" as you make changes to an executable which is often the sign of a virus trying to make changes to a file.As suggested, excluding the directory for virus checks that contains all development projects is often the solution.
Holger Flick
All Blog Posts | Next Post | Previous Post
Conde Cantero Manuel Alonso