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.
Activity
Carmen Cristurean
created issue -
Carmen Cristurean
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 4.1.1 [ 12972 ] |
Carmen Cristurean
made changes -
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 |
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. |
Ken Fyten
made changes -
Assignee | Mircea Toma [ mircea.toma ] | |
Assignee Priority | P1 [ 10010 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.0.GA [ 12171 ] | |
Fix Version/s | 4.1.1 [ 12972 ] |
Ken Fyten
made changes -
Affects Version/s | 4.1 [ 11375 ] | |
Affects Version/s | 4.1.1 [ 12972 ] |
Ken Fyten
made changes -
Summary | showcase - icepush causing Mobi components errors | showcase - icepush causing Mobi component errors w/ resource-coalesce=true |
Ken Fyten
made changes -
Summary | showcase - icepush causing Mobi component errors w/ resource-coalesce=true | showcase - icepush causing Mobi component errors w/ coalesce-resources=true |
Mircea Toma
made changes -
Summary | showcase - icepush causing Mobi component errors w/ coalesce-resources=true | showcase - Mobi component errors w/ coalesce-resources=true |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48306 | Fri Feb 26 06:04:33 MST 2016 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/ResourceOrdering.java
|
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.0.BETA [ 13072 ] |
Ken Fyten
made changes -
Fix Version/s | 4.2.BETA [ 13091 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.