You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/12/29 11:36:22 UTC

DO NOT REPLY [Bug 32874] New: - IndexOutOfBoundsException while populating beans

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32874>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32874

           Summary: IndexOutOfBoundsException while populating beans
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Keywords: JDK1.4
          Severity: normal
          Priority: P2
         Component: Controller
        AssignedTo: dev@struts.apache.org
        ReportedBy: daniel.patrickson@tre.se
                CC: daniel.patrickson@tre.se


The following stack trace appears once in a while causing the browser to go 
blank. We have not been able to find what causes the error due that the error 
does not always appear...

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:508)
        at java.util.ArrayList.get(ArrayList.java:320)
        at org.apache.commons.beanutils.PropertyUtils.getIndexedProperty
(PropertyUtils.java:521)
        at org.apache.commons.beanutils.PropertyUtils.getIndexedProperty
(PropertyUtils.java:428)
        at org.apache.commons.beanutils.PropertyUtils.getNestedProperty
(PropertyUtils.java:770)
        at org.apache.commons.beanutils.PropertyUtils.getProperty
(PropertyUtils.java:801)
        at org.apache.commons.beanutils.BeanUtils.setProperty
(BeanUtils.java:881)
        at org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:808)
        at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1252)
        at org.apache.struts.action.RequestProcessor.processPopulate
(RequestProcessor.java:821)
        at org.apache.struts.action.RequestProcessor.process
(RequestProcessor.java:254)
        at org.apache.struts.action.ActionServlet.process
(ActionServlet.java:1482)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)


We are using WebLogic 8.1 with jdk 1.4.1.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org