Hi Team,
I am using confluence data center version 9.5.2. I need to setup the SSO login for my users and trying to upload the plugins .obr file to complete the setup.
But, In my version, I couldn't find the UPLOAD APP option. I do see for the security reason this option was disabled. Is there any temporary solution to make it enable and perform my installation.
I have tried to change the setenv.sh file but still no effect.
Appreciate your help.
How do I enable the “Upload App” option in Confluence Data Center 9.5.2?
The “Upload App” feature is disabled by default in newer Confluence versions for security reasons, but you can temporarily enable it by following these steps:
-Dupm.plugin.upload.enabled=true
CATALINA_OPTS="-Dupm.plugin.upload.enabled=true ${CATALINA_OPTS}"
We’re from Jer-nee Consulting, a proud Gold Atlassian Solutions Partner.
Have Questions? Need Guidance?
Schedule a quick call and we’re happy to walk you through it with you.
I have added this into the setenv.sh file and rebooted the services. But still am hitting the same issue.
CATALINA_OPTS="-Dupm.plugin.upload.enabled=true ${CATALINA_OPTS}"
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.
I ran into something similar a while back. In newer Confluence Data Center versions, the Upload App option is often disabled for security reasons, so it's not necessarily an issue with your installation.
A few things I'd check:
Make sure you're logged in as a full System Administrator, not just a Confluence Administrator.
Verify whether app uploads have been disabled through a system property or your organization's security policy.
If you're running a clustered Data Center deployment, make sure any changes (like setenv.sh) have been applied to all nodes and that the nodes were fully restarted.
Also check the Atlassian logs after startup to see if the property you're setting is actually being picked up.
If changing setenv.sh didn't have any effect, it would help to know exactly which property you added and whether you're installing from the Marketplace or uploading a custom .obr file. That information will make it easier to narrow down the cause.
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.