2012-03-07 9 views
1

私は最近Pentahoをインストールしましたが、私はBIサーバーにアクセスできましたが、私はBIサーバーにアクセスできないので、mysqlサーバーとエクスポートデータベースに接続するためにいくつか変更を加えました。私は次の例外を取得、サーバーの停止中にもPentaho BIサーバーのアクセスがクォーツのエラーを投げる

2012-03-07 11:49:18,847 ERROR [org.pentaho.platform.util.logging.Logger] misc-org.pentaho.platform.scheduler.QuartzSystemListener: QuartzSystemListener.ERROR_0001 -  Scheduler was not properly initialized at startup 
org.quartz.SchedulerConfigException: Failure occured during job recovery. [See nested exception: org.quartz.JobPersistenceException: Couldn't clean volatile data: Table  'quartz.QRTZ_FIRED_TRIGGERS' doesn't exist [See nested exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ' quartz.QRTZ_FIRED_TRIGGERS' doesn't exist]] 

:私は次のエラーを取得しています「MySQLサーバへの接続を取得するためにいくつかの変更を加えた」と

java.sql.SQLException: socket creation error 
java.sql.SQLException: socket creation error 

答えて

2

を、私はあなたが意味を期待しますBI ServerをHSQLDBの代わりにMySQLで作成したとします。

あなたは、Quartzデータベース接続のSQLダイアレクト設定を変更しなかったか、Quartzはそれが依存するスキーマを実際に作成していないことを推測しています(その場合は、 hsqldbからmysqlへ)

1

[/path/to/biserver-ce/data]にあるスクリプトを実行して、使用しているデータベースのテーブルを生成しようとしましたか?

関連する問題