03-13-2011 09:37 PM
Good luck with that...
There must be a config file somewhere that gets written during the web-based server configuration. Does anybody know where that is? I've spent a great deal of time looking for it with no luck.
03-14-2011 09:03 AM
I tried calling Friday and no one seemed to know the answer to any of that. Apparently someone gets assigned to unsolved forum posts so hopefully our problem isn't falling on deaf ears. It is nice to know that someone else is having the same problem as me, unfortunately. I still need to install 10 on my home PC. Didn't get the install done until late last night and I wasn't going to wait around for LV to install.
03-14-2011 09:54 AM
First try building the application. After you build the application, Execute the execution file. It will automatically create the initialization file (same as the name of your application name) in the same directory of your executable or where you told it to place it. Try adding the following line to your initialization file:
WebServer.Enabled=True
.
Rerun the program, This should populate the rest of the ini file.
03-14-2011 09:58 AM
The weather monitor project doesn't have an executable that is built, just the web service.
03-14-2011 10:53 AM
Then you are going to have to build the file by hand and locate where it is going to read the ini file.
03-14-2011 04:15 PM
I just found this ongoing topic:
It's directly relevant, though currently unsolved.
03-14-2011 04:48 PM
It may or may not be relevant, the last post on an unresolve error deals with an application that has an executable.
03-14-2011 06:59 PM
Hi everyone,
I'm looking into what could be causing this problem with the web server. What kinds of settings do you have under LabVIEW -> Tools -> Options -> Web Server?
03-14-2011 08:55 PM
Heads up, after a reformat and a fresh install of 2010 (not SP1). Weather update works correctly. This did not work under my previous setup.
Here are my settings:
Enable Remote Panel Server: Checked
HTTP Port: 8000
Remote front panels: Checked
Snapshot: Checked
SSL: Unchecked
Use Log File: Checked
C:\Program Files\National Instruments\LabVIEW 2010\resource\webserver\logs\access.log
Visible VIs: "*" Checked and Allow access, Use Default Checked
Browser Access List: "*" and Allow viewing and controlling selected
Application Web Server: http://localhost:3580/#/WebServerConfigExtension;component/WebServerConfigExtensionPage.dyn.xaml
Port: 8080
Enabled: Checked (this would never check before)
64 Bit Selected
I will try installing SP1 right now
03-14-2011 09:51 PM - edited 03-14-2011 09:55 PM
Installing SP1 broke it.
Worked without SP1, installed it and now it doesn't even let me go to the localhost:3580's web service configuration page.
Edit: I had to go into admin tools -> services and manually enable NI Application Web Server... something I couldn't do before I reformatted and now the weather update works.