After upgrading from Symantec Protection Engine (SPE) 8.2.1 to version 9.x the Symantec Protection Engine Controller service will not remain started. It will quickly abort on error 1053.
Following message is logged in SymantecProtectionEngineControllerAbortLog.txt:
2026/02/22-23:50:41 0 Symantec Protection Engine Controller is shutting down; logs may contain more information : VirtualHome definitions mode is disabled.
URL Filtering should not be enabled in VirtualHome definitions mode. Turning off VirtualHome definitions mode..
In Symantec Protection Engine (SPE) version 9.2, the controller process has been deprecated. Users should not attempt to start this service, as its functionality has now been integrated into the SPE service.
Controller Process Disabled:
Definitions Update:
URL Insight Feature:
The integration of the controller process functionality into the SPE service simplifies the management of SPE, ensuring that necessary updates and operations continue.
1. The file configuration.xml was corrupted or had invalid characters in it due to being edited directly.
There were multiple entries in configuration.xml for "<CloudName value="none"/>" where there should only be one. This caused the upgrade to double/triple the JavaLocation and other sections. This section directly preceded the "VirtualHome" setting. It is believed the duplicate sections made it difficult to parse the xml file for the correct information.
Example:
<CloudName value="none"/>
<CloudName value="none"/>
<CloudName value="none"/>
2. As per the error message, URL filtering is enabled and should not be in the current configuration.
NOTE: Occasionally licenses have been released containing the as section similar to the following--which renders the URL Reputation Filtering portion of the license invalid. The license should be reissued by a Sales Representative.
If the URL Filtering license is rendered invalid, and URL Filtering is enabled then this will cause the Controller service to abort.
The controller process is deprecated in 9.2 and later.
This service should remain disabled, the functionality of controller service is now moved to SPE service.
Definition update is unaffected.
The reason being a feature called URL insight, which is part of AV scan (scans URLs within the file). If any URL related feature is enabled then controller process will not come up.
The download URL does not support Virtual Home due to which this feature is removed.
For Cause 1. There is no xmlmodifier command that will remove duplicate sections. Manual editing of the file will be required.
For Cause 2. Disable the URL filtering features.
Linux:
./xmlmodifier -s //filtering/URLFilter/@enabled false filtering.xml
./xmlmodifier -s //filtering/URLReputation/@enabled false filtering.xml
./symcscan.sh restart
./controller.sh start
./controller.sh status
Windows:
xmlmodifier -s //filtering/URLFilter/@enabled false filtering.xml
xmlmodifier -s //filtering/URLReputation/@enabled false filtering.xml
net stop symcscan && net start symcscan {or go to the Services panel and restart Symantec Protection Engine service and verify that the controller service started also}