| Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 21/07/2007 09:08:11
|
ITVGuy2000
Joined: 21/07/2007 00:00:00
Messages: 5
Offline
|
After installing the ICEfaces and runtime libraries modules in Netbeans, NetBeans will no longer startup and reports a null pointer exception.
java.lang.IllegalStateException: No Menu/
at org.openide.awt.MenuBar.<init>(MenuBar.java:101)
at org.netbeans.core.windows.view.ui.MainWindow.createMenuBar(MainWindow.java:312)
at org.netbeans.core.windows.view.ui.MainWindow.initializeComponents(MainWindow.java:150)
at org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:506)
at org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:485)
at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:169)
at org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:244)
at org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:233)
at org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:170)
at org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:91)
at org.netbeans.core.windows.Central.setVisible(Central.java:80)
at org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:716)
at org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:62)
[catch] at org.netbeans.core.NonGui$3.run(NonGui.java:229)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Furthermore, there is NO clear documentation regarding how to setup Netbeans with the four different files available for download from ICEfaces.org.
Bad Form!!!
Bad News!!!!
How hard can it be?
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 23/07/2007 09:02:44
|
frank.ye
Joined: 26/10/2004 00:00:00
Messages: 709
Offline
|
The following exception more likely to relate to a menu loading or modules has menu with netbeans.
java.lang.IllegalStateException: No Menu/
at org.openide.awt.MenuBar.<init>(MenuBar.java:101)
None of the code coming from com.icesoft or org.icefaces ...
Could elaborate more on how you getting the exception?
Here is a link on how to write a bug report:
http://developer.mozilla.org/en/docs/Bug_writing_guidelines
There are three files for you to download related to netbeans.
If you unzip the file, the readme file is avaliable in the doc folder.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 24/07/2007 14:41:49
|
ITVGuy2000
Joined: 21/07/2007 00:00:00
Messages: 5
Offline
|
The following exception more likely to relate to a menu loading or modules has menu with netbeans.
java.lang.IllegalStateException: No Menu/
at org.openide.awt.MenuBar.<init>(MenuBar.java:101)
None of the code coming from com.icesoft or org.icefaces ...
Could elaborate more on how you getting the exception?
I am sorry, I was very tired when I wrote the quoted post. There were several exceptions and I only copy and pasted the last that showed up on my screen. As I mentioned, to get this (and many other) eception(s), download the three files, install the netbeans modules, restart netbeans (options do not show up for creating an ICEfaces application in frameworks until netbeans is restarted), create an application. Try to run application, missing classes. Try to restart netbeans again. No restart possible lots and lots of exceptions.
There are three files for you to download related to netbeans.
If you unzip the file, the readme file is avaliable in the doc folder.
There are four:
- ICEfaces-1.6.0-bin.zip
- ICEfaces-NetBeans-IDE-v2.0.1.zip
- ICEfaces-1.6.0-libs-NetBeans.zip
- ICEfaces-1.6.0-complib-Netbgeans.zip
I have unzipped all of the files, and followed the instructions I could as they pertained to setting up Netbeans to use ICEfaces. I certainly hope you are not suggesting that the readme files are adequate. I followed the instructions in spite of my many unanswered questions, and ended up as described above. Questions like for instance:
1) What are the dependancies between the files listed above?
2) Do I need to install all three Netbeans files, or some subset?
3) Are there additional steps required to setup my classpath include ICEfaces? Do I need to copy any files into my libs directory? Do I need to setup a runtime property for the ICEfaces libraries?
4) Once setup correctly are additional steps required?
I strongly suggest a hello world tutorial for ICEfaces with Netbeans so that these types of questions can be laid to rest and users can proceed with confidence.
I had to reinstall Netbeans after my initial experimentation with ICEfaces. I am hesitant to go through this again, especially considering there are alternatives available to me. Can you please confirm that ICEfaces Netbeans Modules are tested and do indeed work?
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 24/07/2007 14:53:20
|
frank.ye
Joined: 26/10/2004 00:00:00
Messages: 709
Offline
|
If you are not planning to use visual web project, you only need the following two modules for netbeans:
- ICEfaces-NetBeans-IDE-v2.0.1.zip
- ICEfaces-1.6.0-libs-NetBeans.zip
as naming suggested, one is for library and the other one is for IDE integration.
the nbm file is avaliable inside the zip file.
You need to install
- ICEfaces-1.6.0-libs-NetBeans.zip
and
- ICEfaces-NetBeans-IDE-v2.0.1.zip
We could provide wizard project in the coming netbeans 6.0 release ....
Netbeans 5.5 or 5.5.1 is supported at 1.6 release.
Could you try it and let us know how it works for you?
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 24/07/2007 16:12:58
|
oleczek
Joined: 24/01/2007 00:00:00
Messages: 92
Offline
|
Works for me quite well. I'm using netbeans 5.5.1 with VWP. Here are the steps that I followed
1. Tools-Update Center to install com-icesoft-ide-netbeans-libs-module.nbm from ICEfaces-1.6.0-libs-NetBeans
2. Tools-Update Center to install com-icesoft-faces-vwp-ide.nbm from ICEfaces-NetBeans-VWP-IDE
3. Tools-Component Library Manager to import icefaces-webui.complib from ICEfaces-1.6.0-complib-NetBeans
If you use VWP create new VisualWeb Project. In the project tab click on project name and select 'Enable IceFaces'. You might need to right click in Palette tab and select 'Refresh Palette' to see IceFaces components.
The only time I had trouble with Netbeans (unable to start among others ) was when I was manually messing around with jar files.
Olek
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 25/07/2007 03:30:05
|
ITVGuy2000
Joined: 21/07/2007 00:00:00
Messages: 5
Offline
|
While I have the VWP installed due to the fact that I have two applications that use it, I do not wish to use it for my ICEfaces based applications.
You need to install
- ICEfaces-1.6.0-libs-NetBeans.zip
and
- ICEfaces-NetBeans-IDE-v2.0.1.zip
We could provide wizard project in the coming netbeans 6.0 release ....
Netbeans 5.5 or 5.5.1 is supported at 1.6 release.
Could you try it and let us know how it works for you?
I have tried this configuration multiple times now. This time I was able to install, then uninstall the ICEfaces modules without hanging NetBeans.
What I did experience were:
- After selecting ICEFaces from the project frameworks dialog and clicking finish. I got a quick succession of error and warning dialogs, none of which I could read.
- Deploying the default do nothing applicaiton to my remote server, I got an the following:
------------------------------------------------------------------------------------
[#|2007-07-24T23:55:36.892-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]
[#|2007-07-25T00:20:58.763-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=11;_ThreadName=httpWorkerThread-4848-0;/var/tmp/s1astempdomain1server466394029/TestICEFaces.war;|ADM1006:Uploading the file to:[/var/tmp/s1astempdomain1server466394029/TestICEFaces.war]|#]
[#|2007-07-25T00:22:19.631-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=12;_ThreadName=Thread-27;|deployed with moduleid = TestICEFaces|#]
[#|2007-07-25T00:22:27.351-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.admin|_ThreadID=13;_ThreadName=httpWorkerThread-4848-1;ModuleDeployEvent -- enable web/TestICEFaces;|ADM1041:Sent the event to instance:[ModuleDeployEvent -- enable web/TestICEFaces]|#]
[#|2007-07-25T00:22:27.579-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-4848-1;TestICEFaces;server;/TestICEFaces;|WEB0100: Loading web module [TestICEFaces] in virtual server [server] at [/TestICEFaces]|#]
[#|2007-07-25T00:22:29.490-0400|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=httpWorkerThread-4848-1;/TestICEFaces;|Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/TestICEFaces'|#]
[#|2007-07-25T00:22:29.498-0400|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=httpWorkerThread-4848-1;/TestICEFaces;|Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/TestICEFaces'|#]
[#|2007-07-25T00:22:35.886-0400|WARNING|sun-appserver-pe9.0|com.icesoft.faces.webapp.http.servlet.SessionDispatcher|_ThreadID=14;_ThreadName=httpWorkerThread-80-1;_RequestID=15ebb15d-b67f-4b8b-a779-59b30651d20a;|java.lang.ExceptionInInitializerError|#]
[#|2007-07-25T00:22:35.910-0400|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=httpWorkerThread-80-1;_RequestID=15ebb15d-b67f-4b8b-a779-59b30651d20a;|StandardWrapperValve[Persistent Faces Servlet]: Servlet.service() for servlet Persistent Faces Servlet threw exception
javax.servlet.ServletException: Session expired
at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:38)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
|#]
[#|2007-07-25T00:22:48.203-0400|WARNING|sun-appserver-pe9.0|com.icesoft.faces.webapp.http.servlet.SessionDispatcher|_ThreadID=14;_ThreadName=httpWorkerThread-80-1;_RequestID=15ebb15d-b67f-4b8b-a779-59b30651d20a;|java.lang.NoClassDefFoundError: Could not initialize class com.icesoft.faces.webapp.http.core.PageServer|#]
[#|2007-07-25T00:22:48.208-0400|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=httpWorkerThread-80-1;_RequestID=15ebb15d-b67f-4b8b-a779-59b30651d20a;|StandardWrapperValve[Persistent Faces Servlet]: Servlet.service() for servlet Persistent Faces Servlet threw exception
javax.servlet.ServletException: Session expired
at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:38)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
|#]
[#|2007-07-25T00:23:17.507-0400|WARNING|sun-appserver-pe9.0|com.icesoft.faces.webapp.http.servlet.SessionDispatcher|_ThreadID=15;_ThreadName=httpWorkerThread-80-0;_RequestID=540f5512-f831-42b2-bffd-d102990e14c8;|java.lang.NoClassDefFoundError: Could not initialize class com.icesoft.faces.webapp.http.core.PageServer|#]
[#|2007-07-25T00:23:17.512-0400|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=httpWorkerThread-80-0;_RequestID=540f5512-f831-42b2-bffd-d102990e14c8;|StandardWrapperValve[Persistent Faces Servlet]: Servlet.service() for servlet Persistent Faces Servlet threw exception
javax.servlet.ServletException: Session expired
at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:38)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
|#]
[#|2007-07-25T03:18:46.187-0400|INFO|sun-appserver-pe9.0|javax.enterprise.system.core.security|_ThreadID=11;_ThreadName=httpWorkerThread-4848-0;admin;|SEC5046: Audit: Authentication refused for [admin].|#]
[#|2007-07-25T03:18:46.220-0400|WARNING|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=11;_ThreadName=httpWorkerThread-4848-0;_RequestID=1bb85d9e-3834-48dc-8518-9398e7611c13;|Web login failed: Login failed: javax.security.auth.login.LoginException: Failed file login for admin.|#]
[#|2007-07-25T03:19:55.482-0400|INFO|sun-appserver-pe9.0|com.icesoft.faces.util.event.servlet.ContextEventRepeater|_ThreadID=16;_ThreadName=Thread-28;|Servlet Context Name: , Server Info: Sun Java System Application Server Platform Edition 9.0_01|#]
-----------------------------------------------------------------------------------
Trying to deploy locally, I got the following:
[#|2007-07-25T10:51:16.032+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]
[#|2007-07-25T10:51:49.530+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=11;_ThreadName=Thread-32;|deployed with moduleid = ICEFacesTest|#]
[#|2007-07-25T10:51:51.843+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;ICEFacesTest;server;/ICEFacesTest;|WEB0100: Loading web module [ICEFacesTest] in virtual server [server] at [/ICEFacesTest]|#]
[#|2007-07-25T10:51:52.865+0300|INFO|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;/ICEFacesTest;|Initializing Sun's JavaServer Faces implementation (1.2_03-b09-FCS) for context '/ICEFacesTest'|#]
[#|2007-07-25T10:51:53.495+0300|INFO|sun-appserver-pe9.0|com.icesoft.faces.application.D2DViewHandler|_ThreadID=12;_ThreadName=httpWorkerThread-4848-0;|
ICEsoft Technologies, Inc.
ICEfaces 1.6.0
Build number: 15
Revision: 14409
|#]
[#|2007-07-25T10:52:22.467+0300|SEVERE|sun-appserver-pe9.0|com.icesoft.faces.webapp.parser.Parser|_ThreadID=13;_ThreadName=httpWorkerThread-8081-0;_RequestID=110f82dc-196a-4d3e-9b3b-99f0af91d044;|Failed to execute JSP lifecycle.
java.lang.IllegalStateException: ICEfaces parser unable to determine JSF implementation ViewTag class.
at com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:128)
at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:557)
at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:154)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
at com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:26)
at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:125)
at com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:31)
at com.icesoft.faces.webapp.http.servlet.BasicAdaptingServlet.service(BasicAdaptingServlet.java:16)
at com.icesoft.faces.webapp.http.servlet.SingleViewServlet.service(SingleViewServlet.java:45)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:97)
at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
|#]
[#|2007-07-25T10:52:22.477+0300|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=13;_ThreadName=httpWorkerThread-8081-0;_RequestID=110f82dc-196a-4d3e-9b3b-99f0af91d044;|executePhase(RENDER_RESPONSE 6,com.icesoft.faces.context.BridgeFacesContext@1c19e22) threw exception
javax.faces.FacesException: Can't parse stream for /index.jsp Failed to execute JSP lifecycle.
at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:563)
at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:154)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
at com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:26)
at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:125)
at com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:31)
at com.icesoft.faces.webapp.http.servlet.BasicAdaptingServlet.service(BasicAdaptingServlet.java:16)
at com.icesoft.faces.webapp.http.servlet.SingleViewServlet.service(SingleViewServlet.java:45)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:97)
at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
Caused by: javax.faces.FacesException: Failed to execute JSP lifecycle.
at com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:140)
at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:557)
... 41 more
Caused by: java.lang.IllegalStateException: ICEfaces parser unable to determine JSF implementation ViewTag class.
at com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:128)
... 42 more
|#]
[#|2007-07-25T10:52:22.497+0300|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=httpWorkerThread-8081-0;_RequestID=110f82dc-196a-4d3e-9b3b-99f0af91d044;|StandardWrapperValve[Persistent Faces Servlet]: Servlet.service() for servlet Persistent Faces Servlet threw exception
javax.faces.FacesException: java.lang.IllegalStateException: ICEfaces parser unable to determine JSF implementation ViewTag class.
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:309)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
at com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:26)
at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:125)
at com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:31)
at com.icesoft.faces.webapp.http.servlet.BasicAdaptingServlet.service(BasicAdaptingServlet.java:16)
at com.icesoft.faces.webapp.http.servlet.SingleViewServlet.service(SingleViewServlet.java:45)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:97)
at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
Caused by: java.lang.IllegalStateException: ICEfaces parser unable to determine JSF implementation ViewTag class.
at com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:128)
at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:557)
at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:154)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
... 38 more
|#]
[#|2007-07-25T11:03:45.129+0300|INFO|sun-appserver-pe9.0|javax.enterprise.tools.launcher|_ThreadID=10;_ThreadName=main;|
C:/JDev/Java/jdk1.5.0_11\bin\java
-client
-Dcom.sun.aas.defaultLogFile=C:/JDev/AppServer/domains/domain1/logs/server.log
-Dcom.sun.aas.verboseMode=true
-Djava.endorsed.dirs=C:/JDev/AppServer/lib/endorsed
-Djava.security.policy=C:/JDev/AppServer/domains/domain1/config/server.policy
-Djava.security.auth.login.config=C:/JDev/AppServer/domains/domain1/config/login.conf
-Dsun.rmi.dgc.server.gcInterval=3600000
-Dsun.rmi.dgc.client.gcInterval=3600000
-Djavax.net.ssl.keyStore=C:/JDev/AppServer/domains/domain1/config/keystore.jks
-Djavax.net.ssl.trustStore=C:/JDev/AppServer/domains/domain1/config/cacerts.jks
-Djava.ext.dirs=C:/JDev/Java/jdk1.5.0_11/jre/lib/ext;C:/JDev/AppServer/domains/domain1/lib/ext;C:/JDev/AppServer/javadb/lib
-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,C:/JDev/AppServer/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,C:/JDev/AppServer/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Dcom.sun.aas.configName=server-config
-Ddomain.name=
-Djmx.invoke.getters=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
-Dcom.sun.aas.instanceRoot=C:/JDev/AppServer/domains/domain1
-Dcom.sun.aas.domainName=
-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/JDev/Java/jdk1.5.0_11/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,C:/JDev/AppServer/imq/lib/jaxm-api.jar,C:/JDev/AppServer/imq/lib/fscontext.jar,C:/JDev/AppServer/imq/lib/imqbroker.jar,C:/JDev/AppServer/imq/lib/imqjmx.jar,C:/JDev/AppServer/imq/lib/imqxm.jar,C:/JDev/AppServer/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,C:/JDev/AppServer/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,C:/JDev/AppServer/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
-Dcom.sun.aas.classloader.serverClassPath=C:/JDev/AppServer/lib/install/applications/jmsra/imqjmsra.jar,C:/JDev/AppServer/imq/lib/jaxm-api.jar,C:/JDev/AppServer/imq/lib/fscontext.jar,C:/JDev/AppServer/imq/lib/imqbroker.jar,C:/JDev/AppServer/imq/lib/imqjmx.jar,C:/JDev/AppServer/lib/ant/lib/ant.jar,C:/JDev/AppServer/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
-Dcom.sun.aas.classloader.appserverChainJars.ee=
-Dcom.sun.aas.configRoot=C:/JDev/AppServer/config
-Djava.library.path=C:\JDev\AppServer\lib;C:\JDev\AppServer\lib;C:\JDev\Java\jdk1.5.0_11\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\JDev\AppServer\lib;C:\JDev\AppServer\bin;C:\JDev\AppServer\bin;C:\JDev\AppServer\bin;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Ulead Systems\MPEG;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\QuickTime\QTSystem\;c:\JDev\Java\jdk1.5.0_11\bin;C:\Program Files\vslick\win;c:\program files\MySQL\MySQL Server 4.1\bin;c:\JDev\cvs;C:\Program Files\SSH Communications Security\SSH Secure Shell;c:\JDev\glassfish\bin
-Dcom.sun.aas.instanceName=server
-Dcom.sun.aas.processLauncher=SE
-Dcom.sun.aas.installRoot=C:/JDev/AppServer
-Dcom.sun.aas.ClassPathPrefix=
-Dcom.sun.aas.ClassPathSuffix=
-Dcom.sun.aas.ServerClassPath=
-cp
;C:/JDev/AppServer/lib/appserv-launch.jar
com.sun.enterprise.server.PELaunch
stop
verbose|#]
[#|2007-07-25T11:03:53.300+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]
[#|2007-07-25T11:03:53.300+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|sending notification to server...server|#]
[#|2007-07-25T11:03:53.461+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;|CORE5051: Shutting down all J2EE applications ...|#]
[#|2007-07-25T11:03:53.691+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.ejb|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;2007/07/25 11:03:53;|EJB5122:EJB Timer Service shutdown at [2007/07/25 11:03:53]|#]
[#|2007-07-25T11:03:53.691+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;|CORE 5060 : Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]
[#|2007-07-25T11:03:53.761+0300|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;__ds;|RAR7094: __ds shutdown successful.|#]
[#|2007-07-25T11:03:53.761+0300|INFO|sun-appserver-pe9.0|javax.enterprise.resource.resourceadapter|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;__xa;|RAR7094: __xa shutdown successful.|#]
[#|2007-07-25T11:03:53.761+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;|CORE 5061 : Resource adapters Stop() Complete|#]
[#|2007-07-25T11:03:53.761+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;|CORE5052: Application shutdown complete.|#]
[#|2007-07-25T11:03:54.372+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;|[AutoDeploy] Disabling AutoDeployment service.|#]
[#|2007-07-25T11:03:54.382+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]
[#|2007-07-25T11:03:54.412+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;8081;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8081|#]
[#|2007-07-25T11:03:54.502+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;8181;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]
[#|2007-07-25T11:03:54.562+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;4848;|WEB0713: Stopping Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]
[#|2007-07-25T11:04:11.356+0300|INFO|sun-appserver-pe9.0|org.apache.catalina.session.ManagerBase|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;|Cannot serialize session attribute 1/com.icesoft.faces.sessionAuxiliaryData for session fc5c87f1436f6650556b3e6f38ca0
java.io.NotSerializableException: com.icesoft.faces.webapp.http.servlet.ServletExternalContext
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
at java.util.HashMap.writeObject(HashMap.java:1039)
at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
at java.util.HashMap.writeObject(HashMap.java:1039)
at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
at org.apache.catalina.session.StandardSession.writeObject(StandardSession.java:1853)
at org.apache.catalina.session.StandardSession.writeObjectData(StandardSession.java:1040)
at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:580)
at org.apache.catalina.session.StandardManager.unload(StandardManager.java:505)
at org.apache.catalina.session.StandardManager.stop(StandardManager.java:750)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4876)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1149)
at com.sun.enterprise.web.VirtualServer.stop(VirtualServer.java:321)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1149)
at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:525)
at org.apache.catalina.startup.Embedded.stop(Embedded.java:962)
at com.sun.enterprise.web.WebContainer.stop(WebContainer.java:861)
at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:746)
at com.sun.enterprise.web.PEWebContainerLifecycle.onShutdown(PEWebContainerLifecycle.java:83)
at com.sun.enterprise.server.ondemand.ServiceGroup.stopLifecycleServices(ServiceGroup.java:286)
at com.sun.enterprise.server.ondemand.WebServiceGroup.stop(WebServiceGroup.java:218)
at com.sun.enterprise.server.ondemand.ServiceGroup.stopChildren(ServiceGroup.java:232)
at com.sun.enterprise.server.ondemand.MainServiceGroup.stop(MainServiceGroup.java:51)
at com.sun.enterprise.server.ondemand.OnDemandServer.onShutdown(OnDemandServer.java:125)
at com.sun.enterprise.server.Shutdown.startShutdown(Shutdown.java:62)
at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeShutdownEventListener(AdminEventMulticaster.java:1481)
at com.sun.enterprise.admin.event.AdminEventMulticaster.handleShutdownEvent(AdminEventMulticaster.java:1470)
at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:464)
at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:160)
at com.sun.enterprise.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
|#]
[#|2007-07-25T11:04:11.477+0300|INFO|sun-appserver-pe9.0|com.icesoft.faces.util.event.servlet.ContextEventRepeater|_ThreadID=14;_ThreadName=RMI TCP Connection(15)-127.0.0.1;|Servlet Context Name: , Server Info: Sun Java System Application Server Platform Edition 9.0_01|#]
[#|2007-07-25T11:05:21.427+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]
[#|2007-07-25T11:05:21.427+0300|INFO|sun-appserver-pe9.0|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Server shutdown complete.|#]
-------------------------------------------------------------------------------------
I have no desire to continue on this path. If someone at ICEfaces.org can confirm that ICEfaces works with NetBeans (without using VWP, with VWP installed) installed on Glassfish V1, then I will try again, but without adequate docs, I have no desire to work through untested configuration/code, which by all indications is what I am doing right now.
Sorry, I would have preferred to reply to you directly and privately, but don't see that option with this forum sw, so please feel free to delete this from your forum.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 25/07/2007 09:15:24
|
frank.ye
Joined: 26/10/2004 00:00:00
Messages: 709
Offline
|
So installing or uninstalling ICEfaces with netbeans does not have any problem.
Could you confirm the above, you now have a different exception ...
For your new exceptions:
There are two things:
#1. IDE related frameworks enabled:
When select frameworks and clicking finish, you experience exceptions.
- After selecting ICEFaces from the project frameworks dialog and clicking finish. I got a quick succession of error and warning dialogs, none of which I could read.
Could you elaborate more about how you getting the error?
Are you already have a web project with other frameworks enabled?
A simple web project would be better to illustrate the problem ...
#2. run time exception with Glassfish:
- Deploying the default do nothing applicaiton to my remote server
Could you elaborate more about your project and your jsp page? and your libraries used in the project....
It seems that even with some exceptions in #1, you still able to run the project from IDE with all the libraries and continue to #2...
Yes, we need users like you to provide bug report if the problem could be duplicated ....
thanks,
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 25/07/2007 10:51:53
|
ITVGuy2000
Joined: 21/07/2007 00:00:00
Messages: 5
Offline
|
So installing or uninstalling ICEfaces with netbeans does not have any problem.
I did not experience the same problem as last time. I was able to install, (restart netbeans), create a project, and uninstall. I installed in a different order this time, and only two rather than all three files, so I wouldn't claim that there are no problems, only I didn't experience them this time. Furthermore, your response here provided more information than previously existed. Again, I must persist, there is not adequate documentation regarding installation and first project.
When select frameworks and clicking finish, you experience exceptions.
- After selecting ICEFaces from the project frameworks dialog and clicking finish. I got a quick succession of error and warning dialogs, none of which I could read.
Could you elaborate more about how you getting the error?
After restarting netbeans to insure that it realized ICEfaces is installed, I created a new web project. In the project creation wizard framework options I selected ICEfaces and no other frameworks. After I clicked finished, I got on my screen a quick succession (to fast to read) of dialog popup boxes indicating an error, then warnings. It is possible that these were caused by exceptions, but these are not the exceptions that I included in my last post here.
Are you already have a web project with other frameworks enabled?
A simple web project would be better to illustrate the problem ...
#2. run time exception with Glassfish:
- Deploying the default do nothing applicaiton to my remote server
Could you elaborate more about your project and your jsp page? and your libraries used in the project....
It seems that even with some exceptions in #1, you still able to run the project from IDE with all the libraries and continue to #2...
Yes, we need users like you to provide bug report if the problem could be duplicated ....
Both projects were created from scratch with only the ICEfaces framework selected in the frameworks options. I made absolutely NO changes to any code, configuration, or other files before attempting to run. Project number 1 was the first attempt and was deployed to my remote server. The log entries are from that server. Project number 2 was my second attempt and was deployed on my local server. The log entries are from that server.
This should be easy enough to replicate. Create an icefaces project, click run.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 25/07/2007 11:01:11
|
frank.ye
Joined: 26/10/2004 00:00:00
Messages: 709
Offline
|
ok, so you do not have exception in add Framework.
you also been able to deployment to the Glassfish server with any problem.
Now, it left us with run time exception as the follows:
Failed to execute JSP lifecycle.
java.lang.IllegalStateException: ICEfaces parser unable to determine JSF implementation ViewTag class.
at com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:128)
The error means that the parser could not find any jsf components in the jsp page. It seems like a bug in the parser that it does not tolerate if no jsf component in the jsp page.
Could you add some jsf components in the jsp page and try again...
thanks,
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 01/08/2007 07:37:45
|
ITVGuy2000
Joined: 21/07/2007 00:00:00
Messages: 5
Offline
|
Okay, so I am ready to take another run at this. Please keep in mind, I am speaking of a non-VWP application.
After installing the two (as you instructed) NBM files and restarting NetBeans, I select new project, and then ICEFaces as the only framework. I leave the checkboxes (which I don't know what the options represent) as they are without modification.
After the project is created/generated I review the code. The code of welcomeJSF.jsp is as follows:
Code:
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
<%@taglib prefix="ice" uri="http://www.icesoft.com/icefaces/component"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Test, test, test, this is a TEST!</title>
<!-- stylesheet located inside icefaces.jar /com/icesoft/faces/resources/css/* -->
<ice:outputStyle href="/xmlhttp/css/xp/xp.css"/>
</head>
<body>
<f:view>
<ice:form>
<ice:outputText value="Welcome to ICEfaces" />
</ice:form>
</f:view>
</body>
</html>
If I try to type an angle bracket and the term 'ice', I am prompted with many tags to choose from, so the code completion seems to be running correctly. Though, I see no components or tags in the palette to drag into my JSP code. So this seems not to be working correctly.
When I click run, the deployment completes without error, and the browser opens on the URL that is the application 'http://localhost:8081/ICETest3/', and I get an exception of:
'javax.faces.FacesException: java.lang.IllegalStateException: ICEfaces parser unable to determine JSF implementation ViewTag class.'
Basically this is exception is the same as I have previously posted.
Just to be clear, when you say to
add some jsf components in the jsp page and try again...
What precisely do you want me to do? Please be explicit giving step by step instructions.
I have tried adding a <h:commandButton...> and a <ice:selectInputDate...> and they seem to have no impact on the result.
Can you please answer this question: Have the NetBeans modules for ICEfaces *without VisualWebPack* been confirmed to work ever?
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 01/08/2007 08:59:03
|
frank.ye
Joined: 26/10/2004 00:00:00
Messages: 709
Offline
|
By default, netbeans web project using index.jsp as start up page.
Since you do not have any jsf components on that particular page so you have the errors.
You could change the start up page by
forcus on Project --> right click --> pop-up menu --> select properties --> high light run category --> change Relative URL --> welcomeJSF.iface
The same setting could be changed in web.xml as well ....
Auto completion is available for web project.
Palette for JSP editor support is not implemented
here is a jira for feature request:
http://jira.icefaces.org/browse/ICE-1944
|
|
|
 |
|
|
|
|