Application deployment fails with error message: time stamp 2024-08-19 15:15:30 is 5453.000095764 s in the future , Cannot open: No space left on device
search cancel

Application deployment fails with error message: time stamp 2024-08-19 15:15:30 is 5453.000095764 s in the future , Cannot open: No space left on device

book

Article ID: 375188

calendar_today

Updated On:

Products

VMware Tanzu Application Service

Issue/Introduction

Customers deploying application on Cloud foundry may receive an error message stating that the timestamp is in the future and the deployment fails.

Environment

TAS 3.0 , 4.0, 5.0

Cause

Reviewing application logs:

Running the command: 

cf logs applicationname --recent

We can see error messages staying that there is not enough available space to untar the droplet:

\ntar: ./xxxp/public/xxxx/js/xxxx.productst-ui.chunk.js:Cannot open: No space left on device

Resolution

There may be two causes:

 

- Not enough space available in the diego cells.

Scale Diego components 

- The customer is not providing space for the application.

cf push should provide a bigger space for the application.