<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
javax.servlet.jsp.JspTagException: No message found under code ... for locale ...
</h3>
<span style="margin-bottom: 10px;">
created by <a href="https://community.jboss.org/people/pmkellam">Paul Kellam</a> in <i>JBoss Web Services</i> - <a href="https://community.jboss.org/message/805724#805724">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p><span style="font-size: 10.0pt; font-family: 'Arial','sans-serif';">We have a server with a couple applications installed on it, that was running okay. It was restarted (related to replacing expired certificates).  When it came back up, I found that the JBOSS service hadn’t been set to start automatically.  Now it’s showing the error below and I really don’t know where to look for the cause of the problem – for example, another service that isn’t started or a configuration file that needs to be updated (though since it was running okay before, I’m not sure why that would be).</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><span style="font-size: 10.0pt; font-family: 'Arial','sans-serif';">Any suggestions?</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><h1>HTTP Status 500 - </h1><hr noshade="noshade" size="1"/><p><strong>type</strong> Exception report</p><p><strong>message</strong> </p><p><strong>description</strong> <span style="text-decoration: underline;">The server encountered an internal error () that prevented it from fulfilling this request.</span></p><p><strong>exception</strong> </p><pre class="jive-pre">org.apache.jasper.JasperException: An exception occurred processing JSP page /error.jsp at line 38  35:                                    Logger log = LoggerFactory.getLogger("error.jsp"); 36:                                    log.error("error.jsp",exception); 37:                               %> 38:                               <spring:message code="xyzerror.generalerror"></spring:message> 39:                               </div> 40:                               <div style="height:50px;clear:both"></div> 41:                          </td>   Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:498) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:326) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253) javax.servlet.http.HttpServlet.service(HttpServlet.java:847) com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:59) com.xyzsystems.framework.EncodingFilter.doFilter(EncodingFilter.java:36) </pre><p><strong>root cause</strong> </p><pre class="jive-pre">javax.servlet.ServletException: javax.servlet.jsp.JspTagException: No message found under code 'xyzerror.generalerror' for locale 'en_GB'. org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:862) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791) org.apache.jsp.error_jsp._jspService(error_jsp.java:118) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:847) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:326) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253) javax.servlet.http.HttpServlet.service(HttpServlet.java:847) com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:59) com.xyzsystems.framework.EncodingFilter.doFilter(EncodingFilter.java:36) </pre><p><strong>root cause</strong> </p><pre class="jive-pre">javax.servlet.jsp.JspTagException: No message found under code 'xyzerror.generalerror' for locale 'en_GB'. org.springframework.web.servlet.tags.MessageTag.doStartTagInternal(MessageTag.java:184) org.springframework.web.servlet.tags.RequestContextAwareTag.doStartTag(RequestContextAwareTag.java:79) org.apache.jsp.error_jsp._jspx_meth_spring_005fmessage_005f0(error_jsp.java:137) org.apache.jsp.error_jsp._jspService(error_jsp.java:102) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:847) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:369) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:326) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253) javax.servlet.http.HttpServlet.service(HttpServlet.java:847) com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:59) com.xyzsystems.framework.EncodingFilter.doFilter(EncodingFilter.java:36) </pre><p><strong>note</strong> <span style="text-decoration: underline;">The full stack trace of the root cause is available in the JBoss Web/3.0.0-CR1 logs.</span></p><hr noshade="noshade" size="1"/><h3>JBoss Web/3.0.0-CR1</h3><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><span style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"><br/></span></p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/805724#805724">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>