Home > Known issues and troubleshooting > Runtime error - wiki won't load in web browsers

Runtime error - wiki won't load in web browsers

ShowTable of Contents
There are two things you can check.

Build path

First, let's make sure ConfiguredProducts.java is there.

  1. In Designer, go to Window > Show Eclipse Views > and select Navigator. If you don't have that in the list select Other > General > Navigator and click OK.
  2. Locate the database template and expand it as follows:
    WebContent > WEB-INF > src > com > ibm > lotus > idc > wiki
  3. ConfiguredProducts.java should be there. If it isn't there, copy it from the same location in the template to the wiki. If it is there, go to the next step.

Second, let's make sure the build path is set correctly.

  1. In Designer, right-click on the wiki and select Project Properties.
  2. Go to the Source tab and see if there is a build path for WebContent/WEB-INF/src
  3. If not, create it following these steps:
    1. Click Add Folder
    2. Expand WebContent
    3. Expand WEB-INF
    4. You should see src.
    5. Only select src and click OK to create the build path.
    6. Click OK on Project Properties.
  4. Try the wiki again and see if this fixes the problem.
 
 

Custom Content document


 
If the wiki will not load in a web browser make sure the Custom Content document exists. The Custom Content document includes key information used in the web browser.

To check for the Custom Content document and create it, if needed, follow these steps:
  1. Open the Notes client and click on Custom Content.
  2. The Custom Content document should open. If it does not open, this document needs to be created.
  3. To create the Custom Content document, go to Actions > Create Custom Content document.



This Version: 4 May 12, 2011 10:06:09 AM by Jennifer Heins  IBMer Updated instructions to be more clear
Originally Added: Version 1 February 22, 2011 1:52:29 PM by Jennifer Heins  IBMer