Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can the current UWC work with Confluence 5?

Matthew E. Merkelson April 3, 2013

I've been trying to do some moinmoin conversion to Confluence using the UWC. I keep getting the messages:

2013-04-04 13:00:02,900 INFO [main] - Building Hierarchy.
2013-04-04 13:00:02,901 ERROR [main] - .... unexpected name: null/null/1 - SKIPPING
2013-04-04 13:00:02,901 ERROR [main] - .... unexpected name: null/1 - SKIPPING
2013-04-04 13:00:02,901 INFO [main] - Uploading Pages to Confluence...
2013-04-04 13:00:02,901 INFO [main] - Page 'Home' does not exist. Creating it now.
2013-04-04 13:00:04,900 INFO [main] - Conversion Complete

The data is in a very simple structure. Any thoughts on work-arounds?

9 answers

1 accepted

1 vote
Answer accepted
Doug Dixon July 2, 2015

It definitely works with Confluence 5. Including page hierarchies. And you don't have to run the MoinMoinPreparation class (in fact you shouldn't - the required bits are called for you)

I have worked out the required config and have made some improvements to the MoinMoin conversion code and regular expressions. I'll submit this back if I remember/get a chance - let me know if you're keen.

Sorin Sbarnea (Citrix)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2015

Really interested about your changes as I do want to import a MoinMoin instance. Where is you repo? :)

Sorin Sbarnea (Citrix)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2015

Something is clearly not right. When I try to run the exported I it seems to detect the pages incorectly, finding all the files from /data/pages as page, and as you know these are not really the page. It does also find the attachments as pages!? Also this error seems to be against what is documented: 2015-07-30 17:18:40,527 INFO [main] - Initializing Converters... 2015-07-30 17:18:40,540 ERROR [main] - Converter ignored -- name pattern not recognized: history 2015-07-30 17:18:40,540 ERROR [main] - Converter ignored -- name pattern not recognized: out 2015-07-30 17:18:40,541 ERROR [main] - Converter ignored -- name pattern not recognized: src 2015-07-30 17:18:40,541 INFO [main] - Initializing Pages...

Sorin Sbarnea (Citrix)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2015

2015-07-30 17:20:44,566 INFO [main] - Initializing Pages... 2015-07-30 17:20:44,787 INFO [main] - Converting pages... 2015-07-30 17:20:44,787 INFO [main] - ------------------------------------- 2015-07-30 17:20:44,787 INFO [main] - converting page file: samsung_840_ssd.pdf 2015-07-30 17:20:44,886 INFO [main] - time to convert 99ms 2015-07-30 17:20:44,886 INFO [main] - ------------------------------------- 2015-07-30 17:20:44,886 INFO [main] - converting page file: m500_ssd_product_brief_lo.pdf 2015-07-30 17:20:44,891 INFO [main] - time to convert 5ms 2015-07-30 17:20:44,892 INFO [main] - ------------------------------------- 2015-07-30 17:20:44,892 INFO [main] - converting page file: edit-log 2015-07-30 17:20:44,892 INFO [main] - time to convert 0ms 2015-07-30 17:20:44,892 INFO [main] - ------------------------------------- 2015-07-30 17:20:44,892 INFO [main] - converting page file: pagelinks 2015-07-30 17:20:44,892 INFO [main] - time to convert 0ms 2015-07-30 17:20:44,892 INFO [main] - ------------------------------------- 2015-07-30 17:20:44,892 INFO [main] - converting page file: text_html 2015-07-30 17:20:44,893 INFO [main] - time to convert 1ms 2015-07-30 17:20:44,893 INFO [main] - -------------------------------------

Doug Dixon August 17, 2015

Hi Sorin. Sorry for the delay, I've been away. I'll share my changes when I get a chance!

Doug Dixon October 2, 2015

OK! Finally pulled out finger. Check out the latest couple commits here - I used this to convert a 1000+ page MoinMoin wiki to Confluence 5, with page hierarchies and attachments https://bitbucket.org/clownfishfingers/universal-wiki-converter-moinprovements

2 votes
Ellen Feaheny [AppFusions]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 3, 2013
Matthew E. Merkelson April 9, 2013

Okay. Can you address the question in the title: Can the current UWC work with Confluence 5?

1 vote
Ellen Feaheny [AppFusions]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 20, 2013

We are working on a Confluence Migration Toolkit -

Simplified from the current UWC.

We'll see if this helps the situation going forward. It is tricky problem.

Contact info@appfusions.com for more info.

Best,

Ellen

0 votes
Sorin Sbarnea (Citrix)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2015

UWC is not really mantained by AppFusions, probably because they have a direct business interest in selling their value added services.

For this reason @Sorin Sbarnea created a community driven fork of UWC where anyone can contribute, without any unselling interests.

Obviously support is not officially provided, but at least you should be able to fix things yourself and share your contributions with others.

Check: https://github.com/AtlassianContribs/universal-wiki-converter/wiki and ask to added as a contributor, so you can contribute without waiting for someone to accept your pull requests.

Doug Dixon October 4, 2015

Thanks. How do I request to be added as a contributor?

Sorin Sbarnea (Citrix)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 4, 2015

I already invited you on github, check you email and accept the invitation. Also, for others I recommend them to add a comment on https://github.com/AtlassianContribs/universal-wiki-converter/issues/1 -- this would allow us to identify the correct github account to add.

