Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Drulal
- Search Api
- #Apache solr
- Laravel
- nft
- MYSQL
- Server
- Klaythn
- 서버
- 바안
- Arcylic DNS Proxy
- Solitity
- 인ㄴ공지능
- 데이터베이스
- php
- 메일서버
- Drupal 7.x
- Drupal
- DMARC
- Infra
- NFT Image Maker
- Bin Log
- 개발환경
- Apache Solr
- NFT 이미지 메이커
- mariadb
- Mail Server
- 인프라
- vite
- docker
Archives
- Today
- Total
J-한솔넷
Apache Solr 5.5.5 admin-extra.html 파일을 찾지 못했다는 오류 본문
어재와 오늘 글을 올리는 일이 많네요. 오늘 오전에 Solr 최적화 관련 내용을 처리해 놓고, 다시 로그를 보니 아래와 같은 오류 메시지가 계속 출력되고 있네요.
Time (Local) | Level | Core | Logger | Message |
---|---|---|---|---|
2023. 9. 12. 오전 9:27:53 | ERROR | null | ShowFileRequestHandler | Can not find: admin-extra.html |
2023. 9. 12. 오전 9:28:12 | ERROR | null | ShowFileRequestHandler | Can not find: admin-extra.menu-top.html |
2023. 9. 12. 오전 9:28:12 | ERROR | null | ShowFileRequestHandler | Can not find: admin-extra.menu-bottom.html |
구글링해서 찾아보니 위 3개의 파일을 만들어 주기만하면 오류가 해소된다고 합니다. 이 파일들은 Apache Solr 관리 페이지에서 각 코어의 개요를 출력하는 페이지라고 되어 있습니다. 실행에는 영향을 주지 않는다면 궂이 이렇게 오류로 출력할 것이 아니라 경고 정도로 로그 수준을 낮추어 표시했으면 좋았을 것을... 사람 참 찜찜하게 만듧니다.
그래거 기존 셈플에는 없을까하고 찾아보니 아래와 같이 포함이 되어 있네요. 그래서 그냥 복사했습니다.
find / -name 'admin-extra.html'
/opt/solr-5.5.5/example/example-DIH/solr/rss/conf/admin-extra.html
/opt/solr-5.5.5/example/example-DIH/solr/mail/conf/admin-extra.html
/opt/solr-5.5.5/example/example-DIH/solr/tika/conf/admin-extra.html
/opt/solr-5.5.5/example/example-DIH/solr/solr/conf/admin-extra.html
/opt/solr-5.5.5/example/example-DIH/solr/db/conf/admin-extra.html
cp /opt/solr-5.5.5/example/example-DIH/solr/rss/conf/admin-extra.*html .
더 이상 오류 로그는 출력이 안되는 것을 확인했습니다.
'웹 개발관련 > 서버' 카테고리의 다른 글
기록 보관 : NextCloud MS Office 편집 기능 설정하기 (0) | 2024.01.22 |
---|---|
기록 보관 : NextCloud MS Office 편집 기능 설정하기 (내장 서버) (0) | 2024.01.22 |
기록 보관 : NextCloud 만들기 (0) | 2024.01.22 |
Drupal Apache Solr 모듈 문제(?)로 인한 검색 문제 (0) | 2023.11.26 |
Apache Solr 5.5.5 유지보수관련 이슈 정리 (0) | 2023.09.12 |