You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
In case others run into this problem - I could not find a solution on the web:
I migrated from an older Crowd version (2.7.2) using JDK 1.7.x (that matters - also for older versions) ) to the actual version (3.1.2) with JDK 1.8.x (that matters) and ran into the symptoms described under Importing Crowd XML Backup Fails due to Different Locale.
ERROR [atlassian.crowd.migration.DirectoryMapper] Failed to parse date: Wed May 14 18:03:35 +0200 2008
java.text.ParseException: Unparseable date: "Wed May 14 18:03:35 +0200 2008"
at java.text.DateFormat.parse(DateFormat.java:335)
at com.atlassian.crowd.migration.GenericMapper.getDateFromFormattedString(GenericMapper.java:99)
The problem in this constellation is that java changed it's german date interpretion of the month march, which was "Mrz" until JDK 1.7.x and is "Mär" ( the german umlaut for ae in the middle ) from JDK 1.8.x on.
So what you have to do is to find "Mrz" and replace it with "Mär" in the Crowd xml export.
Cheers,
Christian
Hey @Christian Bär - seems like you're hitting intosimilar issue as the one described in this KB article - Importing Crowd XML Backup Fails Due To Different Locale.
Could you please follow the workarounds mentioned in that KB article and see if that works?
Hope this helps :)
Hello Lauretha,
thanks, I fixed my problem and gave a solution for others, because this cause/solution is missing in your kb article. ;-)
The articel ( I already mentioned in my post) has the same symptom, but a different cause !
This affects only customers using de_DE locale when exporting and importing.
Sorry that I posted that under "questons" - as I had no question but an answer for others - but I didn't see a better place.
And as you are an Atlassian I suggest to update the referenced kb article.
Cheers,
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.