1 Reply Latest reply on Oct 29, 2002 4:05 PM by dashaun

    Jboss3.0 - Jive 2.5.3 problems

    rolfen

      Are there any issues with JBoss 3.0 (bundled with tomcat)
      and Jive Forum 2.5.3 ? Maybe classloader problems?

      I get this exception from dispatched DB-indexing:

      19:34:22,273 ERROR [STDERR] java.lang.NoSuchMethodError
      19:34:22,273 ERROR [STDERR] at com.jivesoftware.forum.database.DbSearchManager.getReader(DbSearchManager.java:876)
      19:34:22,273 ERROR [STDERR] at com.jivesoftware.forum.database.DbSearchManager.updateIndex(DbSearchManager.java:796)
      19:34:22,273 ERROR [STDERR] at com.jivesoftware.forum.database.DbSearchManager$IndexTask.run(DbSearchManager.java:932)
      19:34:22,273 ERROR [STDERR] at com.jivesoftware.forum.util.TaskEngine$TaskEngineWorker.run(TaskEngine.java:165)

        • 1. Re: Jboss3.0 - Jive 2.5.3 problems
          dashaun

          I too am havign problems. I have packaged the Jive 2.6.2 into a war file and am getting several class not found errors when trying to start the application. It can't compile the global.jsp.

          I'm using jboss-3.0.3_tomcat-4.1.12 as you can see.

          When I try to load the index.jsp I get this:

          type Exception report

          message Internal Server Error

          description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.

          exception

          org.apache.jasper.JasperException: Unable to compile class for JSP

          An error occurred at line: 30 in the jsp file: /global.jsp

          Generated servlet error:
          [javac] Compiling 1 source file

          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:443: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          private static String getCategoryBuffer(ForumCategory category, String str) {
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:98: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          ForumCategory cat = forum.getForumCategory();
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:98: cannot resolve symbol
          symbol : method getForumCategory ()
          location: interface com.jivesoftware.forum.Forum
          ForumCategory cat = forum.getForumCategory();
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:100: cannot resolve symbol
          symbol : variable CATEGORY_ADMIN
          location: class com.jivesoftware.forum.ForumPermissions
          || cat.hasPermission(ForumPermissions.CATEGORY_ADMIN)
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:171: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.left_bracket",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:183: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.previous_page",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:203: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.thread.go_first_page",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:205: cannot resolve symbol
          symbol : method getLocalizedNumber (int,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedNumber(1,locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:207: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.elipse",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:219: cannot resolve symbol
          symbol : method getLocalizedNumber (int,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedNumber(lo,locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:228: cannot resolve symbol
          symbol : method getLocalizedNumber (int,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedNumber(currentPage,locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:242: cannot resolve symbol
          symbol : method getLocalizedNumber (int,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedNumber(currentPage,locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:258: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.next_page",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:266: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.right_bracket",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:293: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.left_bracket",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:295: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.go", locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:296: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.colon", locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:306: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.previous_page",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:326: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.thread.go_first_page",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:383: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.next_page",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:389: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append(SkinUtils.getLocalizedString("skin.default.global.right_bracket",locale));
          ^
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:522: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          throw new Exception(SkinUtils.getLocalizedString("skin.default.global.jive_not_setup",locale));
          ^



          An error occurred at line: 30 in the jsp file: /global.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:528: getAuthorization(java.lang.String,java.lang.String) in com.jivesoftware.forum.AuthorizationFactory cannot be applied to (javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
          authToken = AuthorizationFactory.getAuthorization(request, response);
          ^



          An error occurred at line: 30 in the jsp file: /global.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:543: cannot resolve symbol
          symbol : method localeCodeToLocale (java.lang.String)
          location: class com.jivesoftware.forum.util.SkinUtils
          Locale userLocale = SkinUtils.localeCodeToLocale(pageUser.getProperty("jiveLocale"));
          ^



          An error occurred at line: 30 in the jsp file: /global.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:554: cannot resolve symbol
          symbol : method localeCodeToLocale (java.lang.String)
          location: class com.jivesoftware.forum.util.SkinUtils
          Locale userLocale = SkinUtils.localeCodeToLocale(cookie.getValue());
          ^



          An error occurred at line: 26 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:586: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          ForumCategory category = null;
          ^



          An error occurred at line: 26 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:587: cannot resolve symbol
          symbol : method getRootForumCategory ()
          location: class com.jivesoftware.forum.ForumFactory
          if (categoryID <= forumFactory.getRootForumCategory().getID()) {
          ^



          An error occurred at line: 26 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:588: cannot resolve symbol
          symbol : method getRootForumCategory ()
          location: class com.jivesoftware.forum.ForumFactory
          category = forumFactory.getRootForumCategory();
          ^



          An error occurred at line: 26 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:591: cannot resolve symbol
          symbol : method getForumCategory (long)
          location: class com.jivesoftware.forum.ForumFactory
          category = forumFactory.getForumCategory(categoryID);
          ^



          An error occurred at line: 26 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:597: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          ForumCategory rootCategory = forumFactory.getRootForumCategory();
          ^



          An error occurred at line: 26 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:597: cannot resolve symbol
          symbol : method getRootForumCategory ()
          location: class com.jivesoftware.forum.ForumFactory
          ForumCategory rootCategory = forumFactory.getRootForumCategory();
          ^



          An error occurred at line: 56 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:602: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          String title = SkinUtils.getLocalizedString("skin.default.index.title",locale);
          ^



          An error occurred at line: 12 in the jsp file: /header.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:617: cannot resolve symbol
          symbol : method getCharacterEncoding ()
          location: class com.jivesoftware.forum.JiveGlobals
          response.setContentType("text/html; charset=" + JiveGlobals.getCharacterEncoding());
          ^



          An error occurred at line: 27 in the jsp file: /header.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:629: cannot resolve symbol
          symbol : method getCharacterEncoding ()
          location: class com.jivesoftware.forum.JiveGlobals
          out.print( JiveGlobals.getCharacterEncoding() );
          ^



          An error occurred at line: 69 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:714: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.home",locale) );
          ^



          An error occurred at line: 71 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:717: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.go_back_to_forum_list",locale) );
          ^



          An error occurred at line: 72 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:719: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.forums",locale) );
          ^



          An error occurred at line: 83 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:733: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.community_text", locale) );
          ^



          An error occurred at line: 31 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:774: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          guestDisplay.add("" + SkinUtils.getLocalizedString("skin.default.global.guest",locale) + "");
          ^



          An error occurred at line: 32 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:776: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale,java.util.List)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.welcome", locale, guestDisplay) );
          ^



          An error occurred at line: 36 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:786: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.login_message",locale) );
          ^



          An error occurred at line: 42 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:798: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.login_message",locale) );
          ^



          An error occurred at line: 43 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:800: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.login_register",locale) );
          ^



          An error occurred at line: 45 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:805: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.login",locale) );
          ^



          An error occurred at line: 46 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:807: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.login",locale) );
          ^



          An error occurred at line: 51 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:818: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.click_to_view_preferences",locale) );
          ^



          An error occurred at line: 55 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:829: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.click_to_view_preferences",locale) );
          ^



          An error occurred at line: 56 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:831: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.guest_settings",locale) );
          ^



          An error occurred at line: 78 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:856: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale,java.util.List)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.welcome", locale, usernameText) );
          ^



          An error occurred at line: 81 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:865: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.click_logout",locale) );
          ^



          An error occurred at line: 85 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:876: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.click_logout",locale) );
          ^



          An error occurred at line: 86 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:878: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.logout",locale) );
          ^



          An error occurred at line: 90 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:889: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.change_prefs",locale) );
          ^



          An error occurred at line: 94 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:902: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.change_prefs",locale) );
          ^



          An error occurred at line: 94 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:904: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.settings",locale) );
          ^



          An error occurred at line: 98 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:913: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.click_watches",locale) );
          ^



          An error occurred at line: 102 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:924: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.loginbox.click_watches",locale) );
          ^



          An error occurred at line: 102 in the jsp file: /loginbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:926: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.your_watches",locale) );
          ^



          An error occurred at line: 117 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:958: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.index.back_to_main_cat",locale) );
          ^



          An error occurred at line: 118 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:962: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          ForumCategory parentCat = category.getParentCategory();
          ^



          An error occurred at line: 118 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:968: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          ForumCategory c = (ForumCategory)parents.get(i);
          ^



          An error occurred at line: 118 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:968: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          ForumCategory c = (ForumCategory)parents.get(i);
          ^



          An error occurred at line: 164 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1016: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.index.forum_name",locale).toUpperCase(locale) );
          ^



          An error occurred at line: 174 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1032: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.index.topics_messages",locale).toUpperCase(locale) );
          ^



          An error occurred at line: 182 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1046: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.last_post",locale).toUpperCase(locale) );
          ^



          An error occurred at line: 220 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1099: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.index.no_forums_in_category", locale) );
          ^



          An error occurred at line: 224 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1110: cannot resolve symbol
          symbol : method getLastPost (com.jivesoftware.forum.Forum)
          location: class com.jivesoftware.forum.util.SkinUtils
          lastPost = SkinUtils.getLastPost(forum);
          ^



          An error occurred at line: 236 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1117: cannot resolve symbol
          symbol : method isNew (com.jivesoftware.forum.Forum,java.util.Date)
          location: class com.jivesoftware.forum.util.SkinUtils
          if (SkinUtils.isNew(forum, lastVisited)) { out.write("\n ");
          ^



          An error occurred at line: 254 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1150: cannot resolve symbol
          symbol : method getLocalizedNumber (int,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedNumber(forum.getThreadCount(),locale) );
          ^



          An error occurred at line: 254 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1152: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.slash",locale) );
          ^



          An error occurred at line: 254 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1154: cannot resolve symbol
          symbol : method getLocalizedNumber (int,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedNumber(forum.getMessageCount(),locale) );
          ^



          An error occurred at line: 261 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1166: formatDate(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,com.jivesoftware.forum.User,java.util.Date) in com.jivesoftware.forum.util.SkinUtils cannot be applied to (javax.servlet.http.HttpServletRequest,com.jivesoftware.forum.User,java.util.Date)
          out.print( SkinUtils.formatDate(request,pageUser,forum.getModifiedDate()) );
          ^



          An error occurred at line: 268 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1180: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append("title=\"").append(SkinUtils.getLocalizedString("skin.default.index.jump_to_message",locale));
          ^



          An error occurred at line: 284 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1192: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale,java.util.List)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.last_post_by", locale, nameDisplay) );
          ^



          An error occurred at line: 291 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1199: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale,java.util.List)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.last_post_by", locale, nameDisplay) );
          ^



          An error occurred at line: 300 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1208: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale,java.util.List)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.last_post_by", locale, nameDisplay) );
          ^



          An error occurred at line: 307 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1220: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          ForumCategory subCategory = (ForumCategory)subCategories.next();
          ^



          An error occurred at line: 307 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1220: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          ForumCategory subCategory = (ForumCategory)subCategories.next();
          ^



          An error occurred at line: 375 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1314: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.index.no_forums_in_category", locale) );
          ^



          An error occurred at line: 379 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1325: cannot resolve symbol
          symbol : method getLastPost (com.jivesoftware.forum.Forum)
          location: class com.jivesoftware.forum.util.SkinUtils
          lastPost = SkinUtils.getLastPost(forum);
          ^



          An error occurred at line: 391 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1332: cannot resolve symbol
          symbol : method isNew (com.jivesoftware.forum.Forum,java.util.Date)
          location: class com.jivesoftware.forum.util.SkinUtils
          if (SkinUtils.isNew(forum, lastVisited)) { out.write("\n ");
          ^



          An error occurred at line: 409 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1365: cannot resolve symbol
          symbol : method getLocalizedNumber (int,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedNumber(forum.getThreadCount(),locale) );
          ^



          An error occurred at line: 409 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1367: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.slash",locale) );
          ^



          An error occurred at line: 409 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1369: cannot resolve symbol
          symbol : method getLocalizedNumber (int,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedNumber(forum.getMessageCount(),locale) );
          ^



          An error occurred at line: 416 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1381: formatDate(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,com.jivesoftware.forum.User,java.util.Date) in com.jivesoftware.forum.util.SkinUtils cannot be applied to (javax.servlet.http.HttpServletRequest,com.jivesoftware.forum.User,java.util.Date)
          out.print( SkinUtils.formatDate(request,pageUser,forum.getModifiedDate()) );
          ^



          An error occurred at line: 423 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1395: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          buf.append("title=\"").append(SkinUtils.getLocalizedString("skin.default.index.jump_to_message",locale));
          ^



          An error occurred at line: 439 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1407: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale,java.util.List)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.last_post_by", locale, nameDisplay) );
          ^



          An error occurred at line: 446 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1414: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale,java.util.List)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.last_post_by", locale, nameDisplay) );
          ^



          An error occurred at line: 455 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1423: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale,java.util.List)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.last_post_by", locale, nameDisplay) );
          ^



          An error occurred at line: 480 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1454: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.index.new_messages_explained",locale) );
          ^



          An error occurred at line: 18 in the jsp file: /searchbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1483: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          ForumCategory cat = forumFactory.getRootForumCategory();
          ^



          An error occurred at line: 18 in the jsp file: /searchbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1483: cannot resolve symbol
          symbol : method getRootForumCategory ()
          location: class com.jivesoftware.forum.ForumFactory
          ForumCategory cat = forumFactory.getRootForumCategory();
          ^



          An error occurred at line: 30 in the jsp file: /searchbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1503: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.search",locale).toUpperCase(JiveGlobals.getLocale()) );
          ^



          An error occurred at line: 43 in the jsp file: /searchbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1524: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.index.click_to_search",locale) );
          ^



          An error occurred at line: 50 in the jsp file: /searchbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1537: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.global.all_forums_default",locale) );
          ^



          An error occurred at line: 51 in the jsp file: /searchbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1547: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          + SkinUtils.getLocalizedString("skin.default.global.elipse",locale);
          ^



          An error occurred at line: 64 in the jsp file: /searchbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1558: cannot resolve symbol
          symbol : class ForumCategory
          location: class org.apache.jsp.index_jsp
          cat = (ForumCategory)iter.next();
          ^



          An error occurred at line: 64 in the jsp file: /searchbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1567: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          + SkinUtils.getLocalizedString("skin.default.global.elipse",locale);
          ^



          An error occurred at line: 81 in the jsp file: /searchbox.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1583: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          + SkinUtils.getLocalizedString("skin.default.global.elipse",locale);
          ^



          An error occurred at line: 518 in the jsp file: /index.jsp

          Generated servlet error:
          /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java:1632: cannot resolve symbol
          symbol : method getLocalizedString (java.lang.String,java.util.Locale)
          location: class com.jivesoftware.forum.util.SkinUtils
          out.print( SkinUtils.getLocalizedString("skin.default.index.popular_discussions",locale).toUpperCase(locale) );
          ^
          Note: /usr/jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/work/MainEngine/localhost/jive/index_jsp.java uses or overrides a deprecated API.
          Note: Recompile with -deprecation for details.
          100 errors


          at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:120)
          at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
          at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:313)
          at org.apache.jasper.compiler.Compiler.compile(Compiler.java:324)
          at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:474)
          at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:184)
          at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
          at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
          at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
          at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
          at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
          at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
          at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
          at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:469)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
          at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
          at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
          at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
          at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
          at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
          at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040)
          at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151)
          at java.lang.Thread.run(Thread.java:484)



          --------------------------------------------------------------------------------

          Apache Tomcat/4.1.12-LE-jdk14