0 votes
Doug Dixon October 1, 2015

I have a git diff plus some config files to share.... no attachment button here. GAH!

 

 

0 votes
Patrick F. Allen January 15, 2014

I was able to push MoinMoin into Confluence 5.x after figuring a few (undocumented?) things out and using a few workarounds. What I did is hacky but it worked for me. This may not work if you use sub-pages in MoinMoin (or maybe it will, I don't use them).

1. In the conf/converter.moinmoin.properies file, make sure content-hierarchy-default-root is set to the real name of MoinMoin's start page. This should show up at the top of in MoinMoin when you connect to the "main" MoinMoin wiki page with a web browser.

2. I found a "MoinMoinPreparation" tool in the UWC source in "com/atlassian/uwc/prep/MoinMoinPreparation.class". I don't know if I needed to use this or not, but I used that on the Moin pages directory and output the results to a new directory. I used the new "prepped" directory in the UWC tool as the "pages", "attachments", and "src" directories.

3. This is the hacky part. I tweaked some UWC code to get around some underlying problems in making the content hierarchy. In ContentHierarchy.getAncestorNodeMap, I commented out the "if (! hasCurrent)" conditional and the conditional block that followed it. Also in getAncestorNodeMap, I changed the "hierarchy" variable instantiation to: "String hierarchy = page.getName();". This "should" get you a flat hierarchy.

When I recompiled and ran the conversion, there was one main page and all other pages were children to that.

Edit: Also, the conversion wasn't flawless -- some links weren't created, looks like pictures got removed -- but I think all the pages made it over. Pretty happy with that.

Hope this helps someone.

Neile Havens March 12, 2014

Thanks for your suggestions. They got me the closest to a working conversion. I've run out of time to work on this. Unfortunately, I'm still getting the following error regardless of the settings I try.

2014-03-13 13:26:17,731 INFO  [Thread-2] - ::: total time to convert files: 1 seconds.

2014-03-13 13:26:17,731 DEBUG [Thread-2] - Engine Saves To Disk setting turned off.

2014-03-13 13:26:17,731 DEBUG [Thread-2] - Checking Pages object is valid.

2014-03-13 13:26:17,731 DEBUG [Thread-2] - --> Pages object is valid.

2014-03-13 13:26:17,733 DEBUG [Thread-2] - Page root set to: FrontPage

2014-03-13 13:26:17,733 DEBUG [Thread-2] - comparing: FrontPage and FrontPage

2014-03-13 13:26:17,733 ERROR [Thread-2] - Unexpected problem while converting: null

java.lang.NullPointerException

	at com.atlassian.uwc.hierarchies.ContentHierarchy$VersionComparator.compare(ContentHierarchy.java:355)

	at java.util.TreeMap.compare(TreeMap.java:1188)

	at java.util.TreeMap.put(TreeMap.java:531)

	at java.util.TreeSet.add(TreeSet.java:255)

	at com.atlassian.uwc.hierarchies.HierarchyNode.addChild(HierarchyNode.java:62)

	at com.atlassian.uwc.hierarchies.ContentHierarchy.getPenultimateNode(ContentHierarchy.java:174)

	at com.atlassian.uwc.hierarchies.ContentHierarchy.buildHierarchy(ContentHierarchy.java:58)

	at com.atlassian.uwc.ui.ConverterEngine.convert(ConverterEngine.java:415)

	at com.atlassian.uwc.ui.ConverterEngine.convert(ConverterEngine.java:217)

	at com.atlassian.uwc.ui.UWCGuiModel.convert(UWCGuiModel.java:180)

	at com.atlassian.uwc.ui.listeners.ConvertListener$Worker.construct(ConvertListener.java:277)

	at com.atlassian.uwc.ui.SwingWorker$2.run(SwingWorker.java:110)

	at java.lang.Thread.run(Thread.java:744)

2014-03-13 13:26:17,735 ERROR [Thread-2] - 

Conversion Status... NONE

Erik June 1, 2015

Wow that's freaky i'm getting exactly the same error. About to just go hire an intern...

matthew zimmerman May 5, 2016

I'll add a "Me Too" to the same problem.

0 votes
Matthew E. Merkelson April 25, 2013

Am I write in assuming the regex of the converter properties file creates an input file in the old Confluence format which is then converted into the XHTML that Confluence is currently stored as?

0 votes
Ellen Feaheny [AppFusions]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 23, 2013

We are working on a Confluence Migration Toolkit -

Simplified from the current UWC.

We'll see if this helps the situation going forward. It is tricky problem.

Contact info@appfusions.com for more info.

Best,

Ellen

0 votes
Matthew E. Merkelson April 19, 2013

I've been able to get the current UWC to work with Confluence 5. The problem is with how it handles (or doesn't) Moin Moin.

Ellen Feaheny [AppFusions]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 20, 2013

Yes, Moin Moin is a flavor that had not had as much customer push as others, like for example MediaWiki.

We probably could do some tweaks on it to help you, unless you have gotten it there yourself.

The trouble with the UWC is that it relies on real and many migration environments, and many flavors. There are 100s on "FROM" flavors - and they all have their own nuances.

A UWC ubiquotious tool for all angles and corner cases is a dream.

Therefore, as I have mentioned other places in Answers - again, it is a tool, not a solution.

The solution is UWC + AppFusions consult, or UWC + DIY (do it yourself) - either way. AppFusions only helps get you there quicker.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events