Question
java.lang.ArrayIndexOutOfBoundsException: 9
Hi
I logged an exception last night when a subscriber tried to log into my web site:
Error.message: 9
Error.rootCause: java.lang.ArrayIndexOutOfBoundsException: 9
Error.diagnostics: 9 null <br>The error occurred on line 5.
I'm running CF8 on OS X server with postgresql as the database. I deployed the site about 4 weeks ago and I've had hundreds, if not a couple of thousand users log in, so the code has been hammered pretty good. The natural assumption would be that somehow I'm trying to access an array element that doesn't exist, but I don't see where I'm trying to access any arrays at all. Certainly not anywhere at a "line 5".
After doing some googling, it seems that there have been issues in the past with errors of this type - some sort of java driver issues, so I suspect this may be a CF bug.
I was able to tell that the user was able to log in shortly afterwards, and this is the first I've seen this error - so, being able to reproduce it seems unlikely.
Any one have any ideas as to the cause?
I logged an exception last night when a subscriber tried to log into my web site:
Error.message: 9
Error.rootCause: java.lang.ArrayIndexOutOfBoundsException: 9
Error.diagnostics: 9 null <br>The error occurred on line 5.
I'm running CF8 on OS X server with postgresql as the database. I deployed the site about 4 weeks ago and I've had hundreds, if not a couple of thousand users log in, so the code has been hammered pretty good. The natural assumption would be that somehow I'm trying to access an array element that doesn't exist, but I don't see where I'm trying to access any arrays at all. Certainly not anywhere at a "line 5".
After doing some googling, it seems that there have been issues in the past with errors of this type - some sort of java driver issues, so I suspect this may be a CF bug.
I was able to tell that the user was able to log in shortly afterwards, and this is the first I've seen this error - so, being able to reproduce it seems unlikely.
Any one have any ideas as to the cause?
