DataAccessException during JIRA Usage Due to Disk Space
Symptoms
JIRA is inoperable. The following error is thrown during normal JIRA usage:
com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericEntityException: while inserting: [GenericEntity:ChangeGroup][id,30806][author,daniel][created,2008-07-15 07:06:32.124][issue,33464] (SQL Exception while executing the following:INSERT INTO changegroup (ID, issueid, AUTHOR, CREATED) VALUES (?, ?, ?, ?)
(Could not allocate space for object 'dbo.changegroup'.'chggroup_issue' in database 'jiradb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.))
Cause
The database has run out of disk space.
Resolution
Allocate additional disk storage.
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.