Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 50754 invoked by uid 500); 6 Apr 2001 23:06:53 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 50712 invoked from network); 6 Apr 2001 23:06:52 -0000 Received: from dnvrpop3.dnvr.uswest.net (206.196.128.5) by h31.sny.collab.net with SMTP; 6 Apr 2001 23:06:52 -0000 Received: (qmail 7448 invoked by uid 0); 6 Apr 2001 23:07:13 -0000 Received: from host99-131.interworld.net (HELO uswest.net) (207.136.131.99) by dnvrpop3.dnvr.uswest.net with SMTP; 6 Apr 2001 23:07:13 -0000 Date: Fri, 06 Apr 2001 16:07:30 -0700 Message-ID: <3ACE4C32.FB37EE70@uswest.net> From: "Anne Dirkse" To: tomcat-user@jakarta.apache.org X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Subject: Tomcat on Solaris References: <986596367.24561.ezmlm@jakarta.apache.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi All -- I'm trying to install Tomcat on Solaris 8 (sparc) and am running into problems. I'm running Tomcat 3.2.1, with java 1.2.2: java version "1.2.2" Solaris VM (build Solaris_JDK_1.2.2_06, native threads, sunwjit) I have tomcat installed and running happily (more or less) on an identical (or so I thought!) machine. First I tried installing from a newly downloaded .tar.gz and got the following exception: Exception in thread "main" java.lang.ExceptionInInitializerError: java.util.Mi ssingResourceException: Can't find resource for base name org.apache.tomcat.reso urces.LocalStrings, locale en at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.(Throwable.java:94) at java.lang.Exception.(Exception.java:42) at java.lang.RuntimeException.(RuntimeException.java:47) at java.util.MissingResourceException.(MissingResourceException.java:54) at java.util.ResourceBundle.getBundle(Compiled Code) at java.util.ResourceBundle.getBundle(ResourceBundle.java:339) at org.apache.tomcat.util.StringManager.(StringManager.java:115) at org.apache.tomcat.util.StringManager.getManager(StringManager.java:260) at Given that, tried tarring up my working tomcat from the other solaris box and moving it over, and got the same exception. All of my environment settings between the two Solaris machines *should* be identical. In fact, the machine that does work was, two weeks ago, an exact copy of the one that is failing... Has anyone run into something similar before? If so, I'd be thrilled to hear a fix. Thanks, Anne aldirkse@uswest.net