CSP-11978 - Rich text editing fails to load.

Product: Confluence

Environment

Operating System  
Affect Version/s 2.5.7
JVM  
Database HSQLDB
Application Server Tomcat 5.5.x

Error Message

2007-09-26 14:17:42,733 ERROR [main] [atlassian.confluence.plugin.ConfluencePluginManager] extractBundledPlugins Found atlassian-bundled-plugins.zip, but failed to read file
java.util.zip.ZipException: The system cannot find the path specified
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:111)
at java.util.zip.ZipFile.<init>(ZipFile.java:71)

Symptom

All functionality seems intact except for rich text editing, which will not load in the Edit screen - only "Wiki Markup" and "Preview" are shown as options.

Diagnostics/Test

Root Cause

atlassian-tinymce-plugin-2.0.2.jar is missing from <Confluence Home Directory>/bundled-plugins directory.

Solution

Locate atlassian-bundled-plugins.zip. It should be in <confluence-install-dir>\confluence\WEB-INF\classes\com\atlassian\confluence\setup

Extract the contents to
<confluence home directory>\data\bundled-plugins directory and restart confluence.

Labels