hey all, I updated the plugin manager today (though I didn't track versions, sorry), and now my admin access is... well, gone. just goes to a blank page. non-admin stuff seems fine still. Any suggestions?
Hey @gord !
It's likely you're on universal plugin manager 3.0.6 or 4.0.7 (depending on your Confluence version). Let's try a few things to see if we can get you back in business!
Thanks!
Daniel | Atlassian Support
Thanks for a starting point!
I believe it was on 3.06 prior to me hitting update... it has been restarted, no change to the admin side. Running 6.15.4 on Ubuntu 18.04.2 LTS.
Event logs - I assume you speak of the Windows ones had it been installed there, and assuming that the same logs exist on the Linux side (though I don't know where to look). if you can point me the right way, i'd appreciate it!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The application logs are in <confluence-home>/logs/atlassian-confluence.log - if you went with the installer defaults in Ubuntu, that path is likely:
/opt/atlassian/confluence-home/logs/atlassian-confluence.log
Otherwise if you still don't see the confluence home directory (this is separate from the installation directory), you can find the path to it from this file in your installation:
<confluence-installation>/confluence/WEB-INF/classes/confluence-init.properties
And if the installation path is even a mystery, running ps aux | grep confluence should print Confluence's running process, which includes a lot of pointers to the installation directory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found at /var/atlassian/application-data/confluence/logs
I tailed the last 200 lines of the log itself, there were a few warnings, but nothing that stands out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey guys, after a busy couple of weeks, I think I need to get back to this. As I mentioned in my last note, there was nothing interesting in the logs. Admin is still broken though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @gord - here's an action to try and how we go from there:
The plugin manager is a plugin itself. It's possible that there is some conflicting code trying to load. I'd expect Confluence to just not render content in this instance, but let's try clearing the plugin cache to see if that changes the situation. You can follow the instructions in this article to flush the plugin cache.
If the problem persists after that, we'll need more information to hone in on the problem.
Thanks!
Daniel
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.