Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
+1 vote
1 view

Hello,

As stated in the question i have a problem when i try to access my newly created Model. The generation works great and the Model correctly appears in my Workspace under the Section "Models". But when i try to use Qbe the following error appears.

Error while initializing Qbe interface java.lang.RuntimeException: Impossible to build model structure

Caused by: org.hibernate.HibernateException: Dialect class not found: org.hibernate.dialect.ExtendedSQLServerDialect

at org.hibernate.dialect.resolver.DialectFactory.constructDialect(DialectFactory.java:159)

at org.hibernate.dialect.resolver.DialectFactory.buildDialect(DialectFactory.java:99)

at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:130)

at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2836)

at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2832)

at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1843)

at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:903)

... 59 more

Caused by: java.lang.ClassNotFoundException: org.hibernate.dialect.ExtendedSQLServerDialect

at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)

at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:264)

at org.hibernate.util.ReflectHelper.classForName(ReflectHelper.java:192)

at org.hibernate.dialect.resolver.DialectFactory.constructDialect(DialectFactory.java:156)

... 65 more

I really tried a lot of stuiff to resolve this, but i really can't figure out where is the problem. This ExtendedSqlServerDialect seems nowhere. Also tried in the Folders in the path: Knowage Server -> WebApps -> knowage -> WEB-INF -> Classes and i tried to find it in the hiberante files, but there's nothing like this. Also tried to write it myselft and uncomment some lines where SQLServer was mentioned, but nothing.

Thanks in advance for every answer.

Environment Knowage641,MariaDB
in Business Model by (160 points)

Dear support team,members,

I am presently testing knowage suite and i have the same issue. It fails.on MS SQL database but works fine on MySQ in my case.

Qbe editor does not open due to java.lang.ClassNotFoundException: org.hibernate.dialect.ExtendedSQLServerDialect.

Similar question found several times on this forum but no answer until now

Help would really be welcome.

Pascal

Please log in or register to answer this question.

...