1 2 Previous Next 23 Replies Latest reply on May 18, 2007 7:01 PM by rithmaa Go to original post
      • 15. Re: JBoss 4.0.5.GA:  java.lang.NullPointerException: serialF
        andyd

        It seems to be tied up with when using facelets in a portal environment, as Gavin has the example seam portlet working - but that doesn't use facelets. I have just got a portlet+facelets version of the booking example to work with JB4.0.4GA Portal install. That was failing on JB4.0.5GA+Portal without ServletContextListener being declared. I do still have problems with s:link tags and ended up replacing them with commandLinks. I'll post something later, if noone beats me to it.
        Andy.

        • 16. Re: JBoss 4.0.5.GA:  java.lang.NullPointerException: serialF
          andyd

          Just one other thought - is it safe to use the JBoss 4.0.5GA installer with Portal option? I was reminded by another post that for 4.0.4GA we had to use a "special" build of the installer.

          Andy.

          • 17. Re: JBoss 4.0.5.GA:  java.lang.NullPointerException: serialF
            gavin.king

            There are no more "special" builds. That was a one-off as we migrated to a separate JEMS installer release cycle.

            • 18. Re: JBoss 4.0.5.GA:  java.lang.NullPointerException: serialF
              jatsrt

              Ok, just to second this thread, I have

              Portal 2.4.1CR1
              JBoss 4.0.5
              Seam 1.1CVS This morning.

              I can get the portal demo working fine, but when adding in our own portlets that uses facelets, it breaks. I can get it to get past the serialFactory problem, but then hit another error.

              See thread
              http://www.jboss.com/index.html?module=bb&op=viewtopic&t=93285

              • 19. Re: JBoss 4.0.5.GA:  java.lang.NullPointerException: serialF
                ssilvert

                I think I have found the problem. If you are seeing this issue can you try this workaround and get back to me?

                http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980482#3980482

                Thanks,

                Stan

                • 20. Re: JBoss 4.0.5.GA:  java.lang.NullPointerException: serialF
                  jatsrt

                  A couple of days late, but confirmed that this works. Thanks for the help!

                  • 21. Re: JBoss 4.0.5.GA:  java.lang.NullPointerException: serialF
                    chuaky

                    hi all,

                    After making a new subclass, what to do next?
                    I'm a bit confuse here.

                    Thanks.

                    • 22. Re: JBoss 4.0.5.GA:  java.lang.NullPointerException: serialF
                      codelion

                      Then you put the name of your subclass into portlet.xml into element portlet-class. Obviously, also make sure the compiled class is in your application.

                      • 23. Re: JBoss 4.0.5.GA:  java.lang.NullPointerException: serialF
                        rithmaa

                        Hi
                        I am using seam1.1.5GA and icefaces 1.6.0DR3. I have been trying like for eternity to get the configuration to work.

                        Now the deploy happens without any problem but when I try to load the application I get the following error. Please Help!

                        7:43:04,954 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) beforePhase.
                        java.lang.IllegalStateException: No active application scope
                        at org.jboss.seam.core.Init.instance(Init.java:75)
                        at org.jboss.seam.jsf.TransactionalSeamPhaseListener.handleTransactionsBeforePhase(TransactionalSeamPhaseListener.java:22)
                        at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:45)
                        at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersBefore(PhaseListenerManager.java:70)
                        at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:373)
                        at com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:26)
                        at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:121)
                        at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
                        at com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:31)
                        at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
                        at com.icesoft.faces.webapp.http.servlet.SingleViewServlet.service(SingleViewServlet.java:54)
                        at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:41)
                        at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:18)
                        at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:63)
                        at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
                        at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:41)
                        at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:18)
                        at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:47)
                        at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
                        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)

                        1 2 Previous Next