Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

When I am trying to open Qliksense server, the following error is displayed:HTTP Error 404. The requested resource is not found.

Hi all,

Suddenly My qlik sense server stopped working. It is showing the following error:

HTTP Error 404. The requested resource is not found.

Anyone, please help me to resolve this issue.

Regards,

Saranya

1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

Something else is running on that port because that message isn't a Qlik Sense message. Here's a 404 error from Qlik Sense:

x4Ho4nr.png

To connect to the Dev Hub for Qlik Sense Desktop then you should use: http://localhost:4848/dev-hub/

To collect to the QMC for Server then you would just need to use: https://localhost/qmc/ / http://localhost/qmc/ (or replace with the ServerName / IP address).

View solution in original post

22 Replies
Levi_Turner
Employee
Employee

Can you provide a screenshot of the message? (i.e. is this Qlik Sense delivering the error message or something else)

The ideal logs here will be Log > Proxy > Trace > System and potentially the Log > Repository > Trace > System log as well

reddy-s
Master II
Master II

Hi Saranya,

Are all the services up and running? I would try restarting the QlikSense Repository Database Service.

reddy-s
Master II
Master II

As Levi mentioned, skimming through the  log files will help you as well.

pablolabbe
Partner Ambassador
Partner Ambassador

Have you tried to open with https ?

Not applicable
Author

Thanks for all your reply.

All my services are running perfectly. The problem is not able to login. Even my Qliksense desktop localhost:4848/hub/ also not working.It is also throwing the same error HTTP Error 404.The requested resource is not found

Here I am attaching my logfiles. Please suggest me some solutions

Levi_Turner
Employee
Employee

Something else is running on that port because that message isn't a Qlik Sense message. Here's a 404 error from Qlik Sense:

x4Ho4nr.png

To connect to the Dev Hub for Qlik Sense Desktop then you should use: http://localhost:4848/dev-hub/

To collect to the QMC for Server then you would just need to use: https://localhost/qmc/ / http://localhost/qmc/ (or replace with the ServerName / IP address).

Not applicable
Author

Thanks Levi.

Please check the snapshot. I am getting the following error while trying to connect to localhost dev-hub. How can I resolve my issue. kindly suggest some ideas. Even https://localhost/qmc/ / also giving me the same error as I mentioned earlier :C

localhosterror.png

Not applicable
Author

Thank u all,

My issue got solved. SQL Repository service was running on the same port. I stopped SQL services. Then my Qlik sense server started working.

Regards,

Saranya

Levi_Turner
Employee
Employee

Perfect. I was in the process of typing out some thoughts, but basically running a netstat -ano command to see what's binding to 4848 would be at the top of the list