320x100
an unexpected error occurred. please refer to the logs for more information. confluence plugin
plugin 설치시 위와 같이 에거다 뜬다면
뭐 여러가지 문제가 있겠지만
mysql packet 메모리때문에 그럴수 있다.
packet 메모리를 늘려주자
# vi /etc/my.cnf
[mysqld]
...
max_allowed_packet = 32M
...
혹시 이렇게 했는데도 똑같다면
# mysql -u root -p
mysql> SET GLOBAL max_allowed_packet=33554432;
해서 올려주자.
320x100
'atlassian_confluence_jira' 카테고리의 다른 글
JIRA Startup Failed You cannot access JIRA at present. Look at the table below to identify the reasons (0) | 2013.11.24 |
---|---|
SEVERE: Socket accept failed java.net.SocketException: Too many open files 에러 (0) | 2013.09.30 |
WebDAV 설정페이지에 접근할 수 없습니다 (0) | 2013.09.14 |
confluence server id 변경 (0) | 2013.09.11 |
confluence upgrade (0) | 2013.09.06 |