とろろこんぶろぐ

かけだしR&Dフロントエンジニアの小言

2019-07-26から1日間の記事一覧

JDK11 で intelliJ でテストカバレッジが取れない?

Java で テストカバレッジを取ろうと思い、 IntelliJ でおもむろに Run 'All Tests' with Coverage したら、こういうエラーが各テストで発生した。 java.lang.ClassFormatError: Nest-host class_info_index 85 has bad constant type in class file app/mod…

java.sql.SQLNonTransientConnectionException: Too many connections

黙って max connections を増やす。 mysql -u root -p mysql> set global max_connections = 1000;