1 Reply Latest reply on Mar 9, 2008 5:50 PM by julien1

    Portlet Container throws NPE

    damatrix

      Hello,
      I just downloaded the tomcat bundle of the new portlet container beta 1. After setting up and running it without any errors on the console, I typed the url http://localhost:8080/simple-portal and i get an exception on the page as ff

      java.lang.NullPointerException
       org.jboss.portal.portlet.test.jsp.PagePortletControllerContext.<init>(PagePortletControllerContext.java:74)
       org.jboss.portal.portlet.test.jsp.ControllerFilter.doFilter(ControllerFilter.java:97)
       org.jboss.portal.portlet.test.jsp.ControllerFilter.doFilter(ControllerFilter.java:78)
      
      


      What have i done wrong? Interestingly i copied the war from the tomcat bundle and placed it in my own instance of tomcat 6.0.4 and still get the same exception.

      I'm really rearing to go with this portlet container on tomcat so i'll be glad for some response.

      Cheers.