Antonio Gallardo wrote:
Hi:
How to test drive the current JCS store implementation?
Hmm, I can't seem to get past this NPE:
Caused by: java.lang.NullPointerException
at java.io.Reader.<init>(Unknown Source)
at java.io.InputStreamReader.<init>(Unknown Source)
at java.util.Properties.load(Unknown Source)
at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:203)
at org.apache.jcs.JCS.ensureCacheManager(JCS.java:141)
at org.apache.jcs.JCS.getInstance(JCS.java:101)
at org.apache.cocoon.components.store.AbstractJCSStore.setup(AbstractJCSStore.java:118)
I verified that the config file it tries to load from exists.
Suggestions?
Unico
