Sarath,

>>I copied C:\axis-1_4\webapps\axis folder only to C:\Program
Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT

The axis folder should be copied to the webapps folder under Tomcat (not
webapps\ROOT folder).

JP

-----Original Message-----
From: Sarath Kamisetty [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 26, 2008 10:54 PM
To: [email protected]
Subject: Axis installation error with Tomcat - Please help

Hi,

I have Tomcat 5.5 installed under C:\Program Files\Apache Software
Foundation\Tomcat 5.5. I downloaded Axis 1.4 zip file and after
extracting it I copied C:\axis-1_4\webapps\axis folder only to
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\ (I
think this is what the installation instructions are suggesting but it
is not clearly spelled out). So, now I have the following folder:

C:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\ROOT\axis\

So at this point, I have set AXIS_HOME, AXIS_LIB, AXISCLASSPATH as
follows:

AXIS_HOME is C:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\ROOT\axis AXIS_LIB is %AXIS_HOME%\lib AXISCLASSPATH is
%AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery.jar;%AXIS_LIB%\commons-
logging.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar;%AXIS_LIB%\log4j-1
.2.8.jar;%AXIS_LIB%\xml-apis.jar;%AXIS_LIB%\xercesImpl.jar

At this point, I also set CLASSPATH to

%AXISCLASSPATH%;%AXISCLASSPATH%\WEB-INF\classes;.;..... /* some more
stuff */

And I tried to open http://localhost:8080/axis/index.jsp (index.html is
redirecting to this) and I get the following error. I searched in the
archives and many were asking to check if
axis\WEB-INF\classes\18n.properties and
WEB-INF\classes\18n_ja.properties are there are not. I did check and
that I see both the files in the following location:

C:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\ROOT\axis\WEB-INF\classes

I guess this is the right location. Can someone please let me know what
is wrong with what I am doing ? Many have run into this error (but what
they did to get around it or fix it is not posted) so I am wondering if
there is some sort of FAQ on Axis that explains this.

Stacktrace:
        
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServle
tWrapper.java:506)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:395)
        
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

java.util.MissingResourceException: Can't find bundle for base name
i18n, locale en_US
        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: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:97)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:334)
        
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

---------------------------------------------------------------------
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]

Reply via email to