IntelliJ 2019.2.3 Community Edition doesnt print System.out.println to debug console and Run window
Hi,
Please help with this issue
What is interesting is that simple Hello world Java works - it is my huge Gradle project having issue
I am running on RHEL 7.4
Here are logs - first p[art showing when big project doesnt work, at the botom I opened small Java Hello world project and all worked despite some exception
2019-09-25 10:13:18,959 [1195611] INFO - re.component.SaveActionManager - [+] Start SaveActionManager#beforeAllDocumentsSaving
2019-09-25 10:13:18,959 [1195611] INFO - re.component.SaveActionManager - Locating psi files for 0 documents: []
2019-09-25 10:13:18,959 [1195611] INFO - re.component.SaveActionManager - End SaveActionManager#beforeAllDocumentsSaving
2019-09-25 10:13:18,961 [1195613] INFO - re.component.SaveActionManager - [+] Start SaveActionManager#beforeAllDocumentsSaving
2019-09-25 10:13:18,961 [1195613] INFO - re.component.SaveActionManager - Locating psi files for 0 documents: []
2019-09-25 10:13:18,961 [1195613] INFO - re.component.SaveActionManager - End SaveActionManager#beforeAllDocumentsSaving
2019-09-25 10:13:19,021 [1195673] INFO - xecution.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /tmp/ijresolvers3.gradle --init-script /tmp/BankStreamGateway_mai
n__1.gradle
2019-09-25 10:13:55,731 [1232383] INFO - re.component.SaveActionManager - [+] Start SaveActionManager#beforeAllDocumentsSaving
2019-09-25 10:13:55,732 [1232384] INFO - re.component.SaveActionManager - Locating psi files for 0 documents: []
2019-09-25 10:13:55,732 [1232384] INFO - re.component.SaveActionManager - End SaveActionManager#beforeAllDocumentsSaving
2019-09-25 10:14:15,154 [1251806] INFO - re.component.SaveActionManager - [+] Start SaveActionManager#beforeAllDocumentsSaving
2019-09-25 10:14:15,155 [1251807] INFO - re.component.SaveActionManager - Locating psi files for 0 documents: []
2019-09-25 10:14:15,155 [1251807] INFO - re.component.SaveActionManager - End SaveActionManager#beforeAllDocumentsSaving
2019-09-25 10:14:15,656 [1252308] INFO - rationStore.ComponentStoreImpl - Saving Project '/export/home/ikaminsky/IdeaProjects/FXTServices' FXTServiceslibraryTable took 64 ms
2019-09-25 10:14:15,656 [1252308] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 201 ms
2019-09-25 10:14:20,215 [1256867] INFO - ea.checkstyle.CheckStylePlugin - CheckStyle Plugin loaded with project base dir: "/export/home/ikaminsky/IdeaProjects/untitled"
2019-09-25 10:14:20,238 [1256890] INFO - ckstyle.CheckStyleModulePlugin - CheckStyle Module Plugin loaded for module: "untitled"
2019-09-25 10:14:20,249 [1256901] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2019-09-25 10:14:20,325 [1256977] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 2ms; general responsiveness: ok; EDT responsiveness: ok
2019-09-25 10:14:20,422 [1257074] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 1 millis (read time: 0)
2019-09-25 10:14:20,441 [1257093] INFO - j.ide.ui.OptionsTopHitProvider - 91 ms spent to cache options in project
2019-09-25 10:14:20,448 [1257100] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 139ms; general responsiveness: ok; EDT responsiveness: ok
2019-09-25 10:14:20,450 [1257102] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 125ms; general responsiveness: ok; EDT responsiveness: ok
2019-09-25 10:14:20,450 [1257102] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 1 files to update
2019-09-25 10:14:20,454 [1257106] INFO - tartup.impl.StartupManagerImpl - /export/home/ikaminsky/IdeaProjects/untitled/.idea case-sensitivity: expected=true actual=true
2019-09-25 10:14:20,486 [1257138] INFO - tor.impl.FileEditorManagerImpl - Project opening took 305 ms
2019-09-25 10:14:20,490 [1257142] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 40ms; general responsiveness: ok; EDT responsiveness: ok
2019-09-25 10:14:20,912 [1257564] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: /export/home/ikaminsky/idea/plugins/java/lib/jps-launcher.jar:/export/home/ikaminsky/idea-IC-192.6603.28/jbr/lib/classes.zip
2019-09-25 10:14:20,953 [1257605] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2019-09-25 10:14:20,954 [1257606] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation
2019-09-25 10:14:20,954 [1257606] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2019-09-25 10:14:21,141 [1257793] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: WARNING: An illegal reflective access operation has occurred
2019-09-25 10:14:21,141 [1257793] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (file:/export/home/ikaminsky/idea-IC-192.6817.14/lib/protobuf-java-3.5.1.jar) to field java.nio.Buffer.address
2019-09-25 10:14:21,141 [1257793] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Please consider reporting this to the maintainers of com.google.protobuf.UnsafeUtil
:
Please sign in to leave a comment.
Hi, is it possible to provide project source or provide a demo project?
Petr - spasibo za bystryj otvet. I downgraded to ideaIC-2018.3.6-no-jdk version and everything started working
I am fine with this version - no issues
Thank you very much
Regards
Igor Kaminsky