on 2023 May 03 8:33 AM
Hello All,
When i trying to deploy my mtar application file to cf using command cf deploy democap_1.0.0.mtar.
I am getting the below error.My database instance is up and running
Caused by: com.sap.cloudfoundry.client.facade.CloudOperationException: 404 Error determining actions to execute on service "democap-db": CF-ResourceNotFound(10010): Service instance not found
Caused by: com.sap.cloudfoundry.client.facade.CloudOperationException: 404 Error determining actions to execute on service "democap-db": CF-ResourceNotFound(10010): Service instance not found at org.cloudfoundry.multiapps.controller.process.steps.DetermineServiceCreateUpdateServiceActionsStep.determineActionsAndHandleExceptions(DetermineServiceCreateUpdateServiceActionsStep.java:76) ~[multiapps-controller-process-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.process.steps.DetermineServiceCreateUpdateServiceActionsStep.executeStep(DetermineServiceCreateUpdateServiceActionsStep.java:54) ~[multiapps-controller-process-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.process.steps.SyncFlowableStep.executeInternal(SyncFlowableStep.java:75) ~[multiapps-controller-process-1.152.0.jar:?] ... 29 moreCaused by: com.sap.cloudfoundry.client.facade.CloudOperationException: 404 Not Found: CF-ResourceNotFound(10010): Service instance not found at com.sap.cloudfoundry.client.facade.CloudControllerClientImpl.convertV3ClientException(CloudControllerClientImpl.java:758) ~[cloudfoundry-client-facade-2.31.0.jar:?] at com.sap.cloudfoundry.client.facade.CloudControllerClientImpl.handleExceptions(CloudControllerClientImpl.java:752) ~[cloudfoundry-client-facade-2.31.0.jar:?] at com.sap.cloudfoundry.client.facade.CloudControllerClientImpl.getServiceInstanceParameters(CloudControllerClientImpl.java:412) ~[cloudfoundry-client-facade-2.31.0.jar:?] at org.cloudfoundry.multiapps.controller.client.ResilientCloudControllerClient.lambda$getServiceInstanceParameters$41(ResilientCloudControllerClient.java:303) ~[multiapps-controller-client-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.client.util.ResilientOperationExecutor.execute(ResilientOperationExecutor.java:42) ~[multiapps-controller-client-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.client.ResilientCloudControllerClient.executeWithRetry(ResilientCloudControllerClient.java:712) ~[multiapps-controller-client-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.client.ResilientCloudControllerClient.getServiceInstanceParameters(ResilientCloudControllerClient.java:303) ~[multiapps-controller-client-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.process.client.LoggingCloudControllerClient.getServiceInstanceParameters(LoggingCloudControllerClient.java:435) ~[multiapps-controller-process-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.process.steps.DetermineServiceCreateUpdateServiceActionsStep.getServiceInstanceParameters(DetermineServiceCreateUpdateServiceActionsStep.java:299) ~[multiapps-controller-process-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.process.steps.DetermineServiceCreateUpdateServiceActionsStep.shouldUpdateCredentials(DetermineServiceCreateUpdateServiceActionsStep.java:281) ~[multiapps-controller-process-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.process.steps.DetermineServiceCreateUpdateServiceActionsStep.determineActions(DetermineServiceCreateUpdateServiceActionsStep.java:150) ~[multiapps-controller-process-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.process.steps.DetermineServiceCreateUpdateServiceActionsStep.determineActionsAndHandleExceptions(DetermineServiceCreateUpdateServiceActionsStep.java:72) ~[multiapps-controller-process-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.process.steps.DetermineServiceCreateUpdateServiceActionsStep.executeStep(DetermineServiceCreateUpdateServiceActionsStep.java:54) ~[multiapps-controller-process-1.152.0.jar:?] at org.cloudfoundry.multiapps.controller.process.steps.SyncFlowableStep.executeInternal(SyncFlowableStep.java:75) ~[multiapps-controller-process-1.152.0.jar:?]Could you please help me to understand the issue ?.Regards,AlexHelp others by sharing your knowledge.
AnswerRequest clarification before answering.
User | Count |
---|---|
89 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.