Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:N/A
Description
Following javascript errors are seen on webmc. It seems to happen when user first logs on or changes tabs or when user logs out.
frame.document.getElementsByTagName("form")[0] has no properties
[Break on this error] [Ice.Script=new Object,Ice.Ajax.Client].as(function(This,Client){This.Loader=Obj...
Also on logout following message is seen on server :
SEVERE: Failed to close the presentation document because of : null
Jun 5, 2008 2:26:49 PM com.icesoft.faces.presenter.presentation.Presentation end
Presentation
frame.document.getElementsByTagName("form")[0] has no properties
[Break on this error] [Ice.Script=new Object,Ice.Ajax.Client].as(function(This,Client){This.Loader=Obj...
Also on logout following message is seen on server :
SEVERE: Failed to close the presentation document because of : null
Jun 5, 2008 2:26:49 PM com.icesoft.faces.presenter.presentation.Presentation end
Presentation
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.7.1 [ 10122 ] | |
| Assignee Priority | P1 | |
| Assignee | Brad Kroeger [ brad.kroeger ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #16831 | Mon Jun 09 09:56:22 MDT 2008 | brad.kroeger | |
| Files Changed | ||||
MODIFY
/projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/ZipPresentationDocument.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee Priority | P1 | |
| Security | Private [ 10001 ] | |
| Resolution | Fixed [ 1 ] | |
| Assignee | Brad Kroeger [ brad.kroeger ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Revision #16830
Fixed the second part of this issue - SEVERE: Failed to close the presentation document because of : null
Jun 5, 2008 2:26:49 PM com.icesoft.faces.presenter.presentation.Presentation end
Presentation
This was due to the source files not being deleted because the file naming convention had been changed. I re-factored this portion of the application and now all zip files and files extracted from zips are deleted when the presentation concludes.