일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- java version
- JUnit
- Medium
- easy
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- el1008e
- error
- 스프링부트테스트
- no sources given
- java 11
- AWS CLI
- mac os git error
- springboottest
- OpenFeign
- parse
- java 1.8 11
- java 여러개 버전
- springbatch error
- No tests found for given includes
- maybe not public or not valid?
- property or field 'jobparameters' cannot be found on object of type
- querydsl no sources given
- springboot
- java
- Java 1.8
- aws
- log error
- java 버전 변경
- yum install java
- LeetCode
- Today
- Total
목록개발 (112)
쩨이엠 개발 블로그
포스트맨을 켤 때마다 버전업 하라고 메세지가 떠서 postman2 를 다운받고 테스트를 해보았다 ?? Error: tunneling socket could not be established, statusCode=400 에러가 납니다 postman preferences 선택 환경설정 세팅에 Proxy 탭에서 Use the system proxy 와 Add a custom proxy configuration의 체크박스를 해제해주면 끝 그 이후 api가 정상적으로 동작하는것을 확인 할 수 있다
원래는 homebrew로 gradle 을 설치하려했는데 $brew install gradle Error: SHA256 mismatch Expected: 01059532335fefc5e0e7a23cc79eeb1dc6fea477606981b89f259aa0e0f9abc1 Actual: ce0a3d3c8d9462ef784b9776f5b7eed16e89b0cf473c867c3a2a8b26e03b8430 Archive: /Users/Library/Caches/Homebrew/downloads/1124b500fc261f6d9be6193eca8c120f4dfb7ecd3470ac7d8edc1d04ecc5b345--jdk13u-jdk-13.0.2+8.tar.bz2 To retry an incomplete download..
aws configure를 하는데 갑자기 에러가 난다 다른 것들을 install 하다가 꼬였을 것으로 예상 $ aws configure dyld: Library not loaded: @executable_path/../.Python Referenced from: /usr/local/Cellar/awscli/2.0.0/libexec/bin/python3.8 Reason: image not found 로그를 봤더니 라이브러리가 로드가 안되었다고 한다 깔려있는데? 해서 구글링 했더니 이 경우에는 awscli를 업그레이드 해주면 된다고 함 (초간단) $ brew upgrade awscli 끝
EC2를 사용하면서 jar를 실행시키는데 아무로그도 없이 실행도 안되는 상황이 발생했다 설마설마 하고 $ java -version 을 실행시켰는데 $ java -version -bash: java: command not found ㅎ 하여 jdk를 설치하기로 한다 $ yum list java*jdk-devel Loaded plugins: extras_suggestions, langpacks, priorities, update-motd Available Packages java-1.7.0-openjdk-devel.x86_64 1:1.7.0.261-2.6.22.2.amzn2.0.1 amzn2-core java-1.8.0-openjdk-devel.x86_64 1:1.8.0.252.b09-2.amzn2.0.1 ..
별거 아닌 기능이긴하지만 필요한 기능 AWS cli를 하다보니 어디서 뭘 했는지 기억이 나지 않았다 그 때 쓸 수 있는 기능 $ history 매우 간단하다 history 갯수는 $HISTSIZE로 변경이 가능하다 $ echo $HISTSIZE 500 default는 500 이 history에서 문자열 aws가 들어간걸 찾고싶다면 grep을 사용한다 $ history | grep 'aws'
maven project로 pom.xml을 잘 쓰고 있다가 jib로 build할 때의 가이드가 gradle로 되어있어서.. 예.. 목마른 사람이 우물 파야죠… 바꿉시다… 뭔가 할일이 엄청 많을 줄 알았는데 한 번에 convert 하는 방법이 있었다 multi project인 경우 root pom에서 할 것 $ gradle init --type pom Starting a Gradle Daemon (subsequent builds will be faster) > Task :init Maven to Gradle conversion is an incubating feature. Get more help with your project: https://docs.gradle.org/6.5/userguide/migr..
서버 로그가 겁나 많이 찍히길래 놀래서 들어가봤더니 Too many open files라는 IOException이 발생하고 있었다 2020-07-10_01:55:42.942 ERROR [http-nio-8200-Acceptor] [org.apache.tomcat.util.net.Acceptor:175] ::: Socket accept failed java.io.IOException: Too many open files at java.base/sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) at java.base/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:533) at..
에러가 났다 shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory Error: The current working directory doesn't exist, cannot proceed. 뭔가 길다 나는 그냥 start.sh을 실행시키고싶었을 뿐인데 읽어보니 거기 디렉토리 없는데 왜 거기서 하냐는 뜻이다 삭제한 디렉토리 안에서 sh 실행시키지 말라는 뜻이었다 나와서 쉘 돌리니 실행 된다!
node 프로젝트를 재시작했더니 갑자기 certificate has expired 가 뜨면서 application이 안뜨기 시작했다 .. 방금 로컬에서 잘 돌렸는데?? 왠인증서???? 로그가 딱 저거 하나 찍혀있어서 찾아봤는데 결국 버전문제였다 현재 쓰고 있는 버전은 8.94 8.9.4 -> certificate has expired 버전을 올렸다 9.5.0 -> certificate has expired 또 올렸다 10.21.0 -> application 실행!! 아니.. 인증서 문제라면서 버전업이 왜 되어야하는걸까 양심없는 log 였다
맨날 찾아만 보다가 드디어 정리를 하기로 했다 앞으로도 계속 쓸 것 같아섴ㅋㅋㅋㅋㅋ 1. 버전확인 $ httpd -v Server version: Apache/2.4.28 (Unix) Server built: Oct 29 2017 19:28:54 2. Status 확인 $ systemctl status httpd $ service httpd status 3. Apache Start $ systemctl start httpd $ service httpd start $ apachectl start 4. Apache Stop $ systemctl stop httpd $ service httpd stop $ apachectl stop 5. Apache Restart $ systemctl restart httpd..