<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">ah, you're using 1.6.0 correct? This is
      already fixed in 1.6.1. I suggest to upgrade.<br>
      <br>
      Marek<br>
      <br>
      On 04/11/15 08:52, Chen Keong Yap wrote:<br>
    </div>
    <blockquote
cite="mid:CAC2UnuWKozdPj9J1ZdKyeeKSUe9Hz4=gdo-0Rgg0aCahmi21EA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>hi marek,</div>
        <div><br>
        </div>
        <div>i was trying to play around with "driverDialect" property
          but it does not work.</div>
        <div><br>
        </div>
        <div>Anyway, i've just modified this file and it's working now.
          This error only happened during the first time startup of
          keycloak.</div>
        <div><br>
        </div>
        <a moz-do-not-send="true" class=""
href="https://bitbucket.org/keycloakizeno/singhealth/commits/395cfe9aee30bee96ec25cba35435c029cb551e3#chg-model/jpa/src/main/java/org/keycloak/models/jpa/session/JpaUserSessionPersisterProvider.java"
style="color:rgb(53,114,176);text-decoration:none;margin-left:5px;font-family:Arial,sans-serif;font-size:14px;line-height:18.2px">model/jpa/src/main/java/org/keycloak/models/jpa/session/JpaUserSessionPersisterProvider.java</a>
        <div><br>
        </div>
        <div>
          <div class=""
style="margin:0px;padding:0px;font-family:Arial,sans-serif;font-size:14px;line-height:20px">
            <pre class="" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 98px;font-family:Consolas,Menlo,'Liberation Mono',Courier,monospace;font-size:12px;line-height:18px;height:18px;background-color:rgb(221,255,221)"><font color="#ff0000">+        </font></pre>
          </div>
          <div class=""
style="margin:0px;padding:0px;font-family:Arial,sans-serif;font-size:14px;line-height:20px">
            <pre class="" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 98px;font-family:Consolas,Menlo,'Liberation Mono',Courier,monospace;font-size:12px;line-height:18px;height:18px;background-color:rgb(221,255,221)"><font color="#ff0000">+        if(userSessionIds!=null &amp;&amp; userSessionIds.size()==0)</font></pre>
          </div>
          <div class=""
style="margin:0px;padding:0px;font-family:Arial,sans-serif;font-size:14px;line-height:20px">
            <pre class="" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 98px;font-family:Consolas,Menlo,'Liberation Mono',Courier,monospace;font-size:12px;line-height:18px;height:18px;background-color:rgb(221,255,221)"><font color="#ff0000">+                userSessionIds.add("");</font></pre>
          </div>
          <div class=""
style="margin:0px;padding:0px;font-family:Arial,sans-serif;font-size:14px;line-height:20px">
            <pre class="" style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 98px;font-family:Consolas,Menlo,'Liberation Mono',Courier,monospace;font-size:12px;line-height:18px;height:18px"> </pre>
          </div>
          <div class=""
style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">
            <pre class="" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 98px;font-family:Consolas,Menlo,'Liberation Mono',Courier,monospace;font-size:12px;line-height:18px;height:18px">         TypedQuery&lt;PersistentClientSessionEntity&gt; query2 = em.createNamedQuery("findClientSessionsByUserSessions", PersistentClientSessionEntity.class);</pre>
          </div>
          <div class=""
