It looks like you just copied the HelloWorld servlet over, but you didn't
copy the .properties files over with it into the classes directory. The
servlet is running, but it's looking for the locale files.

On 9/2/01 11:58 PM, "Peter Dickson" <[EMAIL PROTECTED]> wrote:

> Have just installed the Java Developer Kit 1.3a and get the following
> Internal Servlet Error with simple HelloWorld servlet. Any ideas?
> 
> 
> java.util.MissingResourceException: Can't find bundle for base name
> LocalStrings, locale en_US
> at
> java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:
> 712)
> at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:683)
> at java.util.ResourceBundle.getBundle(ResourceBundle.java:559)
> at HelloWorldExample.doGet(HelloWorldExample.java:24)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
> at org.apache.tomcat.core.Handler.service(Handler.java:286)
> at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> at
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:7
> 97)
> at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> at
> org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnectio
> n(Ajp12ConnectionHandler.java:166)
> at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
> at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> at java.lang.Thread.run(Thread.java:484)
> 
> TIA
> 
> Rgds
> 
> 
> P.
> 
> ---
> Peter Dickson
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kyros Solutions Ltd
> 110 The Custard Factory  Gibb Street  Birmingham  B9 4AA
> t: +44 (0)121 683 1330         w: http://www.kyros.co.uk
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~ passionate about helping people use information technology effectively ~
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 
> ---
> Fingerprint: 02DB 023B C11B 412C D015  0AF3 F074 8590 72D2 BC98
> 
> 
> _______________________________________________
> cobalt-developers mailing list
> [EMAIL PROTECTED]
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
> 

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to