4 Replies Latest reply on Oct 3, 2008 4:20 AM by claprun

    2.7.7CR Can't find resource for bundle...  key LOGIN_TITLE

    jaykraly

      I've been evaluating 2.6 and candidate release 2.7 running on JBoss 4.2.2GA. I built both from the source distribution with no errors.

      When I hit localhost/portal on the 2.7 version, I get the following error, any ideas?

      2008-10-02 14:56:32,499 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal].[jsp]] Servlet.service() for servlet jsp threw exception
      java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key LOGIN_TITLE
      at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
      at java.util.ResourceBundle.getString(ResourceBundle.java:344)
      at org.apache.jsp.login_jsp._jspService(login_jsp.java:70)
      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336)
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
      ...
      ...