jetbrains - Unrecognized FaultException when Connecting to RemoteAgent -


how can troubleshoot following error message in dottrace profiler configuration dialog?

unrecognized faultexception: code receiver, prefix server  unable process request. ---> unable open f 

i have remoteagent configured , running on server, firewall port 9000 open.

attempting connect it, specify ip address, port, , endpoint , message above. it...it ends letter "f" , i'm not sure referring to. checked logs, unfortunately, i'm getting:

12:51:09 pm.060: thread:1: [configremove] #13 hostparameters: <?xml version="1.0" encoding="utf-8"?> <hostparameters type="remotehostparameters">     <domain isnull="false">     </domain>     <password isnull="false">     </password>     <url>http://192.168.1.177:9000/remoteagent/agentservice.asmx</url>     <username isnull="false">     </username> </hostparameters> 12:51:09 pm.060: thread:1: [configremove] #13 make selection empty 12:51:09 pm.590: thread:1: [configactivate] #14 hostparameters: <?xml version="1.0" encoding="utf-8"?> <hostparameters type="remotehostparameters">     <domain isnull="false">     </domain>     <password isnull="false">     </password>     <url>http://192.168.1.177:9000/remoteagent/agentservice.asmx</url>     <username isnull="false">     </username> </hostparameters> 12:51:09 pm.590: thread:1: [configactivate] #14 set selection 12:51:09 pm.876: thread:1: [configactivate] #14 start processing 12:51:09 pm.877: thread:40: [configactivate] #14 connecting 12:51:09 pm.880: thread:40: local systools v5.5.4.160 loaded 12:51:10 pm.674: thread:40: [configactivate] #14 failed 12:51:10 pm.674: thread:40: [configactivate] #14 stored 12:51:10 pm.674: thread:40: [configactivate] #14 set selection 

there doesn't seem information on server either. see in event log following, logged on startup of remoteagent makes sense doesn't want profiled:

the profiler has requested clr instance not load  profiler process. 

there no other log files or artifacts can find.

other info:

  • i'm on windows 8.1
  • dottrace version 5.5.4
  • server 2012
  • all apps run admin privileges

i have been able connect other remoteagents on other servers. don't know missing piece here.

if else runs this, fix pretty simple. there were, @ 1 point, more 1 version of remoteagent deployed server.

i deleted files in following folder (thanks response on jetbrains forum ilya chernikov): %programdata%\jetbrains\profiler\remoteagent\systoolscache

i redeployed current version of remoteagent server. when connected, caches restored , able connect.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -