cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
621
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: null on 02-11-2005 09:06:29 PM
We are running Audium Call Services 3.4.1 on Weblogic 8. There are quite a few audium applications currently running on our production weblogic server. Lately we have been seeing a lot of Index out of bounds exception been logged in the weblogic error logs on production. The illegal index that the error complains about starts with 1 and keeps on growing (we have seen as high as 21) till we bounce Audium. Once Audium is bounced the errors dissapear for a while and starts showing up in the logs again in a day or so.

At one time we had tried to update an application that was already running on production, while these errors were being thrown in the production weblogic logs. The update of the application failed with the following error:

      • Unable to update the application 'NCCItest'. The error was: 
       
     
java.lang.ArrayIndexOutOfBoundsException: 21 ***

Here are the errors that we are seeing in the logs:

java.lang.ArrayIndexOutOfBoundsException: 1
at java.util.AbstractCollection.toArray(AbstractCollection.java:125)
at com.audium.server.logging.LoggerFactory.if(Unknown Source)
at com.audium.server.logging.ActivityLogger.checkReadyForCleanup(Unknown Source)
at com.audium.server.logging.d.run(Unknown Source)

java.lang.ArrayIndexOutOfBoundsException: 9
at java.util.AbstractCollection.toArray(AbstractCollection.java:125)
at com.audium.server.logging.LoggerFactory.if(Unknown Source)
at com.audium.server.logging.ActivityLogger.checkReadyForCleanup(Unknown Source)
at com.audium.server.logging.d.run(Unknown Source)

Any idea on what may be causing these errors to be thrown?

Subject: RE: java.lang.ArrayIndexOutOfBoundsException
Replied by: Michael Bochynski on 03-11-2005 04:02:11 PM
Hi Rakhi,

While we have not seen this particular issue previously, we have addressed similar issue in the upcoming release of Audium Call Services.

Note that this issue might occur only under load and only when certain specific conditions are met.

Regards,
Michael
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links