Running CodeServer with parameters: [-noprecompile, -port, 9876, -sourceLevel, 1.8, -bindAddress, 127.0.0.1, -launcherDir, C:\Users\ausder\.IntelliJIdea2018.2\system\gwt\starter.d225d777\starter.2e141c11\run\www, -logLevel, INFO, -style, PRETTY, com.assaabloy.starter.Starter] Super Dev Mode starting up workDir: C:\Users\ausder\AppData\Local\Temp\gwt-codeserver-108137819673011383.tmp 2018-09-02T22:15:09.346Z [] INFO (main) org.eclipse.jetty.util.log [o.e.j.u.log(initialized:186)] Logging initialized @5299ms Loading Java files in com.assaabloy.starter.Starter. Ignored 2 units with compilation errors in first pass. Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors. Module setup completed in 81001 ms 2018-09-02T22:16:28.819Z [] INFO (main) org.eclipse.jetty.server.Server [o.e.j.s.Server(doStart:327)] jetty-9.2.14.v20151106 2018-09-02T22:16:28.859Z [] INFO (main) org.eclipse.jetty.server.handler.ContextHandler [o.e.j.s.h.ContextHandler(doStart:744)] Started o.e.j.s.ServletContextHandler@13266e1e{/,null,AVAILABLE} 2018-09-02T22:16:28.887Z [] INFO (main) org.eclipse.jetty.server.ServerConnector [o.e.j.s.ServerConnector(doStart:266)] Started ServerConnector@2bc20fea{HTTP/1.1}{127.0.0.1:9876} 2018-09-02T22:16:28.888Z [] INFO (main) org.eclipse.jetty.server.Server [o.e.j.s.Server(doStart:379)] Started @84847ms The code server is ready at http://127.0.0.1:9876/ Code server started in 1.356 min ms 2018-09-02T22:16:29.116Z [] INFO (main) org.eclipse.jetty.server.Server [o.e.j.s.Server(doStart:327)] jetty-9.2.14.v20151106 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/C:/Users/ausder/.IntelliJIdea2018.2/system/gwt/starter.d225d777/starter.2e141c11/run/www/WEB-INF/lib/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/Users/ausder/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.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 [ch.qos.logback.classic.util.ContextSelectorStaticBinder] 2018-09-02T22:16:33.073Z [] INFO (main) / [/(log:2052)] No Spring WebApplicationInitializer types detected on classpath 2018-09-02T22:16:33.095Z [] INFO (main) com.isomorphic.base.ISCInit [c.i.b.ISCInit(info:81)] Isomorphic SmartClient/SmartGWT Framework - Initializing 2018-09-02T22:16:33.115Z [] INFO (main) com.isomorphic.base.ConfigLoader [c.i.b.ConfigLoader(info:81)] Attempting to load framework.properties from CLASSPATH 2018-09-02T22:16:33.161Z [] INFO (main) com.isomorphic.base.ConfigLoader [c.i.b.ConfigLoader(info:81)] Successfully loaded framework.properties from CLASSPATH at location: jar:file:/C:/Users/ausder/.IntelliJIdea2018.2/system/gwt/starter.d225d777/starter.2e141c11/run/www/WEB-INF/lib/isomorphic-core-rpc-6.1-p20180801.jar!/framework.properties 2018-09-02T22:16:33.163Z [] INFO (main) com.isomorphic.base.ConfigLoader [c.i.b.ConfigLoader(info:81)] Attempting to load project.properties from CLASSPATH 2018-09-02T22:16:33.164Z [] INFO (main) com.isomorphic.base.ConfigLoader [c.i.b.ConfigLoader(info:81)] Unable to locate project.properties in CLASSPATH 2018-09-02T22:16:33.165Z [] INFO (main) com.isomorphic.base.ConfigLoader [c.i.b.ConfigLoader(info:81)] Successfully loaded isc_interfaces.properties from CLASSPATH at location: jar:file:/C:/Users/ausder/.IntelliJIdea2018.2/system/gwt/starter.d225d777/starter.2e141c11/run/www/WEB-INF/lib/isomorphic-core-rpc-6.1-p20180801.jar!/isc_interfaces.properties 2018-09-02T22:16:33.165Z [] INFO (main) com.isomorphic.base.ConfigLoader [c.i.b.ConfigLoader(info:81)] Attempting to load server.properties from CLASSPATH 2018-09-02T22:16:33.166Z [] INFO (main) com.isomorphic.base.ConfigLoader [c.i.b.ConfigLoader(info:81)] Successfully loaded server.properties from CLASSPATH at location: file:/C:/Users/ausder/workspace/starter/target/starter-1.0.0-SNAPSHOT/WEB-INF/classes/server.properties 2018-09-02T22:16:33.168Z [] INFO (main) com.isomorphic.log.Logger [c.i.l.Logger(info:81)] Logging system started. 2018-09-02T22:16:33.172Z [] ERROR (main) com.isomorphic.base.ISCInit [c.i.b.ISCInit(error:56)] Can't find marker file for webRoot: C:/Users/ausder/workspace/starter/src/main/webapp/Starter/sc for configured/autodetected webRoot - if you moved the 'isomorphic' directory, please set isomorphicPathRootRelative in server.properties to the new location and restart the servlet engine. 2018-09-02T22:16:33.172Z [] INFO (main) com.isomorphic.base.ISCInit [c.i.b.ISCInit(info:81)] WebRoot auto-detection failed - using container IO 2018-09-02T22:16:33.173Z [] INFO (main) com.isomorphic.base.ISCInit [c.i.b.ISCInit(info:81)] Isomorphic SmartClient/SmartGWT Framework (v11.1p_2018-08-01/PowerEdition Deployment 2018-08-01) - Initialization Complete 2018-09-02T22:16:33.176Z [] INFO (main) / [/(log:2052)] Initializing Spring root WebApplicationContext 2018-09-02T22:16:33.176Z [] INFO (main) org.springframework.web.context.ContextLoader [o.s.w.c.ContextLoader(initWebApplicationContext:304)] Root WebApplicationContext: initialization started 2018-09-02T22:16:33.273Z [] INFO (main) org.springframework.web.context.support.AnnotationConfigWebApplicationContext [o.s.w.c.s.AnnotationConfigWebApplicationContext(prepareRefresh:583)] Refreshing Root WebApplicationContext: startup date [Sun Sep 02 15:16:33 MST 2018]; root of context hierarchy [WARN] Server class 'javax.annotation.ManagedBean' could not be found in the web app, but was found on the system classpath [WARN] Adding classpath entry 'file:/C:/Users/ausder/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar' to the web app classpath for this session 2018-09-02T22:16:33.557Z [] INFO (main) org.springframework.web.context.support.AnnotationConfigWebApplicationContext [o.s.w.c.s.AnnotationConfigWebApplicationContext(loadBeanDefinitions:243)] Found 1 annotated classes in package [com.assaabloy.starter.server] 2018-09-02T22:16:34.181Z [] INFO (main) com.zaxxer.hikari.HikariDataSource [c.z.h.HikariDataSource(:80)] DB Pool - Starting... 2018-09-02T22:16:34.294Z [] INFO (main) com.zaxxer.hikari.HikariDataSource [c.z.h.HikariDataSource(:82)] DB Pool - Start completed. 2018-09-02T22:16:34.491Z [] INFO (main) org.hibernate.annotations.common.Version [o.h.a.c.Version(:66)] HCANN000001: Hibernate Commons Annotations {4.0.5.Final} 2018-09-02T22:16:34.499Z [] INFO (main) org.hibernate.Version [o.h.Version(logVersion:54)] HHH000412: Hibernate Core {4.3.11.Final} 2018-09-02T22:16:34.501Z [] INFO (main) org.hibernate.cfg.Environment [o.h.c.Environment(:239)] HHH000206: hibernate.properties not found 2018-09-02T22:16:34.504Z [] INFO (main) org.hibernate.cfg.Environment [o.h.c.Environment(buildBytecodeProvider:346)] HHH000021: Bytecode provider name : javassist 2018-09-02T22:16:35.182Z [] INFO (main) org.hibernate.dialect.Dialect [o.h.d.Dialect(:145)] HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect 2018-09-02T22:16:36.117Z [] INFO (main) org.hibernate.engine.transaction.internal.TransactionFactoryInitiator [o.h.e.t.i.TransactionFactoryInitiator(initiateService:62)] HHH000399: Using default transaction strategy (direct JDBC transactions) 2018-09-02T22:16:36.123Z [] INFO (main) org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory [o.h.h.i.a.ASTQueryTranslatorFactory(:47)] HHH000397: Using ASTQueryTranslatorFactory [WARN] Server class 'javax.validation.Validation' could not be found in the web app, but was found on the system classpath [WARN] Adding classpath entry 'file:/C:/Users/ausder/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar' to the web app classpath for this session 2018-09-02T22:16:37.779Z [] INFO (main) org.springframework.web.context.ContextLoader [o.s.w.c.ContextLoader(initWebApplicationContext:344)] Root WebApplicationContext: initialization completed in 4603 ms 2018-09-02T22:16:37.852Z [] INFO (main) org.eclipse.jetty.server.handler.ContextHandler [o.e.j.s.h.ContextHandler(doStart:744)] Started c.g.g.d.s.j.WebAppContextWithReload@257be8e1{/,file:/C:/Users/ausder/.IntelliJIdea2018.2/system/gwt/starter.d225d777/starter.2e141c11/run/www/,AVAILABLE}{C:\Users\ausder\.IntelliJIdea2018.2\system\gwt\starter.d225d777\starter.2e141c11\run\www} 2018-09-02T22:16:37.856Z [] INFO (main) org.eclipse.jetty.server.ServerConnector [o.e.j.s.ServerConnector(doStart:266)] Started ServerConnector@6d3e19e1{HTTP/1.1}{127.0.0.1:8888} 2018-09-02T22:16:37.857Z [] INFO (main) org.eclipse.jetty.server.Server [o.e.j.s.Server(doStart:379)] Started @93816ms Linking modules Bootstrap link for command-line module 'com.assaabloy.starter.Starter' Linking module 'Starter' Invoking Linker Cross-Site-Iframe Ignoring the following script tags in the gwt.xml file sc/skins/Tahoe/load_skin.js Invoking Linker SmartGwtScriptInjector Creating loadScriptTagFiles.js to manually load the following script tags: sc/skins/Tahoe/load_skin.js Dev Mode initialized. Startup URL: http://127.0.0.1:8888/index.html 2018-09-02T22:16:38.475Z [] INFO (qtp466756227-106) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/Starter.nocache.js: 2471 -> 1217 bytes 2018-09-02T22:16:38.540Z [] INFO (qtp466756227-106) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/sc/modules/ISC_RichTextEditor.js: 62934 -> 16454 bytes 2018-09-02T22:16:38.546Z [] INFO (qtp466756227-96) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/sc/modules/ISC_Containers.js: 167738 -> 38888 bytes 2018-09-02T22:16:38.557Z [] INFO (qtp466756227-98) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/sc/modules/ISC_Foundation.js: 373511 -> 87076 bytes 2018-09-02T22:16:38.572Z [] INFO (qtp466756227-114) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/sc/modules/ISC_Calendar.js: 280689 -> 68009 bytes 2018-09-02T22:16:38.591Z [] INFO (qtp466756227-96) com.isomorphic.servlet.RequestContext [c.i.s.RequestContext(info:81)] URL: '/Starter/sc/DataSourceLoader', User-Agent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36': Safari with Accept-Encoding header 2018-09-02T22:16:38.607Z [] INFO (qtp466756227-107) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/sc/modules/ISC_Forms.js: 996858 -> 241568 bytes 2018-09-02T22:16:38.618Z [] INFO (qtp466756227-106) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/sc/modules/ISC_DataBinding.js: 984083 -> 235836 bytes 2018-09-02T22:16:38.626Z [] INFO (qtp466756227-100) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/sc/modules/ISC_Grids.js: 1078363 -> 274125 bytes 2018-09-02T22:16:38.630Z [] INFO (qtp466756227-102) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/sc/modules/ISC_Core.js: 1250884 -> 326493 bytes 2018-09-02T22:16:38.795Z [] INFO (qtp466756227-96) com.isomorphic.pool.PoolManager [c.i.p.PoolManager(info:81)] SmartClient pooling started for 'simpleTypes' objects 2018-09-02T22:16:39.119Z [] INFO (qtp466756227-96) com.isomorphic.rpc.ServerObject [c.i.r.ServerObject(info:81)] DMI on Spring bean: &sessionFactory 2018-09-02T22:16:39.147Z [] INFO (qtp466756227-96) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/sc/DataSourceLoader: 495 -> 326 bytes 2018-09-02T22:16:39.261Z [] INFO (qtp466756227-114) com.isomorphic.download.Download [c.i.d.Download(info:81)] done streaming: __USE_CONTAINER__/Starter/sc/skins/Tahoe/fonts/corbel.woff 2018-09-02T22:16:39.261Z [] INFO (qtp466756227-98) com.isomorphic.download.Download [c.i.d.Download(info:81)] done streaming: __USE_CONTAINER__/Starter/sc/skins/Tahoe/fonts/RobotoLight.woff2 2018-09-02T22:16:39.261Z [] INFO (qtp466756227-107) com.isomorphic.download.Download [c.i.d.Download(info:81)] done streaming: __USE_CONTAINER__/Starter/sc/skins/Tahoe/fonts/corbel-bold.ttf 2018-09-02T22:16:39.261Z [] INFO (qtp466756227-106) com.isomorphic.download.Download [c.i.d.Download(info:81)] done streaming: __USE_CONTAINER__/Starter/sc/skins/Tahoe/fonts/CALIBRI_1.TTF GET /recompile/Starter Job com.assaabloy.starter.Starter_1_0 starting job: com.assaabloy.starter.Starter_1_0 binding: user.agent=safari Compiling module com.assaabloy.starter.Starter Ignored 2 units with compilation errors in first pass. Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors. Unification traversed 605 fields and methods and 176 types. 0 are considered part of the current module and 8 had all of their fields and methods traversed. Compiling 1 permutation Compiling permutation 0... Linking per-type JS with 0 new/changed types. Source Maps Enabled Compile of permutations succeeded Compilation succeeded -- 2.238s Linking into C:\Users\ausder\AppData\Local\Temp\gwt-codeserver-108137819673011383.tmp\com.assaabloy.starter.Starter\compile-2\war\Starter; Writing extras to C:\Users\ausder\AppData\Local\Temp\gwt-codeserver-108137819673011383.tmp\com.assaabloy.starter.Starter\compile-2\extras\Starter Invoking Linker Cross-Site-Iframe Ignoring the following script tags in the gwt.xml file sc/skins/Tahoe/load_skin.js Invoking Linker SmartGwtScriptInjector Creating loadScriptTagFiles.js to manually load the following script tags: sc/skins/Tahoe/load_skin.js Link succeeded Linking succeeded -- 35.300s 62.205s total -- Compile completed 2018-09-02T22:17:43.353Z [] INFO (qtp466756227-106) com.isomorphic.servlet.RequestContext [c.i.s.RequestContext(info:81)] URL: '/Starter/sc/IDACall', User-Agent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36': Safari with Accept-Encoding header 2018-09-02T22:17:43.471Z [] INFO (qtp466756227-106) com.isomorphic.servlet.IDACall [c.i.s.IDACall(info:81)] Performing 1 operation(s) 2018-09-02T22:17:43.483Z [] INFO (qtp466756227-106) com.isomorphic.hibernate.HibernateDataSource [c.i.h.HibernateDataSource(info:81)] [builtinApplication.CodeType_fetch] Performing fetch operation with criteria: {} values: {} 2018-09-02T22:17:43.543Z [] INFO (qtp466756227-106) com.isomorphic.hibernate.HibernateDataSource [c.i.h.HibernateDataSource(info:81)] [builtinApplication.CodeType_fetch] Query string: select _CodeType from com.assaabloy.protech.domain.CodeType _CodeType Hibernate: select count(*) as col_0_0_ from code_type codetype0_ Hibernate: select codetype0_.code_type_id as code_typ1_11_, codetype0_.allow_edits as allow_ed2_11_, codetype0_.description as descript3_11_, codetype0_.parent_code_type_id as parent_c4_11_ from code_type codetype0_ limit ? 2018-09-02T22:17:43.786Z [] INFO (qtp466756227-106) com.isomorphic.hibernate.HibernateTransaction [c.i.h.HibernateTransaction(info:81)] [builtinApplication.CodeType_fetch] Attempting to commit 0 database update(s) 2018-09-02T22:17:43.817Z [] INFO (qtp466756227-106) com.isomorphic.datasource.DSResponse [c.i.d.DSResponse(info:81)] DSResponse: List with 73 items 2018-09-02T22:17:43.817Z [] WARN (qtp466756227-106) com.isomorphic.hibernate.HibernateTransaction [c.i.h.HibernateTransaction(warn:66)] Attempted to commit null transaction 2018-09-02T22:17:43.833Z [] INFO (qtp466756227-106) com.isomorphic.servlet.Compression [c.i.s.Compression(info:81)] /Starter/sc/IDACall: 4848 -> 1071 bytes