Registry service is in running state. But when we try to access the console, console is not coming up. And also, when we try to stage the test noticed below error in registry log:
Caused by: org.apache.derby.client.am.SqlException: DERBY SQL error: ERRORCODE: 0, SQLSTATE: XSDG1, SQLERRMC: Page Page(2378,Container(0, 1280)) could not be written to disk, please check if the disk is full, or if a file system limit, such as a quota or a maximum file size, has been reached.::SQLSTATE: XJ001Java exception: 'There is not enough space on the disk: java.io.IOException'.
... 22 more
ERROR System.err - log4j:ERROR Failed to flush writer,
ERROR System.err - java.io.IOException: There is not enough space on the disk
Release: DEVTEST 10.6 and up
Component:
Error log says, no space left on the device. When we stage test case, internally it will load mar file in lisatmp folder and create a folder inside lads directory. Since the space is not available on server, server is not staging the test.
Clear the space on server (at least 5GB) and stage the test case.