0 Replies Latest reply on Nov 4, 2008 7:25 AM by m_antonyrajesh

    Connection Closed error during

    m_antonyrajesh

      For our application we need to get a unique ID from the request and store it in the DB and replicate in JBoss cache.So that next time when the same ID comes in the request we can load the node from DB and check for the existence of the ID.But sometime it is not working and throwing the below error in the console

      |2008Oct14|15:30:07.513|ERROR|ClientCertJsseListener1-193|org.jboss.cache.loader.JDBCCacheLoader|?(?:?)|Failed to load node for fqn /ID/00001: Closed Connection
      java.sql.SQLException: Closed Connection

      and as the result the same number(0001) is allowed twice and it does makes the major problem.Does anybody has idea on the same?