반응형

atlassian_confluence_jira 83

confluence Attachment File Not Found 첨부 파일 에러

confluence Attachment File Not Found 첨부 파일 에러가 날경우가 간혹 생긴다 https://confluence.atlassian.com/display/CONFKB/Resolve+Missing+Attachments+in+Confluence위를 참고해서 하면 된다. https://confluence.atlassian.com/pages/viewpageattachments.action?pageId=201761우선 위 사이트에서 자신의 환경에 맞는 findattachments-3.1.x.jsp , find_and_recover_attachments-3.1.x.jsp파일을 받는다. 그리고 다운 받은 파일을 서버에 복사한다경로는 confluence설치폴더/confluence;/admin/..

Database migration failed: com.cenqua.crucible.hibernate.CruDBException: Problem running drop script (you may have to manually drop the DB)

Database migration failed: com.cenqua.crucible.hibernate.CruDBException: Problem running drop script (you may have to manually drop the DB) migrating 할때 위와 같이 에러가 뜬다면 기존에 mysql db가 있어서 그렇다db 를 삭제 하고 다시 생성해주자 # mysql -u root -pEnter password:Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 2Server version: 5.1.66 Source distribution Copyright (c) 2000, 2012, Ora..

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

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
반응형