aspose file tools
The moose likes JSF and the fly likes Facelets - Compiler Initialization Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Facelets - Compiler Initialization Error" Watch "Facelets - Compiler Initialization Error" New topic
Author

Facelets - Compiler Initialization Error

Gaurav Kushwaha
Greenhorn

Joined: May 20, 2009
Posts: 19
Hi,
I am getting this exception. This particular jar is present. However, when I close the web-page and starts again, its working fine.
After the ZipException, NullPointerException is coming.

When just the NullPointerException was coming at NamespaceHandler, I have upgraded to the latest version of jsf-facelets.jar.
Please help.

00000031 compiler E Compiler Initialization Error
java.util.zip.ZipException: No such file or directory /var/WebSphere/cell/properties/PrinCicsCon.properties.zip
at java.util.zip.ZipFile.open(Native Method)
-----
-----
-----
00000031 viewhandler E Error Rendering View[/xhtml/individualSearch.xhtml]
java.lang.NullPointerException
at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
 
 
subject: Facelets - Compiler Initialization Error
 
Similar Threads
wicket 1.3 and spring 2.5.1,hibernate issues in WAS6
Migration from Websphere 5.1 to RAD 6.0
j_security_check is not redirecting to the requested web serivce.
j_security_check is not redirecting to requested Web service after successful login.
Error Rendering View