Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
- Error when I put an object in a clustered pojo cache

- Error when I put an object in a clustered pojo cache

2007-08-09       - By itchy75

 Back
I have the following the stack trace when I put an object object in the cache
and I don't understand why this error appears.

And sometimes, I'have this error too. But I have the jar file in the lib
directory of my webapp.


 | 11:45:47,170 ERROR [STDERR] java.lang.ClassNotFoundException Source code of java.lang.ClassNotFoundException: No
ClassLoaders found for: com.company.interfaces.ws.auth.User
 |



 | javax.management.RuntimeMBeanException Source code of javax.management.RuntimeMBeanException
 |         at org.jboss.mx.interceptor.ReflectedDispatcher
.handleInvocationExceptions(ReflectedDispatcher.java:176)
 |         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke
(ReflectedDispatcher.java:163)
 |         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
 |         at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
 |         at org.jboss.mx.server.AbstractMBeanInvoker.invoke
(AbstractMBeanInvoker.java:264)
 |         at org.jboss.mx.server.MBeanServerImpl Source code of org.jboss.mx.server.MBeanServerImpl(MBeanServerImpl.java
:659)
 |         at org.springframework.jmx.access.MBeanClientInterceptor Source code of org.springframework.jmx.access.MBeanClientInterceptor
.invokeOperation(MBeanClientInterceptor.java:371)
 |         at org.springframework.jmx.access.MBeanClientInterceptor Source code of org.springframework.jmx.access.MBeanClientInterceptor
(MBeanClientInterceptor.java:302)
 |         at org.springframework.aop.framework.ReflectiveMethodInvocation Source code of org.springframework.aop.framework.ReflectiveMethodInvocation
.proceed(ReflectiveMethodInvocation.java:161)
 |         at org.springframework.aop.framework.JdkDynamicAopProxy Source code of org.springframework.aop.framework.JdkDynamicAopProxy
(JdkDynamicAopProxy.java:204)
 |         at $Proxy51.putObject(Unknown Source)
 |         at fr.billetel.nl.common.asynchronous.impl
.AsynchronousTaskSubmitter.submitJob(AsynchronousTaskSubmitter.java:48)
 |         at fr.billetel.interfaces.ws.allotement.etatventes.impl.EtatVentes
.prepareBordereaux(EtatVentes.java:131)
 |         at fr.billetel.interfaces.ws.allotement.etatventes
.PrepareEtatVentesMessageReceiverInOut.invokeBusinessLogic
(PrepareEtatVentesMessageReceiverI
 | nOut.java:66)
 |         at org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver Source code of org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver
.receive(AbstractInOutSyncMessageReceiver.java:39)
 |         at org.apache.axis2.engine.AxisEngine Source code of org.apache.axis2.engine.AxisEngine(AxisEngine.java:144)
 |         at org.apache.axis2.transport.http.HTTPTransportUtils Source code of org.apache.axis2.transport.http.HTTPTransportUtils
.processHTTPPostRequest(HTTPTransportUtils.java:279)
 |         at org.apache.axis2.transport.http.AxisServlet Source code of org.apache.axis2.transport.http.AxisServlet(AxisServlet
.java:116)
 |         at javax.servlet.http.HttpServlet Source code of javax.servlet.http.HttpServlet(HttpServlet.java:717)
 |         at javax.servlet.http.HttpServlet Source code of javax.servlet.http.HttpServlet(HttpServlet.java:810)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:252)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:173)
 |         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:202)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:173)
 |         at org.apache.catalina.core.StandardWrapperValve Source code of org.apache.catalina.core.StandardWrapperValve
(StandardWrapperValve.java:213)
 |         at org.apache.catalina.core.StandardContextValve Source code of org.apache.catalina.core.StandardContextValve
(StandardContextValve.java:178)
 |         at org.jboss.web.tomcat.security.SecurityAssociationValve Source code of org.jboss.web.tomcat.security.SecurityAssociationValve
(SecurityAssociationValve.java:175)
 |         at org.jboss.web.tomcat.security.JaccContextValve.invoke
(JaccContextValve.java:74)
 |         at org.apache.catalina.core.StandardHostValve Source code of org.apache.catalina.core.StandardHostValve
(StandardHostValve.java:126)
 |         at org.apache.catalina.valves.ErrorReportValve Source code of org.apache.catalina.valves.ErrorReportValve
(ErrorReportValve.java:105)
 |         at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke
