5 Replies Latest reply on Mar 9, 2011 6:40 AM by rajeshkarka

    "Normal Exceptions"

      14:29:05,729 INFO [DefaultLoadEventListener] Error performing load command
      org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jboss.portal.core.impl.model.portal.ObjectNode#3]

      Can you use something other than Error in the message text and not show the stack? This is just noise in the log and is going to drive production support people crazy.

        • 1. Re:

          Menu tabs that have security settings in the *object.xml seem to show regardless of the user's role.

          The dropdowns using hover are extremely hard to use. They disappear before you can make a choice in the dropdown, especially with IE-6.

          Also can you refactor this mess? The code for these menu choices is still in Java classes where it doesn't belong. How about some sort of JavaScript/Ajax based menu system fed by the *object.xmls based on the user's roles so we can easily customize the look and feel.

          Finally, make the page nesting recursive so we can add 1:n levels of menus instead of just two.

          • 2. Re:

             

            "swestbom" wrote:
            14:29:05,729 INFO [DefaultLoadEventListener] Error performing load command
            org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jboss.portal.core.impl.model.portal.ObjectNode#3]

            Can you use something other than Error in the message text and not show the stack? This is just noise in the log and is going to drive production support people crazy.


            I belive this is the same error as I have reported: http://jira.jboss.com/jira/browse/JBPORTAL-1335

            • 3. Re:
              theute

               

              14:29:05,729 INFO


              That's INFO level...

              • 4. Re:
                theute

                swestbom, you asked for daily build, we gave you this, you could at least try those or look in Jira before you report bugs.

                • 5. "Normal Exceptions"
                  rajeshkarka

                  org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jboss.portal.core.impl.model.portal.ObjectNode#16997]

                   

                  This is still exists in jboss-portal-2.7.2 version. I am deploying in clustered environment. Its supporting till 3 nodes 4th node is throwing above exception. Is there any way to fix this?