Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in 8.0 | Running application... SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/spolbrit/.gradle/wrapper/dists/gradle-3.0-bin/2z3tfybitalx2py5dr8rf2mti/gradle-3.0/lib/gradle-logging-3.0.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/spolbrit/.sdkman/candidates/grails/3.2.0.RC1/lib/org.slf4j/slf4j-simple/jars/slf4j-simple-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.gradle.internal.logging.slf4j.OutputEventListenerBackedLoggerContext] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in 8.0 Hibernate: drop table author if exists Hibernate: drop table book if exists Hibernate: create table author (id bigint generated by default as identity, version bigint not null, first_name varchar(255) not null, last_name varchar(255) not null, username varchar(255) not null, primary key (id)) Hibernate: create table book (id bigint generated by default as identity, version bigint not null, author_id bigint not null, is_scientific boolean not null, title varchar(255) not null, primary key (id)) Hibernate: alter table book add constraint FKklnrv3weler2ftkweewlky958 foreign key (author_id) references author Hibernate: insert into author (id, version, first_name, last_name, username) values (null, ?, ?, ?, ?) Hibernate: insert into author (id, version, first_name, last_name, username) values (null, ?, ?, ?, ?) Hibernate: insert into author (id, version, first_name, last_name, username) values (null, ?, ?, ?, ?) Hibernate: insert into book (id, version, author_id, is_scientific, title) values (null, ?, ?, ?, ?) Hibernate: insert into book (id, version, author_id, is_scientific, title) values (null, ?, ?, ?, ?) Hibernate: insert into book (id, version, author_id, is_scientific, title) values (null, ?, ?, ?, ?) Hibernate: insert into book (id, version, author_id, is_scientific, title) values (null, ?, ?, ?, ?) Hibernate: insert into book (id, version, author_id, is_scientific, title) values (null, ?, ?, ?, ?) Hibernate: insert into book (id, version, author_id, is_scientific, title) values (null, ?, ?, ?, ?) Hibernate: insert into book (id, version, author_id, is_scientific, title) values (null, ?, ?, ?, ?) Hibernate: insert into book (id, version, author_id, is_scientific, title) values (null, ?, ?, ?, ?) Hibernate: insert into book (id, version, author_id, is_scientific, title) values (null, ?, ?, ?, ?) Hibernate: insert into book (id, version, author_id, is_scientific, title) values (null, ?, ?, ?, ?) Grails application running at http://localhost:8080 in environment: development Hibernate: select this_.id as id1_1_0_, this_.version as version2_1_0_, this_.author_id as author_i3_1_0_, this_.is_scientific as is_scien4_1_0_, this_.title as title5_1_0_ from book this_ All books .size(): 10 Hibernate: select count(*) as y0_ from book this_ All books .count(): 10 Hibernate: select this_.id as id1_1_0_, this_.version as version2_1_0_, this_.author_id as author_i3_1_0_, this_.is_scientific as is_scien4_1_0_, this_.title as title5_1_0_ from book this_ where this_.is_scientific=? Scientific books (where) .size(): 4 Hibernate: select this_.id as id1_1_0_, this_.version as version2_1_0_, this_.author_id as author_i3_1_0_, this_.is_scientific as is_scien4_1_0_, this_.title as title5_1_0_ from book this_ where this_.is_scientific=? Scientific books (named query) .size(): 4 Hibernate: select count(*) as y0_ from book this_ where this_.is_scientific=? limit ? Scientific books (where) .count(): 4 Hibernate: select count(*) as y0_ from book this_ where this_.is_scientific=? Scientific books (named query) .count(): 4 Hibernate: select this_.id as id1_0_0_, this_.version as version2_0_0_, this_.first_name as first_na3_0_0_, this_.last_name as last_nam4_0_0_, this_.username as username5_0_0_ from author this_ where this_.username=? limit ? Hibernate: select this_.id as id1_1_0_, this_.version as version2_1_0_, this_.author_id as author_i3_1_0_, this_.is_scientific as is_scien4_1_0_, this_.title as title5_1_0_ from book this_ where this_.author_id=? All books by author 3 .size(): 4 Hibernate: select this_.id as id1_0_0_, this_.version as version2_0_0_, this_.first_name as first_na3_0_0_, this_.last_name as last_nam4_0_0_, this_.username as username5_0_0_ from author this_ where this_.username=? limit ? Hibernate: select count(*) as y0_ from book this_ where this_.author_id=? limit ? All books by author 3 .count(): 4 Hibernate: select this_.id as id1_0_0_, this_.version as version2_0_0_, this_.first_name as first_na3_0_0_, this_.last_name as last_nam4_0_0_, this_.username as username5_0_0_ from author this_ where this_.username=? limit ? Hibernate: select this_.id as id1_1_0_, this_.version as version2_1_0_, this_.author_id as author_i3_1_0_, this_.is_scientific as is_scien4_1_0_, this_.title as title5_1_0_ from book this_ where this_.is_scientific=? and this_.author_id=? Scientific books by author 3 (where) .size()): 2 Hibernate: select this_.id as id1_0_0_, this_.version as version2_0_0_, this_.first_name as first_na3_0_0_, this_.last_name as last_nam4_0_0_, this_.username as username5_0_0_ from author this_ where this_.username=? limit ? Hibernate: select this_.id as id1_1_0_, this_.version as version2_1_0_, this_.author_id as author_i3_1_0_, this_.is_scientific as is_scien4_1_0_, this_.title as title5_1_0_ from book this_ where this_.is_scientific=? and this_.author_id=? Scientific books by author 3 (named query) .size()): 2 Hibernate: select this_.id as id1_0_0_, this_.version as version2_0_0_, this_.first_name as first_na3_0_0_, this_.last_name as last_nam4_0_0_, this_.username as username5_0_0_ from author this_ where this_.username=? limit ? Hibernate: select count(*) as y0_ from book this_ where this_.author_id=? limit ? Scientific books by author 3 (where) dynamic count()): 4 Hibernate: select this_.id as id1_0_0_, this_.version as version2_0_0_, this_.first_name as first_na3_0_0_, this_.last_name as last_nam4_0_0_, this_.username as username5_0_0_ from author this_ where this_.username=? limit ? Hibernate: select count(*) as y0_ from book this_ where this_.is_scientific=? and this_.author_id=? limit ? Scientific books by author 3 (named query) dynamic count()): 2 Hibernate: select author0_.id as id1_0_0_, author0_.version as version2_0_0_, author0_.first_name as first_na3_0_0_, author0_.last_name as last_nam4_0_0_, author0_.username as username5_0_0_ from author author0_ where author0_.id=? Hibernate: select author0_.id as id1_0_0_, author0_.version as version2_0_0_, author0_.first_name as first_na3_0_0_, author0_.last_name as last_nam4_0_0_, author0_.username as username5_0_0_ from author author0_ where author0_.id=?