[Opensymphony-oscache] Thread waiting

up1234 <[email protected]> Fri, 24 Feb 2006 12:56:33 CST
Newsgroups gmane.comp.java.open-symphony.os-cache
Message-ID <25976885.1140807491583.JavaMail.os-j2ee@opensymphony01.contegix.com>
I am trying to objects from cache using

try {
object = cacheAdministrator.getFromCache(key, refreshingPeriod);
} catch (NeedsRefreshException e) {
} catch (Exception e) {
 e.printStackTarce();
}

The logs say
[DEBUG] [com.opensymphony.oscache.base.Cache] [No cache entry exists for key=XYZ, creating]

After that it hangs there forever...Doesn't even throw any exception..

Any ideas to fix this?
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=19856&messageID=38747#38747