Problem
After downgrading CUTE for Confluence from version 1.4 to 1.3.1, the extension overview won't show. "Page not available" or a similar message is displayed instead. In the Confluence log file you can find a StringIndexOutOfBoundsException.
Solution
Perform the following steps:
- Go to your Confluence home directory
- Navigate to the path \cute\extensions
- Perform the following steps for all folders within
- Open the file extension.properties with a text editor
- Search for the property weight
- If it exists, remove the complete line (e.g.: weight=0)
- Save the file
- When you have edited all folders and saved the changes, restart Confluence
- If you did not edit any files, restarting Confluence is not necessary
Related Articles