Then with what JDK(java -version)? The ResourceBundle will default to the org/apache/catalina/startup/LocalStrings.properties, but it is not finding that although its clearly in the dist. You can try placing a jar in the system classpath with the org/apache/catalina/startup/LocalStrings.properties file by setting the JBOSS_CLASSPATH to the jar file path.
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ionel GARDAIS Sent: Friday, January 02, 2004 10:18 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] tomcat : error in local blocks deployment The exact exception is : 15:32:24,037 WARN [ServiceController] Problem starting 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 at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:674) at java.util.ResourceBundle.getBundle(ResourceBundle.java:546) at org.apache.catalina.util.StringManager.(StringManager.java:115) at org.apache.catalina.util.StringManager.getManager(StringManager.java:260) at org.apache.catalina.startup.Embedded.(Embedded.java:248) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:120) at org.jboss.web.tomcat.tc4.EmbeddedTomcatService.class$(EmbeddedTomcatService.java:259) at org.jboss.web.tomcat.tc4.EmbeddedTomcatService.startService(EmbeddedTomcatService.java:259) If it does not find the ResourceBundle for the english locale, shouldn't it use the default one ? thanks, ionel ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