(CachedConnectionValve.java:156)
 |         at org.apache.catalina.core.StandardEngineValve Source code of org.apache.catalina.core.StandardEngineValve
(StandardEngineValve.java:107)
 |         at org.apache.catalina.connector.CoyoteAdapter Source code of org.apache.catalina.connector.CoyoteAdapter
(CoyoteAdapter.java:148)
 |         at org.apache.coyote.http11.Http11Processor Source code of org.apache.coyote.http11.Http11Processor(Http11Processor
.java:869)
 |         at org.apache.coyote.http11.Http11BaseProtocol Source code of org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
 |         at org.apache.tomcat.util.net.PoolTcpEndpoint Source code of org.apache.tomcat.util.net.PoolTcpEndpoint
(PoolTcpEndpoint.java:527)
 |         at org.apache.tomcat.util.net.MasterSlaveWorkerThread Source code of org.apache.tomcat.util.net.MasterSlaveWorkerThread
(MasterSlaveWorkerThread.java:112)
 |         at java.lang.Thread Source code of java.lang.Thread(Thread.java:595)
 | Caused by: java.lang.RuntimeException Source code of java.lang.RuntimeException: PojoCache.putObject(): fqn: /dddd
/23b41a0a020e5d00ff65bfe2651c2e20070809-102027
 |         at org.jboss.cache.aop.PojoCache.putObject(PojoCache.java:478)
 |         at org.jboss.cache.aop.PojoCache.putObject(PojoCache.java:423)
 |         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 Source code of java.lang.reflect.Method(Method.java:585)
 |         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke
(ReflectedDispatcher.java:155)
 |         ... 37 more
 | Caused by: java.lang.RuntimeException Source code of java.lang.RuntimeException: java.io.StreamCorruptedException Source code of java.io.StreamCorruptedException:
invalid stream header
 |         at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5526)
 |         at org.jboss.cache.TreeCache.put(TreeCache.java:3601)
 |         at org.jboss.cache.TreeCache.put(TreeCache.java:3332)
 |         at org.jboss.cache.aop.InternalDelegate.put(InternalDelegate.java
:140)
 |         at org.jboss.cache.aop.SerializableObjectHandler.putIntoCache
(SerializableObjectHandler.java:113)
 |         at org.jboss.cache.aop.SerializableObjectHandler
.serializableObjectPut(SerializableObjectHandler.java:72)
 |         at org.jboss.cache.aop.TreeCacheAopDelegate._putObject
(TreeCacheAopDelegate.java:215)
 |         at org.jboss.cache.aop.PojoCache._putObject(PojoCache.java:731)
 |         at org.jboss.cache.aop.PojoCache.putObject(PojoCache.java:462)
 |         ... 43 more
 | Caused by: java.io.StreamCorruptedException Source code of java.io.StreamCorruptedException: invalid stream header
 |         at java.io.ObjectInputStream Source code of java.io.ObjectInputStream(ObjectInputStream
.java:753)
 |         at java.io.ObjectInputStream Source code of java.io.ObjectInputStream<init>(ObjectInputStream.java:268)
 |         at org.jboss.invocation.MarshalledValueInputStream Source code of org.jboss.invocation.MarshalledValueInputStream<init>
(MarshalledValueInputStream.java:74)
 |         at org.jboss.cache.marshall.VersionAwareMarshaller
.objectFromByteBuffer(VersionAwareMarshaller.java:184)
 |         at org.jgroups.blocks.RpcDispatcher Source code of org.jgroups.blocks.RpcDispatcher(RpcDispatcher.java:203)
 |         at org.jgroups.blocks.RequestCorrelator Source code of org.jgroups.blocks.RequestCorrelator
(RequestCorrelator.java:615)
 |         at org.jgroups.blocks.RequestCorrelator Source code of org.jgroups.blocks.RequestCorrelator
(RequestCorrelator.java:512)
 |         at org.jgroups.blocks.RequestCorrelator Source code of org.jgroups.blocks.RequestCorrelator(RequestCorrelator
.java:326)
 |         at org.jgroups.blocks.MessageDispatcher Source code of org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp
(MessageDispatcher.java:722)
 |         at org.jgroups.blocks.MessageDispatcher Source code of org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300
(MessageDispatcher.java:554)
 |         at org.jgroups.blocks.MessageDispatcher Source code of org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher
.java:691)
 |         ... 1 more
 |

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode
=reply&p=4072452
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user

©2008 junlu.com - Jax Systems, LLC, U.S.A.