전체 글 1907

revision file lacks trailing newline

subversionException: 160004 - revision file lacks trailing newline라고 에러가 뜰때가 있다 참난감하다. 이럴때는예를 들어 test 라는 rep 가 있다.test/db/reprops ,test/db/revs 폴더 아래지금 에러가 난 파일 957 파일이 있을거다. 혹시 모르니 두 폴더에 있는 957 파일을 백업을 하고각 해당폴더에 있는 956 파일들을 해당 폴더에 957 파일로 복사를 하면 된다. test/db/reprops/956 -> 957test/db/revs/956 -> 957이렇게 하면 정상 작동 될것이다.

Linux 2013.09.18

confluence plugin 설치시 에러

an unexpected error occurred. please refer to the logs for more information. confluence pluginplugin 설치시 위와 같이 에거다 뜬다면뭐 여러가지 문제가 있겠지만mysql packet 메모리때문에 그럴수 있다. packet 메모리를 늘려주자 # vi /etc/my.cnf [mysqld]...max_allowed_packet = 32M... 혹시 이렇게 했는데도 똑같다면 # mysql -u root -pmysql> SET GLOBAL max_allowed_packet=33554432; 해서 올려주자.

WebDAV 설정페이지에 접근할 수 없습니다

WebDAV 접근시 com.thoughtworks.xstream.converters.ConversionException: Invalid final field com.atlassian.confluence.extra.webdav.WebdavSettings.excludedClientUserAgentRegexes 위와 같이 에러가 뜬다면 mysql 접속# mysql -u root -p mysql> use db (db접속)mysql> select * from BANDANA where bandanavalue like '%webdav%'; 어쩌구 저쩌구 ~~BANDANAID: 11223344어쩌구 저쩌구 ~~ 위 내용을 보면 bandana id 번호가 있을거다 저 번호를 외우고 mysql> delete from BA..

728x90
320x100