JBoss Community

Re: Removing Dashboard Feature

created by Gabriel Muench in JBoss Portal - View the full discussion

Hello,

 

i would remove the dashboard functionality likewise, but iam using jboss portal 2.7.2.

i used to disable it like Danny Thornton's instruction here: "http://community.jboss.org/message/422607#42260" but nothing happend.

if i use this way by removing data directory, the application will crash with the exception below.

 

exception:

javax.servlet.ServletException: java.lang.NullPointerException
     org.jboss.portal.server.servlet.PortalServlet.service(PortalServlet.java:278)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

route cause:

java.lang.NullPointerException

org.jboss.portal.core.impl.model.CustomizationManagerService.getDashboard(CustomizationManagerService.java:282)

org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor.injectDashboardNav(PageCustomizerInterceptor.java:254)

org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor.invoke(PageCustomizerInterceptor.java:165)

org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)

org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)

org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:78)

org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)

org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)

org.jboss.portal.core.aspects.controller.node.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:81)

org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)

org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)

... and some more.

 

A difference to the earlier post is that iam using a customized header. That means iam using different stylesheets for the header like the defaults.

 

Can anyone help me?

Reply to this message by going to Community

Start a new discussion in JBoss Portal at Community