I have an error while installing Jasper Server. At the end of the installation sugarcrm database is created succesfully but when Jasper Server starts importing something is givi
For me, this issue related to my hostname.
first I got my hostname using:
hostname
Then I updated my hosts file:
nano /etc/hosts
to include my hostname. eg. if my hostname was bobs-server
I added:
127.0.0.1 localhost.localdomain localhost bobs-server
I then restarted my server, and ran the installation of Jasper again.