Skip to content

Instantly share code, notes, and snippets.

@sandroqz
Created May 4, 2018 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandroqz/51060e30dd6d18a688636d647a6ba971 to your computer and use it in GitHub Desktop.
Save sandroqz/51060e30dd6d18a688636d647a6ba971 to your computer and use it in GitHub Desktop.
2018-04-26 11:55:49,663 [ 360612] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:55:49,663 [ 360612] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:56:30,481 [ 401430] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 11:56:30,619 [ 401568] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 11:56:30,710 [ 401659] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 51051/RemoteDriverImplf2d70d01
2018-04-26 11:56:30,805 [ 401754] INFO - ution.rmi.RemoteProcessSupport - Terminating: 51051/RemoteDriverImplf2d70d01
2018-04-26 11:56:30,837 [ 401786] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 11:56:43,273 [ 414222] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 11:56:43,451 [ 414400] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 11:56:43,560 [ 414509] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 53572/RemoteDriverImpl491dcfba
2018-04-26 11:56:43,582 [ 414531] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 11:56:43,582 [ 414531] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://127.0.0.1/valedesconto
2018-04-26 11:56:43,673 [ 414622] WARN - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://127.0.0.1/valedesconto
2018-04-26 11:56:43,673 [ 414622] WARN - urce.DatabaseConnectionManager - [S1009] The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
2018-04-26 11:56:43,674 [ 414623] WARN - lij.database.util.ErrorHandler - The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
java.sql.SQLException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:85)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:440)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
at com.sun.proxy.$Proxy124.connect(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.execution.rmi.RemoteUtil.invokeRemote(RemoteUtil.java:179)
at com.intellij.execution.rmi.RemoteUtil.access$300(RemoteUtil.java:39)
at com.intellij.execution.rmi.RemoteUtil$RemoteInvocationHandler.invoke(RemoteUtil.java:275)
at com.sun.proxy.$Proxy125.connect(Unknown Source)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.connect(DatabaseConnectionEstablisher.java:173)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.tryConnect(DatabaseConnectionEstablisher.java:112)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.lambda$establishConnection$1(DatabaseConnectionEstablisher.java:64)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$4(AsyncUtil.java:52)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$5(AsyncUtil.java:52)
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:110)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.establishConnection(DatabaseConnectionEstablisher.java:54)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.supplyAsync(DatabaseConnectionManager.java:381)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.createInner(DatabaseConnectionManager.java:321)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:301)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:161)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.sync(DatabaseConnectionManager.java:298)
at com.intellij.database.dataSource.DatabaseConnectionManager$Builder.sync(DatabaseConnectionManager.java:112)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$static$1(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:262)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.updateDatabaseInfo(DatabaseModelLoader.java:282)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:265)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:264)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:58)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:58)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.WrongArgumentException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:194)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:382)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
... 3 more
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:122)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:64)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:39)
at com.mysql.cj.conf.AbstractRuntimeProperty.setFromString(AbstractRuntimeProperty.java:96)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:91)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:75)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:191)
... 21 more
Caused by: java.lang.IllegalArgumentException: No enum constant com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior.CONVERTTONULL
at java.lang.Enum.valueOf(Enum.java:238)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:62)
... 26 more
2018-04-26 11:57:31,587 [ 462536] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 11:57:31,752 [ 462701] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 11:57:31,849 [ 462798] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 60624/RemoteDriverImpl5c1ec467
2018-04-26 11:57:31,875 [ 462824] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 11:57:31,875 [ 462824] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://127.0.0.1/valedesconto
2018-04-26 11:57:32,010 [ 462959] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 14:57:32 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 11:57:32,308 [ 463257] INFO - ution.rmi.RemoteProcessSupport - Terminating: 60624/RemoteDriverImpl5c1ec467
2018-04-26 11:57:32,349 [ 463298] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 11:57:38,377 [ 469326] INFO - ution.rmi.RemoteProcessSupport - Terminating: 53572/RemoteDriverImpl491dcfba
2018-04-26 11:57:38,412 [ 469361] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 11:57:39,141 [ 470090] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:57:39,141 [ 470090] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:57:43,289 [ 474238] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 11:57:43,289 [ 474238] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://127.0.0.1/valedesconto
2018-04-26 11:57:43,367 [ 474316] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 14:57:43 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 11:57:44,998 [ 475947] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:57:44,998 [ 475947] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:57:46,145 [ 477094] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:57:46,145 [ 477094] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:58:17,269 [ 508218] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:58:17,270 [ 508219] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:58:18,076 [ 509025] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:58:18,076 [ 509025] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:58:25,277 [ 516226] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:58:25,277 [ 516226] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:58:26,112 [ 517061] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:58:26,112 [ 517061] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:58:29,698 [ 520647] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 10ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 11:58:29,711 [ 520660] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 13ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 11:58:31,593 [ 522542] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:58:31,593 [ 522542] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:58:35,339 [ 526288] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 17ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 11:58:35,342 [ 526291] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 3ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 11:58:36,196 [ 527145] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:58:36,196 [ 527145] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:58:38,899 [ 529848] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:58:38,899 [ 529848] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:58:42,914 [ 533863] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 7ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 11:58:42,924 [ 533873] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 10ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 11:58:43,699 [ 534648] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:58:43,699 [ 534648] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:58:47,205 [ 538154] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 11:58:47,205 [ 538154] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://127.0.0.1/valedesconto
2018-04-26 11:58:47,218 [ 538167] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 14:58:47 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 11:58:47,857 [ 538806] INFO - nSession$CountedThreadExecutor - DbSrcWriter stopped
2018-04-26 11:58:48,284 [ 539233] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:58:48,285 [ 539234] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 11:58:49,179 [ 540128] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 11:58:49,179 [ 540128] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 12:00:38,287 [ 649236] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:00:38,288 [ 649237] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://127.0.0.1/valedesconto
2018-04-26 12:00:38,298 [ 649247] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:00:38 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:00:39,231 [ 650180] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 12:00:39,231 [ 650180] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 12:00:43,779 [ 654728] INFO - ution.rmi.RemoteProcessSupport - Terminating: 12831/RemoteDriverImpl973e4da6
2018-04-26 12:00:43,826 [ 654775] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:00:54,613 [ 665562] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 12:00:54,613 [ 665562] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 12:01:02,873 [ 673822] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 12:01:02,874 [ 673823] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 12:01:08,856 [ 679805] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 12:01:08,856 [ 679805] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 12:01:16,918 [ 687867] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 12:01:16,918 [ 687867] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 12:01:24,963 [ 695912] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 12:01:24,964 [ 695913] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 12:01:25,935 [ 696884] INFO - nSession$CountedThreadExecutor - DbSrcWriter stopped
2018-04-26 12:02:17,838 [ 748787] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 12:02:17,838 [ 748787] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 12:02:57,788 [ 788737] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:02:57,938 [ 788887] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:02:58,025 [ 788974] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 22021/RemoteDriverImpl409ffe59
2018-04-26 12:02:58,053 [ 789002] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:02:58,053 [ 789002] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:02:58,153 [ 789102] WARN - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:02:58,153 [ 789102] WARN - urce.DatabaseConnectionManager - [S1009] The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
2018-04-26 12:02:58,153 [ 789102] WARN - lij.database.util.ErrorHandler - The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
java.sql.SQLException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:85)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:440)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
at com.sun.proxy.$Proxy124.connect(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.execution.rmi.RemoteUtil.invokeRemote(RemoteUtil.java:179)
at com.intellij.execution.rmi.RemoteUtil.access$300(RemoteUtil.java:39)
at com.intellij.execution.rmi.RemoteUtil$RemoteInvocationHandler.invoke(RemoteUtil.java:275)
at com.sun.proxy.$Proxy125.connect(Unknown Source)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.connect(DatabaseConnectionEstablisher.java:173)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.tryConnect(DatabaseConnectionEstablisher.java:112)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.lambda$establishConnection$1(DatabaseConnectionEstablisher.java:64)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$4(AsyncUtil.java:52)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$5(AsyncUtil.java:52)
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:110)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.establishConnection(DatabaseConnectionEstablisher.java:54)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.supplyAsync(DatabaseConnectionManager.java:381)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.createInner(DatabaseConnectionManager.java:321)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:301)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:161)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.sync(DatabaseConnectionManager.java:298)
at com.intellij.database.dataSource.DatabaseConnectionManager$Builder.sync(DatabaseConnectionManager.java:112)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$static$1(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:262)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.introspect(DatabaseModelLoader.java:291)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.lambda$run$0(DatabaseModelLoader.java:271)
at com.intellij.database.dataSource.LocalDataSource.performBatch(LocalDataSource.java:1192)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:269)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:264)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:58)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:58)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.WrongArgumentException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:194)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:382)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
... 3 more
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:122)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:64)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:39)
at com.mysql.cj.conf.AbstractRuntimeProperty.setFromString(AbstractRuntimeProperty.java:96)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:91)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:75)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:191)
... 21 more
Caused by: java.lang.IllegalArgumentException: No enum constant com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior.CONVERTTONULL
at java.lang.Enum.valueOf(Enum.java:238)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:62)
... 26 more
2018-04-26 12:03:03,125 [ 794074] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:03:03,266 [ 794215] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:03:03,357 [ 794306] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 8068/RemoteDriverImpl71660fe7
2018-04-26 12:03:03,381 [ 794330] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:03:03,381 [ 794330] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:03:03,484 [ 794433] WARN - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:03:03,484 [ 794433] WARN - urce.DatabaseConnectionManager - [S1009] The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
2018-04-26 12:03:03,484 [ 794433] WARN - lij.database.util.ErrorHandler - The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
java.sql.SQLException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:85)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:440)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
at com.sun.proxy.$Proxy124.connect(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.execution.rmi.RemoteUtil.invokeRemote(RemoteUtil.java:179)
at com.intellij.execution.rmi.RemoteUtil.access$300(RemoteUtil.java:39)
at com.intellij.execution.rmi.RemoteUtil$RemoteInvocationHandler.invoke(RemoteUtil.java:275)
at com.sun.proxy.$Proxy125.connect(Unknown Source)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.connect(DatabaseConnectionEstablisher.java:173)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.tryConnect(DatabaseConnectionEstablisher.java:112)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.lambda$establishConnection$1(DatabaseConnectionEstablisher.java:64)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$4(AsyncUtil.java:52)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$5(AsyncUtil.java:52)
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:110)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.establishConnection(DatabaseConnectionEstablisher.java:54)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.supplyAsync(DatabaseConnectionManager.java:381)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.createInner(DatabaseConnectionManager.java:321)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:301)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:161)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.sync(DatabaseConnectionManager.java:298)
at com.intellij.database.dataSource.DatabaseConnectionManager$Builder.sync(DatabaseConnectionManager.java:112)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$static$1(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:262)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.updateDatabaseInfo(DatabaseModelLoader.java:282)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:265)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:264)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:58)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:58)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.WrongArgumentException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:194)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:382)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
... 3 more
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:122)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:64)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:39)
at com.mysql.cj.conf.AbstractRuntimeProperty.setFromString(AbstractRuntimeProperty.java:96)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:91)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:75)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:191)
... 21 more
Caused by: java.lang.IllegalArgumentException: No enum constant com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior.CONVERTTONULL
at java.lang.Enum.valueOf(Enum.java:238)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:62)
... 26 more
2018-04-26 12:03:13,159 [ 804108] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:03:13,288 [ 804237] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:03:13,372 [ 804321] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 62945/RemoteDriverImple8ef6043
2018-04-26 12:03:13,470 [ 804419] INFO - ution.rmi.RemoteProcessSupport - Terminating: 62945/RemoteDriverImple8ef6043
2018-04-26 12:03:13,501 [ 804450] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:03:30,170 [ 821119] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:03:30,314 [ 821263] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:03:30,410 [ 821359] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 49178/RemoteDriverImpl30286c6d
2018-04-26 12:03:30,435 [ 821384] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:03:30,435 [ 821384] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:03:30,560 [ 821509] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:03:30 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:03:30,835 [ 821784] INFO - ution.rmi.RemoteProcessSupport - Terminating: 49178/RemoteDriverImpl30286c6d
2018-04-26 12:03:30,879 [ 821828] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:03:34,438 [ 825387] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:03:34,570 [ 825519] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:03:34,660 [ 825609] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 34490/RemoteDriverImplf627e34e
2018-04-26 12:03:34,687 [ 825636] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:03:34,687 [ 825636] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:03:34,825 [ 825774] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:03:34 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:03:35,231 [ 826180] INFO - ution.rmi.RemoteProcessSupport - Terminating: 34490/RemoteDriverImplf627e34e
2018-04-26 12:03:35,270 [ 826219] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:03:39,611 [ 830560] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:03:39,739 [ 830688] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:03:39,847 [ 830796] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 64057/RemoteDriverImpl14133b39
2018-04-26 12:03:39,871 [ 830820] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:03:39,871 [ 830820] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:03:40,001 [ 830950] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:03:39 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:03:40,398 [ 831347] INFO - ution.rmi.RemoteProcessSupport - Terminating: 64057/RemoteDriverImpl14133b39
2018-04-26 12:03:40,436 [ 831385] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:03:56,827 [ 847776] INFO - ution.rmi.RemoteProcessSupport - Terminating: 8068/RemoteDriverImpl71660fe7
2018-04-26 12:03:56,828 [ 847777] INFO - ution.rmi.RemoteProcessSupport - Terminating: 22021/RemoteDriverImpl409ffe59
2018-04-26 12:03:56,832 [ 847781] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:03:56,878 [ 847827] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:03:56,878 [ 847827] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:03:56,962 [ 847911] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:03:57,073 [ 848022] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 30499/RemoteDriverImpl518f54a9
2018-04-26 12:03:57,100 [ 848049] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:03:57,100 [ 848049] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:03:57,223 [ 848172] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 1 to update, calculated in 0ms
2018-04-26 12:03:57,303 [ 848252] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:03:57 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:03:57,314 [ 848263] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 91ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 12:04:06,679 [ 857628] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:04:06,680 [ 857629] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:04:06,685 [ 857634] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:04:06 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:04:16,889 [ 867838] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:04:16,889 [ 867838] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:04:16,899 [ 867848] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:04:16 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:04:39,982 [ 890931] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:04:39,982 [ 890931] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:04:39,995 [ 890944] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:04:39 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:04:43,561 [ 894510] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:04:43,561 [ 894510] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:04:43,564 [ 894513] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:04:43 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:04:46,223 [ 897172] INFO - ution.rmi.RemoteProcessSupport - Terminating: 30499/RemoteDriverImpl518f54a9
2018-04-26 12:04:46,263 [ 897212] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:04:49,871 [ 900820] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:04:50,004 [ 900953] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:04:50,101 [ 901050] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 46083/RemoteDriverImpl4c785b04
2018-04-26 12:04:50,130 [ 901079] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:04:50,130 [ 901079] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:04:50,283 [ 901232] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:04:50 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:10:38,179 [1249128] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:10:38,179 [1249128] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:10:38,189 [1249138] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:10:38 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:10:46,773 [1257722] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:10:46,773 [1257722] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:10:46,784 [1257733] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:10:46 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:10:51,869 [1262818] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 151 to update, calculated in 6ms
2018-04-26 12:10:52,263 [1263212] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 393ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 12:10:56,824 [1267773] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 13ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 12:10:56,830 [1267779] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 6ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 12:11:01,807 [1272756] INFO - nSession$CountedThreadExecutor - DbSrcWriter stopped
2018-04-26 12:11:02,952 [1273901] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:11:02,952 [1273901] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:11:02,959 [1273908] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:11:02 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:11:17,787 [1288736] INFO - nSession$CountedThreadExecutor - DbSrcWriter stopped
2018-04-26 12:11:30,656 [1301605] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:11:30,656 [1301605] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:11:30,664 [1301613] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:11:30 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:11:34,834 [1305783] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:11:34,834 [1305783] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:11:34,837 [1305786] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:11:34 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:12:09,328 [1340277] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:12:09,464 [1340413] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:12:09,558 [1340507] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 42502/RemoteDriverImpl776cc72f
2018-04-26 12:12:09,580 [1340529] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:12:09,580 [1340529] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:12:09,707 [1340656] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:12:09 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:12:09,963 [1340912] INFO - ution.rmi.RemoteProcessSupport - Terminating: 42502/RemoteDriverImpl776cc72f
2018-04-26 12:12:10,012 [1340961] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:12:22,412 [1353361] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:12:22,412 [1353361] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:12:22,422 [1353371] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:12:22 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:12:27,954 [1358903] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 149 to update, calculated in 5ms
2018-04-26 12:12:28,257 [1359206] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 303ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 12:12:32,906 [1363855] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 7ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 12:12:32,914 [1363863] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 8ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 12:12:37,892 [1368841] INFO - nSession$CountedThreadExecutor - DbSrcWriter stopped
2018-04-26 12:12:52,173 [1383122] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 0 to update, calculated in 2ms
2018-04-26 12:13:53,466 [1444415] INFO - ution.rmi.RemoteProcessSupport - Terminating: 46083/RemoteDriverImpl4c785b04
2018-04-26 12:13:53,514 [1444463] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:13:58,568 [1449517] INFO - nSession$CountedThreadExecutor - DbSrcWriter stopped
2018-04-26 12:14:00,131 [1451080] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:14:00,280 [1451229] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:14:00,360 [1451309] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 20333/RemoteDriverImpl97c816fc
2018-04-26 12:14:00,385 [1451334] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:14:00,385 [1451334] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:14:00,511 [1451460] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:14:00 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:14:12,775 [1463724] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:14:12,775 [1463724] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:14:12,783 [1463732] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:14:12 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:14:29,557 [1480506] INFO - ution.rmi.RemoteProcessSupport - Terminating: 20333/RemoteDriverImpl97c816fc
2018-04-26 12:14:29,596 [1480545] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:14:31,219 [1482168] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:14:31,346 [1482295] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:14:31,437 [1482386] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 46751/RemoteDriverImplb6e9bdd7
2018-04-26 12:14:31,468 [1482417] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:14:31,468 [1482417] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:14:31,595 [1482544] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:14:31 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:17:29,797 [1660746] INFO - ution.rmi.RemoteProcessSupport - Terminating: 46751/RemoteDriverImplb6e9bdd7
2018-04-26 12:17:29,852 [1660801] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:17:37,327 [1668276] INFO - ellij.psi.LanguageSubstitutors - Reparsing /Users/sandro/Library/Preferences/RubyMine2018.1/consoles/db/2095eb8f-08d1-411d-b7b8-7fc0d36887f8/console.sql because of language substitution MySQL->GenericSQL, #1
2018-04-26 12:17:38,260 [1669209] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 12:17:38,261 [1669210] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/services/admin/discounts/gift_card.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 12:18:26,023 [1716972] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:18:26,158 [1717107] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:18:26,242 [1717191] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 15757/RemoteDriverImplc3744105
2018-04-26 12:18:26,266 [1717215] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:18:26,266 [1717215] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:18:26,360 [1717309] WARN - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:18:26,360 [1717309] WARN - urce.DatabaseConnectionManager - [S1009] The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
2018-04-26 12:18:26,360 [1717309] WARN - lij.database.util.ErrorHandler - The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
java.sql.SQLException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:85)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:440)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
at com.sun.proxy.$Proxy124.connect(Unknown Source)
at sun.reflect.GeneratedMethodAccessor346.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.execution.rmi.RemoteUtil.invokeRemote(RemoteUtil.java:179)
at com.intellij.execution.rmi.RemoteUtil.access$300(RemoteUtil.java:39)
at com.intellij.execution.rmi.RemoteUtil$RemoteInvocationHandler.invoke(RemoteUtil.java:275)
at com.sun.proxy.$Proxy125.connect(Unknown Source)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.connect(DatabaseConnectionEstablisher.java:173)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.tryConnect(DatabaseConnectionEstablisher.java:112)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.lambda$establishConnection$1(DatabaseConnectionEstablisher.java:64)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$4(AsyncUtil.java:52)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$5(AsyncUtil.java:52)
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:110)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.establishConnection(DatabaseConnectionEstablisher.java:54)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.supplyAsync(DatabaseConnectionManager.java:381)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.createInner(DatabaseConnectionManager.java:321)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:301)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:161)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.sync(DatabaseConnectionManager.java:298)
at com.intellij.database.dataSource.DatabaseConnectionManager$Builder.sync(DatabaseConnectionManager.java:112)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$static$1(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:262)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.updateDatabaseInfo(DatabaseModelLoader.java:282)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:265)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:264)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:58)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:58)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.WrongArgumentException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:194)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:382)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
... 3 more
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:122)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:64)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:39)
at com.mysql.cj.conf.AbstractRuntimeProperty.setFromString(AbstractRuntimeProperty.java:96)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:91)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:75)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:191)
... 21 more
Caused by: java.lang.IllegalArgumentException: No enum constant com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior.CONVERTTONULL
at java.lang.Enum.valueOf(Enum.java:238)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:62)
... 26 more
2018-04-26 12:18:31,782 [1722731] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:18:31,919 [1722868] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:18:32,008 [1722957] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 47929/RemoteDriverImpla43826
2018-04-26 12:18:32,034 [1722983] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:18:32,034 [1722983] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:18:32,123 [1723072] WARN - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:18:32,123 [1723072] WARN - urce.DatabaseConnectionManager - [S1009] The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
2018-04-26 12:18:32,124 [1723073] WARN - lij.database.util.ErrorHandler - The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
java.sql.SQLException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:85)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:440)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
at com.sun.proxy.$Proxy124.connect(Unknown Source)
at sun.reflect.GeneratedMethodAccessor346.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.execution.rmi.RemoteUtil.invokeRemote(RemoteUtil.java:179)
at com.intellij.execution.rmi.RemoteUtil.access$300(RemoteUtil.java:39)
at com.intellij.execution.rmi.RemoteUtil$RemoteInvocationHandler.invoke(RemoteUtil.java:275)
at com.sun.proxy.$Proxy125.connect(Unknown Source)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.connect(DatabaseConnectionEstablisher.java:173)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.tryConnect(DatabaseConnectionEstablisher.java:112)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.lambda$establishConnection$1(DatabaseConnectionEstablisher.java:64)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$4(AsyncUtil.java:52)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$5(AsyncUtil.java:52)
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:110)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.establishConnection(DatabaseConnectionEstablisher.java:54)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.supplyAsync(DatabaseConnectionManager.java:381)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.createInner(DatabaseConnectionManager.java:321)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:301)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:161)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.sync(DatabaseConnectionManager.java:298)
at com.intellij.database.dataSource.DatabaseConnectionManager$Builder.sync(DatabaseConnectionManager.java:112)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$static$1(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:262)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.updateDatabaseInfo(DatabaseModelLoader.java:282)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:265)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:264)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:58)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:58)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.WrongArgumentException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:194)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:382)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
... 3 more
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:122)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:64)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:39)
at com.mysql.cj.conf.AbstractRuntimeProperty.setFromString(AbstractRuntimeProperty.java:96)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:91)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:75)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:191)
... 21 more
Caused by: java.lang.IllegalArgumentException: No enum constant com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior.CONVERTTONULL
at java.lang.Enum.valueOf(Enum.java:238)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:62)
... 26 more
2018-04-26 12:18:38,646 [1729595] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:18:38,789 [1729738] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:18:38,877 [1729826] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 39826/RemoteDriverImpl1d5e3d51
2018-04-26 12:18:38,899 [1729848] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:18:38,899 [1729848] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:18:38,989 [1729938] WARN - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:18:38,989 [1729938] WARN - urce.DatabaseConnectionManager - [S1009] The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
2018-04-26 12:18:38,990 [1729939] WARN - lij.database.util.ErrorHandler - The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
java.sql.SQLException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:85)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:440)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
at com.sun.proxy.$Proxy124.connect(Unknown Source)
at sun.reflect.GeneratedMethodAccessor346.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.execution.rmi.RemoteUtil.invokeRemote(RemoteUtil.java:179)
at com.intellij.execution.rmi.RemoteUtil.access$300(RemoteUtil.java:39)
at com.intellij.execution.rmi.RemoteUtil$RemoteInvocationHandler.invoke(RemoteUtil.java:275)
at com.sun.proxy.$Proxy125.connect(Unknown Source)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.connect(DatabaseConnectionEstablisher.java:173)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.tryConnect(DatabaseConnectionEstablisher.java:112)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.lambda$establishConnection$1(DatabaseConnectionEstablisher.java:64)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$4(AsyncUtil.java:52)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$5(AsyncUtil.java:52)
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:110)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.establishConnection(DatabaseConnectionEstablisher.java:54)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.supplyAsync(DatabaseConnectionManager.java:381)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.createInner(DatabaseConnectionManager.java:321)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:301)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:161)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.sync(DatabaseConnectionManager.java:298)
at com.intellij.database.dataSource.DatabaseConnectionManager$Builder.sync(DatabaseConnectionManager.java:112)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$static$1(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:262)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.updateDatabaseInfo(DatabaseModelLoader.java:282)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:265)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:264)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:58)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:58)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.WrongArgumentException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:194)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:382)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
... 3 more
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:122)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:64)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:39)
at com.mysql.cj.conf.AbstractRuntimeProperty.setFromString(AbstractRuntimeProperty.java:96)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:91)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:75)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:191)
... 21 more
Caused by: java.lang.IllegalArgumentException: No enum constant com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior.CONVERTTONULL
at java.lang.Enum.valueOf(Enum.java:238)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:62)
... 26 more
2018-04-26 12:18:46,369 [1737318] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:18:46,495 [1737444] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:18:46,577 [1737526] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 50715/RemoteDriverImpla5884e22
2018-04-26 12:18:46,668 [1737617] INFO - ution.rmi.RemoteProcessSupport - Terminating: 50715/RemoteDriverImpla5884e22
2018-04-26 12:18:46,704 [1737653] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:18:59,075 [1750024] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:18:59,211 [1750160] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:18:59,304 [1750253] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 13725/RemoteDriverImpl575362f7
2018-04-26 12:18:59,328 [1750277] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:18:59,328 [1750277] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:18:59,457 [1750406] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:18:59 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:18:59,713 [1750662] INFO - ution.rmi.RemoteProcessSupport - Terminating: 13725/RemoteDriverImpl575362f7
2018-04-26 12:18:59,757 [1750706] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:19:04,237 [1755186] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:19:04,375 [1755324] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:19:04,468 [1755417] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 35988/RemoteDriverImpl845bf407
2018-04-26 12:19:04,490 [1755439] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:19:04,490 [1755439] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:19:04,617 [1755566] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:19:04 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:19:08,842 [1759791] WARN - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:19:08,842 [1759791] WARN - urce.DatabaseConnectionManager - [08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.
2018-04-26 12:19:08,842 [1759791] WARN - lij.database.util.ErrorHandler - Could not create connection to database server. Attempted reconnect 3 times. Giving up.
java.sql.SQLException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:108)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71)
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:932)
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:857)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:444)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
at com.sun.proxy.$Proxy124.connect(Unknown Source)
at sun.reflect.GeneratedMethodAccessor346.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.execution.rmi.RemoteUtil.invokeRemote(RemoteUtil.java:179)
at com.intellij.execution.rmi.RemoteUtil.access$300(RemoteUtil.java:39)
at com.intellij.execution.rmi.RemoteUtil$RemoteInvocationHandler.invoke(RemoteUtil.java:275)
at com.sun.proxy.$Proxy125.connect(Unknown Source)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.connect(DatabaseConnectionEstablisher.java:173)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.tryConnect(DatabaseConnectionEstablisher.java:112)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.lambda$establishConnection$1(DatabaseConnectionEstablisher.java:64)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$4(AsyncUtil.java:52)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$5(AsyncUtil.java:52)
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:110)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.establishConnection(DatabaseConnectionEstablisher.java:54)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.supplyAsync(DatabaseConnectionManager.java:381)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.createInner(DatabaseConnectionManager.java:321)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:301)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:161)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.sync(DatabaseConnectionManager.java:298)
at com.intellij.database.dataSource.DatabaseConnectionManager$Builder.sync(DatabaseConnectionManager.java:112)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$static$1(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:262)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.updateDatabaseInfo(DatabaseModelLoader.java:282)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:265)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:264)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:58)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:58)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: Access denied for user 'root'@'localhost' (using password: YES)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:127)
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:819)
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:744)
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:713)
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:135)
at com.mysql.cj.protocol.a.NativeAuthenticationProvider.proceedHandshakeWithPluggableAuthentication(NativeAuthenticationProvider.java:553)
at com.mysql.cj.protocol.a.NativeAuthenticationProvider.connect(NativeAuthenticationProvider.java:217)
at com.mysql.cj.protocol.a.NativeProtocol.connect(NativeProtocol.java:1411)
at com.mysql.cj.NativeSession.connect(NativeSession.java:165)
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:876)
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:857)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:444)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
... 3 more
2018-04-26 12:19:13,778 [1764727] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:19:13,916 [1764865] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:19:14,008 [1764957] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 27456/RemoteDriverImpl16774526
2018-04-26 12:19:14,030 [1764979] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:19:14,031 [1764980] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:19:14,159 [1765108] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:19:14 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:19:14,426 [1765375] INFO - ution.rmi.RemoteProcessSupport - Terminating: 27456/RemoteDriverImpl16774526
2018-04-26 12:19:14,474 [1765423] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:19:16,779 [1767728] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:19:16,922 [1767871] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:19:17,011 [1767960] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 9480/RemoteDriverImpl7ff538ce
2018-04-26 12:19:17,035 [1767984] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:19:17,036 [1767985] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:19:17,167 [1768116] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:19:17 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:19:17,533 [1768482] INFO - ution.rmi.RemoteProcessSupport - Terminating: 9480/RemoteDriverImpl7ff538ce
2018-04-26 12:19:17,576 [1768525] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:19:33,733 [1784682] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:19:33,878 [1784827] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:19:33,974 [1784923] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 18989/RemoteDriverImplfcc3e923
2018-04-26 12:19:33,996 [1784945] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:19:33,996 [1784945] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:19:34,126 [1785075] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:19:34 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 12:19:34,386 [1785335] INFO - ution.rmi.RemoteProcessSupport - Terminating: 18989/RemoteDriverImplfcc3e923
2018-04-26 12:19:34,430 [1785379] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:19:36,687 [1787636] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 12:19:36,796 [1787745] INFO - ution.rmi.RemoteProcessSupport - Terminating: 39826/RemoteDriverImpl1d5e3d51
2018-04-26 12:19:36,796 [1787745] INFO - ution.rmi.RemoteProcessSupport - Terminating: 47929/RemoteDriverImpla43826
2018-04-26 12:19:36,802 [1787751] INFO - ution.rmi.RemoteProcessSupport - Terminating: 35988/RemoteDriverImpl845bf407
2018-04-26 12:19:36,812 [1787761] INFO - ution.rmi.RemoteProcessSupport - Terminating: 15757/RemoteDriverImplc3744105
2018-04-26 12:19:36,853 [1787802] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 12:19:36,905 [1787854] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:19:36,907 [1787856] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:19:36,911 [1787860] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:19:36,916 [1787865] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 12:19:37,122 [1788071] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 63107/RemoteDriverImpl1c4bbd59
2018-04-26 12:19:37,157 [1788106] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 12:19:37,157 [1788106] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 12:19:37,327 [1788276] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 15:19:37 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 14:52:29,073 [10960022] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 0
2018-04-26 14:54:24,742 [11075691] INFO - cloudConfig.CloudConfigManager - === Start.updateConnection ===
2018-04-26 14:54:24,743 [11075692] INFO - cloudConfig.CloudConfigManager - === doConnect ===
2018-04-26 14:54:24,743 [11075692] INFO - cloudConfig.CloudConfigManager - === getConnectionState ===
2018-04-26 14:54:27,332 [11078281] INFO - cloudConfig.CloudConfigManager - === End.connect ===
2018-04-26 14:54:30,409 [11081358] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:54:30,418 [11081367] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/shims/ruby /Users/sandro/projects/valedesconto/bin/spring stop], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:54:30,685 [11081634] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:54:30,685 [11081634] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/shims/bundle exec ruby /Users/sandro/.rbenv/versions/2.2.2/bin/spring stop], working dir =[/Users/sandro/projects/leilao]
2018-04-26 14:54:30,774 [11081723] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-26 14:54:30,774 [11081723] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-26 14:54:30,774 [11081723] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-26 14:54:30,806 [11081755] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-26 14:54:30,810 [11081759] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-26 14:54:30,851 [11081800] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 181 auto-detected files
Elapsed time on auto-detect: 3522 ms
2018-04-26 14:54:30,854 [11081803] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-26 14:54:30,857 [11081806] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-26 14:54:30,944 [11081893] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-26 14:54:30,945 [11081894] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-26 14:54:30,946 [11081895] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-26 14:54:39,128 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-26 14:54:39,271 [ 143] INFO - #com.intellij.idea.Main - IDE: RubyMine (build #RM-181.4445.97, 11 Apr 2018 09:39)
2018-04-26 14:54:39,271 [ 143] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.12.6, x86_64)
2018-04-26 14:54:39,271 [ 143] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-26 14:54:39,271 [ 143] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-26 14:54:39,281 [ 153] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xverify:none -XX:ErrorFile=/Users/sandro/java_error_in_rubymine_%p.log -XX:HeapDumpPath=/Users/sandro/java_error_in_rubymine.hprof -Djb.vmOptionsFile=/Applications/RubyMine.app/Contents/bin/rubymine.vmoptions -Didea.java.redist=jdk-bundled -Didea.home.path=/Applications/RubyMine.app/Contents -Didea.executable=rubymine -Didea.platform.prefix=Ruby -Didea.paths.selector=RubyMine2018.1
2018-04-26 14:54:39,281 [ 153] INFO - #com.intellij.idea.Main - ext: /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/lib/ext: [cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunpkcs11.jar, zipfs.jar]
2018-04-26 14:54:39,282 [ 154] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar]
2018-04-26 14:54:39,282 [ 154] INFO - #com.intellij.idea.Main - JNU charset: UTF-8
2018-04-26 14:54:39,305 [ 177] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 23 ms
2018-04-26 14:54:39,316 [ 188] INFO - #com.intellij.idea.Main - initializing environment
2018-04-26 14:54:39,316 [ 188] INFO - .intellij.util.EnvironmentUtil - loading shell env: /usr/local/bin/zsh -l -i -c '/Applications/RubyMine.app/Contents/bin/printenv.py' '/private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/intellij-shell-env.tmp'
2018-04-26 14:54:41,008 [ 1880] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-26 14:54:41,008 [ 1880] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-26 14:54:41,540 [ 2412] INFO - .intellij.idea.IdeaApplication - CPU cores: 4; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@27bd0a9a[Running, parallelism = 3, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@39e894fe
2018-04-26 14:54:41,587 [ 2459] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (25 vars)
2018-04-26 14:54:42,276 [ 3148] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor js-nashorn-support.xml
2018-04-26 14:54:42,570 [ 3442] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-java-support.xml
2018-04-26 14:54:42,570 [ 3442] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-properties-support.xml
2018-04-26 14:54:42,730 [ 3602] INFO - llij.ide.plugins.PluginManager - Plugin 'CVS Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,733 [ 3605] INFO - llij.ide.plugins.PluginManager - Plugin 'Perforce Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,733 [ 3605] INFO - llij.ide.plugins.PluginManager - Plugin 'Subversion Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,734 [ 3606] INFO - llij.ide.plugins.PluginManager - Plugin 'Time Tracking' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,734 [ 3606] INFO - llij.ide.plugins.PluginManager - Plugin 'Gherkin' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,735 [ 3607] INFO - llij.ide.plugins.PluginManager - Plugin 'Mercurial Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,735 [ 3607] INFO - llij.ide.plugins.PluginManager - Plugin 'Haml' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,736 [ 3608] INFO - llij.ide.plugins.PluginManager - Plugin 'Less support' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,736 [ 3608] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Cucumber support' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,736 [ 3608] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Haml Support Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,737 [ 3609] INFO - llij.ide.plugins.PluginManager - Plugin 'Slim' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,737 [ 3609] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Slim Support Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,737 [ 3609] INFO - llij.ide.plugins.PluginManager - Plugin 'Stylus support' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,738 [ 3610] INFO - llij.ide.plugins.PluginManager - Plugin 'CoffeeScript' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,738 [ 3610] INFO - llij.ide.plugins.PluginManager - Plugin 'TextMate bundles support' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,739 [ 3611] INFO - llij.ide.plugins.PluginManager - Plugin 'Vagrant' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,739 [ 3611] INFO - llij.ide.plugins.PluginManager - Plugin 'Docker integration' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,740 [ 3612] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Docker' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,741 [ 3613] INFO - llij.ide.plugins.PluginManager - Plugin 'Puppet Support' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,741 [ 3613] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Puppet Support Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:54:42,869 [ 3741] INFO - llij.ide.plugins.PluginManager - 57 plugins initialized in 1053 ms
2018-04-26 14:54:42,871 [ 3743] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: CSS Support (181.4445.97), Database Tools and SQL (181.4445.97), EditorConfig (181.4445.97), Git Integration (8.1), GitHub (181.4445.97), HTML Tools (2.0), HTTP Client (181.4445.97), IDE Settings Sync (181.4445.97), IDEA CORE (181.4445.97), IntelliLang (8.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Markdown support (181.4445.97), Performance Testing (181.4445.97), Remote Hosts Access (0.1), Ruby CSS Support Integration (181.4445.97), Ruby Code Coverage (181.4445.97), Ruby Database Support Integration (181.4445.97), Ruby I18n Support Integration (181.4445.97), Ruby JavaScript Debugger Integration (181.4445.97), Ruby Remote SDK Support (0.1), Ruby UML Support Integration (181.4445.97), Ruby WSL Support (181.4445.97), SSH Remote Run (0.1), Sass support (181.4445.97), Settings Repository (181.4445.97), Task Management (1.0), Terminal (0.1), UML Support (1.0), WSL Support (181.4445.97), YAML (181.4445.97), tslint (181.4445.97)
2018-04-26 14:54:42,871 [ 3743] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Atom File Icons IDEA (1.2), Ideolog (181.0.7.0), LiveEdit (181.3870.1), NodeJS (181.4096.12)
2018-04-26 14:54:42,871 [ 3743] INFO - llij.ide.plugins.PluginManager - Disabled plugins: CVS Integration (11), CoffeeScript (181.4445.97), Docker integration (181.4445.97), Gherkin (999.999), Haml (181.4445.97), Less support (181.4445.97), Mercurial Integration (10.0), Perforce Integration (2.0), Puppet Support (181.4445.97), Ruby Cucumber support (181.4445.97), Ruby Docker (VERSION), Ruby Haml Support Integration (181.4445.97), Ruby Puppet Support Integration (181.4445.97), Ruby Slim Support Integration (181.4445.97), Slim (181.4445.97), Stylus support (999.999), Subversion Integration (1.1), TextMate bundles support (181.4445.97), Time Tracking (1.0), Vagrant (181.4445.97)
2018-04-26 14:54:43,221 [ 4093] INFO - cloudConfig.CloudConfigManager - === Start.updateConnection ===
2018-04-26 14:54:43,248 [ 4120] INFO - cloudConfig.CloudConfigManager - === Start: JBA_CONNECTED ===
2018-04-26 14:54:43,248 [ 4120] INFO - cloudConfig.CloudConfigManager - === doConnect ===
2018-04-26 14:54:43,250 [ 4122] INFO - cloudConfig.CloudConfigManager - === getConnectionState ===
2018-04-26 14:54:43,286 [ 4158] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-26 14:54:43,290 [ 4162] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-26 14:54:43,399 [ 4271] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Applications/RubyMine.app/Contents/bin/fsnotifier
2018-04-26 14:54:43,408 [ 4280] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-26 14:54:43,571 [ 4443] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-26 14:54:43,571 [ 4443] INFO - pi.util.registry.RegistryState - bigger.font.in.project.view = true
2018-04-26 14:54:43,571 [ 4443] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.alpha.base = 0
2018-04-26 14:54:43,572 [ 4444] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.alpha.delta = 102
2018-04-26 14:54:43,572 [ 4444] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.fill.max = 163
2018-04-26 14:54:43,572 [ 4444] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.fill.min = 102
2018-04-26 14:54:43,572 [ 4444] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.alpha.base = 0
2018-04-26 14:54:43,572 [ 4444] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.alpha.delta = 102
2018-04-26 14:54:43,572 [ 4444] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.fill.max = 150
2018-04-26 14:54:43,572 [ 4444] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.fill.min = 102
2018-04-26 14:54:43,882 [ 4754] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=0.0; restored: fontSize=12, fontScale=1.0
2018-04-26 14:54:43,994 [ 4866] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-26 14:54:44,272 [ 5144] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@2cea40e4
2018-04-26 14:54:44,334 [ 5206] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-26 14:54:44,512 [ 5384] INFO - .cloudConfig.CloudConfigClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2018-04-26 14:54:44,607 [ 5479] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-26 14:54:44,748 [ 5620] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:48, number of extensions:27
2018-04-26 14:54:44,762 [ 5634] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:13
2018-04-26 14:54:44,792 [ 5664] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:12, number of extensions:58
2018-04-26 14:54:44,793 [ 5665] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-26 14:54:44,914 [ 5786] INFO - ruby.rvm.LocalRvmPathsSettings - RVM installation wasn't detected.
2018-04-26 14:54:45,658 [ 6530] INFO - plication.impl.ApplicationImpl - 84 application components initialized in 3844ms
2018-04-26 14:54:45,688 [ 6560] INFO - .intellij.idea.IdeaApplication - App initialization took 7279 ms
2018-04-26 14:54:46,118 [ 6990] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@6afb3927
2018-04-26 14:54:46,349 [ 7221] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-26 14:54:46,360 [ 7232] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=14, fontScale=1.0; restored: fontSize=14, fontScale=1.0
2018-04-26 14:54:46,585 [ 7457] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-26 14:54:46,586 [ 7458] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/sandro/projects/valedesconto]
2018-04-26 14:54:46,707 [ 7579] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@538e078e
2018-04-26 14:54:46,981 [ 7853] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@dd28e90
2018-04-26 14:54:46,987 [ 7859] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@45d054b0
2018-04-26 14:54:46,992 [ 7864] INFO - management.pik.PikSdkRefresher - Refreshing sdks
2018-04-26 14:54:46,992 [ 7864] INFO - management.pik.PikSdkRefresher - pik isn't supported by OS
2018-04-26 14:54:46,997 [ 7869] INFO - gement.rbenv.RbenvSdkRefresher - Refreshing sdks
2018-04-26 14:54:46,997 [ 7869] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.2.2
2018-04-26 14:54:46,997 [ 7869] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.0
2018-04-26 14:54:46,997 [ 7869] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.2
2018-04-26 14:54:47,034 [ 7906] INFO - ellij.project.impl.ProjectImpl - 103 project components initialized in 684 ms
2018-04-26 14:54:47,611 [ 8483] INFO - pl$FileIndexDataInitialization - Initialization done:2849
2018-04-26 14:54:48,413 [ 9285] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 1379 ms
2018-04-26 14:54:48,598 [ 9470] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-26 14:54:48,669 [ 9541] WARN - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2018-04-26 14:54:48,941 [ 9813] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.2.2
2018-04-26 14:54:48,941 [ 9813] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.0
2018-04-26 14:54:48,941 [ 9813] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.2
2018-04-26 14:54:48,941 [ 9813] INFO - gement.rbenv.RbenvSdkRefresher - Local rbenv version config found file:///Users/sandro/projects/valedesconto/.ruby-version for valedesconto
2018-04-26 14:54:48,943 [ 9815] WARN - gement.rbenv.RbenvSdkRefresher - Unable to change sdk for valedesconto
2018-04-26 14:54:48,981 [ 9853] INFO - PerformancePlugin - Performance Plugin is in silent mode
2018-04-26 14:54:49,207 [ 10079] INFO - ellij.project.impl.ProjectImpl - 15 project components initialized in 30 ms
2018-04-26 14:54:49,432 [ 10304] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-26 14:54:49,836 [ 10708] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 599ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:54:50,820 [ 11692] INFO - exImpl$StubIndexInitialization - Initialization done:3208
2018-04-26 14:54:50,971 [ 11843] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1798ms under project opening modal progress
2018-04-26 14:54:51,004 [ 11876] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1863ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:54:51,521 [ 12393] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1684ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:54:51,522 [ 12394] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 1 files to update
2018-04-26 14:54:51,705 [ 12577] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 183ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2018-04-26 14:54:51,989 [ 12861] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-26 14:54:51,989 [ 12861] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/sandro/projects/leilao]
2018-04-26 14:54:52,017 [ 12889] INFO - management.pik.PikSdkRefresher - Refreshing sdks
2018-04-26 14:54:52,018 [ 12890] INFO - management.pik.PikSdkRefresher - pik isn't supported by OS
2018-04-26 14:54:52,018 [ 12890] INFO - gement.rbenv.RbenvSdkRefresher - Refreshing sdks
2018-04-26 14:54:52,018 [ 12890] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.2.2
2018-04-26 14:54:52,018 [ 12890] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.0
2018-04-26 14:54:52,018 [ 12890] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.2
2018-04-26 14:54:52,022 [ 12894] INFO - ellij.project.impl.ProjectImpl - 103 project components initialized in 398 ms
2018-04-26 14:54:52,093 [ 12965] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 71 ms
2018-04-26 14:54:53,250 [ 14122] INFO - j.ide.ui.OptionsTopHitProvider - 346 ms spent to cache options in project
2018-04-26 14:54:53,404 [ 14276] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.2.2
2018-04-26 14:54:53,404 [ 14276] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.0
2018-04-26 14:54:53,404 [ 14276] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.2
2018-04-26 14:54:53,405 [ 14277] INFO - gement.rbenv.RbenvSdkRefresher - Local rbenv version config found file:///Users/sandro/projects/leilao/.ruby-version for leilao
2018-04-26 14:54:53,405 [ 14277] WARN - gement.rbenv.RbenvSdkRefresher - Unable to change sdk for leilao
2018-04-26 14:54:53,418 [ 14290] INFO - PerformancePlugin - Performance Plugin is in silent mode
2018-04-26 14:54:53,678 [ 14550] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-26 14:54:53,839 [ 14711] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 180ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:54:54,431 [ 15303] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 592ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:54:54,645 [ 15517] INFO - j.ide.ui.OptionsTopHitProvider - 93 ms spent to cache options in project
2018-04-26 14:54:54,995 [ 15867] INFO - tellij.xml.Html5SchemaProvider - HTML5_SCHEMA_LOCATION = /Applications/RubyMine.app/Contents/lib/rubymine.jar!/resources/html5-schema/html5.rnc
2018-04-26 14:54:54,995 [ 15867] INFO - tellij.xml.Html5SchemaProvider - XHTML5_SCHEMA_LOCATION = /Applications/RubyMine.app/Contents/lib/rubymine.jar!/resources/html5-schema/xhtml5.rnc
2018-04-26 14:54:55,008 [ 15880] INFO - tellij.xml.Html5SchemaProvider - CHARS_DTD_LOCATION = /Applications/RubyMine.app/Contents/lib/rubymine.jar!/resources/html5-schema/html5chars.ent
2018-04-26 14:54:55,256 [ 16128] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1652ms under project opening modal progress
2018-04-26 14:54:55,258 [ 16130] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1654ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:54:55,765 [ 16637] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 26/04/18 14:54)
2018-04-26 14:54:55,838 [ 16710] INFO - cloudConfig.CloudConfigManager - === StatusBar.update another widget: null ===
2018-04-26 14:54:55,838 [ 16710] INFO - cloudConfig.CloudConfigManager - === StatusBar.update another widget: null ===
2018-04-26 14:54:55,903 [ 16775] INFO - cloudConfig.CloudConfigManager - === StatusBar.update create ===
2018-04-26 14:54:55,903 [ 16775] INFO - cloudConfig.CloudConfigManager - === StatusBar.update create ===
2018-04-26 14:54:56,327 [ 17199] INFO - j.ide.ui.OptionsTopHitProvider - 85 ms spent to cache options in application
2018-04-26 14:54:56,333 [ 17205] INFO - cloudConfig.CloudConfigManager - === End.connect ===
2018-04-26 14:54:56,501 [ 17373] INFO - cloudConfig.CloudConfigManager - === StatusBar.start another widget: com.intellij.cloudConfig.StatusBarInfoManager$InfoComponent@455e90 ===
2018-04-26 14:54:56,505 [ 17377] INFO - Json.PackageJsonUpdateNotifier - processPackageJsonFiles [file:///Users/sandro/projects/valedesconto/package.json]
2018-04-26 14:54:56,663 [ 17535] INFO - tartup.impl.StartupManagerImpl - Some post-startup activities freeze UI for noticeable time. Please consider making them DumbAware to do them in background under modal progress, or just making them faster to speed up project opening.
2018-04-26 14:54:56,663 [ 17535] INFO - tartup.impl.StartupManagerImpl - SassExtensionsStartupActivity run in 112ms on UI thread
2018-04-26 14:54:56,664 [ 17536] INFO - tartup.impl.StartupManagerImpl - /Users/sandro/projects/valedesconto/.idea case-sensitivity: expected=false actual=false
2018-04-26 14:54:56,728 [ 17600] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:54:56,729 [ 17601] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby -x /Users/sandro/.rbenv/versions/2.4.2/bin/gem environment], working dir =[/Users/sandro/.rbenv/versions/2.4.2/bin]
2018-04-26 14:54:56,847 [ 17719] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/sandro/projects/valedesconto]
2018-04-26 14:54:56,865 [ 17737] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join("vendor", "assets")
2018-04-26 14:54:56,868 [ 17740] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join('node_modules')
2018-04-26 14:54:57,008 [ 17880] INFO - ctView.v2.RailsProjectViewPane - module updated (Module: 'valedesconto')
2018-04-26 14:54:57,427 [ 18299] INFO - cloudConfig.CloudConfigManager - === StatusBar.start another widget: com.intellij.cloudConfig.StatusBarInfoManager$InfoComponent@3ec5c9f6 ===
2018-04-26 14:54:57,427 [ 18299] INFO - Json.PackageJsonUpdateNotifier - processPackageJsonFiles []
2018-04-26 14:54:57,582 [ 18454] INFO - tartup.impl.StartupManagerImpl - /Users/sandro/projects/leilao/.idea case-sensitivity: expected=false actual=false
2018-04-26 14:54:57,603 [ 18475] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/sandro/projects/leilao]
2018-04-26 14:54:57,607 [ 18479] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:54:57,607 [ 18479] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.2.2/bin/ruby -x /Users/sandro/.rbenv/versions/2.2.2/bin/gem environment], working dir =[/Users/sandro/.rbenv/versions/2.2.2/bin]
2018-04-26 14:54:57,613 [ 18485] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join("app", "assets", "fonts")
2018-04-26 14:54:57,772 [ 18644] INFO - ctView.v2.RailsProjectViewPane - module updated (Module: 'leilao')
2018-04-26 14:54:57,842 [ 18714] INFO - tor.impl.FileEditorManagerImpl - Project opening took 11603 ms
2018-04-26 14:54:58,244 [ 19116] INFO - tor.impl.FileEditorManagerImpl - Project opening took 6688 ms
2018-04-26 14:54:58,302 [ 19174] INFO - pl.ProjectRootManagerComponent - project roots have changed
2018-04-26 14:54:58,770 [ 19642] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 28ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:54:58,777 [ 19649] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 7ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:54:58,778 [ 19650] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 8 files to update
2018-04-26 14:54:59,069 [ 19941] INFO - pl.ProjectRootManagerComponent - project roots have changed
2018-04-26 14:54:59,347 [ 20219] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 35ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:54:59,356 [ 20228] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 8ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:54:59,535 [ 20407] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 757ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2018-04-26 14:54:59,723 [ 20595] INFO - e.GemRequirementsChangeWatcher - Initial scan started
2018-04-26 14:54:59,808 [ 20680] INFO - e.GemRequirementsChangeWatcher - Initial scan started
2018-04-26 14:54:59,851 [ 20723] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:54:59,851 [ 20723] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/shims/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/sandro/projects/leilao/bin/bundle check], working dir =[/Users/sandro/projects/leilao]
2018-04-26 14:54:59,885 [ 20757] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:54:59,885 [ 20757] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/shims/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/sandro/projects/valedesconto/bin/bundle check], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:55:01,700 [ 22572] INFO - e.GemRequirementsChangeWatcher - Initial scan took: 1891 ms
2018-04-26 14:55:01,706 [ 22578] INFO - e.GemRequirementsChangeWatcher - Initial scan took: 1983 ms
2018-04-26 14:55:03,313 [ 24185] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join("vendor", "assets")
2018-04-26 14:55:03,316 [ 24188] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join('node_modules')
2018-04-26 14:55:03,357 [ 24229] INFO - ctView.v2.RailsProjectViewPane - module updated (Module: 'valedesconto')
2018-04-26 14:55:04,102 [ 24974] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join("app", "assets", "fonts")
2018-04-26 14:55:04,138 [ 25010] INFO - ctView.v2.RailsProjectViewPane - module updated (Module: 'leilao')
2018-04-26 14:55:04,456 [ 25328] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:55:04,456 [ 25328] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:55:08,921 [ 29793] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:55:08,921 [ 29793] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:55:10,423 [ 31295] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:55:10,424 [ 31296] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:56:28,104 [ 108976] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:56:28,104 [ 108976] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/shims/bundle exec ruby /Users/sandro/.rbenv/versions/2.2.2/bin/spring stop], working dir =[/Users/sandro/projects/leilao]
2018-04-26 14:56:30,300 [ 111172] INFO - #git4idea.commands.GitHandler - [valedesconto] git -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -- .idea/dataSources/2095eb8f-08d1-411d-b7b8-7fc0d36887f8.xml
2018-04-26 14:57:04,255 [ 145127] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 14:57:04,410 [ 145282] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 14:57:04,512 [ 145384] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 24569/RemoteDriverImplcff28b6
2018-04-26 14:57:04,567 [ 145439] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 14:57:04,567 [ 145439] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 14:57:04,752 [ 145624] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 17:57:04 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 14:57:06,185 [ 147057] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:57:06,185 [ 147057] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:57:07,304 [ 148176] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:57:07,304 [ 148176] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:57:11,377 [ 152249] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 14:57:11,377 [ 152249] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 14:57:11,382 [ 152254] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 17:57:11 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 14:57:12,656 [ 153528] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:57:12,656 [ 153528] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:57:26,510 [ 167382] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 14:57:26,511 [ 167383] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 14:57:26,515 [ 167387] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 17:57:26 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 14:57:33,397 [ 174269] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:57:33,397 [ 174269] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:57:35,368 [ 176240] ERROR - terminal.emulator.JediEmulator - Error processing OSC 1;../valedesconto
2018-04-26 14:57:35,676 [ 176548] ERROR - terminal.emulator.JediEmulator - Unhandled Control sequence
parsed :ESC[?2004h
bytes read :ESC[
2018-04-26 14:58:27,439 [ 228311] INFO - ution.rmi.RemoteProcessSupport - Terminating: 24569/RemoteDriverImplcff28b6
2018-04-26 14:58:27,483 [ 228355] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 14:58:28,115 [ 228987] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:58:28,115 [ 228987] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:58:31,395 [ 232267] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:58:31,395 [ 232267] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/shims/ruby /Users/sandro/projects/valedesconto/bin/spring stop], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:58:31,475 [ 232347] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-26 14:58:31,475 [ 232347] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-26 14:58:31,475 [ 232347] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-26 14:58:31,506 [ 232378] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-26 14:58:31,524 [ 232396] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-26 14:58:31,532 [ 232404] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 138 auto-detected files
Elapsed time on auto-detect: 2124 ms
2018-04-26 14:58:31,536 [ 232408] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-26 14:58:31,537 [ 232409] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-26 14:58:31,543 [ 232415] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-26 14:58:31,545 [ 232417] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-26 14:58:31,545 [ 232417] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-26 14:58:36,421 [ 1] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-26 14:58:36,554 [ 134] INFO - #com.intellij.idea.Main - IDE: RubyMine (build #RM-181.4445.97, 11 Apr 2018 09:36)
2018-04-26 14:58:36,554 [ 134] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.12.6, x86_64)
2018-04-26 14:58:36,554 [ 134] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-26 14:58:36,554 [ 134] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-26 14:58:36,560 [ 140] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xverify:none -XX:ErrorFile=/Users/sandro/java_error_in_rubymine_%p.log -XX:HeapDumpPath=/Users/sandro/java_error_in_rubymine.hprof -Djb.vmOptionsFile=/Applications/RubyMine.app/Contents/bin/rubymine.vmoptions -Didea.java.redist=jdk-bundled -Didea.home.path=/Applications/RubyMine.app/Contents -Didea.executable=rubymine -Didea.platform.prefix=Ruby -Didea.paths.selector=RubyMine2018.1
2018-04-26 14:58:36,561 [ 141] INFO - #com.intellij.idea.Main - ext: /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/lib/ext: [cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunpkcs11.jar, zipfs.jar]
2018-04-26 14:58:36,561 [ 141] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar]
2018-04-26 14:58:36,561 [ 141] INFO - #com.intellij.idea.Main - JNU charset: UTF-8
2018-04-26 14:58:36,571 [ 151] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 10 ms
2018-04-26 14:58:36,582 [ 162] INFO - #com.intellij.idea.Main - initializing environment
2018-04-26 14:58:36,583 [ 163] INFO - .intellij.util.EnvironmentUtil - loading shell env: /usr/local/bin/zsh -l -i -c '/Applications/RubyMine.app/Contents/bin/printenv.py' '/private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/intellij-shell-env.tmp'
2018-04-26 14:58:37,412 [ 992] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (25 vars)
2018-04-26 14:58:37,731 [ 1311] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-26 14:58:37,731 [ 1311] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-26 14:58:38,060 [ 1640] INFO - .intellij.idea.IdeaApplication - CPU cores: 4; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@6b7ecc7c[Running, parallelism = 3, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@1ee69177
2018-04-26 14:58:38,736 [ 2316] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor js-nashorn-support.xml
2018-04-26 14:58:38,889 [ 2469] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-java-support.xml
2018-04-26 14:58:38,890 [ 2470] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-properties-support.xml
2018-04-26 14:58:39,076 [ 2656] INFO - llij.ide.plugins.PluginManager - Plugin 'CVS Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,079 [ 2659] INFO - llij.ide.plugins.PluginManager - Plugin 'Perforce Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,080 [ 2660] INFO - llij.ide.plugins.PluginManager - Plugin 'Subversion Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,080 [ 2660] INFO - llij.ide.plugins.PluginManager - Plugin 'Time Tracking' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,081 [ 2661] INFO - llij.ide.plugins.PluginManager - Plugin 'Gherkin' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,081 [ 2661] INFO - llij.ide.plugins.PluginManager - Plugin 'Mercurial Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,082 [ 2662] INFO - llij.ide.plugins.PluginManager - Plugin 'Haml' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,082 [ 2662] INFO - llij.ide.plugins.PluginManager - Plugin 'Less support' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,082 [ 2662] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Cucumber support' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,083 [ 2663] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Haml Support Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,083 [ 2663] INFO - llij.ide.plugins.PluginManager - Plugin 'Slim' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,083 [ 2663] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Slim Support Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,083 [ 2663] INFO - llij.ide.plugins.PluginManager - Plugin 'Stylus support' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,084 [ 2664] INFO - llij.ide.plugins.PluginManager - Plugin 'CoffeeScript' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,084 [ 2664] INFO - llij.ide.plugins.PluginManager - Plugin 'TextMate bundles support' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,084 [ 2664] INFO - llij.ide.plugins.PluginManager - Plugin 'Vagrant' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,085 [ 2665] INFO - llij.ide.plugins.PluginManager - Plugin 'Docker integration' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,086 [ 2666] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Docker' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,086 [ 2666] INFO - llij.ide.plugins.PluginManager - Plugin 'Puppet Support' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,087 [ 2667] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Puppet Support Integration' can't be loaded because: Plugin is disabled
2018-04-26 14:58:39,215 [ 2795] INFO - llij.ide.plugins.PluginManager - 57 plugins initialized in 882 ms
2018-04-26 14:58:39,216 [ 2796] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: CSS Support (181.4445.97), Database Tools and SQL (181.4445.97), EditorConfig (181.4445.97), Git Integration (8.1), GitHub (181.4445.97), HTML Tools (2.0), HTTP Client (181.4445.97), IDE Settings Sync (181.4445.97), IDEA CORE (181.4445.97), IntelliLang (8.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Markdown support (181.4445.97), Performance Testing (181.4445.97), Remote Hosts Access (0.1), Ruby CSS Support Integration (181.4445.97), Ruby Code Coverage (181.4445.97), Ruby Database Support Integration (181.4445.97), Ruby I18n Support Integration (181.4445.97), Ruby JavaScript Debugger Integration (181.4445.97), Ruby Remote SDK Support (0.1), Ruby UML Support Integration (181.4445.97), Ruby WSL Support (181.4445.97), SSH Remote Run (0.1), Sass support (181.4445.97), Settings Repository (181.4445.97), Task Management (1.0), Terminal (0.1), UML Support (1.0), WSL Support (181.4445.97), YAML (181.4445.97), tslint (181.4445.97)
2018-04-26 14:58:39,216 [ 2796] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Atom File Icons IDEA (1.2), Ideolog (181.0.7.0), LiveEdit (181.3870.1), NodeJS (181.4096.12)
2018-04-26 14:58:39,216 [ 2796] INFO - llij.ide.plugins.PluginManager - Disabled plugins: CVS Integration (11), CoffeeScript (181.4445.97), Docker integration (181.4445.97), Gherkin (999.999), Haml (181.4445.97), Less support (181.4445.97), Mercurial Integration (10.0), Perforce Integration (2.0), Puppet Support (181.4445.97), Ruby Cucumber support (181.4445.97), Ruby Docker (VERSION), Ruby Haml Support Integration (181.4445.97), Ruby Puppet Support Integration (181.4445.97), Ruby Slim Support Integration (181.4445.97), Slim (181.4445.97), Stylus support (999.999), Subversion Integration (1.1), TextMate bundles support (181.4445.97), Time Tracking (1.0), Vagrant (181.4445.97)
2018-04-26 14:58:39,433 [ 3013] INFO - cloudConfig.CloudConfigManager - === Start.updateConnection ===
2018-04-26 14:58:39,456 [ 3036] INFO - cloudConfig.CloudConfigManager - === Start: JBA_CONNECTED ===
2018-04-26 14:58:39,456 [ 3036] INFO - cloudConfig.CloudConfigManager - === doConnect ===
2018-04-26 14:58:39,456 [ 3036] INFO - cloudConfig.CloudConfigManager - === getConnectionState ===
2018-04-26 14:58:39,492 [ 3072] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-26 14:58:39,516 [ 3096] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-26 14:58:39,557 [ 3137] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Applications/RubyMine.app/Contents/bin/fsnotifier
2018-04-26 14:58:39,569 [ 3149] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-26 14:58:39,645 [ 3225] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-26 14:58:39,645 [ 3225] INFO - pi.util.registry.RegistryState - bigger.font.in.project.view = true
2018-04-26 14:58:39,645 [ 3225] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.alpha.base = 0
2018-04-26 14:58:39,645 [ 3225] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.alpha.delta = 102
2018-04-26 14:58:39,645 [ 3225] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.fill.max = 163
2018-04-26 14:58:39,645 [ 3225] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.fill.min = 102
2018-04-26 14:58:39,645 [ 3225] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.alpha.base = 0
2018-04-26 14:58:39,645 [ 3225] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.alpha.delta = 102
2018-04-26 14:58:39,645 [ 3225] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.fill.max = 150
2018-04-26 14:58:39,645 [ 3225] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.fill.min = 102
2018-04-26 14:58:39,921 [ 3501] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=0.0; restored: fontSize=12, fontScale=1.0
2018-04-26 14:58:40,028 [ 3608] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-26 14:58:40,298 [ 3878] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@118d1762
2018-04-26 14:58:40,330 [ 3910] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-26 14:58:40,439 [ 4019] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-26 14:58:40,563 [ 4143] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:48, number of extensions:27
2018-04-26 14:58:40,568 [ 4148] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:4
2018-04-26 14:58:40,608 [ 4188] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:25, number of extensions:58
2018-04-26 14:58:40,608 [ 4188] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-26 14:58:40,703 [ 4283] INFO - ruby.rvm.LocalRvmPathsSettings - RVM installation wasn't detected.
2018-04-26 14:58:40,921 [ 4501] INFO - pl$FileIndexDataInitialization - Initialization done:353
2018-04-26 14:58:40,957 [ 4537] INFO - exImpl$StubIndexInitialization - Initialization done:35
2018-04-26 14:58:40,985 [ 4565] INFO - .cloudConfig.CloudConfigClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2018-04-26 14:58:41,247 [ 4827] INFO - plication.impl.ApplicationImpl - 84 application components initialized in 2916ms
2018-04-26 14:58:41,265 [ 4845] INFO - .intellij.idea.IdeaApplication - App initialization took 5257 ms
2018-04-26 14:58:41,752 [ 5332] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@39af5877
2018-04-26 14:58:42,026 [ 5606] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-26 14:58:42,037 [ 5617] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=14, fontScale=1.0; restored: fontSize=14, fontScale=1.0
2018-04-26 14:58:42,043 [ 5623] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-26 14:58:42,045 [ 5625] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/sandro/projects/valedesconto]
2018-04-26 14:58:42,382 [ 5962] INFO - management.pik.PikSdkRefresher - Refreshing sdks
2018-04-26 14:58:42,382 [ 5962] INFO - management.pik.PikSdkRefresher - pik isn't supported by OS
2018-04-26 14:58:42,387 [ 5967] INFO - gement.rbenv.RbenvSdkRefresher - Refreshing sdks
2018-04-26 14:58:42,387 [ 5967] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.2.2
2018-04-26 14:58:42,388 [ 5968] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.0
2018-04-26 14:58:42,388 [ 5968] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.2
2018-04-26 14:58:42,414 [ 5994] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@5af0b4c
2018-04-26 14:58:42,443 [ 6023] INFO - ellij.project.impl.ProjectImpl - 103 project components initialized in 602 ms
2018-04-26 14:58:42,615 [ 6195] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@fc4c46d
2018-04-26 14:58:42,650 [ 6230] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@3b889b0d
2018-04-26 14:58:43,728 [ 7308] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 1284 ms
2018-04-26 14:58:43,839 [ 7419] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-26 14:58:43,910 [ 7490] WARN - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2018-04-26 14:58:44,117 [ 7697] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.2.2
2018-04-26 14:58:44,117 [ 7697] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.0
2018-04-26 14:58:44,117 [ 7697] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.2
2018-04-26 14:58:44,118 [ 7698] INFO - gement.rbenv.RbenvSdkRefresher - Local rbenv version config found file:///Users/sandro/projects/valedesconto/.ruby-version for valedesconto
2018-04-26 14:58:44,119 [ 7699] WARN - gement.rbenv.RbenvSdkRefresher - Unable to change sdk for valedesconto
2018-04-26 14:58:44,127 [ 7707] INFO - PerformancePlugin - Performance Plugin is in silent mode
2018-04-26 14:58:44,300 [ 7880] INFO - ellij.project.impl.ProjectImpl - 15 project components initialized in 14 ms
2018-04-26 14:58:44,551 [ 8131] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-26 14:58:44,772 [ 8352] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 446ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:58:45,732 [ 9312] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 959ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:58:46,248 [ 9828] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 26/04/18 14:54)
2018-04-26 14:58:46,443 [ 10023] INFO - j.ide.ui.OptionsTopHitProvider - 395 ms spent to cache options in project
2018-04-26 14:58:46,674 [ 10254] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 2405ms under project opening modal progress
2018-04-26 14:58:46,706 [ 10286] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 2464ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:58:47,312 [ 10892] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 26/04/18 14:54)
2018-04-26 14:58:47,340 [ 10920] INFO - cloudConfig.CloudConfigManager - === StatusBar.update another widget: null ===
2018-04-26 14:58:47,443 [ 11023] INFO - cloudConfig.CloudConfigManager - === StatusBar.update create ===
2018-04-26 14:58:48,277 [ 11857] INFO - j.ide.ui.OptionsTopHitProvider - 100 ms spent to cache options in application
2018-04-26 14:58:48,282 [ 11862] INFO - cloudConfig.CloudConfigManager - === End.connect ===
2018-04-26 14:58:48,618 [ 12198] INFO - cloudConfig.CloudConfigManager - === StatusBar.start another widget: com.intellij.cloudConfig.StatusBarInfoManager$InfoComponent@497456ac ===
2018-04-26 14:58:48,621 [ 12201] INFO - Json.PackageJsonUpdateNotifier - processPackageJsonFiles [file:///Users/sandro/projects/valedesconto/package.json]
2018-04-26 14:58:48,653 [ 12233] INFO - tartup.impl.StartupManagerImpl - /Users/sandro/projects/valedesconto/.idea case-sensitivity: expected=false actual=false
2018-04-26 14:58:48,709 [ 12289] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:58:48,710 [ 12290] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby -x /Users/sandro/.rbenv/versions/2.4.2/bin/gem environment], working dir =[/Users/sandro/.rbenv/versions/2.4.2/bin]
2018-04-26 14:58:48,710 [ 12290] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join("vendor", "assets")
2018-04-26 14:58:48,714 [ 12294] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join('node_modules')
2018-04-26 14:58:48,780 [ 12360] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/sandro/projects/valedesconto]
2018-04-26 14:58:48,818 [ 12398] INFO - ctView.v2.RailsProjectViewPane - module updated (Module: 'valedesconto')
2018-04-26 14:58:49,594 [ 13174] INFO - tor.impl.FileEditorManagerImpl - Project opening took 7852 ms
2018-04-26 14:58:49,664 [ 13244] INFO - pl.ProjectRootManagerComponent - project roots have changed
2018-04-26 14:58:49,967 [ 13547] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 23ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:58:49,978 [ 13558] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 11ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 14:58:50,183 [ 13763] INFO - e.GemRequirementsChangeWatcher - Initial scan started
2018-04-26 14:58:50,246 [ 13826] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:58:50,246 [ 13826] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/shims/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/sandro/projects/valedesconto/bin/bundle check], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:58:50,877 [ 14457] INFO - e.GemRequirementsChangeWatcher - Initial scan took: 694 ms
2018-04-26 14:58:53,896 [ 17476] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:58:53,896 [ 17476] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:58:54,678 [ 18258] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join("vendor", "assets")
2018-04-26 14:58:54,681 [ 18261] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join('node_modules')
2018-04-26 14:58:54,801 [ 18381] INFO - ctView.v2.RailsProjectViewPane - module updated (Module: 'valedesconto')
2018-04-26 14:58:55,085 [ 18665] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 14:58:55,085 [ 18665] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 14:59:38,671 [ 62251] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 14:59:38,817 [ 62397] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 14:59:38,917 [ 62497] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 23308/RemoteDriverImpl9d8289b
2018-04-26 14:59:38,983 [ 62563] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 14:59:38,983 [ 62563] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 14:59:39,085 [ 62665] WARN - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 14:59:39,085 [ 62665] WARN - urce.DatabaseConnectionManager - [S1009] The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
2018-04-26 14:59:39,088 [ 62668] WARN - lij.database.util.ErrorHandler - The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
java.sql.SQLException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:85)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:440)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
at com.sun.proxy.$Proxy123.connect(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.execution.rmi.RemoteUtil.invokeRemote(RemoteUtil.java:179)
at com.intellij.execution.rmi.RemoteUtil.access$300(RemoteUtil.java:39)
at com.intellij.execution.rmi.RemoteUtil$RemoteInvocationHandler.invoke(RemoteUtil.java:275)
at com.sun.proxy.$Proxy124.connect(Unknown Source)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.connect(DatabaseConnectionEstablisher.java:173)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.tryConnect(DatabaseConnectionEstablisher.java:112)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.lambda$establishConnection$1(DatabaseConnectionEstablisher.java:64)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$4(AsyncUtil.java:52)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$5(AsyncUtil.java:52)
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:110)
at com.intellij.database.dataSource.DatabaseConnectionEstablisher.establishConnection(DatabaseConnectionEstablisher.java:54)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.supplyAsync(DatabaseConnectionManager.java:381)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.createInner(DatabaseConnectionManager.java:321)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:301)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:161)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.sync(DatabaseConnectionManager.java:298)
at com.intellij.database.dataSource.DatabaseConnectionManager$Builder.sync(DatabaseConnectionManager.java:112)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$static$1(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:262)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.updateDatabaseInfo(DatabaseModelLoader.java:282)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:265)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:264)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:58)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:130)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:136)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:130)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:58)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.WrongArgumentException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:194)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:382)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226)
at com.intellij.database.remote.jdbc.impl.RemoteDriverImpl.connect(RemoteDriverImpl.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:346)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
... 3 more
Caused by: java.lang.RuntimeException: com.mysql.cj.exceptions.CJException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:122)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:64)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:39)
at com.mysql.cj.conf.AbstractRuntimeProperty.setFromString(AbstractRuntimeProperty.java:96)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:91)
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:75)
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:191)
... 21 more
Caused by: java.lang.IllegalArgumentException: No enum constant com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior.CONVERTTONULL
at java.lang.Enum.valueOf(Enum.java:238)
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:62)
... 26 more
2018-04-26 14:59:45,373 [ 68953] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 14:59:45,496 [ 69076] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 14:59:45,586 [ 69166] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 11814/RemoteDriverImpl398feb80
2018-04-26 14:59:45,688 [ 69268] INFO - ution.rmi.RemoteProcessSupport - Terminating: 11814/RemoteDriverImpl398feb80
2018-04-26 14:59:45,731 [ 69311] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 15:00:08,263 [ 91843] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 15:00:08,410 [ 91990] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 15:00:08,505 [ 92085] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 31022/RemoteDriverImpl2d22b16f
2018-04-26 15:00:08,529 [ 92109] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 15:00:08,529 [ 92109] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 15:00:08,654 [ 92234] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 18:00:08 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 15:00:08,948 [ 92528] INFO - ution.rmi.RemoteProcessSupport - Terminating: 31022/RemoteDriverImpl2d22b16f
2018-04-26 15:00:08,994 [ 92574] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 15:00:11,992 [ 95572] INFO - ution.rmi.RemoteProcessSupport - /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/bin/java -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -classpath "/Applications/RubyMine.app/Contents/lib/util.jar:/Applications/RubyMine.app/Contents/lib/trove4j.jar:/Applications/RubyMine.app/Contents/lib/groovy-all-2.4.12.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/RubyMine.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.347.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-java-8.0.11.jar:/Users/sandro/Library/Preferences/RubyMine2018.1/jdbc-drivers/MySQL Connector/J/8.0.11/mysql-connector-license.txt" com.intellij.database.remote.RemoteJdbcServer com.mysql.jdbc.Driver
2018-04-26 15:00:12,103 [ 95683] WARN - ution.rmi.RemoteProcessSupport - Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2018-04-26 15:00:12,137 [ 95717] INFO - ution.rmi.RemoteProcessSupport - Terminating: 23308/RemoteDriverImpl9d8289b
2018-04-26 15:00:12,180 [ 95760] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 15:00:12,255 [ 95835] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 42993/RemoteDriverImpl1cc791a0
2018-04-26 15:00:12,288 [ 95868] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 15:00:12,288 [ 95868] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 15:00:12,452 [ 96032] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 18:00:12 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 15:00:20,122 [ 103702] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 15:00:20,122 [ 103702] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 15:00:20,128 [ 103708] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 18:00:20 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 15:00:44,815 [ 128395] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 15:00:44,815 [ 128395] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 15:00:44,827 [ 128407] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 18:00:44 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 15:00:48,477 [ 132057] INFO - urce.DatabaseConnectionManager - Connecting as: root
2018-04-26 15:00:48,477 [ 132057] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:mysql://localhost:3306/valedesconto
2018-04-26 15:00:48,481 [ 132061] WARN - ution.rmi.RemoteProcessSupport - Thu Apr 26 18:00:48 UTC 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2018-04-26 15:00:55,542 [ 139122] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 15:00:55,542 [ 139122] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/shims/ruby /Users/sandro/projects/valedesconto/bin/spring stop], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 15:00:55,607 [ 139187] INFO - ution.rmi.RemoteProcessSupport - Terminating: 42993/RemoteDriverImpl1cc791a0
2018-04-26 15:00:55,649 [ 139229] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-26 15:00:55,649 [ 139229] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-26 15:00:55,649 [ 139229] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-26 15:00:55,661 [ 139241] INFO - ution.rmi.RemoteProcessSupport - Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
2018-04-26 15:00:56,541 [ 140121] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-26 15:00:56,555 [ 140135] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-26 15:00:56,561 [ 140141] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 69 auto-detected files
Elapsed time on auto-detect: 120 ms
2018-04-26 15:00:56,563 [ 140143] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-26 15:00:56,566 [ 140146] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-26 15:00:56,570 [ 140150] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-26 15:00:56,572 [ 140152] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-26 15:00:56,572 [ 140152] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-26 15:01:01,048 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-26 15:01:01,179 [ 131] INFO - #com.intellij.idea.Main - IDE: RubyMine (build #RM-181.4445.97, 11 Apr 2018 09:01)
2018-04-26 15:01:01,179 [ 131] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.12.6, x86_64)
2018-04-26 15:01:01,179 [ 131] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-26 15:01:01,179 [ 131] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-26 15:01:01,186 [ 138] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xverify:none -XX:ErrorFile=/Users/sandro/java_error_in_rubymine_%p.log -XX:HeapDumpPath=/Users/sandro/java_error_in_rubymine.hprof -Djb.vmOptionsFile=/Applications/RubyMine.app/Contents/bin/rubymine.vmoptions -Didea.java.redist=jdk-bundled -Didea.home.path=/Applications/RubyMine.app/Contents -Didea.executable=rubymine -Didea.platform.prefix=Ruby -Didea.paths.selector=RubyMine2018.1
2018-04-26 15:01:01,186 [ 138] INFO - #com.intellij.idea.Main - ext: /Applications/RubyMine.app/Contents/jdk/Contents/Home/jre/lib/ext: [cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunpkcs11.jar, zipfs.jar]
2018-04-26 15:01:01,186 [ 138] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar]
2018-04-26 15:01:01,186 [ 138] INFO - #com.intellij.idea.Main - JNU charset: UTF-8
2018-04-26 15:01:01,197 [ 149] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 11 ms
2018-04-26 15:01:01,208 [ 160] INFO - #com.intellij.idea.Main - initializing environment
2018-04-26 15:01:01,209 [ 161] INFO - .intellij.util.EnvironmentUtil - loading shell env: /usr/local/bin/zsh -l -i -c '/Applications/RubyMine.app/Contents/bin/printenv.py' '/private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/intellij-shell-env.tmp'
2018-04-26 15:01:02,029 [ 981] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (25 vars)
2018-04-26 15:01:02,329 [ 1281] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-26 15:01:02,329 [ 1281] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-26 15:01:02,636 [ 1588] INFO - .intellij.idea.IdeaApplication - CPU cores: 4; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@37106ce7[Running, parallelism = 3, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@7e4cbce1
2018-04-26 15:01:03,257 [ 2209] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor js-nashorn-support.xml
2018-04-26 15:01:03,407 [ 2359] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-java-support.xml
2018-04-26 15:01:03,407 [ 2359] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-properties-support.xml
2018-04-26 15:01:03,590 [ 2542] INFO - llij.ide.plugins.PluginManager - Plugin 'CVS Integration' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,592 [ 2544] INFO - llij.ide.plugins.PluginManager - Plugin 'Perforce Integration' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,592 [ 2544] INFO - llij.ide.plugins.PluginManager - Plugin 'Subversion Integration' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,593 [ 2545] INFO - llij.ide.plugins.PluginManager - Plugin 'Time Tracking' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,593 [ 2545] INFO - llij.ide.plugins.PluginManager - Plugin 'Gherkin' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,593 [ 2545] INFO - llij.ide.plugins.PluginManager - Plugin 'Mercurial Integration' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,594 [ 2546] INFO - llij.ide.plugins.PluginManager - Plugin 'Haml' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,594 [ 2546] INFO - llij.ide.plugins.PluginManager - Plugin 'Less support' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,595 [ 2547] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Cucumber support' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,595 [ 2547] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Haml Support Integration' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,595 [ 2547] INFO - llij.ide.plugins.PluginManager - Plugin 'Slim' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,595 [ 2547] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Slim Support Integration' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,596 [ 2548] INFO - llij.ide.plugins.PluginManager - Plugin 'Stylus support' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,596 [ 2548] INFO - llij.ide.plugins.PluginManager - Plugin 'CoffeeScript' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,596 [ 2548] INFO - llij.ide.plugins.PluginManager - Plugin 'TextMate bundles support' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,597 [ 2549] INFO - llij.ide.plugins.PluginManager - Plugin 'Vagrant' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,597 [ 2549] INFO - llij.ide.plugins.PluginManager - Plugin 'Docker integration' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,598 [ 2550] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Docker' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,598 [ 2550] INFO - llij.ide.plugins.PluginManager - Plugin 'Puppet Support' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,598 [ 2550] INFO - llij.ide.plugins.PluginManager - Plugin 'Ruby Puppet Support Integration' can't be loaded because: Plugin is disabled
2018-04-26 15:01:03,731 [ 2683] INFO - llij.ide.plugins.PluginManager - 57 plugins initialized in 837 ms
2018-04-26 15:01:03,732 [ 2684] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: CSS Support (181.4445.97), Database Tools and SQL (181.4445.97), EditorConfig (181.4445.97), Git Integration (8.1), GitHub (181.4445.97), HTML Tools (2.0), HTTP Client (181.4445.97), IDE Settings Sync (181.4445.97), IDEA CORE (181.4445.97), IntelliLang (8.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Markdown support (181.4445.97), Performance Testing (181.4445.97), Remote Hosts Access (0.1), Ruby CSS Support Integration (181.4445.97), Ruby Code Coverage (181.4445.97), Ruby Database Support Integration (181.4445.97), Ruby I18n Support Integration (181.4445.97), Ruby JavaScript Debugger Integration (181.4445.97), Ruby Remote SDK Support (0.1), Ruby UML Support Integration (181.4445.97), Ruby WSL Support (181.4445.97), SSH Remote Run (0.1), Sass support (181.4445.97), Settings Repository (181.4445.97), Task Management (1.0), Terminal (0.1), UML Support (1.0), WSL Support (181.4445.97), YAML (181.4445.97), tslint (181.4445.97)
2018-04-26 15:01:03,732 [ 2684] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Atom File Icons IDEA (1.2), Ideolog (181.0.7.0), LiveEdit (181.3870.1), NodeJS (181.4096.12)
2018-04-26 15:01:03,732 [ 2684] INFO - llij.ide.plugins.PluginManager - Disabled plugins: CVS Integration (11), CoffeeScript (181.4445.97), Docker integration (181.4445.97), Gherkin (999.999), Haml (181.4445.97), Less support (181.4445.97), Mercurial Integration (10.0), Perforce Integration (2.0), Puppet Support (181.4445.97), Ruby Cucumber support (181.4445.97), Ruby Docker (VERSION), Ruby Haml Support Integration (181.4445.97), Ruby Puppet Support Integration (181.4445.97), Ruby Slim Support Integration (181.4445.97), Slim (181.4445.97), Stylus support (999.999), Subversion Integration (1.1), TextMate bundles support (181.4445.97), Time Tracking (1.0), Vagrant (181.4445.97)
2018-04-26 15:01:03,940 [ 2892] INFO - cloudConfig.CloudConfigManager - === Start.updateConnection ===
2018-04-26 15:01:03,962 [ 2914] INFO - cloudConfig.CloudConfigManager - === doConnect ===
2018-04-26 15:01:03,962 [ 2914] INFO - cloudConfig.CloudConfigManager - === getConnectionState ===
2018-04-26 15:01:03,962 [ 2914] INFO - cloudConfig.CloudConfigManager - === Start: JBA_CONNECTED ===
2018-04-26 15:01:03,996 [ 2948] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-26 15:01:04,018 [ 2970] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-26 15:01:04,062 [ 3014] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Applications/RubyMine.app/Contents/bin/fsnotifier
2018-04-26 15:01:04,073 [ 3025] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-26 15:01:04,143 [ 3095] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-26 15:01:04,143 [ 3095] INFO - pi.util.registry.RegistryState - bigger.font.in.project.view = true
2018-04-26 15:01:04,143 [ 3095] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.alpha.base = 0
2018-04-26 15:01:04,143 [ 3095] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.alpha.delta = 102
2018-04-26 15:01:04,143 [ 3095] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.fill.max = 163
2018-04-26 15:01:04,143 [ 3095] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.fill.min = 102
2018-04-26 15:01:04,143 [ 3095] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.alpha.base = 0
2018-04-26 15:01:04,143 [ 3095] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.alpha.delta = 102
2018-04-26 15:01:04,143 [ 3095] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.fill.max = 150
2018-04-26 15:01:04,143 [ 3095] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.fill.min = 102
2018-04-26 15:01:04,442 [ 3394] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=0.0; restored: fontSize=12, fontScale=1.0
2018-04-26 15:01:04,541 [ 3493] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-26 15:01:04,781 [ 3733] INFO - .cloudConfig.CloudConfigClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2018-04-26 15:01:04,793 [ 3745] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@2fba9475
2018-04-26 15:01:04,852 [ 3804] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-26 15:01:04,935 [ 3887] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-26 15:01:05,049 [ 4001] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:41, number of extensions:27
2018-04-26 15:01:05,054 [ 4006] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:4
2018-04-26 15:01:05,086 [ 4038] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:19, number of extensions:58
2018-04-26 15:01:05,087 [ 4039] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-26 15:01:05,186 [ 4138] INFO - ruby.rvm.LocalRvmPathsSettings - RVM installation wasn't detected.
2018-04-26 15:01:05,444 [ 4396] INFO - pl$FileIndexDataInitialization - Initialization done:390
2018-04-26 15:01:05,483 [ 4435] INFO - exImpl$StubIndexInitialization - Initialization done:38
2018-04-26 15:01:05,744 [ 4696] INFO - plication.impl.ApplicationImpl - 84 application components initialized in 2853ms
2018-04-26 15:01:05,763 [ 4715] INFO - .intellij.idea.IdeaApplication - App initialization took 5126 ms
2018-04-26 15:01:06,300 [ 5252] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@52f03789
2018-04-26 15:01:06,463 [ 5415] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-26 15:01:06,464 [ 5416] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/sandro/projects/valedesconto]
2018-04-26 15:01:06,549 [ 5501] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-26 15:01:06,555 [ 5507] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=14, fontScale=1.0; restored: fontSize=14, fontScale=1.0
2018-04-26 15:01:06,771 [ 5723] INFO - management.pik.PikSdkRefresher - Refreshing sdks
2018-04-26 15:01:06,771 [ 5723] INFO - management.pik.PikSdkRefresher - pik isn't supported by OS
2018-04-26 15:01:06,775 [ 5727] INFO - gement.rbenv.RbenvSdkRefresher - Refreshing sdks
2018-04-26 15:01:06,775 [ 5727] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.2.2
2018-04-26 15:01:06,776 [ 5728] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.0
2018-04-26 15:01:06,776 [ 5728] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.2
2018-04-26 15:01:06,822 [ 5774] INFO - ellij.project.impl.ProjectImpl - 103 project components initialized in 551 ms
2018-04-26 15:01:06,951 [ 5903] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@36ccb4e3
2018-04-26 15:01:07,117 [ 6069] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@238c28a5
2018-04-26 15:01:07,134 [ 6086] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@69dd76ac
2018-04-26 15:01:08,173 [ 7125] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 1349 ms
2018-04-26 15:01:08,279 [ 7231] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-26 15:01:08,351 [ 7303] WARN - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2018-04-26 15:01:08,541 [ 7493] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.2.2
2018-04-26 15:01:08,541 [ 7493] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.0
2018-04-26 15:01:08,541 [ 7493] INFO - gement.rbenv.RbenvSdkRefresher - possible ruby sdk in file:///Users/sandro/.rbenv/versions/2.4.2
2018-04-26 15:01:08,541 [ 7493] INFO - gement.rbenv.RbenvSdkRefresher - Local rbenv version config found file:///Users/sandro/projects/valedesconto/.ruby-version for valedesconto
2018-04-26 15:01:08,543 [ 7495] WARN - gement.rbenv.RbenvSdkRefresher - Unable to change sdk for valedesconto
2018-04-26 15:01:08,549 [ 7501] INFO - PerformancePlugin - Performance Plugin is in silent mode
2018-04-26 15:01:08,722 [ 7674] INFO - ellij.project.impl.ProjectImpl - 15 project components initialized in 12 ms
2018-04-26 15:01:08,989 [ 7941] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-26 15:01:09,208 [ 8160] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 459ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 15:01:10,093 [ 9045] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 884ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 15:01:10,094 [ 9046] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 9 files to update
2018-04-26 15:01:10,488 [ 9440] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1788ms under project opening modal progress
2018-04-26 15:01:10,532 [ 9484] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1862ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 15:01:10,982 [ 9934] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 888ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 15:01:11,368 [ 10320] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 26/04/18 14:54)
2018-04-26 15:01:11,440 [ 10392] INFO - cloudConfig.CloudConfigManager - === StatusBar.update another widget: null ===
2018-04-26 15:01:11,485 [ 10437] INFO - cloudConfig.CloudConfigManager - === StatusBar.update create ===
2018-04-26 15:01:12,454 [ 11406] INFO - j.ide.ui.OptionsTopHitProvider - 211 ms spent to cache options in application
2018-04-26 15:01:12,459 [ 11411] INFO - cloudConfig.CloudConfigManager - === End.connect ===
2018-04-26 15:01:12,653 [ 11605] INFO - Json.PackageJsonUpdateNotifier - processPackageJsonFiles [file:///Users/sandro/projects/valedesconto/package.json]
2018-04-26 15:01:12,654 [ 11606] INFO - tartup.impl.StartupManagerImpl - /Users/sandro/projects/valedesconto/.idea case-sensitivity: expected=false actual=false
2018-04-26 15:01:12,775 [ 11727] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/sandro/projects/valedesconto]
2018-04-26 15:01:13,376 [ 12328] INFO - tor.impl.FileEditorManagerImpl - Project opening took 7199 ms
2018-04-26 15:01:13,579 [ 12531] INFO - cloudConfig.CloudConfigManager - === StatusBar.start another widget: com.intellij.cloudConfig.StatusBarInfoManager$InfoComponent@2f221f5c ===
2018-04-26 15:01:13,695 [ 12647] INFO - tartup.impl.StartupManagerImpl - Some post-startup activities freeze UI for noticeable time. Please consider making them DumbAware to do them in background under modal progress, or just making them faster to speed up project opening.
2018-04-26 15:01:13,695 [ 12647] INFO - tartup.impl.StartupManagerImpl - SassExtensionsStartupActivity run in 103ms on UI thread
2018-04-26 15:01:13,719 [ 12671] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join("vendor", "assets")
2018-04-26 15:01:13,720 [ 12672] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 15:01:13,720 [ 12672] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby -x /Users/sandro/.rbenv/versions/2.4.2/bin/gem environment], working dir =[/Users/sandro/.rbenv/versions/2.4.2/bin]
2018-04-26 15:01:13,765 [ 12717] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 26/04/18 14:54)
2018-04-26 15:01:13,772 [ 12724] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join('node_modules')
2018-04-26 15:01:13,881 [ 12833] INFO - ctView.v2.RailsProjectViewPane - module updated (Module: 'valedesconto')
2018-04-26 15:01:14,508 [ 13460] INFO - j.ide.ui.OptionsTopHitProvider - 227 ms spent to cache options in project
2018-04-26 15:01:14,809 [ 13761] INFO - pl.ProjectRootManagerComponent - project roots have changed
2018-04-26 15:01:15,002 [ 13954] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 12ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 15:01:15,018 [ 13970] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 15ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 15:01:15,252 [ 14204] INFO - e.GemRequirementsChangeWatcher - Initial scan started
2018-04-26 15:01:15,284 [ 14236] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 15:01:15,285 [ 14237] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/shims/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/sandro/projects/valedesconto/bin/bundle check], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 15:01:15,952 [ 14904] INFO - e.GemRequirementsChangeWatcher - Initial scan took: 700 ms
2018-04-26 15:01:18,374 [ 17326] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 15:01:18,374 [ 17326] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 15:01:19,375 [ 18327] INFO - ails.preload.spring.SpringUtil - Moving Spring to /private/var/folders/qn/b7nzb2nx0rlckq0pwym5cbw80000gp/T/RMSpring
2018-04-26 15:01:19,375 [ 18327] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/sandro/.rbenv/versions/2.4.2/bin/ruby /Users/sandro/.rbenv/versions/2.4.2/bin/rubocop --format json --force-exclusion --stdin app/controllers/admin/discounts_controller.rb], working dir =[/Users/sandro/projects/valedesconto]
2018-04-26 15:01:19,819 [ 18771] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join("vendor", "assets")
2018-04-26 15:01:19,846 [ 18798] WARN - aths.AssetsRegistrationWatcher - Asset loadpath registration: Unrecognized argument detected: Rails.root.join('node_modules')
2018-04-26 15:01:19,896 [ 18848] INFO - ctView.v2.RailsProjectViewPane - module updated (Module: 'valedesconto')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment