Jump to content
Software FX Community

minu

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by minu

  1. Can anyone help me with the below error  - Any suggestions

    java.lang.ArrayIndexOutOfBoundsException: 1000

     

    SEVERE: Servlet.service() for servlet jsp threw exceptionjava.lang.ArrayIndexOutOfBoundsException: 1000  at com.softwarefx.sfxnet.internal.kg.d(SourceFile:250)  at com.softwarefx.sfxnet.internal.kg.c(SourceFile:397)  at com.softwarefx.sfxnet.internal.ob.R(SourceFile:181)  at com.softwarefx.chartfx.server.internal.ao.b(SourceFile:343)  at com.softwarefx.chartfx.server.internal.ao.b(SourceFile:423)  at com.softwarefx.chartfx.server.internal.ao.a(SourceFile:153)  at com.softwarefx.chartfx.server.internal.ao.a(SourceFile:315)  at com.softwarefx.chartfx.server.internal.ao.b(SourceFile:418)  at com.softwarefx.chartfx.server.internal.ao.a(SourceFile:153)  at com.softwarefx.chartfx.server.internal.Chart.a(SourceFile:2101)  at com.softwarefx.chartfx.server.internal.Chart.a(SourceFile:3201)  at com.softwarefx.chartfx.server.internal.Chart.a(SourceFile:3282)  at com.softwarefx.chartfx.server.internal.Chart.c(SourceFile:5751)  at com.softwarefx.chartfx.server.internal.Chart.a(SourceFile:4626)  at com.softwarefx.chartfx.server.internal.Chart.nL(SourceFile:4539)  at com.softwarefx.chartfx.server.internal.Chart.n(SourceFile:4273)  at com.softwarefx.sfxnet.internal.sn.d(SourceFile:117)  at com.softwarefx.chartfx.server.internal.Chart.nN(SourceFile:4736)  at com.softwarefx.chartfx.server.ChartServer.renderControl(SourceFile:72)  at com.risi.mi.core.service.ChartServiceImpl.renderChart(ChartServiceImpl.java:215)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)  at java.lang.reflect.Method.invoke(Method.java:597)  at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)  at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)  at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)  at org.springframework.aop.interceptor.CustomizableTraceInterceptor.invokeUnderTrace(CustomizableTraceInterceptor.java:255)  at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:110)  at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)  at org.springframework.aop.interceptor.CustomizableTraceInterceptor.invokeUnderTrace(CustomizableTraceInterceptor.java:255)  at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:110)  at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)  at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)  at $Proxy40.renderChart(Unknown Source)  at com.risi.mi.core.dto.Chart.renderChart(Chart.java:225)  at com.risi.mi.core.dto.Chart.renderChart(Chart.java:134)

  2. Can someone help me on this, below is the stack trace: -  do not understand why this is happening. Any suggestions ?

     

    SEVERE: Servlet.service() for servlet jsp threw exceptionjava.lang.ArrayIndexOutOfBoundsException: 1000  at com.softwarefx.sfxnet.internal.kg.d(SourceFile:250)  at com.softwarefx.sfxnet.internal.kg.c(SourceFile:397)  at com.softwarefx.sfxnet.internal.ob.R(SourceFile:181)  at com.softwarefx.chartfx.server.internal.ao.b(SourceFile:343)  at com.softwarefx.chartfx.server.internal.ao.b(SourceFile:423)  at com.softwarefx.chartfx.server.internal.ao.a(SourceFile:153)  at com.softwarefx.chartfx.server.internal.ao.a(SourceFile:315)  at com.softwarefx.chartfx.server.internal.ao.b(SourceFile:418)  at com.softwarefx.chartfx.server.internal.ao.a(SourceFile:153)  at com.softwarefx.chartfx.server.internal.Chart.a(SourceFile:2101)  at com.softwarefx.chartfx.server.internal.Chart.a(SourceFile:3201)  at com.softwarefx.chartfx.server.internal.Chart.a(SourceFile:3282)  at com.softwarefx.chartfx.server.internal.Chart.c(SourceFile:5751)  at com.softwarefx.chartfx.server.internal.Chart.a(SourceFile:4626)  at com.softwarefx.chartfx.server.internal.Chart.nL(SourceFile:4539)  at com.softwarefx.chartfx.server.internal.Chart.n(SourceFile:4273)  at com.softwarefx.sfxnet.internal.sn.d(SourceFile:117)  at com.softwarefx.chartfx.server.internal.Chart.nN(SourceFile:4736)  at com.softwarefx.chartfx.server.ChartServer.renderControl(SourceFile:72)  at com.risi.mi.core.service.ChartServiceImpl.renderChart(ChartServiceImpl.java:215)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)  at java.lang.reflect.Method.invoke(Method.java:597)  at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)  at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)  at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)  at org.springframework.aop.interceptor.CustomizableTraceInterceptor.invokeUnderTrace(CustomizableTraceInterceptor.java:255)  at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:110)  at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)  at org.springframework.aop.interceptor.CustomizableTraceInterceptor.invokeUnderTrace(CustomizableTraceInterceptor.java:255)  at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:110)  at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)  at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)  at $Proxy40.renderChart(Unknown Source)  at com.risi.mi.core.dto.Chart.renderChart(Chart.java:225)  at com.risi.mi.core.dto.Chart.renderChart(Chart.java:134)  

×
×
  • Create New...