From: Julian H. <ju...@hy...> - 2011-12-09 17:09:15
|
On Dec 9, 2011, at 3:00 AM, leks wrote: > thank you for quick response > i thought about the same thing and and replaced jars > > initially i used jars from mondrian-3.3.0.14703.zip > there are > mondiran.jar 3.3.0.14703 > olap4j.jar 1.0.0.445 > > then i could get connection with jars from saiku-server software lib > directory > there are > mondiran.jar 3.3-SNAPSHOT > olap4j.jar 1.0.0-SNAPSHOT > > i've just not investigated what difference is. > do you know what are correct jar versions? I don't know what are the "correct" versions. It depends on the problem that you were having connecting. It's also not helpful that Saiku is distributed with "SNAPSHOT" versions -- we don't know exactly what versions went into these. However, your ClassVerifyError is caused by having different versions of the jar files on your class path. Clean out your classpath and hopefully you can find something that works. Julian |