CSP-11820 - Upgrade failed

Product: Confluence

Environment

Operating System  
Affect Version/s 2.5.7
JVM  
Database Sybase
Application Server Standalone

Error Message

Import failed. (HibernateTemplate): encountered SQLException [Can't allocate space for object 'BODYCONTENT' in database 'conf_isd_dev2' because 'default' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase size of the segment. ]; nested exception is java.sql.SQLException: Can't allocate space for object 'BODYCONTENT' in database 'conf_isd_dev2' because 'default' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase size of the segment.

Symptom

Diagnostics/Test

Ensure that DB and JVM has sufficient memory resources.

Root Cause

DB Server is unable to allocate space in a database due to insufficient memory resources.

Solution

Refer to the links below for more explanation to this problem:
http://manuals.sybase.com/onlinebooks/group-as/asg1250e/svrtsg/@Generic__BookTextView/22674;pt=22666
and allocate more memory to your DB by referring to this link:
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.sag2/html/sag2/sag280.htm.
(This link is specific to Sybase, as the reported error was on Sybase)

Labels