SV: Exception: 507 Insufficient Storage
search cancel

SV: Exception: 507 Insufficient Storage

book

Article ID: 134046

calendar_today

Updated On:

Products

Service Virtualization ACE

Issue/Introduction

Seeing this error in the Registry log:


2019-06-25 20:51:42,121Z (15:51) [qtp1558558851-115] ERROR com.itko.lisa.dradis.comm.DradisRestStrategy - Failed sending component 'virtualize-invoke', saving to dradis cache.

2019-06-25 20:51:42,121Z (15:51) [qtp1558558851-115] ERROR com.itko.lisa.dradis.comm.DradisRestStrategy - Exception: 507 Insufficient Storage

2019-06-25 20:51:42,124Z (15:51) [qtp1558558851-115] ERROR com.itko.lisa.coordinator.TestRegistryImpl - Failed sending component 'virtualize-invoke', saving to dradis cache.


What causes this?

Environment

All supported DevTest releases.

Cause

 The error seen in Registry.log is actually a info but at design time it's been they have written as error log.


What happened actually there is a queue in Enterprise Dashboard which store data being sent by Registry and Enterprise Dashboard keeps processing the data and store in ED related database.


But In case if that queue gets filled and no block is available for storing data sent from Registry then Registry logs as error what you are seeing currently (in the Registry log file) and that Record will be stored in DRADISCACHE table in Registry DB.


Later on, once the Enterprise Dashboard queue gets some free block then registry fetch the data from DRADISCACHE table and send to Enterprise Dashboard queue and it deletes the record from DRADISCACHE table if it successfully processed by EnterpriseDashboard.

Resolution

Most times the errors will go away, if they persists, then please open a support case.