내에서 연결을 허용하지 못했습니다.인스턴스 추락 : 내가 bluemix 내 Asp.net 핵심 응용 프로그램을 배포 생각하면서이 문제를 얻기 상태 점검 제한 시간
호스팅 공급자는 Bluemix입니다.
로그 :
Downloading artifacts...DOWNLOAD SUCCESSFUL Target:
https://api.ng.bluemix.net Using manifest file
/home/pipeline/cb3f3db1-2e27-4c5a-a1f4-e5b8f9ada7f6/manifest.yml
OK
Using route myproject01.mybluemix.net
Uploading myproject01...
Uploading app files from: /home/pipeline/cb3f3db1-2e27-4c5a-a1f4-e5b8f9ada7f6
Uploading 14.7M, 2061 files
Done uploading
OK
Binding service myproject01-cloudantNoSQLDB to app myproject01 in org myproject_org/space Dev as [email protected]
OK
Stopping app myproject01 in org myproject_org/space Dev as [email protected]
OK
Starting app myproject01 in org myproject_org/space Dev as [email protected]
-----> Downloaded app package (56M)
ASP.NET Core buildpack version: v0.9-20160706-1603
ASP.NET Core buildpack starting compile
-----> Restoring files from buildpack cache
Copied 199 files from /tmp/cache/.dotnet to /tmp/staged/app
Copied 14925 files from /tmp/cache/.nuget to /tmp/staged/app
Copied 37 files from /tmp/cache/libunwind to /tmp/staged/app
OK
-----> Extracting libunwind
OK
-----> Installing Dotnet CLI
OK
-----> Restoring dependencies with Dotnet CLI
log : Restoring packages for /tmp/staged/app/src/myproject.Utility/project.json...
log : Restoring packages for /tmp/staged/app/src/myproject.Core/project.json...
log : Restoring packages for /tmp/staged/app/src/dotnetCloudantWebstarter/project.json...
log : Restoring packages for /tmp/staged/app/project.json...
log : Writing lock file to disk. Path: /tmp/staged/app/src/myproject.Utility/project.lock.json
log : Writing lock file to disk. Path: /tmp/staged/app/src/myproject.Core/project.lock.json
log : src/myproject.Utility/project.json
log : Restore completed in 1752ms.
log : src/myproject.Core/project.json
log : Restore completed in 1753ms.
log : ./project.json
log : Restore completed in 2036ms.
log : Restoring packages for tool 'Microsoft.AspNetCore.Server.IISIntegration.Tools' in /tmp/staged/app/src/dotnetCloudantWebstarter/project.json...
warn : dotnetCloudantWebstarter (>= 1.0.0) -> System.Threading.Tasks.Extensions (>= 4.0.0-rc2-24027)
log : Writing lock file to disk. Path: /tmp/staged/app/src/dotnetCloudantWebstarter/project.lock.json
log : src/dotnetCloudantWebstarter/project.json
log : Restore completed in 4439ms.
OK
-----> Saving to buildpack cache
Copied 0 files from /tmp/staged/app/.dotnet to /tmp/cache
Copied 0 files from /tmp/staged/app/.nuget to /tmp/cache
ASP.NET Core buildpack is done creating the droplet
-----> Uploading droplet (270M)
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 down
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
0 of 1 instances running, 1 starting
FAILED
Start app timeout
TIP: Application must be listening on the right port. Instead of hard coding the port, use the $PORT environment variable.
Use 'cf logs myproject01 --recent' for more information
Finished: FAILED
로 조직 myproject_org/공간 데브에서 응용 프로그램 myproject01 업데이트는 PLZ이 문제를 제거하기 위해 나를 도와 ... ...
감사합니다.
당신은 당신이 당신의 프로젝트의'Main' 방법뿐만 아니라 project.json의 코드를 공유 할 수 project.json – lazy
를 공유 할 수 있습니까? –
project.json : { "버전": "1.0.0- *", "buildOptions": { "emitEntryPoint"사실 }, "종속": { "Microsoft.NETCore.App": { "유형": "플랫폼", "버전": "1.0.0-rc2-3002702" } }, "프레임 워크": { "netcoreapp1.0": { "수입": "dnxcore50" } } } –