[jboss-user] [JBossCache] - Re: Failed to process async modifications: java.io.EOFExcept

manik.surtani@jboss.com do-not-reply at jboss.com
Thu Jul 12 06:48:54 EDT 2007


Hmm, if your log level is DEBUG or TRACE you should see the full stack trace.  From the code:


  |  private void put(List mods) {
  |          try
  |          {
  |             delegateTo.put(mods);
  |          }
  |          catch (Exception e)
  |          {
  |             if (log.isWarnEnabled()) log.warn("Failed to process async modifications: " + e);
  |             log.debug("Exception: ", e);
  |          }
  |       }
  | 

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

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



More information about the jboss-user mailing list