I am trying to deploy my JSTL app and a production Weblogic 6.5, I am
seeing this error.
Same runs ok on my PC; I am not sure what is causing this error.
Any help is appreciated. It seem to resolve the  tag locations.
Please look at the bottom for this exception

<[WebAppServletContext(7157324,express,/express)] Root cause of
ServletException>
java.lang.ExceptionInInitializerError:
java.util.MissingResourceException:
Can't find bundle for base name
org.apache.taglibs.standard.lang.jstl.Resources, locale en

Thanks.

Dave Anand

=======Complete log with Exception============================

<[WebAppServletContext(7157324,express,/express)] resolved taglib uri
'http://java.sun.com/jstl/core' to taglib-location /WEB-INF/c.tld:>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] Generated java file:
/home/wluser/weblogic/V61/config/limited/applications/.wlnotdelete_expre
ss2/
wl_comp31170/WEB-INF/_tmp_war_express2_express2_express/jsp_servlet/_sur
vey/
__index.java>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] resolved taglib uri
'http://java.sun.com/jstl/core' to taglib-location /WEB-INF/c.tld:>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] Generated java file:
/home/wluser/weblogic/V61/config/limited/applications/.wlnotdelete_expre
ss2/
wl_comp31170/WEB-INF/_tmp_war_express2_express2_express/jsp_servlet/_sur
vey/
__set_data_source.java>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] Generated java file:
/home/wluser/weblogic/V61/config/limited/applications/.wlnotdelete_expre
ss2/
wl_comp31170/WEB-INF/_tmp_war_express2_express2_express/jsp_servlet/_exp
ress
_card/__right.java>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] Generated java file:
/home/wluser/weblogic/V61/config/limited/applications/.wlnotdelete_expre
ss2/
wl_comp31170/WEB-INF/_tmp_war_express2_express2_express/jsp_servlet/_exp
ress
_card/__fra_credit.java>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] Generated java file:
/home/wluser/weblogic/V61/config/limited/applications/.wlnotdelete_expre
ss2/
wl_comp31170/WEB-INF/_tmp_war_express2_express2_express/jsp_servlet/_sub
_pro
mos/__sp_mh.java>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] resolved taglib uri
'http://java.sun.com/jstl/sql' to taglib-location /WEB-INF/sql.tld:>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] resolved taglib uri
'http://java.sun.com/jstl/core' to taglib-location /WEB-INF/c.tld:>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] resolved taglib uri
'http://java.sun.com/jstl/fmt' to taglib-location /WEB-INF/fmt.tld:>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] Generated java file:
/home/wluser/weblogic/V61/config/limited/applications/.wlnotdelete_expre
ss2/
wl_comp31170/WEB-INF/_tmp_war_express2_express2_express/jsp_servlet/_sto
re_s
pecials/__index.java>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] Generated java file:
/home/wluser/weblogic/V61/config/limited/applications/.wlnotdelete_expre
ss2/
wl_comp31170/WEB-INF/_tmp_war_express2_express2_express/jsp_servlet/_sur
vey/
__survey.java>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] resolved taglib uri
'http://java.sun.com/jstl/core' to taglib-location /WEB-INF/c.tld:>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] resolved taglib uri
'http://java.sun.com/jstl/fmt' to taglib-location /WEB-INF/fmt.tld:>
####  
   <> <> <101047>
<[WebAppServletContext(7157324,express,/express)] Generated java file:
/home/wluser/weblogic/V61/config/limited/applications/.wlnotdelete_expre
ss2/
wl_comp31170/WEB-INF/_tmp_war_express2_express2_express/jsp_servlet/_sur
vey/
__survey_error_page.java>
####  
   <> <> <101017>
<[WebAppServletContext(7157324,express,/express)] Root cause of
ServletException>
java.lang.ExceptionInInitializerError:
java.util.MissingResourceException:
Can't find bundle for base name
org.apache.taglibs.standard.lang.jstl.Resources, locale en
        at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.ja
va:7
12)
        at
java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:683)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:546)
        at
org.apache.taglibs.standard.lang.jstl.Constants.(Constants.java:75)
        at
org.apache.taglibs.standard.lang.jstl.ArraySuffix.evaluate(ArraySuffix.j
ava:
314)
        at
org.apache.taglibs.standard.lang.jstl.ComplexValue.evaluate(ComplexValue
.jav
a:141)
        at
org.apache.taglibs.standard.lang.jstl.ELEvaluator.evaluate(ELEvaluator.j
ava:
235)
        at
org.apache.taglibs.standard.lang.jstl.ELEvaluator.evaluate(ELEvaluator.j
ava:
198)
        at
org.apache.taglibs.standard.lang.jstl.Evaluator.evaluate(Evaluator.java:
134)
        at
org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager.eval
uate
(ExpressionEvaluatorManager.java:112)
        at
org.apache.taglibs.standard.tag.el.core.ExpressionUtil.evalNotNull(Expre
ssio
nUtil.java:85)
        at
org.apache.taglibs.standard.tag.el.core.SetTag.evaluateExpressions(SetTa
g.ja
va:147)
        at
org.apache.taglibs.standard.tag.el.core.SetTag.doStartTag(SetTag.java:95
)
        at
jsp_servlet._survey.__survey_error_page._jspService(__survey_error_page.
java
:115)
        at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
java
:265)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
java
:304)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
java
:200)
        at
weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatche
rImp
l.java:241)
        at
weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112)
        at
weblogic.servlet.jsp.PageContextImpl.handlePageException(PageContextImpl
.jav
a:267)
        at jsp_servlet._survey.__survey._jspService(__survey.java:1533)
        at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
java
:265)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
java
:304)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
java
:200)
        at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServl
etCo
ntext.java:2495)
        at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.
java
:2204)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to