Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

problems with port 4750, soap server in qlikview 11

Hello,

i want to install Qlikview Server v11.

Everything was running fine, licence is ok but the webserver is not running.

We have Blade Logic service on the service which uses port 4750.

When trying to start the webserver i have this error :

Service cannot be started. System.ServiceModel.AddressAlreadyInUseException: HTTP could not register URL http://+:4750/QVWS/Service/ because TCP port 4750 is being used by another application. ---> System.Net.HttpListenerException: The process cannot access the file because it is being used by another process

So i went to the config.xml of the webserver to change the port 4750 to 4850

  <ConfigUrl>http://_:4850/QVWS/Service</ConfigUrl>

(everything else is by default)

and restarted the Qlikview Webserver service

Same error  and still trying to connect to port 4750 for soap server.

How can i change that ?

and what may cause the https error ?

16/12/2011 18:22:34.0547062 Information register prefix: "https://+:443/scripts/"
16/12/2011 18:22:34.0547062 Information Connect to server: localhost
16/12/2011 18:22:34.0703321 Warning https error. Exception: System.Net.HttpListenerException (0x80004005): The tracking (workstation) service is not running
   at System.Net.HttpListener.AddAllPrefixes()
   at System.Net.HttpListener.Start()
   at QlikView.AccessPoint.HttpServiceComponent.CreateAndStartHttpListener()
16/12/2011 18:22:34.0703321 Information register prefix: "http://+:80/scripts/"
16/12/2011 18:22:34.0703321 Information register prefix: "http://+:80/qvajaxzfc/"
16/12/2011 18:22:34.0703321 Information register prefix: "http://+:80/qlikview/"
16/12/2011 18:22:34.0703321 Information register prefix: "http://+:80/qvdesktop/"
16/12/2011 18:22:34.0703321 Information register prefix: "http://+:80/qvplugin/"
16/12/2011 18:22:34.0859580 Information Attempting to start QVWS soap server at port 4750...
16/12/2011 18:22:34.1640875 Information Success Connect to: localhost
16/12/2011 18:22:34.1640875 Information <Global method="QvVersion"></Global>
16/12/2011 18:22:34.1797134 Information <Global><_retval_>11.00.11149.0</_retval_></Global>

what can i do ??

thanks

4 Replies
Not applicable
Author

i have fixed the :443 error by starting HTTP SSL

but the 4750 soap server is still occuring

stephencredmond
Luminary Alumni
Luminary Alumni

I found this before I found the solution so I thought I would update it here for other people's information.

You need to change the port in C:\Program Files\QlikView\Server\Web Server\QVWebServer.exe.config

Regards,

Stephen

larshilkefi
Partner - Contributor
Partner - Contributor

I had this problem today and this solution is still valid in 12.2 but the file location has changed:

C:\Program Files\QlikView\Server\Web Server Settings\QVWebServerSettingsService.exe.config

Change the port number to for example 4850.

    <!-- The port the service listens to. -->

    <add key="WebservicePort" value="4750"/>

Restart services and you're good to go.

/Lars

darcibelon
Contributor
Contributor

Hi Lars,

Your hint saves my installation!

Thanks!!