Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rbecher
MVP
MVP

incomplete config.xml QV web server, start fails

Hello,

after installation of QVS the config.xml is incomplete:

<Config>
<Port>81</Port>
<HttpsPort>-1</HttpsPort>
<TunnelHost>localhost</TunnelHost>
<Synchronous>False</Synchronous>
<ConfigUrl>http://_:4750/qvws.asmx</ConfigUrl>
</Config>


The log says:

23.11.2009 13:30:21.5781250 Error System.NullReferenceException: Object reference not set to an instance of an object.
at QlikView.WebServer.QvWebServerConfig.WriteXml(XmlWriter writer, Boolean encrypt)
at QlikView.WebServer.Settings.SaveConfigData(QvWebServerConfig data)
at QlikView.WebServer.Settings.Update(QvWebServerConfig data)
at QlikView.WebServer.HttpServiceComponent.Init(String[] args)
at QlikView.WebServer.HttpServiceComponent.Start(String[] args)


Can someone please post a complete config.xml.

- Ralf

Astrato.io Head of R&D
1 Solution

Accepted Solutions
Bjorn_Wedbratt
Former Employee
Former Employee

Stop QVWS, rename or remove the config.xml and restart QVWS. This should generate a new, fresh config.xml

View solution in original post

2 Replies
Bjorn_Wedbratt
Former Employee
Former Employee

Stop QVWS, rename or remove the config.xml and restart QVWS. This should generate a new, fresh config.xml

rbecher
MVP
MVP
Author

Hello Bjorn,

thanks this works!

- Ralf

Astrato.io Head of R&D