DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17112>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17112

Can't find resource for bundle

           Summary: Can't find resource for bundle
           Product: Axis
           Version: 1.1RC1
          Platform: Sun
               URL: N/A
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


After deploying Axis 1.1-rc1 on JBoss 3.0.4 (Jetty 4.1.3) and checking that 
happyaxis.jsp was indeed happy, I got the exception below when going 
to '/axis/servlet/AxisServlet'.  This was done on a Sun Ultra2 running Solaris 
2.8 and Java 1.4.1_01-b01.

21:09:59,194 INFO  [EXCEPTIONS] Exception:
java.util.MissingResourceException: Can't find resource for bundle 
org.apache.axis.i18n.ProjectResourceBundle, key servletEngineWebInfError03
        at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
        at java.util.ResourceBundle.getString(ResourceBundle.java:274)
        at org.apache.axis.i18n.MessageBundle.getMessage(MessageBundle.java:232)
        at org.apache.axis.i18n.MessageBundle.getMessage(MessageBundle.java:140)
        at org.apache.axis.utils.Messages.getMessage(Messages.java:119)
        at 
org.apache.axis.configuration.EngineConfigurationFactoryServlet.getServerEngineC
onfig(EngineConfigurationFactoryServlet.java:195)
        at 
org.apache.axis.configuration.EngineConfigurationFactoryServlet.getServerEngineC
onfig(EngineConfigurationFactoryServlet.java:137)
        at org.apache.axis.transport.http.AxisServletBase.getEngineEnvironment
(AxisServletBase.java:285)
        at org.apache.axis.transport.http.AxisServletBase.getEngine
(AxisServletBase.java:208)
        at org.apache.axis.transport.http.AxisServletBase.getEngine
(AxisServletBase.java:187)
        at org.apache.axis.transport.http.AxisServlet.doGet
(AxisServlet.java:224)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at org.apache.axis.transport.http.AxisServletBase.service
(AxisServletBase.java:339)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.mortbay.jetty.servlet.ServletHolder.handle
(ServletHolder.java:366)
        at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch
(WebApplicationHandler.java:293)
        at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:581)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1687)
        at org.mortbay.jetty.servlet.WebApplicationContext.handle
(WebApplicationContext.java:544)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1637)
        at org.mortbay.http.HttpServer.service(HttpServer.java:875)
        at org.jboss.jetty.Jetty.service(Jetty.java:543)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:806)
        at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:956)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:823)
        at org.mortbay.http.SocketListener.handleConnection
(SocketListener.java:203)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:290)
        at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:743)
        at java.lang.Thread.run(Thread.java:536)

Reply via email to