3 Replies Latest reply on Nov 2, 2005 8:53 PM by mholzner

    http://localhost:8080/portal does not work anymore

      for a while now this URL is not working anymore (I get an exception).
      I can only get to the portal by providing the entire URL like :
      http://localhost:8080/portal/local/default/default

      * Is this going to stay?
      * Is there a way to define what I want to happen as default when I only type ..../portal
      * what's the reasoning behind the local vs. global anyway. I haven't quite figured that out yet

      ---- here is the exception I get for localhost:8080/portal ------

      java.lang.NullPointerException
      org.jboss.portal.core.model.portal.DefaultPortalCommandMapper.doMapping(DefaultPortalCommandMapper.java:71)
       sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       java.lang.reflect.Method.invoke(Method.java:324)
      org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
       org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)