320x100
설치중 mysql isolation level 'repeatable-read' is no longer supported 에러가 뜬다면
# vi /etc/my.cnf
[mysqld] 위치에
transaction-isolation=READ-COMMITTED
위 내용 추가
버전이 3.5.6 이상일 경우 추가로 작업
confluence_home 디렉토리에 있는
# vi confluence.cfg.xml
<properties> 위치에
<property name="hibernate.connection.isolation">2</property>
추가
320x100
'atlassian_confluence_jira' 카테고리의 다른 글
confluence upgrade (0) | 2013.09.06 |
---|---|
caused by java.lang.outofmemoryerror gc overhead limit exceeded (0) | 2013.09.05 |
BootstrapException: unable to bootstrap application: Could not make directory/ies: (0) | 2013.09.02 |
confluence http status 404 error (0) | 2013.09.02 |
Confluence will not start up because the build number in the home directory (0) | 2013.08.30 |