-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error starting service #6
Comments
hello everyone i cant install this PerfTap on my laptop The transacted install has completed.
|
On the exe provided, it does not uses "hostname" key but "server" key in configuration. |
Hello, Faulting application name: PerfTap.WindowsServiceHost.exe, version: 0.1.1.0, time stamp: 0x4f14e926 This is on a Windows 2012 R2 Standard. |
It looks like the documentation for non default settings is a bit wrong. I had the same problem as above, but fixed it by editing the config C:\Program Files\PerfTap\PerfTap.WindowsServiceHost.exe.config to look like:
|
I am getting an error when starting PerfTap service.
The event logs shows error about attribute 'hostName' - see below.
I am using localhost as I have a local statsd server on this box (ruby statsd)
https://github.com/fetep/ruby-statsdserver
Log Name: Application
Source: TaskService
Date: 3/5/2013 5:07:33 PM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: blabla
Description:
Service cannot be started. System.Configuration.ConfigurationErrorsException: Unrecognized attribute 'hostName'. Note that attribute names are case-sensitive. (C:\Program Files\PerfTap\PerfTap.WindowsServiceHost.exe.Config line 18)
at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean re...
The text was updated successfully, but these errors were encountered: