0 Replies Latest reply on Mar 2, 2004 2:20 PM by kuchhal

    MissingResourceException for org.apache.catalina.startup.Loc

    kuchhal

      Hi!, I just downloaded JBoss 3.2.3 and was trying to run it but it throws the following exception when trying to start Tomcat service:
      =============================================
      jboss.web:service=WebServer
      java.lang.ExceptionInInitializerError:
      java.util.MissingResourceException: Can't find bundle for base name org.apache.catalina.startup.LocalStrings, locale en_US
      at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)
      at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:674)
      at java.util.ResourceBundle.getBundle(ResourceBundle.java:546)
      =============================================
      the environment is Windows 2000 with the following JVM:
      =============================================
      java version "1.3.1_02"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02)
      Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode)
      =============================================

      After searching everyplace I found one reference to this problem but the solution given was to extract LocalStrings.properties out of catalina.jar and put it in JBOSS_CLASSPATH. I tried that but it complained for some other properties file.

      Is there a configuration setting that can be modified to fix this issue?