確認ポイント
L-Platform管理機能のトレースログ(vsys_trace_log)に、以下のメッセージが出力されていませんか。
1) 「VSYS10098」が出力されている。かつ、 2) 1)の詳細エラーメッセージとして「Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.」が出力されている。かつ、 3) 1)の後にJavaの例外表示(スタックトレース)が出力されている。
例
[2011-02-24 13:16:28,531] ERROR VSYS10098 SQL error.[Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.] org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:123) … (Javaスタックトレースが出力される) …
原因
データベースが起動していません。
ワークユニットが起動している状態で、データベースだけ停止したと考えられます。
対処方法
「メッセージ集 CE」の「VSYS00001」の対処に従って、データベースを起動してください。