Created
September 16, 2020 16:54
-
-
Save nebhale/c36b6a1a8dd0faee5f8668a7040aed6c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~/d/sources cf push test-application -p /Users/bhale/Downloads/dist-zip-application-1.0.0.BUILD-SNAPSHOT.jar | |
Pushing app test-application to org bhale / space development as [email protected]... | |
Getting app info... | |
Creating app with these attributes... | |
+ name: test-application | |
path: /Users/bhale/Downloads/dist-zip-application-1.0.0.BUILD-SNAPSHOT.jar | |
routes: | |
+ test-application.cfapps.io | |
Creating app test-application... | |
Mapping routes... | |
Comparing local files to remote cache... | |
Packaging files to upload... | |
Uploading files... | |
1.68 KiB / 1.68 KiB [=============================================================================================================================================================] 100.00% 1s | |
Waiting for API to complete processing files... | |
Staging app and tracing logs... | |
Downloading web_config_transform_buildpack... | |
Downloading dotnet_core_buildpack... | |
Downloading staticfile_buildpack... | |
Downloading ruby_buildpack... | |
Downloading java_buildpack... | |
Downloaded staticfile_buildpack | |
Downloaded ruby_buildpack | |
Downloading php_buildpack... | |
Downloaded dotnet_core_buildpack | |
Downloading nodejs_buildpack... | |
Downloading go_buildpack... | |
Downloaded web_config_transform_buildpack | |
Downloading python_buildpack... | |
Downloaded java_buildpack | |
Downloading dotnet_core_buildpack_beta... | |
Downloaded python_buildpack | |
Downloading binary_buildpack... | |
Downloaded go_buildpack | |
Downloaded php_buildpack | |
Downloaded dotnet_core_buildpack_beta | |
Downloaded binary_buildpack | |
Downloaded nodejs_buildpack | |
Cell 78d73e58-9a73-4317-bb61-c56223af688b creating container for instance ccc2109d-41b4-4f02-970c-e4d48ae85c2a | |
Cell 78d73e58-9a73-4317-bb61-c56223af688b successfully created container for instance ccc2109d-41b4-4f02-970c-e4d48ae85c2a | |
Downloading app package... | |
Downloaded app package (1.7K) | |
Error staging application: An app was not successfully detected by any available buildpack | |
TIP: Use 'cf buildpacks' to see a list of supported buildpacks. | |
FAILED | |
Time: 0h:00m:28s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment