Code for final

ふぁいなる向けのコード置き場です。すでにコードじゃないこともいっぱい。

intra-martでexists_table.sql is not found.というエラーが出た場合はデータベースの接続に失敗している。

intra-martでexists_table.sql is not found.が出た場合はデータベースの接続に失敗してます。

java.lang.RuntimeException: resource: iwp/platform/schema/exists_table.sql is not found.
at jp.co.intra_mart.mirage.SqlManagerImpl.prepareNode(SqlManagerImpl.java:143)
at jp.co.intra_mart.mirage.SqlManagerImpl.getSingleResult(SqlManagerImpl.java:218)
at jp.co.intra_mart.mirage.ext.IntramartSqlManager.getSingleResult(IntramartSqlManager.java:39)
at jp.co.intra_mart.mirage.SqlManagerImpl.getSingleResult(SqlManagerImpl.java:214)
...

メッセージ的にexists_table.sqlというファイルが見つからないということだと思ってGrepしたりもしましたが、 よくよく調べるとちゃんと公式のドキュメントにも書いてあります。

11.13.4.1. Web Application Server 起動後にログインができない(データベースに接続できない)場合 — セットアップガイド   第17版 2015-12-01   intra-mart Accel Platform

ドキュメントを読むことって重要ですね。
でも、もっと一発でわかるメッセージにしてくれればいいのにーとも思ったり。