09-03-2009 10:27 AM
Stephen_S. wrote:Hi gpww,
If you are not able to see your NI Service Locator in your list of services, that is most likely the source of the problem. Make sure that you are not having issues with your firewall and that port 3580 is open. I am looking into using NI Services Locator with a Vista 64-bit system, and will let you know if there are any problems with this.
In general, this should only be a problem if you have debugging enabled, as discussed above, and should go away if you disable debugging.
Regards,
Stephen S.
Hi Stephen_S.,
does your answer imply that a compiled VI (with included debug information) can be debugged on a PC where only the LV runtime engine is installed?
And if the answer is Yes: how do I start the debugging session then?
Regards
Franz
09-04-2009 11:23 AM
Hi Franz,
It is possible to remotely debug an executable that is running on a machine that has only the LabVIEW Runtime Engine installed. Instructions for this can be found in the KnowledgeBase article on Remote Debugging Executables in LabVIEW 8.x.
Regards,
Stephen S.
03-25-2014 08:33 PM
I have checked and my NI Service Locator Isn't running. I have tried to restart it and I get a error saying
"Could not start the NI Application Web Server service on Local Computer.
Error 1075: The dependency service does not exit or has been marked for deletion"
I found a KB that says this:
"Note:
Beginning with LabVIEW 2010 the NI Service Locator was integrated into the NI System Web Server. The executable for the web server is located at <National Instruments>\Shared\NI WebServer\SystemWebServer.exe."
I browsed to that location, tried to run the application and it says the system web server deamon has encounted an error.
Any suggestions?
10-07-2014 07:12 PM
I started getting this error after installing the LV2014 runtime engine on a machine running 2012 executables. Setting DebugServerEnabled to false does make the error go away but it also disables debug.
10-09-2014 01:32 PM
I have the same issues here! I start upgrading from LV2012 to LV2014. But, I saw this error before on some PC, but we just turn the debug flag False.
04-16-2025 08:18 AM - edited 04-16-2025 08:20 AM
"Note:
Beginning with LabVIEW 2010 the NI Service Locator was integrated into the NI System Web Server. The executable for the web server is located at <National Instruments>\Shared\NI WebServer\SystemWebServer.exe."
I browsed to that location, tried to run the application and it says the system web server deamon has encounted an error.
Any suggestions?
Figured I'd ask on this thread (even though it's old as heck) rather than start a new thread on the same topic (in case someone in the future searches)...
I too am getting a "Failed to Start Debug Server" error. After a day of searching my code for this error string, I realized that it was a LabVIEW error message. Really wished they didn't use a one button dialog for this error (which I don't either once my error handler kicks in) -- or at least be a bit more descriptive as to what's going on.. Debug server can be a generic term, and one that an end user may call a feature of their program.. </rant>.
When I look in services.msc, i notice that both
and
are disabled. Get the same error on both 2024Q3 and 2025Q1.
We assume local IT disabled these (having a webserver on the corporate network is a bit bonkers).
Is this still the most likely cause, a decade later. Or should I look elsewhere. Also, I really don't want to disable debugging, unless absolutely necessary.