Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: Bridge, Sample Apps
-
Labels:None
-
Environment:ICEfaces 4.1.1 Jenkins Build# 6 / ICEfaces4 trunk Jenkins Build# 1829
Browsers: all
Server: Tomcat 7.0.42
-
Assignee Priority:P1
Description
showcase-mobile > all Mobile components demos:
The demo pages are blank, and JS errors can be seen in browser console when navigating to any Mobi component demo, after seeing the progressBar > Push demo.
Refreshing the page restores the Mobi demo, however the browser console error occurs again when navigating to another Mobi demo.
Error: jsf.ajax.request: source not set
http://localhost:8080/showcase/javax.faces.resource/jsf.js.jsf?ln=javax.faces&v=4_2_0_160223
Line 1
This issue can also be reproduced with Mojarra 2.2.12, but not with MyFaces JSF.
Using Jenkins ICEfaces 4.1.1 Build #6, the error can be reproduced immediately on Tomcat 7.0.42. After modifying the web.xml to disable resource coalescing, the error went away. After re-enabling resource coalescing, the error could be reproduced again on Firefox41, but only after cleaning and restarting the server twice. On Chrome the error could not be reproduced again after re-enabling resource coalescing. The appearance of this error seems to be random.
The demo pages are blank, and JS errors can be seen in browser console when navigating to any Mobi component demo, after seeing the progressBar > Push demo.
Refreshing the page restores the Mobi demo, however the browser console error occurs again when navigating to another Mobi demo.
Error: jsf.ajax.request: source not set
http://localhost:8080/showcase/javax.faces.resource/jsf.js.jsf?ln=javax.faces&v=4_2_0_160223
Line 1
This issue can also be reproduced with Mojarra 2.2.12, but not with MyFaces JSF.
Using Jenkins ICEfaces 4.1.1 Build #6, the error can be reproduced immediately on Tomcat 7.0.42. After modifying the web.xml to disable resource coalescing, the error went away. After re-enabling resource coalescing, the error could be reproduced again on Firefox41, but only after cleaning and restarting the server twice. On Chrome the error could not be reproduced again after re-enabling resource coalescing. The appearance of this error seems to be random.
Note that I've now reproduced this issue using ICEfaces 4.1.0 release libs.
If you deploy the showcase to tomcat (with coalesce-resources = true, which is the default on the IF 4 trunk now), it seems to happen regularly.
If you don't see it right away, close the browser tab, clear the cache again, and load the sample again.