문제

I'm using torquebox 2.0 beta (i.e. jruby on rails). Everything was working fine until I installed the Citier gem. Once I installed the gem, I began to get the following error:

superclass mismatch for class SQLiteAdapter

the full error is included in this gist: Full Trace of Error Message

Does anyone have any suggestions for a workaround or a fix for this error.

Thanks in advance for your help.

도움이 되었습니까?

해결책

'citier' is assuming a certain class hierarchy for SQLiteAdapter and PostgreSQLadapter, and that is clashing with JDBC adapters'. I don't know how to fix it; it might be as simple as removing the inheritance specification from the offending line 17, but maybe not. Either way, you should contact citier's author.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top