[jboss-user] [JBoss Seam] - Re: Problem with SFSB passivation

chlabreu do-not-reply at jboss.com
Thu Aug 3 09:22:16 EDT 2006


Gavin,

now I got this:

10:02:33,203 ERROR [SimpleStatefulCache] problem passivation thread
java.lang.RuntimeException: java.lang.StringIndexOutOfBoundsException: String index out of range: -2
        at org.jboss.ejb3.interceptor.LifecycleInterceptorHandler.prePassivate(LifecycleInterceptorHandler.java:160)
        at org.jboss.ejb3.stateful.StatefulContainer.invokePrePassivate(StatefulContainer.java:340)
        at org.jboss.ejb3.stateful.StatefulBeanContext.prePassivate(StatefulBeanContext.java:178)
        at org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.passivateSession(StatefulSessionFilePersistenceManager.java:328
)
        at org.jboss.ejb3.cache.simple.SimpleStatefulCache.passivate(SimpleStatefulCache.java:194)
        at org.jboss.ejb3.cache.simple.SimpleStatefulCache$SessionTimeoutTask.run(SimpleStatefulCache.java:129)
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -2
        at java.lang.AbstractStringBuilder.substring(AbstractStringBuilder.java:886)
        at java.lang.AbstractStringBuilder.substring(AbstractStringBuilder.java:833)
        at org.jboss.seam.util.Strings.toString(Strings.java:122)
        at org.jboss.seam.util.Reflections.toString(Reflections.java:63)
        at org.jboss.seam.util.Reflections.invoke(Reflections.java:20)
        at org.jboss.seam.interceptors.Interceptor.prePassivate(Interceptor.java:143)
        at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
        at org.jboss.seam.ejb.SeamInterceptor.invokeInContexts(SeamInterceptor.java:143)
        at org.jboss.seam.ejb.SeamInterceptor.invoke(SeamInterceptor.java:126)
        at org.jboss.seam.ejb.SeamInterceptor.prePassivate(SeamInterceptor.java:89)
        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:585)
        at org.jboss.ejb3.interceptor.LifecycleInvocationContextImpl.proceed(LifecycleInvocationContextImpl.java:131)
        at org.jboss.ejb3.interceptor.LifecycleInterceptorHandler.prePassivate(LifecycleInterceptorHandler.java:156)
        ... 5 more

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962835#3962835

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962835



More information about the jboss-user mailing list