Posted By:
Maurice_Lucas
Posted On:
Friday, September 12, 2003 10:22 AM
After I install tomcat following the install doc on apache website. I start tomcat, with no problems. When I being up a web browser I get this error in the shell window for tomcat. Sep 12, 2003 11:45:54 AM org.apache.coyote.http11.Http11Processor process SEVERE: Error processing request java.lang.ExceptionInInitializerError at org.apache.coyote.tomcat4.CoyoteResponse. (CoyoteResponse.java:2 43) at org.apache.coyote.tomcat4.CoyoteConnector.createResponse(CoyoteConnec tor.java:980) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:20 5) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
More>>
After I install tomcat following the install doc on apache website. I start tomcat, with no problems. When I being up a web browser I get this error in the shell window for tomcat.
Sep 12, 2003 11:45:54 AM
org.apache.coyote.http11.Http11Processor process
SEVERE: Error processing request
java.lang.ExceptionInInitializerError
at org.apache.coyote.tomcat4.CoyoteResponse.
(CoyoteResponse.java:2
43)
at org.apache.coyote.tomcat4.CoyoteConnector.createResponse(CoyoteConnec
tor.java:980)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:20
5)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:601)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:392)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:565)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:619)
at java.lang.Thread.run(Thread.java:536)
Caused by: java.util.MissingResourceException: Can't find bundle for base name j
avax.servlet.LocalStrings, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle
.java:804)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:511)
at javax.servlet.ServletOutputStream.
(ServletOutputStream.java:4
7)
... 8 more
I've tried uninstalling,reinstalling, changing the port in the server.xml, but I get the same error.
Any suggustions!
<<Less