pfumagalli / couldit-autoexport

Automatically exported from code.google.com/p/couldit-autoexport
Other
0 stars 1 forks source link

Unable to Edit Templates in Confluence v3.1.1 #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Rebuild the plugin JAR by removing 2 conflicting JAR files (see issue #23)
2. Installed the modified autoexport plugin into our v3.1.1 Confluence server
3. I can export the contents of our spaces fine, but when I try to modify
any template I get a nasty system exception.

What is the expected output? What do you see instead?

I expected to see "Successfully updated Template" with my template changes
being saved, but instead I get a Confluence System Error screen:

Cause

java.util.NoSuchElementException
    at java.util.HashMap$HashIterator.nextEntry(HashMap.java:844)

Stack Trace: [attached]

What version of the product are you using? On what operating system?

- Modified 1.0.0beta1 version of autoexport plugin
- O/S of the Confluence Server is Linux/Debian 5.0.4 i686
- Java Application Server is Tomcat5.5
- Java Environment is:
java version "1.5.0_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode)

Please provide any additional information below.

This sounds a lot like issue #24, however when I checked my plugin-cache
folder Confluence is generate a JAR file that contains ONLY the MANIFEST
file and nothing else:

# ls -l *autoexport.temp*
-rw-r--r-- 1 confluence confluence 285 2010-02-10 15:15
1265832928323autoexport.templates25107.jar
-rw-r--r-- 1 confluence confluence 285 2010-02-10 15:15
1265832941233autoexport.templates25123.jar

# unzip -t 1265832928323autoexport.templates25107.jar
Archive:  1265832928323autoexport.templates25107.jar
    testing: META-INF/MANIFEST.MF     OK
No errors detected in compressed data of
1265832928323autoexport.templates25107.jar.

This plugin is awesome! But we need to be able to customize the templates
prior to exporting the content.

Any help is greatly appreciated.

Thanks Kindly.

Original issue reported on code.google.com by antioc...@gmail.com on 10 Feb 2010 at 8:22

Attachments:

GoogleCodeExporter commented 9 years ago
I'm not able to replicate the problem with 3.2.1 and a clean database.  Could 
you try
beta2 and let me know if you still get the problem?

Original comment by donald.b...@gmail.com on 28 Apr 2010 at 7:15