You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: multiapps-controller-web/src/main/java/org/cloudfoundry/multiapps/controller/web/Messages.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ public final class Messages {
18
18
publicstaticfinalStringERROR_FROM_REMOTE_MTAR_ENDPOINT = "Error from remote MTAR endpoint {0} with status code {1}, message: {2}";
19
19
publicstaticfinalStringMTAR_ENDPOINT_NOT_SECURE = "Remote MTAR endpoint is not a secure connection. HTTPS required";
20
20
publicstaticfinalStringCANNOT_PARSE_CONTAINER_URI_OF_OBJECT_STORE = "Cannot parse container_uri of object store";
21
-
publicstaticfinalStringUNSUPPORTED_SERVICE_PLAN_FOR_OBJECT_STORE = "Unsupported service plan for object store!";
22
21
publicstaticfinalStringREQUEST_0_1_FAILED_WITH_2 = "Request \"{0} {1}\" failed with \"{2}\"";
23
22
publicstaticfinalStringERROR_OCCURRED_WHILE_DELETING_JOB_ENTRY = "Error occurred while deleting job entry";
24
23
publicstaticfinalStringJOB_0_HAS_NOT_BEEN_UPDATED_FOR_15_MINUTES = "Job {0} has not been updated for 15 minutes.";
@@ -48,6 +47,7 @@ public final class Messages {
48
47
publicstaticfinalStringJOB_IS_NOT_BEING_EXECUTED = "Job is not being executed";
49
48
publicstaticfinalStringJOB_0_EXISTS_IN_STATE_1_BUT_DOES_NOT_EXISTS_IN_THE_RUNNING_TASKS = "Job \"{0}\" exists in state \"{1}\" but does not exists in the running tasks";
50
49
publicstaticfinalStringJOB_THREAD_IS_NOT_RUNNING_BUT_STATE_IS_STILL_IN_PROGRESS_UPLOAD_FAILED = "Job thread is not running but state is still in progress. Upload failed";
50
+
publicstaticfinalStringERROR_BUILDING_OBJECT_STORE_CONFIGURATION = "Error while building object store configuration.";
51
51
52
52
// WARN log messages
53
53
publicstaticfinalStringTHE_JOB_EXISTS_BUT_IT_IS_NOT_RUNNING_DELETING = "The job exists but it is not running. Deleting";
@@ -61,6 +61,10 @@ public final class Messages {
61
61
publicstaticfinalStringOBJECTSTORE_FOR_BINARIES_STORAGE = "Objectstore will be used for binaries storage";
Copy file name to clipboardExpand all lines: multiapps-controller-web/src/main/java/org/cloudfoundry/multiapps/controller/web/configuration/service/ObjectStoreServiceInfoCreator.java
0 commit comments