Are you sure its an Axis problem? I run Tomcat 5.5.23 and there is a set of four i18n jars in the <tomcat-inst>\common\i18n folder. I would suggest removing Axis 1.4 completely, and reinstall it. If that fails, I would remove Axis and Tomcat, and reinstall both.
The happyaxis page is quite useful, it pointed out a few missing jars I had to get once. For most people, the happyaxis page can be found at: http://localhost:8080/axis/happyaxis.jsp -jeff -----Original Message----- From: coatesj [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 8:32 AM To: [email protected] Subject: Problem: Axis 1.4, i18n 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, [edit]- I've added my env classpath (windows), forgot to add it before; .;C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\axis\WEB-INF\classes;C:\Program Files\Apache Software Foundation\Tomcat 5.5\common;C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\i18n;C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib;C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\axis;C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\axis\WEB-INF\lib 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(JspServle tWrapper.java:476) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja va: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.ja va: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#a118611 79 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
