본문 바로가기

atlassian_confluence_jira

HSQLDB to MYSQL Migrating crucible 사용하다보면 아래쪽에 보면 아래탭에 보면This FishEye and Crucible instance is using HSQLDB, which is not supported in production environments.라는 메세지를 보게 된다. 즉 HSQLDB는 더이상 지원하지 않는다라는거다. mysql 로 변경을 하자 - mysql를 설치 # yum -y install mysql*# chkconfig mysqld on# service mysqld start - my.conf 환경설정# vi /etc/my.conf[mysqld]character-set-server=utf8collation-server = utf8_general_ci 추가 - db 생성# mysql -u root -pE.. 더보기
crucible upgrade 방법 사이트에서 3가지 방법이 있다고 하지만 별거 없다. https://www.atlassian.com/software/crucible/download최신버전을 다운 받자 임의 폴더(update)를 만들고 그안에다가 압축을 풀자 - 임의 폴더 = update update 폴더에 var 파일을 삭제본서버 폴더에 config.xml 파일을 update 폴더에 복사그리고 본서버 /var 폴더를 update 폴더에 복사 그리고 config.mxl 환경 설정을 바꿔주던지본서버 폴더이름과 같이 변경해준다음 ./start.sh 해주면 모든 작업이 완료된다. 더보기
Failed to start repository data: Problem loading repository 'data' - Current repository index for "data" is not compatible with your license, please re-index. crucible 설치한 장비에 ip변경을 했더니 Repositories 상태가 다 stop 되어 있다. start 를 누르니Failed to start repository data: Problem loading repository 'data' - Current repository index for "data" is not compatible with your license, please re-index. 에러가 뜬다 re-index 를 해주면 된다고 한다. 모두 re-indexing 을 해주니 정상적으로 작동이 된다. 더보기
java.sql.SQLException: Binary logging not possible. Message: Transaction level 'READ-COMMITTED' in InnoDB is not safe for binlog mode 'STATEMENT' Hibernate operation: could not update: [com.atlassian.crowd.model.user.InternalUserAttribute#10321938]; uncategorized SQLException for SQL []; SQL state [HY000]; error code [1598]; Binary logging not possible. Message: Transaction level 'READ-COMMITTED' in InnoDB is not safe for binlog mode 'STATEMENT'; nested exception is java.sql.SQLException: Binary logging not possible. Message: Transaction .. 더보기
You cannot access JIRA at present. Look at the table below to identify the reasons jira 에러가 아래와 같이 발생이 된다면 You cannot access JIRA at present. Look at the table below to identify the reasonsTransaction level 'READ-COMMITTED' in InnoDB is not safe for binlog mode 'STATEMENT jira_home 폴더에 있는 .bundled-plugins .osgi-plugins 폴더를 삭제 하고 mysql 항목에 아래 내용을 추가하자# vi /etc/my.cnf transaction-isolation=READ-COMMITTEDbinlog_format=rowinnodb_locks_unsafe_for_binlog=1 다음# service mysqld restart.. 더보기
crucible java error 관련 crucible사용하다 보면 svn db양에 따라 java error 가 자주 일어난다. java size 변경 방법(설치 폴더 밑에 bin 파일에 있는 fisheyectl.sh 수정한다.) # vi fecru-3.2.4/bin/fisheyectl.sh #FISHEYE_OPTS=`$JAVACMD -cp $FISHEYE_HOME/fisheyeboot.jar com.cenqua.fisheye.boot.OptsSetter` FISHEYE_OPTS="-Xms512m -Xmx2048m -XX:MaxPermSize=256m" java error 종류에 따라서 OutOfMemoryError: Java Heap Space라고 에러가 뜨면 빨간색 값을 올려주면 된다. FISHEYE_OPTS="-Xms512m -Xmx20.. 더보기
jira,confluence catalina.out 로그 용량줄이기 catalina.out 로그너무 커서 체크하기 힘들때 # vi /etc/logrotate.d/catalin.out 파일 만들어서 /[jira,confluence 설치경로]/logs/catalina.out { copytruncate daily rotate 60 compress missingok notifempty dateext} 하면 로그용량하루 단위로 저장 시킬수 있다. 더보기
Crucible admin 암호 초기화 Crucible admin 암호 초기화 방법이다. 설치폴더에 config.xml 파일을 열어서admin-hash 를 수정하면 된다. To reset the password to "admin", please change the admin-hash value so that it appears as admin-hash="21232F297A57A5A743894A0E4A801FC3" 21232F297A57A5A743894A0E4A801FC3 이 hash 값은 admin4D0C5DB8382F80C58E7B0619AE5767A7 이 hash 값은 fisheye 빨간색 hash 값을 원하는 암호로 변경하면 된다. 더보기

728x90
320x100