Vshub constantly logging Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Come Celebrate our 10 Year Anniversary!Glassfish v3 loggingLogging Redirect Location in ApacheCopying default profile for new users fails with “The process cannot access the file because it is being used by another process”OpenVPN “rwRW” loggingDefault browser opens to msn.com when logging into Windows ServerCentOS Server - Available disk space constantly dropsSMB2? Traffic Crashing Network Windows Server 2012 R2Exchange 2016 Co-Existence - OWA Won't login when behind a load balancerExchange mailbox move-request from 2013 to 2016 gets stuck at Initial SeedingAuditing Logging with Windows Server 2012 R2
Should you tell Jews they are breaking a commandment?
Is there a documented rationale why the House Ways and Means chairman can demand tax info?
New Order #5: where Fibonacci and Beatty meet at Wythoff
Biased dice probability question
Was credit for the black hole image misattributed?
Cold is to Refrigerator as warm is to?
Strange behaviour of Check
What LEGO pieces have "real-world" functionality?
What to do with post with dry rot?
If A makes B more likely then B makes A more likely"
What is the largest species of polychaete?
Can a zero nonce be safely used with AES-GCM if the key is random and never used again?
What is the electric potential inside a point charge?
What do you call a plan that's an alternative plan in case your initial plan fails?
Can I throw a sword that doesn't have the Thrown property at someone?
Are my PIs rude or am I just being too sensitive?
Can the prologue be the backstory of your main character?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Estimate capacitor parameters
Replacing HDD with SSD; what about non-APFS/APFS?
Do we know why communications with Beresheet and NASA were lost during the attempted landing of the Moon lander?
Losing the Initialization Vector in Cipher Block Chaining
Is there folklore associating late breastfeeding with low intelligence and/or gullibility?
Blender game recording at the wrong time
Vshub constantly logging
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Glassfish v3 loggingLogging Redirect Location in ApacheCopying default profile for new users fails with “The process cannot access the file because it is being used by another process”OpenVPN “rwRW” loggingDefault browser opens to msn.com when logging into Windows ServerCentOS Server - Available disk space constantly dropsSMB2? Traffic Crashing Network Windows Server 2012 R2Exchange 2016 Co-Existence - OWA Won't login when behind a load balancerExchange mailbox move-request from 2013 to 2016 gets stuck at Initial SeedingAuditing Logging with Windows Server 2012 R2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm managing a small server with Windows Server 2012 R2 Foundation from HP on board.
A few months ago, I've installed MSSQL Server 2016 with the latest Management Studio. Since then, there is an app called "vshub" working in background. I've seen people asking how to disable it, but no one seemed to experience the same issue as I do. Every few minutes, this app creates a ~34MB log file in the C:UsersAdministratorAppDataLocalTempVsHub folder. Due to thousands of these files being created, the system partition has quickly filled up. I've disabled the vshub process and moved those logs to another partition, hovewer I still don't know the root of the problem.
What exactly is the vshub.exe responsibe for, do I need it, and why is it constantly logging?
I'm leaving an example log file below.
HubController-eiott03m.0rz.log
windows-server-2012-r2 log-files visual-studio
add a comment |
I'm managing a small server with Windows Server 2012 R2 Foundation from HP on board.
A few months ago, I've installed MSSQL Server 2016 with the latest Management Studio. Since then, there is an app called "vshub" working in background. I've seen people asking how to disable it, but no one seemed to experience the same issue as I do. Every few minutes, this app creates a ~34MB log file in the C:UsersAdministratorAppDataLocalTempVsHub folder. Due to thousands of these files being created, the system partition has quickly filled up. I've disabled the vshub process and moved those logs to another partition, hovewer I still don't know the root of the problem.
What exactly is the vshub.exe responsibe for, do I need it, and why is it constantly logging?
I'm leaving an example log file below.
HubController-eiott03m.0rz.log
windows-server-2012-r2 log-files visual-studio
We're running into the same thing, and in our case the HubController files only have exceptions. (StartHttpService : Error : Failed to bind to port 49171.
Cause: aSystem.Net.HttpListenerException
with messageThe process cannot access the file because it is being used by another process
thrown inSystem.Net.HttpListener.AddAllPrefixes()
.) Your example logfile is not available anymore. Could you update your question and put in a single occurrence of whatever is being repeatedly logged there? Thanks!
– Marnix Klooster
Nov 7 '17 at 8:29
add a comment |
I'm managing a small server with Windows Server 2012 R2 Foundation from HP on board.
A few months ago, I've installed MSSQL Server 2016 with the latest Management Studio. Since then, there is an app called "vshub" working in background. I've seen people asking how to disable it, but no one seemed to experience the same issue as I do. Every few minutes, this app creates a ~34MB log file in the C:UsersAdministratorAppDataLocalTempVsHub folder. Due to thousands of these files being created, the system partition has quickly filled up. I've disabled the vshub process and moved those logs to another partition, hovewer I still don't know the root of the problem.
What exactly is the vshub.exe responsibe for, do I need it, and why is it constantly logging?
I'm leaving an example log file below.
HubController-eiott03m.0rz.log
windows-server-2012-r2 log-files visual-studio
I'm managing a small server with Windows Server 2012 R2 Foundation from HP on board.
A few months ago, I've installed MSSQL Server 2016 with the latest Management Studio. Since then, there is an app called "vshub" working in background. I've seen people asking how to disable it, but no one seemed to experience the same issue as I do. Every few minutes, this app creates a ~34MB log file in the C:UsersAdministratorAppDataLocalTempVsHub folder. Due to thousands of these files being created, the system partition has quickly filled up. I've disabled the vshub process and moved those logs to another partition, hovewer I still don't know the root of the problem.
What exactly is the vshub.exe responsibe for, do I need it, and why is it constantly logging?
I'm leaving an example log file below.
HubController-eiott03m.0rz.log
windows-server-2012-r2 log-files visual-studio
windows-server-2012-r2 log-files visual-studio
asked Aug 31 '17 at 7:41
GregGreg
112
112
We're running into the same thing, and in our case the HubController files only have exceptions. (StartHttpService : Error : Failed to bind to port 49171.
Cause: aSystem.Net.HttpListenerException
with messageThe process cannot access the file because it is being used by another process
thrown inSystem.Net.HttpListener.AddAllPrefixes()
.) Your example logfile is not available anymore. Could you update your question and put in a single occurrence of whatever is being repeatedly logged there? Thanks!
– Marnix Klooster
Nov 7 '17 at 8:29
add a comment |
We're running into the same thing, and in our case the HubController files only have exceptions. (StartHttpService : Error : Failed to bind to port 49171.
Cause: aSystem.Net.HttpListenerException
with messageThe process cannot access the file because it is being used by another process
thrown inSystem.Net.HttpListener.AddAllPrefixes()
.) Your example logfile is not available anymore. Could you update your question and put in a single occurrence of whatever is being repeatedly logged there? Thanks!
– Marnix Klooster
Nov 7 '17 at 8:29
We're running into the same thing, and in our case the HubController files only have exceptions. (
StartHttpService : Error : Failed to bind to port 49171.
Cause: a System.Net.HttpListenerException
with message The process cannot access the file because it is being used by another process
thrown in System.Net.HttpListener.AddAllPrefixes()
.) Your example logfile is not available anymore. Could you update your question and put in a single occurrence of whatever is being repeatedly logged there? Thanks!– Marnix Klooster
Nov 7 '17 at 8:29
We're running into the same thing, and in our case the HubController files only have exceptions. (
StartHttpService : Error : Failed to bind to port 49171.
Cause: a System.Net.HttpListenerException
with message The process cannot access the file because it is being used by another process
thrown in System.Net.HttpListener.AddAllPrefixes()
.) Your example logfile is not available anymore. Could you update your question and put in a single occurrence of whatever is being repeatedly logged there? Thanks!– Marnix Klooster
Nov 7 '17 at 8:29
add a comment |
1 Answer
1
active
oldest
votes
The goal/responsibility of VsHub.exe is explained by someone from Microsoft here: https://stackoverflow.com/a/33153720/223837.
[...] the VS Hub is an out-of-proc services host that Visual Studio
(and other VS shell-based products such as Blend) use in order to
support multi-tool communication, better responsiveness within devenv
(VS), and enable certain services to extend past the lifetime of the
spawning process.
My guess is that, at least on a system where you only have SQL Server Management Studio, you cannot uninstall it. (Although you might be able to disable it using the many links you already found, since you wrote "I've seen people asking how to disable it".)
I don't know what is in your log file, since the file you uploaded to filedropper.com has since expired. But we are seeing VsHubHubController temp files as well, and in our case it is continuously logging exceptions saying that StartHttpService : Error : Failed to bind to port 49171.
(For different port numbers.) And I see the same in a Windows 10 forum thread "Windows 10 loses some internet and browser connectivity about 24 hours after reboot" (https://answers.microsoft.com/en-us/windows/forum/windows_10-networking/windows-10-loses-some-internet-and-browser/6b3a55c9-d180-4d8e-9003-770522db719d?auth=1). So the cause seems to be that TCP ports are exhausted.
Finally, about a potential fix: that same thread, in the October 17, 2017 response by user pasllc, points to a BizTalk-related article entitled "Avoiding TCP/IP Port Exhaustion" (https://msdn.microsoft.com/en-us/library/aa560610). That article talks about setting 2 registry keys (TcpTimedWaitDelay and MaxUserPort), and the thread response talks also about setting a third (TcpMaxDataRetransmissions).
At the time of writing, my colleagues have not tried out the registry keys change. We'll do our best to report back if/when they do.
– Marnix Klooster
Nov 7 '17 at 8:54
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f871410%2fvshub-constantly-logging%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The goal/responsibility of VsHub.exe is explained by someone from Microsoft here: https://stackoverflow.com/a/33153720/223837.
[...] the VS Hub is an out-of-proc services host that Visual Studio
(and other VS shell-based products such as Blend) use in order to
support multi-tool communication, better responsiveness within devenv
(VS), and enable certain services to extend past the lifetime of the
spawning process.
My guess is that, at least on a system where you only have SQL Server Management Studio, you cannot uninstall it. (Although you might be able to disable it using the many links you already found, since you wrote "I've seen people asking how to disable it".)
I don't know what is in your log file, since the file you uploaded to filedropper.com has since expired. But we are seeing VsHubHubController temp files as well, and in our case it is continuously logging exceptions saying that StartHttpService : Error : Failed to bind to port 49171.
(For different port numbers.) And I see the same in a Windows 10 forum thread "Windows 10 loses some internet and browser connectivity about 24 hours after reboot" (https://answers.microsoft.com/en-us/windows/forum/windows_10-networking/windows-10-loses-some-internet-and-browser/6b3a55c9-d180-4d8e-9003-770522db719d?auth=1). So the cause seems to be that TCP ports are exhausted.
Finally, about a potential fix: that same thread, in the October 17, 2017 response by user pasllc, points to a BizTalk-related article entitled "Avoiding TCP/IP Port Exhaustion" (https://msdn.microsoft.com/en-us/library/aa560610). That article talks about setting 2 registry keys (TcpTimedWaitDelay and MaxUserPort), and the thread response talks also about setting a third (TcpMaxDataRetransmissions).
At the time of writing, my colleagues have not tried out the registry keys change. We'll do our best to report back if/when they do.
– Marnix Klooster
Nov 7 '17 at 8:54
add a comment |
The goal/responsibility of VsHub.exe is explained by someone from Microsoft here: https://stackoverflow.com/a/33153720/223837.
[...] the VS Hub is an out-of-proc services host that Visual Studio
(and other VS shell-based products such as Blend) use in order to
support multi-tool communication, better responsiveness within devenv
(VS), and enable certain services to extend past the lifetime of the
spawning process.
My guess is that, at least on a system where you only have SQL Server Management Studio, you cannot uninstall it. (Although you might be able to disable it using the many links you already found, since you wrote "I've seen people asking how to disable it".)
I don't know what is in your log file, since the file you uploaded to filedropper.com has since expired. But we are seeing VsHubHubController temp files as well, and in our case it is continuously logging exceptions saying that StartHttpService : Error : Failed to bind to port 49171.
(For different port numbers.) And I see the same in a Windows 10 forum thread "Windows 10 loses some internet and browser connectivity about 24 hours after reboot" (https://answers.microsoft.com/en-us/windows/forum/windows_10-networking/windows-10-loses-some-internet-and-browser/6b3a55c9-d180-4d8e-9003-770522db719d?auth=1). So the cause seems to be that TCP ports are exhausted.
Finally, about a potential fix: that same thread, in the October 17, 2017 response by user pasllc, points to a BizTalk-related article entitled "Avoiding TCP/IP Port Exhaustion" (https://msdn.microsoft.com/en-us/library/aa560610). That article talks about setting 2 registry keys (TcpTimedWaitDelay and MaxUserPort), and the thread response talks also about setting a third (TcpMaxDataRetransmissions).
At the time of writing, my colleagues have not tried out the registry keys change. We'll do our best to report back if/when they do.
– Marnix Klooster
Nov 7 '17 at 8:54
add a comment |
The goal/responsibility of VsHub.exe is explained by someone from Microsoft here: https://stackoverflow.com/a/33153720/223837.
[...] the VS Hub is an out-of-proc services host that Visual Studio
(and other VS shell-based products such as Blend) use in order to
support multi-tool communication, better responsiveness within devenv
(VS), and enable certain services to extend past the lifetime of the
spawning process.
My guess is that, at least on a system where you only have SQL Server Management Studio, you cannot uninstall it. (Although you might be able to disable it using the many links you already found, since you wrote "I've seen people asking how to disable it".)
I don't know what is in your log file, since the file you uploaded to filedropper.com has since expired. But we are seeing VsHubHubController temp files as well, and in our case it is continuously logging exceptions saying that StartHttpService : Error : Failed to bind to port 49171.
(For different port numbers.) And I see the same in a Windows 10 forum thread "Windows 10 loses some internet and browser connectivity about 24 hours after reboot" (https://answers.microsoft.com/en-us/windows/forum/windows_10-networking/windows-10-loses-some-internet-and-browser/6b3a55c9-d180-4d8e-9003-770522db719d?auth=1). So the cause seems to be that TCP ports are exhausted.
Finally, about a potential fix: that same thread, in the October 17, 2017 response by user pasllc, points to a BizTalk-related article entitled "Avoiding TCP/IP Port Exhaustion" (https://msdn.microsoft.com/en-us/library/aa560610). That article talks about setting 2 registry keys (TcpTimedWaitDelay and MaxUserPort), and the thread response talks also about setting a third (TcpMaxDataRetransmissions).
The goal/responsibility of VsHub.exe is explained by someone from Microsoft here: https://stackoverflow.com/a/33153720/223837.
[...] the VS Hub is an out-of-proc services host that Visual Studio
(and other VS shell-based products such as Blend) use in order to
support multi-tool communication, better responsiveness within devenv
(VS), and enable certain services to extend past the lifetime of the
spawning process.
My guess is that, at least on a system where you only have SQL Server Management Studio, you cannot uninstall it. (Although you might be able to disable it using the many links you already found, since you wrote "I've seen people asking how to disable it".)
I don't know what is in your log file, since the file you uploaded to filedropper.com has since expired. But we are seeing VsHubHubController temp files as well, and in our case it is continuously logging exceptions saying that StartHttpService : Error : Failed to bind to port 49171.
(For different port numbers.) And I see the same in a Windows 10 forum thread "Windows 10 loses some internet and browser connectivity about 24 hours after reboot" (https://answers.microsoft.com/en-us/windows/forum/windows_10-networking/windows-10-loses-some-internet-and-browser/6b3a55c9-d180-4d8e-9003-770522db719d?auth=1). So the cause seems to be that TCP ports are exhausted.
Finally, about a potential fix: that same thread, in the October 17, 2017 response by user pasllc, points to a BizTalk-related article entitled "Avoiding TCP/IP Port Exhaustion" (https://msdn.microsoft.com/en-us/library/aa560610). That article talks about setting 2 registry keys (TcpTimedWaitDelay and MaxUserPort), and the thread response talks also about setting a third (TcpMaxDataRetransmissions).
answered Nov 7 '17 at 8:53
Marnix KloosterMarnix Klooster
176139
176139
At the time of writing, my colleagues have not tried out the registry keys change. We'll do our best to report back if/when they do.
– Marnix Klooster
Nov 7 '17 at 8:54
add a comment |
At the time of writing, my colleagues have not tried out the registry keys change. We'll do our best to report back if/when they do.
– Marnix Klooster
Nov 7 '17 at 8:54
At the time of writing, my colleagues have not tried out the registry keys change. We'll do our best to report back if/when they do.
– Marnix Klooster
Nov 7 '17 at 8:54
At the time of writing, my colleagues have not tried out the registry keys change. We'll do our best to report back if/when they do.
– Marnix Klooster
Nov 7 '17 at 8:54
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f871410%2fvshub-constantly-logging%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
We're running into the same thing, and in our case the HubController files only have exceptions. (
StartHttpService : Error : Failed to bind to port 49171.
Cause: aSystem.Net.HttpListenerException
with messageThe process cannot access the file because it is being used by another process
thrown inSystem.Net.HttpListener.AddAllPrefixes()
.) Your example logfile is not available anymore. Could you update your question and put in a single occurrence of whatever is being repeatedly logged there? Thanks!– Marnix Klooster
Nov 7 '17 at 8:29