+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.

asked Jun 6, 2019 in Business Model by dimerazor (160 points) | 1 view

Please log in or register to answer this question.

1,553 questions
1,017 answers
2,037 comments
2,567 users