atlassian_confluence_jira 83

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..

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 값을 원하는 암호로 변경하면 된다.

atlassian Crucible 설치

Crucible 설치방법이다.crucible은 code review tool 이다.https://www.atlassian.com/software/crucible/overview 아쉽게도 유료버전이고 30일 무료로 사용 가능하다.어둠의 경로로 낮은 버전이 돌아다니는것 같긴 하다. code 지원은 아래와 같다.jira와 연동하면 요긴하게 사용이 된다. 설치 방법 1. java 설치 http://java.com/ko/download/manual.jsp자신의 환경에 맞는 jre 다운# rpm -ivh jre-7u25-linux-x64.rpm# vi /etc/profile.d/java.shexport JAVA_HOME=/usr/java/jre1.7.0_25 (jre 설치한 경로)export J2RE_HOME=/u..

PM org.apache.catalina.core.StandardHostValve custom SEVERE: Exception Processing ErrorPage[errorCode=500, location=/500page.jsp]

에러 내용을 보면 java 관련 에러이다. 별짓을 다 해봤다 java 버전 변경(java 1.6 -> 1.7)plugin 초기화(confluence_home 폴더에 plugin 폴더들 삭제) 권한 설정 (chown -R confluence:confluence confluence) 역시나 변화가 없다.혹시나 하고 찾다 보니 mysql 이 작동이 안되고 있다. 설마 하면서# service mysqld start 하고 confluence 구동시키니 정상 작동된다. ㅡㅡ;; 아니 이양반아!! mysql 구동이 안된다고 에러를 뿌려야지!!!

728x90
320x100