XenApp log Error prompting Citrix XenApp Commands Remoting service failed to start

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.