I've seen someone else with this issue recently, but don't know what
causes it. The solution is to remove the cacheFilter from your
web.xml.  It doesn't have a <filter-mapping> that's enabled, so there
should be no harm in removing it.

It might be caused by conflicting versions of oscache - did you add
any new dependencies to your project?

Matt

On 4/12/07, Alexander Grebennik <[EMAIL PROTECTED]> wrote:
I'v got an error:
ERROR com.opensymphony.oscache.base.Config  - Error reading /oscache.properties 
in CacheAdministrator.loadProps()
java.lang.NullPointerException

oscache.properties in WEB-INF/classes

in web.xml:

    <filter>
        <filter-name>cacheFilter</filter-name>
        
<filter-class>com.opensymphony.oscache.web.filter.CacheFilter</filter-class>
    </filter>

Where is problem?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to