The Spectrum WebApp is slow to paint views with a lot of models. When clicking on the Interface tab in the Component Details, it takes a while to completely display the information. Sometimes it hangs and the WebApp process on the OneClick system has to be killed.
Environment
Version: 22.2.X and 23.3.X Component: WebApp
Cause
The issue is with a rendering defect in the WebSwing code.
Resolution
This issue has been reported to WebSwing team for resolution to be included in updated WebSwing code in a future release.
Until then, the please do the following to resolve the issue:
Log into the OneClick system as the user that owns the Spectrum installation
cd to the $SPECROOT/webtomcat/webswing directory
Make a backup of the webswing.config file
Edit the webswing.config file
Look for the following entry: "directdraw" : true,
Change the above to the following: "directdraw" : false,
Save the change
Log out of WebApp by selecting File -> Exit from the top level menu
Although it should not be necessary, please stop tomcat/webtomcat
Ensure there are no tomcats running. If there are, please kill them
Remove the $SPECROOT/tomcat/work and $SPECROOT/webtomcat/work directories