I have bumped up my Java memory pool so I have 43% free and healthy but Confluence still returns "Unexpected error see log for details" when I try and upgrade Apps. Looking at log I see the below kind of entries:
2019-06-14 19:31:02,445 INFO [Catalina-utility-1] [com.atlassian.confluence.lifecycle] init Confluence is ready to serve
2019-06-14 19:32:01,749 ERROR [alert-dispatch:thread-1] [confluence.alert-log] log 1560511921152 ; ERROR ; OS ; OS-1002 ; Low free disk space ; not-detected ; ; ; {"directory":"D:\\Program Files\\Atlassian\\Application Data\\Confluence620","freeInMegabytes":6951,"totalInMegabytes":30716,"minimumInMegabytes":8192}
2019-06-14 19:32:01,750 ERROR [alert-dispatch:thread-1] [atlassian-monitor] log 2019-06-14T11:32:01.152Z Component 'Operating System' alerted 'Low free disk space' (details: {"directory":"D:\\Program Files\\Atlassian\\Application Data\\Confluence620","freeInMegabytes":6951,"totalInMegabytes":30716,"minimumInMegabytes":8192}, trigger: {"pluginKey": "not-detected"})
2019-06-14 19:32:01,984 ERROR [alert-dispatch:thread-1] [confluence.alert-log] log 1560511921265 ; ERROR ; OS ; OS-1002 ; Low free disk space ; not-detected ; ; ; {"directory":"D:\\Program Files\\Atlassian\\Application Data\\Confluence620\\shared-home","freeInMegabytes":6951,"totalInMegabytes":30716,"minimumInMegabytes":8192}
As mentioned before, this is my system information Java memory status
Hi Jack, thanks for reply. I'm on Windows Server 2012.
Unfamiliar with the diskpart commands but the results don't make sense to me. See image below. I can see the size of disks correspond to whats seen in explorer but the Free column has me befuddled.
Cheers
Richard
As log says, there is no left space on your disk.
However, using the GUI disk seems to have space, so I'm wondering if you have any disk quota vs user quota configured?
Kind regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Having now read up diskpart and what it's telling me I looked deeper and the quota circa 6GB is down on the threshold 8GB: This I can understand then generating the log entries I'm seeing but with the disk space available I'd expect Confluence to carry on and install the Apps. Surely it doesn't simply say threshold breached and stop trying?
I assumed the log entries related to the App install but maybe there is saying underlying and I'm not seeing it yet as the disk space issue is taking precedent.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Richard,
It seems your disk is almost full. Could you check the disk capacity and type the output here?
On windows:
1.Run cmd
2.Type "diskpart" ...hit Enter
3.Type "list disk"....hit Enter
now you can see ur total HDD space in GB.
On Linux,
1. run df -h command
Kind Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.