Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
Sender Email:
-
HD-Chapter:Apps
-
HD-Enabler:Knowage
Description
Knowage is not able to use data sets in documents (Cockpit or Generic Document):
When i try to use my data sets (any of them), in the Cockpit when i load the document, i get the error:
"Unable to load data from dataset orion_navigation
Please check dataset & widget config".
If i try to use it in a chart i don't get any error but the documment is empty.
I have different datasets, restapi or mongodb query, and when i click preview in the data sets are correct.
The knowage server is in a EC2 AWS instance, the insance is running Ubuntu 16.03.3. I've installed the knowage using the installer for unix: 'Knowge-6_1_1-CE'
By the way, i get redirected in localhost so i use the script of the docker repository to change it to the public address:
"
sed -i "s|http:\/\/.*:8080|http:\/\/$
sed -i "s|http:\/\/.*:8080\/knowage|http:\/\/localhost:8080\/knowage|g" ${KNOWAGE_DIRECTORY}/${APACHE_TOMCAT_PACKAGE}/conf/server.xml
sed -i "s|http:\/\/localhost:8080|http:\/\/${PUBLIC_ADDRESS}
:8080|g" $
{KNOWAGE_DIRECTORY}/$
{APACHE_TOMCAT_PACKAGE}/webapps/knowage/WEB-INF/web.xml
"
Regards.
Eslem Alzate.
__________________________________________________________________________________________
You can get more information about our cookies and privacy policies on the following links:
- http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_Privacy_Policy
- http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE
Fiware-tech-help mailing list
Fiware-tech-help@lists.fiware.org
https://lists.fiware.org/listinfo/fiware-tech-help
[Created via e-mail received from: =?UTF-8?Q?FruitsApp?= <eslem@fruitsapp.com>]
The issue has been emailed:
Hi
looking at log file you attached in issue https://jira.fiware.org/browse/HELP-12960 I see that the data source for orion_navigation dataset is wrong: it is querying the foodmart_demo MySQL database (the one provided by knowage installer for demo analyses), instead of your database.
Please fix it and retry.
Regarding redirection to localhost, the only configuration you have to perform is setting host_url as described here:
https://knowage.readthedocs.io/en/latest/admin/README/index.html#installation-from-released-package
Hope this helps
Best regards
Davide