[Opensymphony-oscache] Cache tag execution giving null pointer exception...
sprfun <[email protected]> Tue, 31 May 2005 12:13:57 CDT
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <29202709.1117559667566.JavaMail.os-j2ee@opensymphony01.contegix.com> |
When I am trying to use the cache tag, the following exception is occured:
java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:61)
at java.io.InputStreamReader.<init>(InputStreamReader.java:80)
at java.util.Properties.load(Properties.java:266)
at com.opensymphony.module.oscache.base.AbstractCacheAdministrator.loadProps(AbstractCacheAdministrator.java:381)
at com.opensymphony.module.oscache.base.AbstractCacheAdministrator.<init>(AbstractCacheAdministrator.java:315)
at com.opensymphony.module.oscache.web.ServletCacheAdministrator.<init>(ServletCacheAdministrator.java:299)
at com.opensymphony.module.oscache.web.ServletCacheAdministrator.getInstance(ServletCacheAdministrator.java:343)
I copied oscache.properties etc.. properly. but still not able to execute cache tag.
Any help is appreciated.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=2777&messageID=7615#7615