atlassian_confluence_jira 84

ERROR [UpmAsynchronousTaskManager:thread-4] [engine.jdbc.spi.SqlExceptionHelper] logExceptions The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size.

ERROR [UpmAsynchronousTaskManager:thread-4] [engine.jdbc.spi.SqlExceptionHelper] logExceptions The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size. 위와 같이 에러가 발생을 하면 innodb_log_file_size 작아서 그렇다 올려주면 된다. innodb_log_file_size=512M or innodb_log_file_size=1G https://confluence.atlassian.com/confkb/unable-..

jira Database: We've found a problem with your database connection URL

jira update 하다가 위와 같이 에러가 발생 한다. mysql 5.6 이전버전과 이후 버전 차이에 문제가 생긴다. 아래와 같이 dbconfig.xml 파일을 수정 해주면 된다. 5.7 은 storage_engine=InnoDB5.6 이하는 default_storage_engine=InnoDBFor versions of MySQL below 5.7jdbc:mysql://dbserver:3306/jiradb?useUnicode=true&characterEncoding=UTF8&sessionVariables=storage_engine=InnoDBFor versions of MySQL of 5.7 and abovejdbc:mysql://dbserver:3306/jiradb?useUnicode=true&c..

MySQL 5.1.71 is not supported. You should migrate to a supported database version.

MySQL 5.1.71 is not supported. You should migrate to a supported database version. jira 사용하다 보면 위와 같이 에러가 발생할수 있다.mysql upgrade 하도록 하자 자신의 버전에 맞춰서 지원 하는 mysql 를 확인후 업데이트 하자.JIRA Server 7.2 Supported platformsJIRA Server 7.3 Supported platforms나는 7.2 버전이니깐 mysql 5.5 or 5.6 지원이다. 5.6 설치 하자. mysql 버전 확인# mysql --versionmysql Ver 14.14 Distrib 5.1.71, for redhat-linux-gnu (x86_64) using readline 5.1..

No operations allowed after connection closed.Connection was implicitly closed by the driver.

No operations allowed after connection closed.Connection was implicitly closed by the driver.Unexpected exception encountered during query. Confluence 6.x 업그레이드시 DB를 재설정을 하면서 업데이트 하기때문에 시간이 오래 걸린다.업그레이드 상황을 보고 싶다면# tail -f /confluence홈폴더/logs/atlassian-confluence.log 오래 걸리고 위와 같이 에러가 발생한다면 bin 폴더에 있는 setenv.sh 파일을 수정해서CATALTNA_OPTS="-Dconfluence.upgrade.recovery.file.enabled=false" 항목을 추가 서비스 재시..

Bitbucket install

Bitbucket 설치 하기 Bitbucket 설치형태가 클라우드 기반과 설치 기반이 있다. 난 설치기반으로 .. centos 6.5 64bit 기반.. 우선 mysql 설정먼저 하자. mysql> CREATE DATABASE bitbucket CHARACTER SET utf8 COLLATE utf8_bin;mysql> GRANT ALL PRIVILEGES ON bitbucket.* TO 'bitbucketuser'@'localhost' IDENTIFIED BY 'password';mysql> FLUSH PRIVILEGES;mysql> QUIT https://ko.atlassian.com/software/bitbucket/download우선 해당경로에서 리눅스 버전을 다운 받아서 설치 하자. # cd /..

The following database configurations are not set as per our recommended settings: 'pool-remove-abandoned, pool-remove-abandoned-timeout, validation-query-timeout, min-evictable-idle-time-millis, time-between-eviction-runs-millis, pool-test-on-borrow, p..

The following database configurations are not set as per our recommended settings: 'pool-remove-abandoned, pool-remove-abandoned-timeout, validation-query-timeout, min-evictable-idle-time-millis, time-between-eviction-runs-millis, pool-test-on-borrow, pool-test-while-idle'. jira 7.x.x 로 업그레이드 되면서 DB에 에러가 발생이 된다. dbconfig.xml 파일을 수정해서 defaultDS default mysql jdbc:mysql://localhost:3306/jiradb7010..

Unable to connect to MySQL database jdbc:mysql://localhost:3306/crucible: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver: is the database driver jar file properly installed in the FISHEYE_INST/lib directory?

Unable to connect to MySQL database jdbc:mysql://localhost:3306/crucible: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver: is the database driver jar file properly installed in the FISHEYE_INST/lib directory? 위와 같이 에러가 뜬다면 mysql jar 파일이 없어서 그렇다 crucible 설치 폴더 lib 에 mysql-connector-java 파일을 넣어주자

728x90
반응형