Return-Path: Delivered-To: apmail-jakarta-jcs-users-archive@www.apache.org Received: (qmail 19317 invoked from network); 29 Sep 2005 13:55:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 13:55:59 -0000 Received: (qmail 84480 invoked by uid 500); 29 Sep 2005 13:55:59 -0000 Delivered-To: apmail-jakarta-jcs-users-archive@jakarta.apache.org Received: (qmail 84327 invoked by uid 500); 29 Sep 2005 13:55:58 -0000 Mailing-List: contact jcs-users-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JCS Users List" Delivered-To: mailing list jcs-users@jakarta.apache.org Received: (qmail 84314 invoked by uid 99); 29 Sep 2005 13:55:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 06:55:58 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [143.165.201.19] (HELO maplee.tiaa-cref.org) (143.165.201.19) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 06:56:03 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: NPE Date: Thu, 29 Sep 2005 09:55:31 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Cache Size Thread-Index: AcXCKR5m2BuVw/OJRcqaudeAkZZX3wC098kg From: "Hoying, Ken" To: "JCS Users List" X-OriginalArrivalTime: 29 Sep 2005 13:55:31.0877 (UTC) FILETIME=[75021D50:01C5C4FD] X-Loop-Check: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I know this sounds ridiculous and should be simple, but I cannot figure out= why I cannot get around this NullPointerException: java.lang.NullPointerException at java.io.Reader.(Reader.java:61) at java.io.InputStreamReader.(InputStreamReader.java:80) at java.util.Properties.load(Properties.java:266) at org.apache.jcs.engine.control.CompositeCacheManager.configure(Composite= CacheManager.java:170) at org.apache.jcs.JCS.ensureCacheManager(JCS.java:103) at org.apache.jcs.JCS.getInstance(JCS.java:63) at org.tiaa.j2eeinfra.cache.impl.TiaaJCSCacheFactory.accessCache(Unknown S= ource) at CacheTest.main(CacheTest.java:37) Here is my code: JCS.setConfigFilename("testcache.ccf"); JCS cache =3D JCS.getInstance("TEST"); What am simple thing am I doing wrong? Thanks, Ken ************************************************************** This message, including any attachments, contains confidential information = intended for a specific individual and purpose, and is protected by law. I= f you are not the intended recipient, please contact sender immediately by = reply e-mail and destroy all copies. You are hereby notified that any disc= losure, copying, or distribution of this message, or the taking of any acti= on based on it, is strictly prohibited. TIAA-CREF ************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org For additional commands, e-mail: jcs-users-help@jakarta.apache.org