Hi,
I would like to upgrade from version 7.2 and have started the "plan to upgrade" function.
There I always get this error message: "Looks like we're having trouble retrieving some information. Please refresh the page".
Systemhealth is green.
Does anyone have an idea where i can get more information on this?
Regards,
Elmar
Problem was in Modul "pre_upgrade" and now solved by updating to the last version of "Atlassian Troubleshooting and Support Tools" (Manage Apps).
What page are you looking at?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's on Admin general settings page: "Plan to Upgrade"
https://server-ip:8443/plugins/servlet/troubleshooting/pre-upgrade/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the /var/logs/atlassian-confluence.log I've found these messages according to the web request:
java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:221)
at com.atlassian.troubleshooting.preupgrade.model.PreUpgradeInfoDto$Version.<init>(PreUpgradeInfoDto.java:138)
at com.atlassian.troubleshooting.preupgrade.DefaultPreUpgradePlanningManager.createVersionSupportInfo(DefaultPreUpgradePlanningManager.java:157)
at com.atlassian.troubleshooting.preupgrade.DefaultPreUpgradePlanningManager.lambda$transformPlatformInfoToVersions$4(DefaultPreUpgradePlanningManager.java:124)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
at com.atlassian.troubleshooting.preupgrade.DefaultPreUpgradePlanningManager.transformPlatformInfoToVersions(DefaultPreUpgradePlanningManager.java:127)
at com.atlassian.troubleshooting.preupgrade.DefaultPreUpgradePlanningManager.lambda$getPreUpgradeInfo$0(DefaultPreUpgradePlanningManager.java:78)
at java.base/java.util.Optional.map(Optional.java:265)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was heading for the logs next, so it's great that you are way ahead of me!
Unfortunately, that's a deeply buried problem, and I don't recognise it and I can't place where it's coming from.
I think this needs to go to Atlassian support over at https://support.atlassian.com/contact
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.