Troubleshoot portlets
This section contains information that can assist you in preventing, identifying, and correcting problems related to IBM WebSphere Portal. For information related to specific components, see the appropriate troubleshooting topic.
- Problem: European comma format for numbers not available in Retirement Planner
- Problem: IBM NetMeeting portlet not available if the Microsoft NetMeeting application not already installed
- Problem: Configure proxy for MarketWatch portlets
- Problem: Export XML does not work when "Popup Block" is active (Netscape only)
- Problem: Click-to-Action menu shown in English, not Chinese
- Problem: The administration portlets do not officially support the browser 'Back' or 'Refresh' functions.
- Limitation: The properties portlet does not list all shareable pages.
- Limitation: Privileged user cannot set page properties or Personalization rules.
- Problem: Buttons in Adminstration portlets may not function.
- Problem: Formatting and JavaScript problems occur in rendered Portal page
Problem: European comma format for numbers not available in Retirement Planner
Retirement Planner only allows users to use the format x.xx when entering non-whole number values.
Problem: IBM NetMeeting portlet not available if the Microsoft NetMeeting application not already installed
If you are using Internet Explorer 5.5 on Windows, and Microsoft NetMeeting is not already installed, the NetMeeting portlet will not be available.
Solution: Upgrade to Internet Explorer 6 or install the Microsoft NetMeeting application (as provided by Microsoft Corporation) on the machine.
Problem: Configure proxy for MarketWatch portlets
The MarketWatch portlets...
- My News
- My Weather
- My Stocks
...assume that you have direct access to the Internet to retrieve content for rendering in the portlets. If access is only possible through a proxy, then the proxy must be configured in the portlet by modifying its web.xml file.
Solution: There are four context level parameters in web.xml, and by default they are all empty:
<context-param> <param-name>proxyHost</param-name> <param-value></param-value> </context-param> <context-param> <param-name>proxyPort</param-name> <param-value></param-value> </context-param> <context-param> <param-name>proxyUserName</param-name> <param-value></param-value> </context-param> <context-param> <param-name>proxyPassword</param-name> <param-value></param-value> </context-param>The values for these parameters should be:
proxyHost Host name of proxy server (dns name or static IP address). proxyPort Proxy server port, such as 8080. proxyUserName
proxyPasswordIf the proxy server requires authentication, specify the user ID and password for the proxyUserName and proxyPassword parameters, respectively.
Problem: Export XML does not work when "Popup Block" is active (Netscape only)
In Netscape/Mozilla, when "Popup Block" is active, if you try to use the "Export XML" function within the Manage Pages portlet, nothing happens. An "Export successful" message is displayed though no export has occurred. With Popup-Blocker disabled, pages can be exported normally.
Solution: In order to disable "Popup Block" in Netscape/Mozilla, perform the following steps:
- Open Preferences window by going to Edit > Preferences.
- Select Privacy & Security > Popup Windows.
- Un-check Block unrequested popup windows.
- Click OK.
Problem: Click-to-Action menu shown in English, not Chinese
After configuring the Click-to-Action menu of the JDBC portlet in English, when you change the language of the browser to zh_CH, the menu still displays in English.
Solution: Replace the Click-to-Action menu items with local language strings.
Problem: The administration portlets do not officially support the browser 'Back' or 'Refresh' functions.
For a listing and description of the administration portlets, refer to Portal administration portlets.