atlassian_confluence_jira 83

Error rendering 'com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel'. Please contact your JIRA administrators.

Error rendering 'com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel'. Please contact your JIRA administrators. 위와 같이 에러가 뜬다면subversion 관련 정보가 정상적으로 입력이 안된것이다.접속 계정과 암호를 확인 하고 경로 또한 확인하자이래도 정상적으로 출력이 안된다면 plugin 재설치 해보자

jira 설치 방법

jira 설치 방법 confluence 설치 방법과 거의 똑같다. 1 java 설치 http://java.com/ko/download/manual.jsp 자신의 환경에 맞는 jre 다운 # rpm -ivh jre-7u25-linux-x64.rpm # vi /etc/profile.d/java.sh export JAVA_HOME=/usr/java/jre1.7.0_25 (jre 설치한 경로) export J2RE_HOME=/usr/java/jre1.7.0_25 export PATH=$JAVA_HOME/bin:$PATH 2 mysql 설치(설치방법 생략) - mysql 암호 지정 # mysqladmin -u root password 'password' (mysql 구동안하고 명령어치면 에러가 뜬다) - 데이터베..

Convert from MySQL MyISAM to InnoDB tables

Convert from MySQL MyISAM to InnoDB tables jira, confluence 등 업데이트 할경우 5버전 이전까지는 mysql, myisam 등을 지원 했지만5.1.4버전 이후로 innodb 만을 지원한다. innoDB 로 변경을 하기위해서는http://confluence.goldpitcher.co.kr/display/GPCONF/Convert+from+MySQL+MyISAM+to+InnoDB+tables참고를 하면 된다. 솔찍히 여러번 해봤지만 안된데 ㅡ,ㅡ;; 젠장;;; 그래서 다른 방법을 찾았다. 우선 현재 사용하고 있는 시스템에서 mysql 백업을 한후 # sed -e 's/ENGINE=MyISAM/Engine=InnoDb/g' backup_db.sql > innodb..

Could not start Confluence because a database connection could not be acquired. Please ensure that your database server is available and your database configuration is correct and then restart Confluence. Check the logs for details.

Could not start Confluence because a database connection could not be acquired. Please ensure that your database server is available and your database configuration is correct and then restart Confluence. Check the logs for details. 간혹 저렇게 에러 메세지가 뜬다면mysql 문제다. 환경 설정 mysql 항목을 보던지 아니면 mysql 재시작 정도 해주면 정상작동 된다.

Confluence Does Not Start with 'MySQL session isolation level 'REPEATABLE-READ' is no longer supported' Message

Confluence Does Not Start with 'MySQL session isolation level 'REPEATABLE-READ' is no longer supported' Message위와 같이 에러가 뜬다면 # vi /etc/my.cnf[mysqld]-----------transaction-isolation=READ-COMMITTED -> 항목추가----------- confluence_home 디렉토리에 있는# vi confluence.cfg.xml ------ 2 -> 항목 추가------ # service mysqld restart 한다음 confluence 재구동 하면 정상적으로 작동이 된다.

You cannot access JIRA at present. Look at the table below to identify the reasons

You cannot access JIRA at present. Look at the table below to identify the reasons위와 같이 에러가 뜬다면 해결방법이 여러가지 있다.jira_home/plugins/ 에 보면drwxrwxr-x. 5 jira users 4096 Nov 25 12:06 .drwxrwxr-x. 11 jira users 4096 Nov 25 16:04 ..drwxrwxr-x. 2 jira jira 4096 Nov 25 12:06 .bundled-pluginsdrwxrwxr-x. 2 jira users 4096 Nov 22 11:42 installed-pluginsdrwxrwxr-x. 5 jira jira 4096 Nov 25 12:06 .osgi-plugins 위..

JIRA Startup Failed You cannot access JIRA at present. Look at the table below to identify the reasons

jira 설치후 웹페이지 접속시아래와 같이 에러가 뜬다면 JIRA Startup FailedYou cannot access JIRA at present. Look at the table below to identify the reasons 내용을 보면 jira_home을 못만들었다는 내용이다. 즉 권한 문제이다. # ./shutdown.sh -> jira 구동을 멈춘다.# chown -R jira:users /data -> 권한을 준다.# ./startup.sh -> 재구동을 해준다. * 재구동하기전에 꼭 확인하자# ps -ef | grep java java 가 살아 있으면 정상구동이 안된다. 구동을 종료할때 꼭 확인하자. 정상적으로 된다면 Jira Startup Succeeded 라는 메세지를 볼수 있다.

728x90
320x100