반응형

atlassian_confluence_jira 83

java.lang.IllegalArgumentException: cacheLoader returned null for key 'SD_REQTYPE'

java.lang.IllegalArgumentException: cacheLoader returned null for key 'SD_REQTYPE' jira service desk 프로젝트 생성시 위와 같이 에러가 발생 한다면 프로젝트 셋팅에 가보면 위와 같이 왼쪽 바가 안보인다. 문제가 있는것이다. 여러가지 방법을 찾아봤지만 Loading sidebar is taking longer than usual. You can refresh the page to load it again. 답이 없다.. 현재 jira software 8.5.4 버전상에는 에러 발생 한다. jira software 8.9.0 으로 올린상태에서 service desk 설치하니 위 에러가 사라졌다. 최신 버전의 jira 를 올리고 s..

/rest/troubleshooting/1.0/check/process/ [c.a.t.j.healthcheck.support.GadgetFeedUrlHealthCheck] An error occurred when performing the Gadget feed URL healthcheck

jira https 전환 하면서 gadget 에러가 발생 한다. 검색해보니 ssl 인증서 이야기를 많이 하는데 난 그 문제가 아니다 redirect 설정을 해서 8443로 접속하면 gadget 에러가 발생 안하지만 443로 접속하면 gadget 에러가 발생한다. jira 나 confluence 같은 경우 root 로 구동이 아닌 user 로 구동이라 1000 미만 포트사용이 불가능하다. 그래서 redirect 걸어줬는데 이게 문제가 된것이다. 추가로 방화벽에 설정을 더 해주면 된다. -A OUTPUT -o lo -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 8443 output 에 443으로 들어온 포트를 8443으로 내보내주면 해결 된다.

jira subversion error Inactive (svn: E175002: timed out waiting for server svn: E175002: REPORT request failed on '/svn/

Inactive (svn: E175002: timed out waiting for server svn: E175002: REPORT request failed on '/svn/ jira subversion plugin 사용하다 보면 위와 같이 에러 뜬다. time out 인데 설정상에 수치를 변경하면 된다. # vi /data/jira/설치프로그램/bin/setenv.sh JVM_SUPPORT_RECOMMENDED_ARGS="-Dcom.atlassian.jira.plugin.ext.subversion.svnreadtimeout=6000000" 로 수정하자. system -> add-ons -> setting 그리고 jira 설정상에 revision cashe size 도 올려주자

jira 8.x subversion support?

jira subversion 이 정상 작동 안된다. 그래서 업데이트 하려 하면 최신 버전이 3.0.1 버전이고 7.2 ~ 7.3 만 지원된다. 망했나??;; 찾다 보니깐. https://github.com/kashak88/jira-subversion-plugin/blob/master/atlassian-jira-subversion-plugin-3.0.2-jira8.jar kashak88/jira-subversion-plugin A few tweaks to make it compatible with Jira 8.0 (Tested on 8.0.2) - kashak88/jira-subversion-plugin github.com 3.0.2 버전이 있고 8.x 도 지원 한다고 한다. 우선 깔아서 설치 해보자. 정..

com.install4j.runtime.beans.actions.files.CreateZipFileAction failed

jira 업데이트 작업 할때 ./atlassian-jira-software-8.5.4-x64.bin Unpacking JRE ... Starting Installer ... You do not have administrator rights to this machine and as such, some installation options will not be available. Are you sure you want to continue? Yes [y, Enter], No [n] This will install JIRA Software 8.5.4 on your computer. OK [o, Enter], Cancel [c] Click Next to continue, or Cancel to exit Setu..

confluence com.install4j.runtime.beans.actions.files.createzipfileaction failed

confluence com.install4j.runtime.beans.actions.files.createzipfileaction failed confluence 구동시 위와 같이 에러뜨면서 구동이 안된다면 서비스 종료 하고 confluence.cfg.xml 수정해서 hibernate.c3p0.max_size 를 30에서 100으로 변경하고 재구동 하자. 그럼 정상 작동된다. https://confluence.atlassian.com/confkb/startup-check-http-maxthreads-configuration-939930122.html?utm_source=Install&utm_medium=in-product&utm_campaign=csseng_fy18_q3_server_confluence_..

confluence could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet

confluence restore 하고 구동시켰는데 could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet 위와 같이 에러가 발생한다. 여러가지 방법을 다 써봤지만.. 실패.. mysql 백업에 문제가 있었다. mysql 데이터가 용량이 크다보니 max 값을 지정을 안해주면 백업 할때 에러가 발생한다. https://algo79.tistory.com/626 mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' bytes when dumping table ` m..

Atlassian 제품 SSL 적용하기 comodo ssl 등록하기

우선 jks 파일을 생성 해야 한다. CSR 값 생성 # openssl req -new -newkey rsa:2048 -nodes -keyout test.key -out atlassian.csr You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If y..

jira service desk install

atlassian 제품들이 설치하는 방식이 다 비슷 하다. centos 7.x 환경기준 mysql 설치 # wget https://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm # yum install -y mysql57-community-release-el7-7.noarch.rpm # yum install -y mysql mysql-community-server mysql-server mysql-devel mysql-libs 설치 끝났으면 로그인하고 로그인 할때 안된다면 https://algo79.tistory.com/entry/mysql-57-%EC%9D%B4%EC%83%81-%EC%84%A4%EC%B9%98%EC%8B%9C-root-%E..

BootstrapException: Unable to bootstrap application: The database driver (com.mysql.jdbc.Driver) was not found in the class path.<br/>This Confluence installation cannot be upgraded automatically. Please see Confluence documentation:<br/>https://conflue..

BootstrapException: Unable to bootstrap application: The database driver (com.mysql.jdbc.Driver) was not found in the class path. This Confluence installation cannot be upgraded automatically. Please see Confluence documentation: https://confluence.atlassian.com/display/DOC/Database+Setup+For+MySQL Database Setup For MySQL - Atlassian Documentation confluence.atlassian.com confluence 업그레이드를 했는데 ..

ERROR [UpmAsynchronousTaskManager:thread-4] [engine.jdbc.spi.SqlExceptionHelper] logExceptions The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size.

ERROR [UpmAsynchronousTaskManager:thread-4] [engine.jdbc.spi.SqlExceptionHelper] logExceptions The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size. 위와 같이 에러가 발생을 하면 innodb_log_file_size 작아서 그렇다 올려주면 된다. innodb_log_file_size=512M or innodb_log_file_size=1G https://confluence.atlassian.com/confkb/unable-..

728x90
반응형