Jasperserver 6.4.2 (linux bundle installation) javascript problem: "Error: Load timeout for modules"

I did a fresh install of JasperServer 6.4.2 on a Ubuntu 16.04, a default bundle installation.

Then I configure the apache2 with a proxy pass:

    ProxyPreserveHost On
    ProxyPass /jasperserver http://127.0.0.1:8080/jasperserver
    ProxyPassReverse /jasperserver http://127.0.0.1:8080/jasperserver

But when I enter to the login page, the login button appears disabled, and the javascript console shows errors:

JavaScriptServlet:53 GET http://mydomain.com/jasperserver/runtime/7B8254E2/rest_v2/bundles/AttributeBundle 400 ()
XMLHttpRequest.send @ JavaScriptServlet:53
 
JavaScriptServlet:53 GET http://mydomain.com/jasperserver/runtime/7B8254E2/rest_v2/bundles/CommonBundle 400 ()
XMLHttpRequest.send @ JavaScriptServlet:53
 
require.js:1 Uncaught Error: Load timeout for modules: bundle!AttributeBundle_unnormalized2,bundle!AttributeBundle,bundle!js-sdk/CommonBundle
http://requirejs.org/docs/errors.html#timeout
    at makeError (require.js:1)
    at l (require.js:1)
    at require.js:1
makeError @ require.js:1
l @ require.js:1
(anonymous) @ require.js:1
setTimeout (async)

Please, can anyone help me?

I tried to modify js.config.properties to set deploy.base.url, but nothing...

epineda's picture
25
Joined: Sep 23 2011 - 3:55pm
Last seen: 5 years 3 months ago

0 Answers:

No answers yet
Feedback
randomness