Hi there, first time poster for technical help and am new to this technology so please forgive in advance of any missing information.
I have looked at the previous posts on this matter, however, having tried what was suggested I have been unable to resolve my problem. I am running Apache 2.2.4 & Tomcat 5.5.23. I am trying to run Axis 1.4. Following the installation guide when I run the "http://localhost/axis/index.jsp" I get an error which states that it cannot find the bundle associated with the i18n locale, en_GB. ] I have copied most of the .jar files from Axis/WEB-INF/lib to the catalina_home/common/lib but this still does not resolve my problem. I have also tested my classpath for the directories that contain the required .jar files. The jvm's classloader can find the test files. I am at a loss to what could be causing me the problems. Any help that can be offered would be greatly appreciated, Thank you, p.s. Posted below is the error message I get when trying to this url "http://localhost:8080/axis/index.jsp" HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Can't find bundle for base name i18n, locale en_GB org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:476) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:389) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause java.util.MissingResourceException: Can't find bundle for base name i18n, locale en_GB java.util.ResourceBundle.throwMissingResourceException(Unknown Source) java.util.ResourceBundle.getBundleImpl(Unknown Source) java.util.ResourceBundle.getBundle(Unknown Source) org.apache.jsp.axis.index_jsp.getRB(index_jsp.java:75) org.apache.jsp.axis.index_jsp.getMessage(index_jsp.java:171) org.apache.jsp.axis.index_jsp.getMessage(index_jsp.java:109) org.apache.jsp.axis.index_jsp.getLocaleChoice(index_jsp.java:85) org.apache.jsp.axis.index_jsp._jspService(index_jsp.java:314) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) note The full stack trace of the root cause is available in the Apache Tomcat/5.5.23 logs. -- View this message in context: http://www.nabble.com/Problem%3A-Axis-1.4%2C-i18n-tf4169208.html#a11861179 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
