GroupWise Monitor application error: "String table file not found: frames.FramesResources.Exception encountered while generating HTML:".

  • 7016713
  • 29-Jul-2015
  • 29-Jul-2015

Environment

Novell GroupWise 2014

Situation

You have installed GroupWise Monitor application. You can hit web site:
 
 
and choose language but after clicking on OK, the error building HTML page is displayed.

Resolution

There was a problem in our code, thus make sure you run SP2 code at the backend.
Second source of this problem is within monitor application configuration file. This can be found in
 
/var/opt/novell/groupwise/monitor
 
Edit this file with gedit and check template path. The correct statement shall look like:
 
Templates.path=$(WebApp.Home.path)/WEB-INF/classes/templates
 
wrong version has this string as following:
 
Templates.path=$(WebApp.Config.path)/WEB-INF/classes/templates
 
Note a difference is in Home (correct) and Config (incorrect) values. 
 
Shall none of these options work, then consider uninstalling gwmon from the server and run install & configure part again..
When performing uninstall, you might follow these steps:
 
1. Uninstall gwmon RPM via
rpm -e novell-groupwise-gwmon
 
2, Remove monitor directories from:
/etc/opt/novell/groupwise
/opt/novell/groupwise
 
3. Remove from /usr/share/tomcat6/webapps directory gwmon and gwmon.war symbolic link