3 Replies Latest reply on Jul 23, 2006 7:33 AM by antoine_h

    I am getting "Object not found erroe"

    leonardpaul

      Hi

      I am getting an error


      11:35:28,943 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      11:35:29,068 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
      11:35:29,599 INFO [JkMain] Jk running ID=0 time=0/562 config=null
      11:35:29,615 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 36s:839ms
      11:35:40,265 ERROR [CoreController] Object not found
      org.jboss.portal.core.ObjectNotFoundException: Not allowed to access resourceDefault page does not exist
      at org.jboss.portal.core.model.portal.DefaultPortalCommandMapper.doMapping(DefaultPortalCommandMapper.java:99)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


      let me know why it happen. thanks

      Regards
      A.Peter

        • 1. I am getting "Object not found erroe"
          leonardpaul

          After the Jboss server startup i am getting this error

          ERROR [LocaleUtils] Locale name null or empty, ignoring

          follow by i am getting this error while i typed http://localhost:8080/portal

          13:29:36,438 ERROR [CoreController] Object not found
          org.jboss.portal.core.ObjectNotFoundException: Not allowed to access resourceDefault page does not exist
          at org.jboss.portal.core.model.portal.DefaultPortalCommandMapper.doMapping(DefaultPortalCommandMapper.java:99)



          Kindly help me


          Thanks
          A.Peter

          • 2. Re: I am getting
            antoine_h

            It looks like the url decode can't find the objects that are asked.
            when trying to map the url to the page asked in it, it can't find this page (or window in a page).

            I would say, first :
            Try the complete url to get the default page :
            http://localhost:8080/portal/portal/default/default
            or try also
            http://localhost:8080/portal/portal/default

            second, look at the description of the portal and pages, default-object.xml files (or *-object.xml)

            third, it may come from the error on locale : if the page is not defined for the default locale etc... but don't know exactly if this is possible...

            hope it can help,

            • 3. Re: I am getting
              antoine_h

               

              "Antoine_h" wrote:

              second, look at the description of the portal and pages, default-object.xml files (or *-object.xml)

              I mean, check that the default page is defined and that it exists
              the property of the portal is :
              <property>
              <name>portal.defaultObjectName</name>
              <value>defaultPage</value>
              </property>