먼저 travis 로그입니다.
Worker information
0.14s0.00s0.01s0.00s0.00s
system_info
Build system information
0.00s0.01s0.31s0.00s0.00s0.00s0.01s0.00s0.09s0.01s0.77s0.00s0.10s6.03s0.00s2.66s0.00s2.56s
docker_mtu_and_registry_mirrors
resolvconf
install_jdk
Installing openjdk8
0.00s
git.checkout
0.54s$ git clone --depth=50 --branch=master https://github.com/HWANGJEONGHYEON1/Project_Springboot.git HWANGJEONGHYEON1/Project_Springboot
0.01s
Setting environment variables from repository settings
$ export AWS_SECRET_KEY=[secure]
$ export AWS_ACCESS_KEY=[secure]
$ export TERM=dumb
cache.1
Setting up build cache
$ java -Xmx32m -version
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1~16.04-b09)
OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
$ javac -J-Xmx32m -version
javac 1.8.0_252
install
10.58s$ ./gradlew assemble
18.37s$ ./gradlew clean build
Task :clean
Task :compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Task :processResources
Task :classes
Task :bootJar
Task :jar SKIPPED
Task :assemble
Task :compileTestJava
Task :processTestResources
Task :testClasses
Task :test
2021-02-27 11:57:09.377 INFO 4588 --- [ Thread-6] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2021-02-27 11:57:09.378 INFO 4588 --- [ Thread-6] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2021-02-27 11:57:09.379 INFO 4588 --- [ Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2021-02-27 11:57:09.383 INFO 4588 --- [ Thread-10] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2021-02-27 11:57:09.384 INFO 4588 --- [ Thread-10] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
Hibernate: drop table if exists posts
2021-02-27 11:57:09.379 INFO 4588 --- [ Thread-6] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
Hibernate: drop table if exists posts
2021-02-27 11:57:09.389 INFO 4588 --- [ Thread-8] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
Hibernate: drop table if exists user
2021-02-27 11:57:09.401 INFO 4588 --- [ Thread-6] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2021-02-27 11:57:09.416 INFO 4588 --- [ Thread-6] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2021-02-27 11:57:09.488 ERROR 4588 --- [ Thread-10] .SchemaDropperImpl$DelayedDropActionImpl : HHH000478: Unsuccessful: drop table if exists posts
Hibernate: drop table if exists user
2021-02-27 11:57:09.490 INFO 4588 --- [ Thread-10] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated...
2021-02-27 11:57:09.504 INFO 4588 --- [ Thread-10] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed.
Task :check
Task :build
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 17s
7 actionable tasks: 7 executed
The command "./gradlew clean build" exited with 0.
cache.2
store build cache
before_deploy.1
1.42s$ zip -r Project_Springboot *
before_deploy.2
0.02s$ mkdir -p deploy
before_deploy.3
0.03s$ mv Project_Springboot.zip deploy/Project_Springboot.zip
dpl_0
1.30s$ rvm $(travis_internal_ruby) --fuzzy do ruby -S gem install dpl
16.08s
dpl.1
Installing deploy dependencies
Logging in with Access Key: ****R53S
Beginning upload of 1 files with 5 threads.
dpl.2
Preparing deploy
dpl.3
Deploying application
before_deploy.1
1.58s$ zip -r Project_Springboot *
before_deploy.2
0.01s$ mkdir -p deploy
before_deploy.3
0.66s$ mv Project_Springboot.zip deploy/Project_Springboot.zip
dpl_1
1.39s$ rvm $(travis_internal_ruby) --fuzzy do ruby -S gem install dpl
dpl.1
Installing deploy dependencies
Logging in with Access Key: ****R53S
Version 2 of the Ruby SDK will enter maintenance mode as of November 20, 2020. To continue receiving service updates and new features, please upgrade to Version 3. More information can be found here: https://aws.amazon.com/blogs/developer/deprecation-schedule-for-aws-sdk-for-ruby-v2/
Registering app revision with version=IisXB9W9sxzd2GqqSpuVD0gO5.Z.NO34, etag="47b6594b6c8ba80ac1a65ba8554efc71-8"
Triggered deployment "d-WNB0FCJM8".
Deployment failed.
dpl.2
Preparing deploy
dpl.3
Deploying application
failed to deploy
ec2에서
The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems.
오류설명:
어떤 오류인지도 잘 모르겠습니다. ㅜㅜ
프로젝트 주소
Github에 오류가 난 프로젝트를 올려주세요. Github 주소를 작성해주지 않으시면 답변해드릴수가 없어요!
기존에 올라온 질문이 아닌지 먼저 검색해주세요!
가장 자주 나온 제보
어떤 오류인가요? 배포가 잘 안됩니다.
먼저 travis 로그입니다. Worker information 0.14s0.00s0.01s0.00s0.00s system_info Build system information 0.00s0.01s0.31s0.00s0.00s0.00s0.01s0.00s0.09s0.01s0.77s0.00s0.10s6.03s0.00s2.66s0.00s2.56s docker_mtu_and_registry_mirrors resolvconf install_jdk Installing openjdk8 0.00s git.checkout 0.54s$ git clone --depth=50 --branch=master https://github.com/HWANGJEONGHYEON1/Project_Springboot.git HWANGJEONGHYEON1/Project_Springboot 0.01s Setting environment variables from repository settings $ export AWS_SECRET_KEY=[secure] $ export AWS_ACCESS_KEY=[secure] $ export TERM=dumb cache.1 Setting up build cache $ java -Xmx32m -version openjdk version "1.8.0_252" OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1~16.04-b09) OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode) $ javac -J-Xmx32m -version javac 1.8.0_252 install 10.58s$ ./gradlew assemble 18.37s$ ./gradlew clean build
ec2에서 The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems.
오류설명: 어떤 오류인지도 잘 모르겠습니다. ㅜㅜ
프로젝트 주소
Github에 오류가 난 프로젝트를 올려주세요.
Github 주소를 작성해주지 않으시면 답변해드릴수가 없어요!
오류 로그
어떤 오류인지 캡쳐해주세요.