Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Starting Sense on server without InternetConnection takes too long

We are running Sense on a server which has no InternetConnection.

Starting the application takes about 15 minutes!. In one of the log files i noticed that de application is trying to connect to http://www.w3.org/TR/html4/strict.dtd.

This off course fails due to the absence of an internetconnection.

he application however retries this command 75 times with a 10 second interval which result in almost 13 minutes of waiting.

Any solution for this?

Part of the logfile:

253 20170116T103503.805+0100 qliksense.<Mycompany>.nl 4.5.1 Request INFO Request 74 will be sent: https://qliksense.<Mycompany>.nl:4242/qrs/servernodeconfiguration/full (GET), payload: <no payload>
254 20170116T103503.805+0100 qliksense.<Mycompany>.nl 4.5.1 Request WARN Request 74 failed (status 404): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Not Found</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Not Found</h2>
<hr><p>HTTP Error 404. The requested resource is not found.</p>
</BODY></HTML>

255 20170116T103503.820+0100 qliksense.<Mycompany>.nl 4.5.1 Global WARN Repository configuration not available, re-trying in 10 second(s)...: Request 74 failed (status 404): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Not Found</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Not Found</h2>
<hr><p>HTTP Error 404. The requested resource is not found.</p>
</BODY></HTML>

0 Replies