Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Error calling GET /storage #33

Description

@cinmod

Hi,
I was able to deploy and bind the app to my object store service. While calling the GET /storage method from Postman, I am getting this error:-

ERROR 7 --- [nio-8080-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException: Cannot invoke "org.jclouds.blobstore.domain.Blob.getMetadata()" because "blob" is null] with root cause
2024-06-05T11:47:45.43+0200 [APP/PROC/WEB/0] OUT java.lang.NullPointerException: Cannot invoke "org.jclouds.blobstore.domain.Blob.getMetadata()" because "blob" is null
2024-06-05T11:47:45.43+0200 [APP/PROC/WEB/0] OUT at com.sap.refapps.objectstore.util.ObjectStoreUtil.createBlobFile(ObjectStoreUtil.java:60) ~[classes/:1.1.1]
2024-06-05T11:47:45.43+0200 [APP/PROC/WEB/0] OUT at com.sap.refapps.objectstore.repository.ObjectStoreRepository.listFiles(ObjectStoreRepository.java:103) ~[classes/:1.1.1]
2024-06-05T11:47:45.43+0200 [APP/PROC/WEB/0] OUT at com.sap.refapps.objectstore.service.AWSObjectStoreService.listObjects(AWSObjectStoreService.java:42) ~[classes/:1.1.1]
2024-06-05T11:47:45.43+0200 [APP/PROC/WEB/0] OUT at com.sap.refapps.objectstore.controller.ObjectstoreController.listFiles(ObjectstoreController.java:54) ~[classes/:1.1.1]

Is there something NULL in my deployment ?
regards
Domnic

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions