Thank you Ron for getting back to me. Actually, I copied the axis directory to a wrong directory under %TOMCAT_HOME%\webapps\.
I got it resolved now. Thank you so much for your response.
Kimberly
Ron Reynolds <[EMAIL PROTECTED]> wrote:
Ron Reynolds <[EMAIL PROTECTED]> wrote:
if you copied over files from the original webapps/axis directory you
might have missed the WEB-INF/classes/i18n.properties (and
i18n_ja.properties if you're interested in strings in Japanese).
without at least the i18n.properties file in the classpath Axis can't
map its various error messages into the proper strings.
hth.
..............................ron.
Kimberly Do wrote:
> Hello,
>
> I'm having the problem detailed below.
> I encounter the following, when trying to launch axis from tomcat, did
> anyone run into this problem; I'd appreciate if anyone can help.
>
> 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_US
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:315)
>
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:258)
>
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:205)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>
> root cause
> java.util.MissingResourceException: Can't find bundle for base name
> i18n, locale en_US
> java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
>
> java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
> java.util.ResourceBundle.getBundle(ResourceBundle.java:538)
> org.apache.jsp.axis.index_jsp.getRB(index_jsp.java:72)
> org.apache.jsp.axis.index_jsp.getMessage(index_jsp.java:168)
> org.apache.jsp.axis.index_jsp.getMessage(index_jsp.java:106)
> org.apache.jsp.axis.index_jsp.getLocaleChoice(index_jsp.java:82)
> org.apache.jsp.axis.index_jsp._jspService(index_jsp.java:312)
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:268)
>
> My environment is as followed:
>
> CLASSPATH=.;C:\j2sdk1.4.2_05;C:\xerces-2_7_1\xml-apis.jar;C:\xerces-2_7_1\xerces
> Impl.jar;C:\dom4j-1.6.1\dom4j-1.6.1.jar;C:\Oracle-XDK9.2.0.6.0\lib\xmlparserv2.j
> ar;.;C:\Oracle-XDK9.2.0.6.0\lib\xschema.jar;.;C:\Oracle-XDK9.2.0.6.0\lib\xsu12.j
> ar;.;C:\Oracle-XDK9.2.0.6.0\lib\oraclexsql.jar;C:\OC4J-9.0.3\j2ee\home\oc4j.jar;
> C:\OC4J-9.0.3\jdbc\lib\classes12dms.jar;C:\OC4J-9.0.3\j2ee\home\lib\servlet.jar
>
> C:\>set AXIS_HOME=C:\axis-1_2_1
> C:\>set AXIS_LIB=C:\axis-1_2_1\lib
> C:\>set
> AXISCLASSPATH=C:\axis-1_2_1\lib\axis.jar;C:\axis-1_2_1\lib\common-discov
> ery-0.2.jar;C:\axis-1_2_1\lib\common-logging-1.0.4.jar;C:\axis-1_2_1\lib\jaxrpc.
> jar;C:\axis-1_2_1\lib\saaj.jar;C:\axis-1_2_1\lib\log4j-1.2.8.jar;C:\axis-1_2_1\l
> ib\log4j.properties;C:\axis-1_2_1\lib\wsdl4j-1.5.1.jar;C:\axis-1_2_1\lib\axis-an
> t.jar
> C:\>set
> CLASSPATH=.;C:\j2sdk1.4.2_05;C:\xerces-2_7_1\xml-apis.jar;C:\xerces-2_7_
> 1\xercesImpl.jar;C:\dom4j-1.6.1\dom4j-1.6.1.jar;C:\Oracle-XDK9.2.0.6.0\lib\xmlpa
> rserv2.jar;.;C:\Oracle-XDK9.2.0.6.0\lib\xschema.jar;.;C:\Oracle-XDK9.2.0.6.0\lib
> \xsu12.jar;.;C:\Oracle-XDK9.2.0.6.0\lib\oraclexsql.jar;C:\OC4J-9.0.3\j2ee\home\o
> c4j.jar;C:\OC4J-9.0.3\jdbc\lib\classes12dms.jar;C:\OC4J-9.0.3\j2ee\home\lib\serv
> let.jar;C:\axis-1_2_1\lib\axis.jar;C:\axis-1_2_1\lib\common-discovery-0.2.jar;C:
> \axis-1_2_1\lib\common-logging-1.0.4.jar;C:\axis-1_2_1\lib\jaxrpc.jar;C:\axis-1_
> 2_1\lib\saaj.jar;C:\axis-1_2_1\lib\log4j-1.2.8.jar;C:\axis-1_2_1\lib\log4j.prope
> rties;C:\axis-1_2_1\lib\wsdl4j-1.5.1.jar;C:\axis-1_2_1\lib\axis-ant.jar
> I would appreciate anyone help me to correct the above problem.
>
> Thank you in advance for your time.
