Database viewer does not show any columns of table. (NullpointException)
Hello,
I used Tibero database, and running with "tibero.tibero5-jdbc.5.0.74583M.jar" driver.
Connection tested well, but It shows an error when indexing tables.
Database cannot retrieve the name, and print "Unnamed"
And tables show well, but it cannot get any columns at that table.

But database console and data viewer works well.
"Connection Error" dialog shows up when a database is connected.
java.lang.NullPointerException
at com.intellij.database.introspection.jdbcMetadataWrappers.ClosableIt$ResultSetDelegateIt.onError(ClosableIt.java:303)
at com.intellij.database.introspection.jdbcMetadataWrappers.ClosableIt$ResultSetDelegateIt.nextImpl(ClosableIt.java:295)
at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
at com.intellij.database.introspection.GenericIntrospector.introspectTypesInSchema(GenericIntrospector.java:447)
at com.intellij.database.introspection.GenericIntrospector.lambda$introspectSchemasByCatalogs$7(GenericIntrospector.java:209)
at java.lang.Iterable.forEach(Iterable.java:75)
at com.intellij.database.introspection.GenericIntrospector.lambda$forEachSchemaInCatalog$15(GenericIntrospector.java:244)
at com.intellij.database.introspection.GenericIntrospector.forEachCatalog(GenericIntrospector.java:239)
at com.intellij.database.introspection.GenericIntrospector.forEachSchemaInCatalog(GenericIntrospector.java:244)
at com.intellij.database.introspection.GenericIntrospector.introspectSchemasByCatalogs(GenericIntrospector.java:206)
at com.intellij.database.introspection.GenericIntrospector.introspectSchemas(GenericIntrospector.java:195)
at com.intellij.database.introspection.GenericIntrospector.lambda$null$0(GenericIntrospector.java:152)
at org.jetbrains.dekaf.core.BaseFacade.inSession(BaseFacade.java:125)
at com.intellij.database.introspection.GenericIntrospector.lambda$introspectAuto$1(GenericIntrospector.java:146)
at com.intellij.database.model.impl.BaseModel.modify(BaseModel.java:112)
at com.intellij.database.model.impl.BaseModel.modify(BaseModel.java:97)
at com.intellij.database.model.impl.BaseModel.modify(BaseModel.java:82)
at com.intellij.database.introspection.GenericIntrospector.introspectAuto(GenericIntrospector.java:146)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.introspectDatabases(DatabaseModelLoader.java:419)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.lambda$null$2(DatabaseModelLoader.java:314)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.withFacade(DatabaseModelLoader.java:500)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.lambda$introspect$3(DatabaseModelLoader.java:301)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$null$0(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.perform(DatabaseConnectionManager.java:362)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:301)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:163)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.sync(DatabaseConnectionManager.java:297)
at com.intellij.database.dataSource.DatabaseConnectionManager$Builder.sync(DatabaseConnectionManager.java:111)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$static$1(DataSourceSyncManager.java:39)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:240)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.introspect(DatabaseModelLoader.java:297)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.lambda$run$0(DatabaseModelLoader.java:277)
at com.intellij.database.dataSource.LocalDataSource.performBatch(LocalDataSource.java:1132)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:275)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:242)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:54)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$12(AsyncUtil.java:131)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$13(AsyncUtil.java:137)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:548)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:493)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:94)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:137)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:131)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:54)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:330)
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) (no stack trace).
java.lang.NullPointerException
Please sign in to leave a comment.
Do you use direct connection to database or via ssh? Could you please provide full idea.log ("Help | Show log in...") after restarting IDE and reproducing the issue ?
Thanks for reply,
I use a direct connection to DB.
Here is my idea.log
2017-11-17 10:39:18,483 [ 228726] INFO - ution.rmi.RemoteProcessSupport - "/Applications/IntelliJ IDEA.app/Contents/jdk/Contents/Home/jre/bin/java" -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA.app/Contents/lib/util.jar:/Applications/IntelliJ IDEA.app/Contents/lib/trove4j.jar:/Applications/IntelliJ IDEA.app/Contents/lib/groovy-all-2.4.6.jar:/Applications/IntelliJ IDEA.app/Contents/plugins/DatabaseTools/lib/jdbc-console.jar:/Applications/IntelliJ IDEA.app/Contents/plugins/DatabaseTools/lib/dekaf-single-2.0.0.296.jar:/Users/kariyan/Library/Preferences/IntelliJIdea2017.2/jdbc-drivers/tibero5-jdbc-5.0.74583M.jar" com.intellij.database.remote.RemoteJdbcServer com.tmax.tibero.jdbc.TbDriver
2017-11-17 10:39:18,812 [ 229055] INFO - ution.rmi.RemoteProcessSupport - Port/ID: 18003/RemoteDriverImpl7b69a294
2017-11-17 10:39:18,880 [ 229123] INFO - urce.DatabaseConnectionManager - Connecting as: AIS_EAI
2017-11-17 10:39:18,880 [ 229123] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:tibero:thin:@172.24.101.11:18629:IIACGUIDE
2017-11-17 10:39:20,793 [ 231036] WARN - lij.database.util.ErrorHandler -
java.lang.NullPointerException
at com.intellij.database.introspection.jdbcMetadataWrappers.ClosableIt$ResultSetDelegateIt.onError(ClosableIt.java:303)
at com.intellij.database.introspection.jdbcMetadataWrappers.ClosableIt$ResultSetDelegateIt.nextImpl(ClosableIt.java:295)
at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
at com.intellij.database.introspection.GenericIntrospector.introspectTypesInSchema(GenericIntrospector.java:447)
at com.intellij.database.introspection.GenericIntrospector.lambda$introspectSchemasByCatalogs$7(GenericIntrospector.java:209)
at java.lang.Iterable.forEach(Iterable.java:75)
at com.intellij.database.introspection.GenericIntrospector.lambda$forEachSchemaInCatalog$15(GenericIntrospector.java:244)
at com.intellij.database.introspection.GenericIntrospector.forEachCatalog(GenericIntrospector.java:239)
at com.intellij.database.introspection.GenericIntrospector.forEachSchemaInCatalog(GenericIntrospector.java:244)
at com.intellij.database.introspection.GenericIntrospector.introspectSchemasByCatalogs(GenericIntrospector.java:206)
at com.intellij.database.introspection.GenericIntrospector.introspectSchemas(GenericIntrospector.java:195)
at com.intellij.database.introspection.GenericIntrospector.lambda$null$0(GenericIntrospector.java:152)
at org.jetbrains.dekaf.core.BaseFacade.inSession(BaseFacade.java:125)
at com.intellij.database.introspection.GenericIntrospector.lambda$introspectAuto$1(GenericIntrospector.java:146)
at com.intellij.database.model.impl.BaseModel.modify(BaseModel.java:112)
at com.intellij.database.model.impl.BaseModel.modify(BaseModel.java:97)
at com.intellij.database.model.impl.BaseModel.modify(BaseModel.java:82)
at com.intellij.database.introspection.GenericIntrospector.introspectAuto(GenericIntrospector.java:146)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.introspectDatabases(DatabaseModelLoader.java:419)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.lambda$null$2(DatabaseModelLoader.java:314)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.withFacade(DatabaseModelLoader.java:500)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.lambda$introspect$3(DatabaseModelLoader.java:301)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$null$0(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.perform(DatabaseConnectionManager.java:362)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:301)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:163)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.sync(DatabaseConnectionManager.java:297)
at com.intellij.database.dataSource.DatabaseConnectionManager$Builder.sync(DatabaseConnectionManager.java:111)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$static$1(DataSourceSyncManager.java:39)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:240)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.introspect(DatabaseModelLoader.java:297)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.lambda$run$0(DatabaseModelLoader.java:277)
at com.intellij.database.dataSource.LocalDataSource.performBatch(LocalDataSource.java:1132)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:275)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:242)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:54)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$12(AsyncUtil.java:131)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$13(AsyncUtil.java:137)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:548)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:493)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:94)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:137)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:131)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:54)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:330)
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)
2017-11-17 10:39:25,986 [ 236229] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 56ms; general responsiveness: ok; EDT responsiveness: ok
2017-11-17 10:39:26,113 [ 236356] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 127ms; general responsiveness: ok; EDT responsiveness: ok
Hello,
Thank you for details. Could you try it with 2017.3 RC version - there were related fixes. Does it work?
Sadly, It does not work,
I can see folder icon left of tables, but It disappears after click it.
and there is no database related log in "idea.log" file.
2017-11-17 20:09:10,900 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2017-11-17 20:09:10,947 [ 47] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2017-11-17 20:09:10,948 [ 48] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2017-11-17 20:09:10,971 [ 71] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-173.3727.22, 16 Nov 2017 01:10)
2017-11-17 20:09:10,971 [ 71] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.13.1, x86_64)
2017-11-17 20:09:10,971 [ 71] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1024-b6 (JetBrains s.r.o)
2017-11-17 20:09:10,972 [ 72] INFO - #com.intellij.idea.Main - JVM: 25.152-b6 (OpenJDK 64-Bit Server VM)
2017-11-17 20:09:11,084 [ 184] 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 -XX:MaxJavaStackTraceDepth=-1 -Xverify:none -XX:ErrorFile=/Users/kariyan/java_error_in_idea_%p.log -XX:HeapDumpPath=/Users/kariyan/java_error_in_idea.hprof -Xbootclasspath/a:../lib/boot.jar -agentlib:yjpagent=probe_disable=*,disablealloc,disabletracing,onlylocal,disableexceptiontelemetry,delay=10000,sessionname=IntelliJIdea2017.3 -Dide.no.platform.update=true -Djb.vmOptionsFile=/Users/kariyan/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/173.3727.22/IntelliJ IDEA 2017.3 EAP.app/Contents/bin/idea.vmoptions -Xbootclasspath/a:/Users/kariyan/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/173.3727.22/IntelliJ IDEA 2017.3 EAP.app/Contents/lib/boot.jar -Didea.java.redist=jdk-bundled -Didea.home.path=/Users/kariyan/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/173.3727.22/IntelliJ IDEA 2017.3 EAP.app/Contents -Didea.executable=idea -Didea.paths.selector=IntelliJIdea2017.3
2017-11-17 20:09:11,093 [ 193] INFO - #com.intellij.idea.Main - ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@184b338[Running, parallelism = 3, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]
2017-11-17 20:09:11,094 [ 194] INFO - #com.intellij.idea.Main - ext: /Users/kariyan/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/173.3727.22/IntelliJ IDEA 2017.3 EAP.app/Contents/jdk/Contents/Home/jre/lib/ext: [sunec.jar, nashorn.jar, cldrdata.jar, jfxrt.jar, dnsns.jar, localedata.jar, sunjce_provider.jar, meta-index, sunpkcs11.jar, jaccess.jar, zipfs.jar]
2017-11-17 20:09:11,096 [ 196] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar]
2017-11-17 20:09:11,096 [ 196] INFO - #com.intellij.idea.Main - JNU charset: UTF-8
2017-11-17 20:09:11,201 [ 301] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 104 ms
2017-11-17 20:09:11,326 [ 426] INFO - #com.intellij.idea.Main - initializing environment
2017-11-17 20:09:11,331 [ 431] INFO - .intellij.util.EnvironmentUtil - loading shell env: /bin/zsh -l -i -c '/Users/kariyan/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/173.3727.22/IntelliJ IDEA 2017.3 EAP.app/Contents/bin/printenv.py' '/private/var/folders/8f/qg8fr7mn3w7bbh0b8djgpcfc0000gn/T/intellij-shell-env.tmp'
2017-11-17 20:09:12,787 [ 1887] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (22 vars)
2017-11-17 20:09:20,306 [ 9406] INFO - llij.ide.plugins.PluginManager - Plugin 'BashSupport' can't be loaded because: Plugin since-build or until-build don't match this product's build number
2017-11-17 20:09:20,625 [ 9725] INFO - llij.ide.plugins.PluginManager - 134 plugins initialized in 2541 ms
2017-11-17 20:09:20,637 [ 9737] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: ASP (0.1), Android Support (10.2.3), AngularJS (173.3727.22), Ant Support (1.0), Application Servers View (0.2.0), AspectJ Support (1.2), Bytecode Viewer (0.1), CFML Support (3.53), CSS Support (173.3727.22), CVS Integration (11), Cloud Foundry integration (1.0), CloudBees integration (1.0), CoffeeScript (2.0), Copyright (8.1), Coverage (173.3727.22), Cucumber for Groovy (999.999), Cucumber for Java (999.999), DSM Analysis (1.0.0), Database Tools and SQL (173.3727.22), Eclipse Integration (3.0), EditorConfig (173.3727.22), Emma (173.3727.22), Flash/Flex Support (173.3727.22), FreeMarker support (1.0), GWT Support (1.0), Geronimo Integration (1.0), Gherkin (999.999), Git Integration (8.1), GitHub (173.3727.22), GlassFish Integration (1.0), Google App Engine Integration (1.1.4), Gradle (173.3727.22), Grails (9.0), Groovy (9.0), Guice (8.0), HTML Tools (2.0), Haml (173.3727.22), Heroku integration (1.0), Hibernate Support (1.0), I18n for Java (173.3727.22), IDE Settings Sync (173.3727.22), IDEA CORE (173.3727.22), IntelliLang (8.0), J2ME (1.0), JBoss Arquillian Support (1.0), JBoss Drools Support (1.0), JBoss Frameworks Base Support (1.0), JBoss Integration (1.0), JBoss Seam Pageflow Support (1.0), JBoss Seam Pages Support (1.0), JBoss Seam Support (1.0), JBoss jBPM (2.0.0), JSR45 Integration (1.0), JUnit (1.0), Java Bytecode Decompiler (173.3727.22), Java EE: Batch Applications (1.0), Java EE: Bean Validation Support (1.1), Java EE: Contexts and Dependency Injection (1.1), Java EE: EJB, JPA, Servlets (1.0), Java EE: JMS, JSON Processing, Concurrency, Transaction (1.0), Java EE: Java Server Faces (2.2.X.), Java EE: RESTful Web Services (JAX-RS) (1.0), Java EE: Web Services (JAX-WS) (1.9), Java EE: WebSockets (1.0), Java Server Pages (JSP) Integration (1.0), Java Stream Debugger (173.3727.22), JavaFX (1.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Jetty Integration (1.0), Kotlin (1.2.0-rc-39-IJ2017.3-1), Less support (173.3727.22), Markdown support (173.3727.22), Maven Integration (173.3727.22), Maven Integration Extension (173.3727.22), Mercurial Integration (10.0), OpenShift integration (1.0), Osmorc (1.4.10), Perforce Integration (2.0), Persistence Frameworks Support (1.0), Playframework Support (1.0), Plugin DevKit (1.0), Properties Support (173.3727.22), QuirksMode (173.3727.22), REST Client (173.3727.22), Refactor-X (2.01), Remote Hosts Access (0.1), Resin Integration (8.1), SSH Remote Run (0.1), Sass support (173.3727.22), Settings Repository (173.3727.22), Spring AOP/@AspectJ (1.0), Spring Batch (1.0), Spring Boot (1.0), Spring Data (1.0), Spring Integration Patterns (1.0), Spring MVC (1.0), Spring OSGi (1.0), Spring Security (1.0), Spring Support (1.0), Spring Web Flow (1.0), Spring Web Services (1.0), Spring WebSocket (1.0), Spy-js (173.3727.22), Struts 1.x (2.0), Struts 2 (1.0), Stylus support (999.999), Subversion Integration (1.1), TFS Integration (999.999), Tapestry support (1.0), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), Thymeleaf (1.0), Time Tracking (1.0), Tomcat and TomEE Integration (1.0), UI Designer (173.3727.22), UML Support (1.0), Vaadin Support (1.0), Velocity support (1.0), W3C Validators (2.0), WebLogic Integration (1.0), WebSphere Integration (1.0), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (173.3727.22), ZKM-Unscramble (1.0), dmServer Support (0.9.5), tslint (173.3727.22)
2017-11-17 20:09:20,638 [ 9738] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: .ignore (2.3.0), TeamCity Integration (2017.1.46915), Upsource Integration (2017.2.2398.5)
2017-11-17 20:09:20,638 [ 9738] INFO - llij.ide.plugins.PluginManager - Disabled plugins: BashSupport (1.6.12.172)
2017-11-17 20:09:25,370 [ 14470] INFO - ij.components.ComponentManager - com.intellij.openapi.components.impl.ServiceManagerImpl initialized in 1015 ms
2017-11-17 20:09:25,442 [ 14542] INFO - cloudConfig.CloudConfigManager - === Exit: JBA_NOT_FOUND ===
2017-11-17 20:09:25,590 [ 14690] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2017-11-17 20:09:25,714 [ 14814] INFO - tellij.util.io.storage.Storage - Space waste in /Users/kariyan/Library/Caches/IntelliJIdea2017.3/caches/attrib.dat is 6389014 bytes. Compacting now.
2017-11-17 20:09:26,906 [ 16006] INFO - tellij.util.io.storage.Storage - Done compacting in 1191msec.
2017-11-17 20:09:27,029 [ 16129] INFO - ij.components.ComponentManager - com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl initialized in 1472 ms
2017-11-17 20:09:27,047 [ 16147] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Users/kariyan/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/173.3727.22/IntelliJ IDEA 2017.3 EAP.app/Contents/bin/fsnotifier
2017-11-17 20:09:27,066 [ 16166] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2017-11-17 20:09:27,067 [ 16167] INFO - ij.components.ComponentManager - com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl initialized in 1510 ms
2017-11-17 20:09:27,078 [ 16178] INFO - ij.components.ComponentManager - com.intellij.openapi.vfs.PlatformVirtualFileManager initialized in 1527 ms
2017-11-17 20:09:27,477 [ 16577] INFO - ij.components.ComponentManager - com.intellij.openapi.util.registry.RegistryState initialized in 57 ms
2017-11-17 20:09:27,510 [ 16610] INFO - ij.components.ComponentManager - com.intellij.internal.statistic.updater.SendStatisticsComponent initialized in 31 ms
2017-11-17 20:09:28,793 [ 17893] INFO - ij.components.ComponentManager - com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl initialized in 1278 ms
2017-11-17 20:09:28,885 [ 17985] INFO - ij.components.ComponentManager - com.intellij.openapi.keymap.impl.KeymapManagerImpl initialized in 82 ms
2017-11-17 20:09:28,932 [ 18032] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2017-11-17 20:09:29,238 [ 18338] WARN - nSystem.impl.ActionManagerImpl - keymap "ReSharper OSX" not found [Plugin: com.jetbrains.upsource]
2017-11-17 20:09:29,519 [ 18619] INFO - ij.components.ComponentManager - com.intellij.openapi.actionSystem.impl.ActionManagerImpl initialized in 716 ms
2017-11-17 20:09:29,547 [ 18647] INFO - ij.components.ComponentManager - com.intellij.openapi.editor.impl.EditorFactoryImpl initialized in 745 ms
2017-11-17 20:09:29,594 [ 18694] INFO - ij.components.ComponentManager - com.intellij.history.integration.LocalHistoryImpl initialized in 46 ms
2017-11-17 20:09:29,959 [ 19059] INFO - ij.components.ComponentManager - com.intellij.ide.ui.laf.LafManagerImpl initialized in 352 ms
2017-11-17 20:09:30,022 [ 19122] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@4b9afc0d
2017-11-17 20:09:30,087 [ 19187] INFO - ij.components.ComponentManager - com.intellij.internal.statistic.ApplicationStatisticsPersistenceComponent initialized in 112 ms
2017-11-17 20:09:30,148 [ 19248] INFO - ij.components.ComponentManager - com.intellij.util.net.HttpConfigurable initialized in 47 ms
2017-11-17 20:09:30,507 [ 19607] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2017-11-17 20:09:30,517 [ 19617] INFO - ij.components.ComponentManager - com.intellij.util.net.ssl.CertificateManager initialized in 368 ms
2017-11-17 20:09:30,734 [ 19834] INFO - ij.components.ComponentManager - com.intellij.ide.SystemHealthMonitor initialized in 216 ms
2017-11-17 20:09:30,766 [ 19866] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2017-11-17 20:09:30,801 [ 19901] INFO - ij.components.ComponentManager - com.intellij.openapi.wm.impl.WindowManagerImpl initialized in 58 ms
2017-11-17 20:09:30,810 [ 19910] INFO - ij.components.ComponentManager - com.intellij.openapi.wm.impl.FocusManagerImpl initialized in 70 ms
2017-11-17 20:09:30,838 [ 19938] INFO - ij.components.ComponentManager - com.intellij.ide.SaveAndSyncHandlerImpl initialized in 17 ms
2017-11-17 20:09:30,994 [ 20094] INFO - ij.components.ComponentManager - com.intellij.ide.MacOSApplicationProvider initialized in 154 ms
2017-11-17 20:09:31,018 [ 20118] INFO - gs.impl.UpdateCheckerComponent - channel: eap
2017-11-17 20:09:31,114 [ 20214] INFO - ij.components.ComponentManager - com.intellij.openapi.updateSettings.impl.UpdateCheckerComponent initialized in 119 ms
2017-11-17 20:09:31,129 [ 20229] INFO - ij.components.ComponentManager - com.intellij.formatting.FormatterImpl initialized in 14 ms
2017-11-17 20:09:31,661 [ 20761] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:517
2017-11-17 20:09:31,678 [ 20778] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:16
2017-11-17 20:09:31,678 [ 20778] INFO - ij.components.ComponentManager - com.intellij.util.indexing.FileBasedIndexImpl initialized in 548 ms
2017-11-17 20:09:31,887 [ 20987] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:94
2017-11-17 20:09:31,888 [ 20988] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2017-11-17 20:09:31,888 [ 20988] INFO - ij.components.ComponentManager - com.intellij.psi.stubs.StubIndexImpl initialized in 210 ms
2017-11-17 20:09:31,908 [ 21008] INFO - ij.components.ComponentManager - com.intellij.psi.stubs.SerializationManagerImpl initialized in 230 ms
2017-11-17 20:09:32,152 [ 21252] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.libraries.LibraryKindLoader initialized in 243 ms
2017-11-17 20:09:32,207 [ 21307] INFO - ij.components.ComponentManager - com.intellij.compiler.server.BuildManager initialized in 30 ms
2017-11-17 20:09:32,234 [ 21334] INFO - ij.components.ComponentManager - com.intellij.execution.ExecutorRegistryImpl initialized in 27 ms
2017-11-17 20:09:32,261 [ 21361] INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.changes.actions.migrate.MigrateDiffApplicationComponent initialized in 24 ms
2017-11-17 20:09:32,278 [ 21378] INFO - ij.components.ComponentManager - com.intellij.remoteServer.impl.configuration.deployment.DeployToServerConfigurationTypesRegistrar initialized in 16 ms
2017-11-17 20:09:32,307 [ 21407] INFO - ij.components.ComponentManager - org.intellij.plugins.relaxNG.ApplicationLoader initialized in 28 ms
2017-11-17 20:09:32,365 [ 21465] INFO - ij.components.ComponentManager - com.intellij.util.xml.impl.JavaDomApplicationComponent initialized in 53 ms
2017-11-17 20:09:32,380 [ 21480] INFO - ij.components.ComponentManager - com.intellij.ide.b.a initialized in 14 ms
2017-11-17 20:09:32,399 [ 21499] INFO - ij.components.ComponentManager - org.intellij.lang.xpath.xslt.impl.XsltConfigImpl initialized in 13 ms
2017-11-17 20:09:32,426 [ 21526] INFO - ij.components.ComponentManager - com.jetbrains.upsource.idea.UpsourcePluginInitializer initialized in 25 ms
2017-11-17 20:09:32,540 [ 21640] INFO - ij.components.ComponentManager - com.intellij.javascript.JSSupportLoader initialized in 111 ms
2017-11-17 20:09:32,639 [ 21739] INFO - ij.components.ComponentManager - org.jetbrains.idea.maven.utils.MavenEnvironmentRegistrar initialized in 95 ms
2017-11-17 20:09:32,816 [ 21916] INFO - ij.components.ComponentManager - com.intellij.j2ee.appServerIntegrations.impl.ApplicationServersManagerImpl initialized in 177 ms
2017-11-17 20:09:32,863 [ 21963] INFO - ij.components.ComponentManager - com.intellij.gwt.GwtApplicationComponent initialized in 35 ms
2017-11-17 20:09:32,883 [ 21983] INFO - ij.components.ComponentManager - com.android.tools.idea.updater.AndroidSdkUpdaterPlugin initialized in 12 ms
2017-11-17 20:09:33,023 [ 22123] INFO - ij.components.ComponentManager - org.jetbrains.kotlin.idea.PluginStartupComponent initialized in 135 ms
2017-11-17 20:09:33,032 [ 22132] INFO - plication.impl.ApplicationImpl - 102 application components initialized in 14953ms
2017-11-17 20:09:33,421 [ 22521] INFO - .intellij.idea.IdeaApplication - App initialization took 27336 ms
2017-11-17 20:09:35,588 [ 24688] INFO - ij.components.ComponentManager - com.intellij.openapi.components.impl.ServiceManagerImpl initialized in 67 ms
2017-11-17 20:09:35,637 [ 24737] INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.impl.FileStatusManagerImpl initialized in 20 ms
2017-11-17 20:09:35,819 [ 24919] INFO - ction.BrowserConnectionManager - Browser connected: version 2.0.9, Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36
2017-11-17 20:09:36,192 [ 25292] INFO - ij.components.ComponentManager - com.intellij.openapi.vfs.encoding.EncodingProjectManagerImpl initialized in 553 ms
2017-11-17 20:09:36,235 [ 25335] INFO - ij.components.ComponentManager - com.intellij.openapi.wm.impl.ToolWindowManagerImpl initialized in 30 ms
2017-11-17 20:09:36,277 [ 25377] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ProjectRootManagerComponent initialized in 40 ms
2017-11-17 20:09:36,324 [ 25424] INFO - ij.components.ComponentManager - com.intellij.psi.impl.PsiManagerImpl initialized in 46 ms
2017-11-17 20:09:36,351 [ 25451] INFO - ij.components.ComponentManager - com.intellij.psi.impl.PsiDocumentManagerImpl initialized in 18 ms
2017-11-17 20:09:36,366 [ 25466] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@32cfa6cf
2017-11-17 20:09:36,423 [ 25523] INFO - ij.components.ComponentManager - com.intellij.openapi.module.impl.ModuleManagerComponent initialized in 71 ms
2017-11-17 20:09:36,486 [ 25586] INFO - ij.components.ComponentManager - com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl initialized in 61 ms
2017-11-17 20:09:36,571 [ 25671] INFO - ij.components.ComponentManager - com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl initialized in 77 ms
2017-11-17 20:09:36,641 [ 25741] INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl initialized in 71 ms
2017-11-17 20:09:36,650 [ 25750] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2017-11-17 20:09:36,799 [ 25899] INFO - ij.components.ComponentManager - com.intellij.profile.codeInspection.ProjectInspectionProfileManager initialized in 73 ms
2017-11-17 20:09:37,039 [ 26139] INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.changes.ChangesViewManager initialized in 199 ms
2017-11-17 20:09:37,280 [ 26380] INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.changes.ChangeListManagerImpl initialized in 472 ms
2017-11-17 20:09:37,287 [ 26387] INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.changes.VcsDirtyScopeManagerImpl initialized in 478 ms
2017-11-17 20:09:37,325 [ 26425] INFO - ij.components.ComponentManager - com.intellij.codeInsight.daemon.impl.DaemonListeners initialized in 749 ms
2017-11-17 20:09:37,387 [ 26487] INFO - ij.components.ComponentManager - com.intellij.codeInsight.daemon.impl.GeneralHighlightingPassFactory initialized in 62 ms
2017-11-17 20:09:37,410 [ 26510] INFO - ij.components.ComponentManager - com.intellij.codeInsight.navigation.CtrlMouseHandler initialized in 17 ms
2017-11-17 20:09:37,425 [ 26525] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.PushedFilePropertiesUpdaterImpl initialized in 14 ms
2017-11-17 20:09:37,440 [ 26540] INFO - ij.components.ComponentManager - com.intellij.facet.impl.ui.FacetDependentToolWindowManager initialized in 12 ms
2017-11-17 20:09:37,470 [ 26570] INFO - ij.components.ComponentManager - com.intellij.ide.favoritesTreeView.FavoritesManager initialized in 29 ms
2017-11-17 20:09:37,756 [ 26856] INFO - ij.components.ComponentManager - com.intellij.packaging.impl.artifacts.ArtifactManagerImpl initialized in 276 ms
2017-11-17 20:09:37,782 [ 26882] INFO - CompilerWorkspaceConfiguration - Available processors: 4
2017-11-17 20:09:37,788 [ 26888] INFO - ij.components.ComponentManager - com.intellij.compiler.CompilerConfigurationImpl initialized in 30 ms
2017-11-17 20:09:37,799 [ 26899] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2017-11-17 20:09:37,801 [ 26901] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [<Project>]
2017-11-17 20:09:37,801 [ 26901] INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.impl.VcsDirectoryMappingStorage initialized in 11 ms
2017-11-17 20:09:37,905 [ 27005] INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.changes.shelf.ShelvedChangesViewManager initialized in 92 ms
2017-11-17 20:09:37,918 [ 27018] INFO - ij.components.ComponentManager - com.intellij.openapi.vcs.changes.committed.CommittedChangesCache initialized in 12 ms
2017-11-17 20:09:38,764 [ 27864] INFO - ij.components.ComponentManager - com.intellij.xdebugger.impl.XDebuggerManagerImpl initialized in 834 ms
2017-11-17 20:09:38,803 [ 27903] INFO - ij.components.ComponentManager - com.intellij.debugger.impl.DebuggerManagerImpl initialized in 17 ms
2017-11-17 20:09:38,804 [ 27904] INFO - ij.components.ComponentManager - com.intellij.debugger.impl.HotSwapManager initialized in 17 ms
2017-11-17 20:09:38,877 [ 27977] INFO - ij.components.ComponentManager - com.intellij.execution.scratch.JavaScratchCompilationSupport initialized in 58 ms
2017-11-17 20:09:38,893 [ 27993] INFO - ij.components.ComponentManager - com.intellij.compiler.backwardRefs.CompilerReferenceServiceImpl initialized in 14 ms
2017-11-17 20:09:38,999 [ 28099] INFO - ij.components.ComponentManager - com.intellij.remoteServer.util.importProject.CloudGitRemoteDetector initialized in 105 ms
2017-11-17 20:09:39,022 [ 28122] INFO - ij.components.ComponentManager - jetbrains.buildServer.BuildServerSettings initialized in 15 ms
2017-11-17 20:09:39,098 [ 28198] INFO - ij.components.ComponentManager - jetbrains.buildServer.BuildServerManager initialized in 75 ms
2017-11-17 20:09:39,137 [ 28237] INFO - ij.components.ComponentManager - jetbrains.buildServer.activation.HttpActivationServerComponent initialized in 25 ms
2017-11-17 20:09:39,326 [ 28426] INFO - ij.components.ComponentManager - com.intellij.tasks.impl.TaskManagerImpl initialized in 185 ms
2017-11-17 20:09:39,750 [ 28850] INFO - ij.components.ComponentManager - com.intellij.uiDesigner.propertyInspector.DesignerToolWindowManager initialized in 423 ms
2017-11-17 20:09:39,790 [ 28890] INFO - ij.components.ComponentManager - com.intellij.ide.palette.impl.PaletteToolWindowManager initialized in 40 ms
2017-11-17 20:09:39,813 [ 28913] INFO - ij.components.ComponentManager - mobi.hsz.idea.gitignore.IgnoreManager initialized in 15 ms
2017-11-17 20:09:39,940 [ 29040] INFO - ij.components.ComponentManager - com.intellij.lang.javascript.linter.JSLinterEditorPanelCreator initialized in 98 ms
2017-11-17 20:09:39,968 [ 29068] INFO - ij.components.ComponentManager - org.angularjs.service.Angular2HighlightingPassFactory initialized in 27 ms
2017-11-17 20:09:39,992 [ 29092] INFO - ij.components.ComponentManager - org.jetbrains.idea.maven.project.MavenProjectsManager initialized in 17 ms
2017-11-17 20:09:40,013 [ 29113] INFO - ij.components.ComponentManager - org.jetbrains.idea.maven.navigator.MavenProjectsNavigator initialized in 20 ms
2017-11-17 20:09:40,040 [ 29140] INFO - ij.components.ComponentManager - org.osmorc.OsmorcProjectComponent initialized in 22 ms
2017-11-17 20:09:40,052 [ 29152] INFO - ij.components.ComponentManager - com.intellij.lang.javascript.flex.build.FlexCompilerHandler initialized in 11 ms
2017-11-17 20:09:40,069 [ 29169] INFO - ij.components.ComponentManager - com.intellij.jpa.JpaProjectComponent initialized in 16 ms
2017-11-17 20:09:40,096 [ 29196] INFO - ij.components.ComponentManager - com.intellij.javaee.view.ServersConfigManager initialized in 11 ms
2017-11-17 20:09:40,118 [ 29218] INFO - ij.components.ComponentManager - com.intellij.psi.impl.source.jsp.JspContextManagerImpl initialized in 21 ms
2017-11-17 20:09:40,130 [ 29230] INFO - ij.components.ComponentManager - com.intellij.dmserver.editor.AvailableBundlesProvider initialized in 11 ms
2017-11-17 20:09:40,167 [ 29267] INFO - ij.components.ComponentManager - com.android.tools.idea.gradle.project.AndroidGradleProjectComponent initialized in 23 ms
2017-11-17 20:09:41,155 [ 30255] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@17af9d3d
2017-11-17 20:09:41,831 [ 30931] INFO - ij.components.ComponentManager - org.jetbrains.kotlin.android.facet.KotlinAndroidStartupManager initialized in 1614 ms
2017-11-17 20:09:41,832 [ 30932] INFO - ellij.project.impl.ProjectImpl - 194 project components initialized in 7011 ms
2017-11-17 20:09:42,690 [ 31790] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@11b26167
2017-11-17 20:09:42,695 [ 31795] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 799 ms
2017-11-17 20:09:42,696 [ 31796] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 800 ms
2017-11-17 20:09:42,697 [ 31797] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 801 ms
2017-11-17 20:09:42,699 [ 31799] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 803 ms
2017-11-17 20:09:42,712 [ 31812] INFO - ij.components.ComponentManager - org.jetbrains.kotlin.idea.maven.KotlinImporterComponent initialized in 12 ms
2017-11-17 20:09:42,740 [ 31840] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 16 ms
2017-11-17 20:09:42,741 [ 31841] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 23 ms
2017-11-17 20:09:42,768 [ 31868] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 16 ms
2017-11-17 20:09:42,776 [ 31876] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 15 ms
2017-11-17 20:09:42,783 [ 31883] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 12 ms
2017-11-17 20:09:42,791 [ 31891] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 29 ms
2017-11-17 20:09:42,824 [ 31924] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 15 ms
2017-11-17 20:09:42,826 [ 31926] INFO - ij.components.ComponentManager - com.intellij.facet.FacetManagerImpl initialized in 49 ms
2017-11-17 20:09:42,827 [ 31927] INFO - ij.components.ComponentManager - com.intellij.facet.FacetManagerImpl initialized in 43 ms
2017-11-17 20:09:42,827 [ 31927] INFO - ij.components.ComponentManager - com.intellij.facet.FacetManagerImpl initialized in 34 ms
2017-11-17 20:09:42,853 [ 31953] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 18 ms
2017-11-17 20:09:42,875 [ 31975] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 34 ms
2017-11-17 20:09:42,903 [ 32003] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 11 ms
2017-11-17 20:09:43,096 [ 32196] INFO - ij.components.ComponentManager - com.intellij.facet.FacetManagerImpl initialized in 219 ms
2017-11-17 20:09:43,099 [ 32199] INFO - ij.components.ComponentManager - com.intellij.facet.FacetManagerImpl initialized in 223 ms
2017-11-17 20:09:43,107 [ 32207] INFO - ij.components.ComponentManager - com.intellij.facet.FacetManagerImpl initialized in 158 ms
2017-11-17 20:09:43,137 [ 32237] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 13 ms
2017-11-17 20:09:43,138 [ 32238] INFO - ij.components.ComponentManager - com.intellij.facet.FacetManagerImpl initialized in 313 ms
2017-11-17 20:09:43,159 [ 32259] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 11 ms
2017-11-17 20:09:43,171 [ 32271] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 14 ms
2017-11-17 20:09:43,205 [ 32305] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 16 ms
2017-11-17 20:09:43,235 [ 32335] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 49 ms
2017-11-17 20:09:43,274 [ 32374] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 37 ms
2017-11-17 20:09:43,279 [ 32379] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 48 ms
2017-11-17 20:09:43,296 [ 32396] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 28 ms
2017-11-17 20:09:43,344 [ 32444] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 43 ms
2017-11-17 20:09:43,369 [ 32469] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 24 ms
2017-11-17 20:09:43,409 [ 32509] INFO - ij.components.ComponentManager - com.intellij.facet.FacetManagerImpl initialized in 17 ms
2017-11-17 20:09:43,420 [ 32520] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 22 ms
2017-11-17 20:09:43,437 [ 32537] INFO - ij.components.ComponentManager - com.intellij.facet.FacetManagerImpl initialized in 15 ms
2017-11-17 20:09:43,456 [ 32556] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 25 ms
2017-11-17 20:09:43,459 [ 32559] INFO - ij.components.ComponentManager - com.intellij.openapi.roots.impl.ModuleRootManagerComponent initialized in 11 ms
2017-11-17 20:09:43,492 [ 32592] INFO - le.impl.ModuleManagerComponent - 80 module(s) loaded in 1658 ms
2017-11-17 20:09:43,499 [ 32599] INFO - pl$FileIndexDataInitialization - Initialization done:11821
2017-11-17 20:09:44,062 [ 33162] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2017-11-17 20:09:46,430 [ 35530] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2017-11-17 20:09:48,624 [ 37724] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1599ms; general responsiveness: ok; EDT responsiveness: ok
2017-11-17 20:09:49,477 [ 38577] INFO - ScriptTemplatesProviders - [kts] loading script definitions [] using cp:
2017-11-17 20:09:49,487 [ 38587] INFO - ScriptTemplatesProviders - Templates provider KotlinCompilerScriptTemplatesSettings is invalid:
2017-11-17 20:09:49,575 [ 38675] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home
2017-11-17 20:09:49,576 [ 38676] INFO - ScriptTemplatesProviders - Templates provider Gradle Kotlin DSL is invalid: Unable to get Gradle home directory
2017-11-17 20:09:49,579 [ 38679] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home
2017-11-17 20:09:49,580 [ 38680] INFO - ScriptTemplatesProviders - Templates provider Gradle Kotlin DSL is invalid: Unable to get Gradle home directory
2017-11-17 20:09:49,582 [ 38682] INFO - s.plugins.gradle.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home
2017-11-17 20:09:49,582 [ 38682] INFO - ScriptTemplatesProviders - Templates provider Gradle Script Kotlin is invalid: Unable to get Gradle home directory
2017-11-17 20:09:49,583 [ 38683] INFO - ScriptTemplatesProviders - [kts] loading script definitions [kotlin.script.templates.standard.ScriptTemplateWithArgs] using cp:
2017-11-17 20:09:50,103 [ 39203] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 3032ms under project opening modal progress
2017-11-17 20:09:50,217 [ 39317] INFO - tartup.impl.StartupManagerImpl - InitToolWindowsActivity run in 114ms under project opening modal progress
2017-11-17 20:09:50,343 [ 39443] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 3405ms; general responsiveness: ok; EDT responsiveness: 1/4 sluggish, 1/4 very slow
2017-11-17 20:09:54,165 [ 43265] INFO - j.ide.ui.OptionsTopHitProvider - 1383 ms spent to cache options in application
2017-11-17 20:09:54,165 [ 43265] INFO - idea.UpsourcePluginInitializer - JavaFX was successfully initialized
2017-11-17 20:09:54,237 [ 43337] INFO - tartup.impl.StartupManagerImpl - /Users/kariyan/Projects/iiac-iaga/workspace/iiac-iaga/.idea case-sensitivity: expected=false actual=false
2017-11-17 20:09:54,335 [ 43435] INFO - git4idea.GitVcs - Git version: 2.13.6.0 (UNIX)
2017-11-17 20:09:54,493 [ 43593] INFO - exImpl$StubIndexInitialization - Initialization done:10993
2017-11-17 20:09:54,687 [ 43787] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [<Project>]
2017-11-17 20:09:57,161 [ 46261] INFO - tor.impl.FileEditorManagerImpl - Project opening took 22651 ms
2017-11-17 20:09:58,101 [ 47201] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 9473ms; general responsiveness: ok; EDT responsiveness: 4/11 sluggish, 3/11 very slow
2017-11-17 20:09:58,470 [ 47570] 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.
2017-11-17 20:09:58,470 [ 47570] INFO - tartup.impl.StartupManagerImpl - ProjectInspectionProfileStartUpActivity run in 308ms on UI thread
2017-11-17 20:10:02,763 [ 51863] INFO - tartup.impl.StartupManagerImpl - ExternalSystemStartupActivity run in 4288ms on UI thread
2017-11-17 20:10:02,770 [ 51870] INFO - cloudConfig.CloudConfigManager - === StatusBar ignored ===
2017-11-17 20:10:02,852 [ 51952] INFO - ij.components.ComponentManager - com.intellij.openapi.components.impl.ServiceManagerImpl initialized in 24 ms
2017-11-17 20:10:02,907 [ 52007] INFO - ij.components.ComponentManager - com.intellij.openapi.vfs.encoding.EncodingProjectManagerImpl initialized in 54 ms
2017-11-17 20:10:02,920 [ 52020] INFO - ellij.project.impl.ProjectImpl - 21 project components initialized in 93 ms
2017-11-17 20:10:02,930 [ 52030] INFO - tartup.impl.StartupManagerImpl - NodeJsInterpreterManagerStartupActivity run in 113ms on UI thread
2017-11-17 20:10:04,050 [ 53150] INFO - j.ide.ui.OptionsTopHitProvider - 547 ms spent to cache options in project
2017-11-17 20:10:04,713 [ 53813] INFO - lij.tasks.impl.TaskManagerImpl - Searching for task 'IAGUIDE-69' in JiraRepository(URL='https://iiacguide.atlassian.net')
OH!
I just try refresh table, It's getting work well!!!
THANKS ! :D
Columns show well, and function is working as I want.
But there is another Exception after the end of the rebuilding index.
Here is my "idea.log".
2017-11-17 20:29:11,665 [ 545411] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 0 to update, calculated in 1ms
2017-11-17 20:29:23,576 [ 557322] INFO - urce.DatabaseConnectionManager - Connecting as: AIS_IAGA
2017-11-17 20:29:23,576 [ 557322] INFO - urce.DatabaseConnectionManager - Connecting to: jdbc:tibero:thin:@192.168.0.201:18629:IIACGUIDE
2017-11-17 20:29:25,302 [ 559048] WARN - lij.database.util.ErrorHandler - Missing comma.
at line 10, column 171 of null:
'LONG', -1, 'DATE', )91, 'TIME', 92,
^
java.sql.SQLException: Missing comma.
at line 10, column 171 of null:
'LONG', -1, 'DATE', )91, 'TIME', 92,
^
at com.tmax.tibero.jdbc.msg.common.TbMsgError.readErrorStackInfo(Unknown Source)
at com.tmax.tibero.jdbc.msg.TbMsgEreply.deserialize(Unknown Source)
at com.tmax.tibero.jdbc.comm.TbStream.readMsg(Unknown Source)
at com.tmax.tibero.jdbc.comm.TbCommType4.prepareExecute(Unknown Source)
at com.tmax.tibero.jdbc.TbPreparedStatement.executeCompleteSQL(Unknown Source)
at com.tmax.tibero.jdbc.TbPreparedStatement.executeInternal(Unknown Source)
at com.tmax.tibero.jdbc.TbPreparedStatement.executeQuery(Unknown Source)
at com.tmax.tibero.jdbc.TbDatabaseMetaData.getFunctionColumns(Unknown Source)
at com.intellij.database.remote.jdbc.impl.RemoteDatabaseMetaDataImpl.getFunctionColumns(RemoteDatabaseMetaDataImpl.java:537)
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.$Proxy167.getFunctionColumns(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.$Proxy168.getFunctionColumns(Unknown Source)
at com.intellij.database.introspection.jdbcMetadataWrappers.DatabaseMetaDataWrapper.getFunctionArgumentsInner(DatabaseMetaDataWrapper.java:518)
at com.intellij.database.introspection.jdbcMetadataWrappers.DatabaseMetaDataWrapper.lambda$routineArgumentsInner$3(DatabaseMetaDataWrapper.java:496)
at com.intellij.database.introspection.jdbcMetadataWrappers.DatabaseMetaDataWrapper.lambda$handleExceptions$2(DatabaseMetaDataWrapper.java:397)
at com.intellij.database.introspection.jdbcMetadataWrappers.ClosableIt$3.nextIt(ClosableIt.java:87)
at com.intellij.database.introspection.jdbcMetadataWrappers.ClosableIt$LazyAppendableClosableIt.nextImpl(ClosableIt.java:71)
at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
at com.intellij.database.introspection.jdbcMetadataWrappers.ClosableIt$GroupingItImpl.nextImpl(ClosableIt.java:340)
at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
at com.intellij.database.introspection.GenericIntrospector.introspectPrototypesInSchema(GenericIntrospector.java:390)
at com.intellij.database.introspection.GenericIntrospector.lambda$introspectSchemasByCatalogs$9(GenericIntrospector.java:214)
at java.lang.Iterable.forEach(Iterable.java:75)
at com.intellij.database.introspection.GenericIntrospector.lambda$forEachSchemaInCatalog$15(GenericIntrospector.java:243)
at com.intellij.database.introspection.GenericIntrospector.forEachCatalog(GenericIntrospector.java:238)
at com.intellij.database.introspection.GenericIntrospector.forEachSchemaInCatalog(GenericIntrospector.java:243)
at com.intellij.database.introspection.GenericIntrospector.introspectSchemasByCatalogs(GenericIntrospector.java:210)
at com.intellij.database.introspection.GenericIntrospector.introspectSchemas(GenericIntrospector.java:194)
at com.intellij.database.introspection.GenericIntrospector.lambda$null$0(GenericIntrospector.java:151)
at org.jetbrains.dekaf.core.BaseFacade.inSession(BaseFacade.java:125)
at com.intellij.database.introspection.GenericIntrospector.lambda$introspectAuto$1(GenericIntrospector.java:145)
at com.intellij.database.model.impl.BaseModel.modify(BaseModel.java:114)
at com.intellij.database.model.impl.BaseModel.modify(BaseModel.java:99)
at com.intellij.database.model.impl.BaseModel.modify(BaseModel.java:84)
at com.intellij.database.introspection.GenericIntrospector.introspectAuto(GenericIntrospector.java:145)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.introspectDatabases(DatabaseModelLoader.java:424)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.lambda$null$2(DatabaseModelLoader.java:318)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.withFacade(DatabaseModelLoader.java:505)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.lambda$introspect$3(DatabaseModelLoader.java:301)
at com.intellij.database.dataSource.DataSourceSyncManager.lambda$null$0(DataSourceSyncManager.java:40)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.perform(DatabaseConnectionManager.java:363)
at com.intellij.database.dataSource.DatabaseConnectionManager$Executor.lambda$sync$2(DatabaseConnectionManager.java:302)
at com.intellij.database.dataSource.AsyncUtil.withAsyncFriendly(AsyncUtil.java:159)
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:39)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor$1.perform(DataSourceSyncManager.java:242)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.introspect(DatabaseModelLoader.java:297)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.lambda$run$0(DatabaseModelLoader.java:277)
at com.intellij.database.dataSource.LocalDataSource.performBatch(LocalDataSource.java:1155)
at com.intellij.database.dataSource.DatabaseModelLoader$IntrospectionSession.run(DatabaseModelLoader.java:275)
at com.intellij.database.dataSource.DataSourceSyncManager$SyncProcessor.performSync(DataSourceSyncManager.java:244)
at com.intellij.database.dataSource.AsyncUtil.lambda$null$6(AsyncUtil.java:55)
at com.intellij.database.dataSource.AsyncUtil.lambda$underProgress$14(AsyncUtil.java:127)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:534)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:479)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:94)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:133)
at com.intellij.database.dataSource.AsyncUtil.underProgress(AsyncUtil.java:127)
at com.intellij.database.dataSource.AsyncUtil.lambda$captureIndicator$7(AsyncUtil.java:55)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:315)
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)
Looks like the problem (incorrect sql statement is issued when driver tries to get table metadata) with jbdc driver you are using. Try using different version. It may make sense to report it to jdbc driver vendor.
Thank you for your help! :)