Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

Hello everyone,

First, thank you for what you've done and the help provided

I'm new in the Knowage's World. I just install last week the Knowage 7.1.7 on CentOs8 to see if it could be used at work. It was great, installation gone well, with no issues. 

I add my first "test dataset" with a XLS file, to explore fonctionnalities, but when I create a cockpit, I can create Table or Cross Table witout issue with my data, but when I try to create a Chart, the Chart stay empty, with no data, just blank.

In the console of my web-browser I detect these issues : 

Autofocus processing was blocked because a document already has a focused element.
angular.js:15570 SyntaxError: Invalid or unexpected token


(anonymous) @ angular.js:15570
angular.js:15570 SyntaxError: Invalid or unexpected token
    at Scope.scope.loadChart (chartRenderer.js:136)
    at Scope.scope.init (chartRenderer.js:207)
    at chartRenderer.js:194
    at Scope.$broadcast (angular.js:19723)
    at chartWidget.js:309
    at angular.js:21596
    at TaskTracker.completeTask (angular.js:21234)
    at angular.js:6814
(anonymous) @ angular.js:15570

 

DevTools failed to load SourceMap: Could not load content for http://192.168.102.54:8080/knowage/js/lib/angular/angular_1.4/angular-animate.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
 

DevTools failed to load SourceMap: Could not load content for http://192.168.102.54:8080/knowage/js/lib/angular/angular_1.4/angular-aria.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
 

DevTools failed to load SourceMap: Could not load content for http://192.168.102.54:8080/knowage/js/lib/angular/angular_1.4/angular-sanitize.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
 

DevTools failed to load SourceMap: Could not load content for http://192.168.102.54:8080/knowage/js/lib/angular/angular_1.4/angular-messages.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
 

DevTools failed to load SourceMap: Could not load content for http://192.168.102.54:8080/knowage/js/lib/wheelnav/raphael.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
 

DevTools failed to load SourceMap: Could not load content for http://192.168.102.54:8080/knowage/js/lib/mathjs/4.0.1/math.min.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
 

DevTools failed to load SourceMap: Could not load content for http://192.168.102.54:8080/knowagecockpitengine/js/src-7.1.7/angular_1.4/tools/commons/sbiModule_services/json-patch-duplex.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

So, did I something wrong in the setting up ? Any configuration to change ?

Thank you for your help,

Gauthier.

Environment Knowage 7.1.7
in General Configuration by (170 points)

2 Answers

0 votes

My friend...
I have noticed this same problem for the simple fact of opening the knowage, be it version 7.1.0, 7.1.5 or 7.1.7 with the F12 key console open in the browser.
Searching inside the installation of the knowage, for the "angular-sanitize.min.js.map" for example, I find the referred files...

But inside a folder "/angular_1.5", and not "/angular_1.4".
We need to find out... 

Where we changed this setting to correct the Angular version 1.5 ??

Thanks

by (1.1k points)
0 votes
I am having the same problem in version 7.2.13 CE
by (370 points)
...