style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">
            <pre class="" style="margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 98px;font-family:Consolas,Menlo,'Liberation Mono',Courier,monospace;font-size:12px;line-height:18px;height:18px">         query2.setParameter("userSessionIds", userSessionIds);</pre>
          </div>
          <div class="gmail_extra"><br>
            <div class="gmail_quote">On Wed, Nov 4, 2015 at 3:30 PM,
              Marek Posolda <span dir="ltr">&lt;<a
                  moz-do-not-send="true"
                  href="mailto:mposolda@redhat.com" target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:mposolda@redhat.com">mposolda@redhat.com</a></a>&gt;</span>
              wrote:<br>
              <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                <div text="#000000" bgcolor="#FFFFFF">
                  <div>I didn't see the error, but we are not using
                    InnoDB dialect during testing. Will it work if you
                    remove "driverDialect" property?<br>
                    <br>
                    Marek
                    <div>
                      <div class="h5"><br>
                        <br>
                        On 04/11/15 05:24, Chen Keong Yap wrote:<br>
                      </div>
                    </div>
                  </div>
                  <blockquote type="cite">
                    <div>
                      <div class="h5">
                        <div dir="ltr">
                          <div>Hi Guys,</div>
                          <div><br>
                          </div>
                          <div>Have you encountered this error before
                            using mysql to store keycloak data?</div>
                          <div><br>
                          </div>
                          <div><br>
                          </div>
                          <div>- JDK 1.8</div>
                          <div><br>
                          </div>
                          <div>- mysql-connector-java-5.1.25.jar</div>
                          <div><br>
                          </div>
                          <div>- MYSQL  5.6.23-log</div>
                          <div><br>
                          </div>
                          <div>- Keycloak.json</div>
                          <div><br>
                          </div>
                          <div>
                            <div>"connectionsJpa": {</div>
                            <div>        "default": {</div>
                            <div>            "dataSource":
                              "java:jboss/datasources/KeycloakDS",</div>
                            <div>            "databaseSchema": "update",</div>
                            <div>            "driverDialect" :
                              "org.hibernate.dialect.MySQL5InnoDBDialect"</div>
                            <div>        }</div>
                            <div>    },</div>
                          </div>
                          <div><br>
                          </div>
                          - logs<br clear="all">
                          <div>
                            <div><br>
                            </div>
                          </div>
                          <div>
                            <div>04:23:26,251 WARN
                               [org.hibernate.engine.jdbc.spi.SqlExceptionHelper]
                              (ServerService Thread Pool -- 56) SQL
                              Error: 1064, SQLState: 42000</div>
                            <div>04:23:26,251 ERROR
                              [org.hibernate.engine.jdbc.spi.SqlExceptionHelper]
                              (ServerService Thread Pool -- 56) You have
                              an error in your SQL syntax; check the
                              manual that corresponds to your MySQL
                              server version for the right syntax to use
                              near ')) order by
                              persistent0_.USER_SESSION_ID' at line 1</div>
                            <div>04:23:26,267 ERROR
                              [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/auth]]

                              (ServerService Thread Pool -- 56)
                              JBWEB000289: Servlet Keycloak REST
                              Interface threw load() exception:
                              com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:
                              You have an error in your SQL syntax;
                              check the manual that corresponds to your
                              MySQL server version for the right syntax
                              to use near ')) order by
                              persistent0_.USER_SESSION_ID' at line 1</div>
                            <div>        at
                              sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
                              Method) [rt.jar:1.8.0_65]</div>
                            <div>        at
                              sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

                              [rt.jar:1.8.0_65]</div>
                            <div>        at
                              sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

                              [rt.jar:1.8.0_65]</div>
                            <div>        at
                              java.lang.reflect.Constructor.newInstance(Constructor.java:422)
                              [rt.jar:1.8.0_65]</div>
                            <div>        at
                              com.mysql.jdbc.Util.handleNewInstance(Util.java:411)</div>
                            <div>        at
                              com.mysql.jdbc.Util.getInstance(Util.java:386)</div>
                            <div>        at
                              com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)</div>
                            <div>        at
                              com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187)</div>
                            <div>        at
                              com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119)</div>
                            <div>        at
                              com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570)</div>
                            <div>        at
                              com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731)</div>
                            <div>        at
                              com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815)</div>
                            <div>        at
com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155)</div>
                            <div>        at
com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322)</div>
                            <div>        at
org.jboss.jca.adapters.jdbc.CachedPreparedStatement.executeQuery(CachedPreparedStatement.java:107)</div>
                            <div>        at
org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:462)</div>
                            <div>        at
org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:79)[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.loader.Loader.getResultSet(Loader.java:2062)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1859)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1838)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.loader.Loader.doQuery(Loader.java:906)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
org.hibernate.loader.Loader.doQueryAfindClientSessionsByUserSessionsndInitializeNonLazyCollections(Loader.java:348)[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.loader.Loader.doList(Loader.java:2550)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.loader.Loader.doList(Loader.java:2536)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2366)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.loader.Loader.list(Loader.java:2361)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:495)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:357)[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:198)[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.internal.SessionImpl.list(SessionImpl.java:1230)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.internal.QueryImpl.list(QueryImpl.java:101)
[hibernate-core-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                            <div>        at
                              org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:268)
[hibernate-entitymanager-4.2.18.Final-redhat-2.jar:4.2.18.Final-redhat-2]</div>
                          </div>
                          <div><br>
                          </div>
                        </div>
                        <br>
                        <fieldset></fieldset>
                        <br>
                      </div>
                    </div>
                    <pre>_______________________________________________
keycloak-user mailing list
<a moz-do-not-send="true" href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a>
<a moz-do-not-send="true" href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
                  </blockquote>
                  <br>
                </div>
              </blockquote>
            </div>
            <br>
            <br clear="all">
            <div><br>
            </div>
             <br>
            <div class="gmail_signature">
              <div dir="ltr">
                <table width="620" border="0" cellpadding="0"
                  cellspacing="0">
                  <tbody>
                    <tr>
                      <td style="padding:0px 0px
20px;font-family:Arial,Helvetica,sans-serif;color:rgb(130,130,130);font-size:10px"><br>
                      </td>
                    </tr>
                  </tbody>
                </table>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>