Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView WebServer is not getting started. ErrorSystem.Net.HttpListenerException: The process cannot access the file because it is being used by another process

===================
Product name: QvWebServer
Client Build Number: 9.0.7119.4
Target Platform:



files information
=================
config_x64.xml: Date=4/21/2009 10:10:18 AM, Version=
LogReformatv2.xsl: Date=5/21/2009 2:10:08 AM, Version=
pix.dll: Date=5/21/2009 4:12:54 AM, Version=9.00.7119.4
QvsNetRemote.dll: Date=5/21/2009 4:12:56 AM, Version=9.00.7119.4
QVSWrapper.dll: Date=5/21/2009 4:12:56 AM, Version=9.00.7119.4
QvWebServer.exe: Date=5/21/2009 4:12:56 AM, Version=9.00.7119.4
Snmp.dll: Date=5/21/2009 4:12:56 AM, Version=9.00.7119.4
SolutionGlobal.dll: Date=5/21/2009 4:12:54 AM, Version=9.00.7119.4
text.xml: Date=5/21/2009 2:12:36 AM, Version=
Wrappers.dll: Date=5/21/2009 4:12:56 AM, Version=9.00.7119.4

1/14/2011 18:23:28.2574418 Information Configured directories
1/14/2011 18:23:28.2574418 Information Load Settings from: C:\Documents and Settings\All Users\Application Data\QlikTech\QvWebServer\config.xml
1/14/2011 18:23:28.2886908 Information register prefix: "https://+:443/scripts/"
1/14/2011 18:23:28.2886908 Warning https error. Exception: System.Net.HttpListenerException: The process cannot access the file because it is being used by another process
at System.Net.HttpListener.AddAll()
at System.Net.HttpListener.Start()
at QlikView.WebServer.HttpServiceComponent.CreateAndStartHttpListener()
1/14/2011 18:23:28.2886908 Information register prefix: "http://+:80/qlikview/"
1/14/2011 18:23:28.2886908 Information register prefix: "http://+:80/qvanalyzer/"
1/14/2011 18:23:28.2886908 Information register prefix: "http://+:80/qvclients/"
1/14/2011 18:23:28.2886908 Information register prefix: "http://+:80/qvplugin/"
1/14/2011 18:23:28.2886908 Information register prefix: "http://+:80/qvjava/"
1/14/2011 18:23:28.2886908 Information register prefix: "http://+:80/qvajaxzfc/"
1/14/2011 18:23:28.2886908 Information register prefix: "http://+:80/qvprint/"
1/14/2011 18:23:28.2886908 Information register prefix: "http://+:4750/"
1/14/2011 18:23:28.2886908 Information register prefix: "http://+:80/scripts/"
1/14/2011 18:23:28.2886908 Error System.Net.HttpListenerException: The process cannot access the file because it is being used by another process
at System.Net.HttpListener.AddAll()
at System.Net.HttpListener.Start()
at QlikView.WebServer.HttpServiceComponent.CreateAndStartHttpListener()
at QlikView.WebServer.HttpServiceComponent.Init(String[] args)
at QlikView.WebServer.HttpServiceComponent.Start(String[] args)

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

do you have SKYPE running on the machine?

SKYPE and some other products (MS IIS) are also using port 80.

You can SKYPE configure to use another port. That should solve the issue.

Good luck!

Rainer

View solution in original post

4 Replies
Not applicable
Author

Hi,

do you have SKYPE running on the machine?

SKYPE and some other products (MS IIS) are also using port 80.

You can SKYPE configure to use another port. That should solve the issue.

Good luck!

Rainer

Not applicable
Author

Thanks alot..!!!!

It solved my problem. But log is not really intuitive.. 😞

Not applicable
Author

Hi,

Also try to change those lines in Config.xml to for example Port 81

<Config>

<Port>81</Port>

<HttpsPort>-1</HttpsPort>

<TunnelHost>localhost</TunnelHost>

<Synchronous>False</Synchronous>

<ConfigUrl>http://_:4750/qvws.asmx</ConfigUrl>

<TunnelUrl>http://_:81/scripts/QVSTunnel.dll</TunnelUrl>

<QvsStatusUrl>http://_:81/QvAjaxZfc/QvsStatus.aspx</QvsStatusUrl>

<LogLevel>Information</LogLevel>

<UseCompression>True</UseCompression>

<InstallationPath>C:\Program Files\QlikView\Server\QvWebServer</InstallationPath>

<QvsTimeout>60</QvsTimeout

SunilChauhan
Champion II
Champion II

hello tryggve.johansson,

your post is helpful to me .

Sunil Chauhan