XENAPP Log error prompt: A timeout was reached (30000 milliseconds) while waiting for the Citrix XenApp Commands Remoting service to C Onnect.
Citrix XenApp Commands Remoting service failed to start
Cause: This service prompt times out if the server is not connected to the Internet because the service is starting to be connected to the Internet site
Workaround:
1. Configure the server to allow Internet connection
2. Start the service
3. After the service starts, disconnect the Internet connection
Other methods (not verified):
1.Looked at this again:
For anyone wanting a workaround and info about here ' s the deal.
The service tries to does a CRL lookup as noted above by another user. If your machine doesn ' t has Web Access (in my case) Edit your Machine.config
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config
Note on x64 machines, your must also change one of the following:
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\machine.config
Look for the <runtime/> or <runtime> (depending in if you've changed it or not) and make it look like this:
<runtime>
<generatepublisherevidence enabled= "false"/>
</runtime>
It's also important to make sure the account of the Commands remoting service is running have have file permissions to Mac Hine.config in the framework64/2.0*** folder. (This got Me...there's a certain version of the ISeries client (s) messes up permissoins on this file)
2.Create a file name as Citrix.XenApp.Commands.Remoting.Service.exe.config with following:
<?xml version= "1.0" encoding= "Utf-8"?>
<configuration>
<runtime>
<generatepublisherevidence enabled= "false"/>
</runtime>
</configuration>
Save it to the following location
C:\Program Files\citrix\xenapp Commands
and start the service this would start.
This article is from the "Hongbifu" blog, make sure to keep this source http://flambee.blog.51cto.com/112166/1576492
XenApp log Error prompting Citrix XenApp Commands Remoting service failed to start