rife2 / bld-idea

bld support for IntelliJ IDEA
9 stars 1 forks source link

Plugin prevents Intellij from running/debugging in a maven project #23

Closed afloarea closed 2 weeks ago

afloarea commented 3 weeks ago

Hello,

Thank you for creating and maintaining this project.

I have installed the plugin (v 0.6.4) on Intellij Idea 2024.2.0.2 community edition on linux and it worked fine for bld projects. However I noticed, when I opened another maven project, if I try to launch/debug from intellij, it hangs forever with Loading bld configuration. If I disable the plugin then it works again.

ethauvin commented 3 weeks ago

Hi @afloarea,

I just can't reproduce the behavior that you are describing. When I open a maven project, the bld tools are simply not available, and there are no conflicts. Everything launches and debugs as expected.

Do you have a IDEA project that we can use to test and reproduce with?

afloarea commented 3 weeks ago

well, it looks like any maven project that I open has this issue so I don't know if I can provide something that would reproduce for you. I checked the idea.log and what I see when I run is

2024-08-23 11:29:54,393 [ 299822]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:29:55,573 [ 301002]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-08-23 11:29:55,574 [ 301003]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-08-23 11:29:58,592 [ 304021]   INFO - #c.i.c.i.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2024-08-23 11:30:07,760 [ 313189]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:31:22,903 [ 388332]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:31:59,761 [ 425190]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:34:13,971 [ 559400]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:34:26,378 [ 571807]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:35:10,634 [ 616063]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:35:13,615 [ 619044]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:35:23,883 [ 629312]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:36:11,434 [ 676863]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated

and it continues to print the last line again and again and in the ui it just says loading bld config image

and if I abort

2024-08-23 11:37:14,460 [ 739889]   INFO - #c.i.o.v.n.p.FSRecords - Checking VFS started
2024-08-23 11:37:16,002 [ 741431]   INFO - #c.i.o.v.n.p.FSRecords - Checking VFS finished (healthy): VFSHealthCheckReport[healthy: true](FileRecordsReport[recordsChecked=125317, recordsDeleted=41, childrenChecked=124993]{nullNameIds=0, unresolvableNameIds=0, notNullContentIds=8505, unresolvableContentIds=0, unresolvableAttributesIds=0, nullParents=0, inconsistentParentChildRelationships=0, generalErrors=0), RootsReport(rootsCount=157, rootsWithParents=0, rootsDeletedButNotRemoved=0, generalErrors=0), NamesEnumeratorReport(namesChecked=61293, namesResolvedToNull=0, idsResolvedToNull=0, inconsistentNames=0, generalErrors=0), ContentEnumeratorReport(contentRecordsChecked=8292, generalErrors=0)){timeTaken=1.538676928s}
2024-08-23 11:38:04,129 [ 789558]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:38:06,637 [ 792066]   INFO - #c.i.c.i.CompilerUtil -  COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 491101 ms: 8 min 11sec
2024-08-23 11:39:21,221 [ 866650]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated

the

2024-08-23 11:41:41,658 [1007087]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated

seems to be printed to the logs every time I switch back to the ide window from another window

aslo, these are the logs when I open the maven project:

2024-08-23 11:43:17,256 [1102685]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:43:18,247 [1103676]   INFO - #rife.bld.idea.listeners.BldApplicationActivationListener - bld application activated
2024-08-23 11:43:18,267 [1103696]   INFO - #c.i.p.i.m.GlobalMenuLinux - created instance of GlobalMenuLinux for frame: com.intellij.openapi.wm.impl.IdeFrameImpl[frame3,0,0,1920x1040,invalid,layout=java.awt.BorderLayout,title=,resizable,maximized,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=com.intellij.openapi.wm.impl.IdeRootPane[,0,0,1920x1040,invalid,layout=com.intellij.openapi.wm.impl.IdeRootPane$MyRootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=449,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
2024-08-23 11:43:18,295 [1103724]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Load workspace model from cache in 38 ms
2024-08-23 11:43:18,299 [1103728]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated silently to version 1 in 0 ms: Add module mapping
2024-08-23 11:43:18,318 [1103747]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2024-08-23 11:43:18,319 [1103748]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 2 in 2 ms: Change entity sources to externally imported
2024-08-23 11:43:18,324 [1103753]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated silently to version 3 in 1 ms: Add project library mapping
2024-08-23 11:43:18,329 [1103758]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2024-08-23 11:43:18,329 [1103758]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 4 in 0 ms: Sync global entities with project: tempitj
2024-08-23 11:43:18,340 [1103769]   WARN - #c.i.s.ComponentManagerImpl - `preload=NOT_HEADLESS` must be used only for core services (service=org.jetbrains.kotlin.idea.search.refIndex.KotlinCompilerReferenceIndexService, plugin=org.jetbrains.kotlin)
2024-08-23 11:43:18,341 [1103770]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=org.jetbrains.idea.maven.project.MavenProjectsManagerEx, plugin=org.jetbrains.idea.maven)
2024-08-23 11:43:18,341 [1103770]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=org.jetbrains.idea.maven.navigator.MavenProjectsNavigator, plugin=org.jetbrains.idea.maven)
2024-08-23 11:43:18,341 [1103770]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=org.jetbrains.idea.maven.tasks.MavenShortcutsManager, plugin=org.jetbrains.idea.maven)
2024-08-23 11:43:18,341 [1103770]   WARN - #c.i.s.ComponentManagerImpl - `preload=NOT_HEADLESS` must be used only for core services (service=com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager, plugin=com.jetbrains.codeWithMe)
2024-08-23 11:43:18,341 [1103770]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=com.intellij.cwm.plugin.users.BackendUserManager, plugin=com.jetbrains.codeWithMe)
2024-08-23 11:43:18,341 [1103770]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=com.intellij.cwm.plugin.ports.CwmPortForwardingToolWindowManager, plugin=com.jetbrains.codeWithMe)
2024-08-23 11:43:18,341 [1103770]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=com.intellij.cwm.plugin.users.BackendCWMUserFocusHost, plugin=com.jetbrains.codeWithMe)
2024-08-23 11:43:18,341 [1103770]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=com.intellij.cwm.plugin.following.FollowMeManagerService, plugin=com.jetbrains.codeWithMe)
2024-08-23 11:43:18,341 [1103770]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=com.intellij.cwm.plugin.following.BackendProjectViewSync, plugin=com.jetbrains.codeWithMe)
2024-08-23 11:43:18,341 [1103770]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=com.intellij.cwm.plugin.following.BackendFollowMeEditorsHost, plugin=com.jetbrains.codeWithMe)
2024-08-23 11:43:18,342 [1103771]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=com.intellij.cwm.plugin.following.BackendFollowMeDebuggerHost, plugin=com.jetbrains.codeWithMe)
2024-08-23 11:43:18,342 [1103771]   WARN - #c.i.s.ComponentManagerImpl - `preload=TRUE` must be used only for core services (service=com.intellij.cwm.plugin.following.FollowMeLookupSynchronizer, plugin=com.jetbrains.codeWithMe)
2024-08-23 11:43:18,342 [1103771]   INFO - #c.i.u.i.ManagedPersistentCache - created persistent map persistent-markup-tempitj-17964e22 with size 1
2024-08-23 11:43:18,342 [1103771]   INFO - #c.i.o.v.i.p.NewMappings - VCS Root: [Git] - [/home/afloarea/Repositories/HomeLab/tempi]
2024-08-23 11:43:18,342 [1103771]   INFO - #c.i.u.i.ManagedPersistentCache - created persistent map persistent-folding-tempitj-17964e22 with size 10
2024-08-23 11:43:18,343 [1103772]   INFO - #c.i.u.i.ManagedPersistentCache - created persistent map persistent-code-vision-tempitj-17964e22 with size 10
2024-08-23 11:43:18,344 [1103773]   INFO - #c.i.u.i.ManagedPersistentCache - created persistent map persistent-declarative-hints-tempitj-17964e22 with size 10
2024-08-23 11:43:18,344 [1103773]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Initialized from default code style settings.
2024-08-23 11:43:18,344 [1103773]   INFO - #c.i.u.i.ManagedPersistentCache - created persistent map persistent-parameter-hints-tempitj-17964e22 with size 10
2024-08-23 11:43:18,346 [1103775]   INFO - PerformancePlugin - Performance Plugin is in silent mode
2024-08-23 11:43:18,380 [1103809]   INFO - #c.i.c.p.f.FollowMeManager - Register new user (name: 'afloarea', client id: Host)
2024-08-23 11:43:18,459 [1103888]   INFO - #c.i.i.p.i.ProjectViewInitNotifier - Project View initialization started
2024-08-23 11:43:18,464 [1103893]   INFO - #c.i.i.p.i.ProjectViewInitNotifier - Project View cached nodes loaded
2024-08-23 11:43:18,500 [1103929]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@1b56709c
2024-08-23 11:43:18,501 [1103930]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2024-08-23 11:43:18,501 [1103930]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Running initialization condition: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@6a74ad10
2024-08-23 11:43:18,501 [1103930]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Finished: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@6a74ad10
2024-08-23 11:43:18,501 [1103930]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@487bda41
2024-08-23 11:43:18,501 [1103930]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@487bda41
2024-08-23 11:43:18,501 [1103930]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@666475ad
2024-08-23 11:43:18,501 [1103930]   INFO - #c.i.u.i.PersistentDirtyFilesQueue - Dirty file ids read. Size: 0. Index: 48 Path: /home/afloarea/.cache/JetBrains/IdeaIC2024.2/index/dirty-file-queues/17964e22.
2024-08-23 11:43:18,501 [1103930]   INFO - #c.i.u.i.p.IncrementalProjectIndexableFilesFilterHolder - PersistentProjectIndexableFilesFilterFactory is chosen as indexable files filter factory for project: tempitj
2024-08-23 11:43:18,507 [1103936]   INFO - #c.i.u.i.UnindexedFilesScanner - Full scanning on startup will be skipped for project tempitj
2024-08-23 11:43:18,509 [1103938]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@666475ad
2024-08-23 11:43:18,511 [1103940]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.FileBasedIndexInfrastructureExtensionStartup@37d1f5e7
2024-08-23 11:43:18,511 [1103940]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.FileBasedIndexInfrastructureExtensionStartup@37d1f5e7
2024-08-23 11:43:18,512 [1103941]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@7cabb535
2024-08-23 11:43:18,513 [1103942]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@7cabb535
2024-08-23 11:43:18,514 [1103943]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@6c894d73
2024-08-23 11:43:18,516 [1103945]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@6c894d73
2024-08-23 11:43:18,517 [1103946]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.ide.projectWizard.generators.SdkPreIndexingRequiredForSmartModeActivity@4f3aaec6
2024-08-23 11:43:18,517 [1103946]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.ide.projectWizard.generators.SdkPreIndexingRequiredForSmartModeActivity@4f3aaec6
2024-08-23 11:43:18,517 [1103946]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@1b56709c
2024-08-23 11:43:18,741 [1104170]   INFO - #c.i.o.p.DumbServiceImpl - exit dumb mode [tempitj]
2024-08-23 11:43:18,842 [1104271]   WARN - #c.i.u.t.AbstractTreeNodeVisitor - unexpected component class com.intellij.ide.util.treeView.CachedTreePresentationNode
2024-08-23 11:43:18,847 [1104276]   WARN - #c.i.u.t.AbstractTreeNodeVisitor - unexpected component class com.intellij.ide.util.treeView.CachedTreePresentationNode
2024-08-23 11:43:18,852 [1104281]   WARN - #c.i.u.t.AbstractTreeNodeVisitor - unexpected component class com.intellij.ide.util.treeView.CachedTreePresentationNode
2024-08-23 11:43:18,861 [1104290]   WARN - #c.i.u.t.AbstractTreeNodeVisitor - unexpected component class com.intellij.ide.util.treeView.CachedTreePresentationNode
2024-08-23 11:43:19,015 [1104444]   WARN - #c.i.u.t.AbstractTreeNodeVisitor - unexpected component class com.intellij.ide.util.treeView.CachedTreePresentationNode
2024-08-23 11:43:19,024 [1104453]   WARN - #c.i.u.t.AbstractTreeNodeVisitor - unexpected component class com.intellij.ide.util.treeView.CachedTreePresentationNode
2024-08-23 11:43:19,027 [1104456]   WARN - #c.i.u.t.AbstractTreeNodeVisitor - unexpected component class com.intellij.ide.util.treeView.CachedTreePresentationNode
2024-08-23 11:43:19,043 [1104472]   WARN - #c.i.u.t.AbstractTreeNodeVisitor - unexpected component class com.intellij.ide.util.treeView.CachedTreePresentationNode
2024-08-23 11:43:19,051 [1104480]   WARN - #c.i.u.t.AbstractTreeNodeVisitor - unexpected component class com.intellij.ide.util.treeView.CachedTreePresentationNode
2024-08-23 11:43:19,058 [1104487]   WARN - #c.i.u.t.AbstractTreeNodeVisitor - unexpected component class com.intellij.ide.util.treeView.CachedTreePresentationNode
2024-08-23 11:43:19,116 [1104545]   INFO - #c.i.o.p.UnindexedFilesScannerExecutor - [17964e22] Running task: com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$ScheduledScanningTask@7e88a6ca
2024-08-23 11:43:19,117 [1104546]   INFO - #c.i.o.a.i.ActionUpdater - 366 ms to grab EDT for FontEditorPreview$ToggleBoldFontAction#presentation@ContextToolbar (com.intellij.application.options.colors.FontEditorPreview$ToggleBoldFontAction)
2024-08-23 11:43:19,117 [1104546]   INFO - #c.i.o.a.i.ActionUpdater - 366 ms to grab EDT for FontEditorPreview$RestorePreviewTextAction#presentation@ContextToolbar (com.intellij.application.options.colors.FontEditorPreview$RestorePreviewTextAction)
2024-08-23 11:43:19,118 [1104547]   INFO - #c.i.u.i.UnindexedFilesScanner - [17964e22], scanning stage: DelayedPushProperties
2024-08-23 11:43:19,119 [1104548]   INFO - #c.i.u.i.FilesFilterScanningHandler$IdleFilesFilterScanningHandler - Scanning will happen without filling of project indexable files filter
2024-08-23 11:43:19,120 [1104549]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of tempitj. Reason: On project open
2024-08-23 11:43:19,120 [1104549]   INFO - #c.i.u.i.UnindexedFilesScanner - [17964e22], scanning stage: CreatingIterators
2024-08-23 11:43:19,120 [1104549]   INFO - #c.i.u.i.UnindexedFilesScanner - [17964e22], scanning stage: CollectingIndexableFiles
2024-08-23 11:43:19,120 [1104549]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of tempitj uses 15 scanning threads
2024-08-23 11:43:19,122 [1104551]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for tempitj. Number of scanned files: 0; number of files for indexing: 0
2024-08-23 11:43:19,124 [1104553]   INFO - #c.i.o.p.InitialVfsRefreshService - 17964e22: marking roots for initial VFS refresh
2024-08-23 11:43:19,130 [1104559]   INFO - #c.i.o.p.InitialVfsRefreshService - 17964e22: starting initial VFS refresh of 92 roots
2024-08-23 11:43:19,131 [1104560]   INFO - #c.i.u.i.PerProjectIndexingQueue - Finished for tempitj. No files to index with loading content.
2024-08-23 11:43:19,131 [1104560]   INFO - #c.i.o.p.UnindexedFilesScannerExecutor - [17964e22] Task finished: com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$ScheduledScanningTask@7e88a6ca
2024-08-23 11:43:19,220 [1104649]   INFO - #c.i.o.a.i.ActionUpdater - 384 ms to grab EDT for EditorMarkupModelImpl$TrafficLightAction#presentation@EditorInspectionsToolbar (com.intellij.openapi.editor.impl.EditorMarkupModelImpl$TrafficLightAction)
2024-08-23 11:43:19,220 [1104649]   INFO - #c.i.o.a.i.ActionUpdater - 385 ms to grab EDT for EditorMarkupModelImpl$1#presentation@EditorInspectionsToolbar (com.intellij.openapi.editor.impl.EditorMarkupModelImpl$1)
2024-08-23 11:43:19,221 [1104650]   INFO - #c.i.o.a.i.ActionUpdater - 383 ms to grab EDT for ToolWindowHeader$2#children@ToolwindowTitle (com.intellij.toolWindow.ToolWindowHeader$2)
2024-08-23 11:43:19,255 [1104684]   INFO - #c.i.o.a.i.ActionUpdater - 416 ms to grab EDT for EditorMarkupModelImpl$TrafficLightAction#presentation@EditorInspectionsToolbar (com.intellij.openapi.editor.impl.EditorMarkupModelImpl$TrafficLightAction)
2024-08-23 11:43:19,255 [1104684]   INFO - #c.i.o.a.i.ActionUpdater - 416 ms to grab EDT for EditorMarkupModelImpl$1#presentation@EditorInspectionsToolbar (com.intellij.openapi.editor.impl.EditorMarkupModelImpl$1)
2024-08-23 11:43:19,275 [1104704]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 0 millis (read time: 0)
2024-08-23 11:43:19,337 [1104766]   INFO - #o.j.k.i.PluginStartupActivity - Kotlin plugin mode: K1
2024-08-23 11:43:19,341 [1104770]   INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 69ms; general responsiveness: ok; EDT responsiveness: ok
2024-08-23 11:43:19,346 [1104775]   INFO - #o.j.i.maven - Updating index list for project Project(name=tempitj, containerState=COMPONENT_CREATED, componentStore=/home/afloarea/Repositories/HomeLab/tempi/tempitj)
2024-08-23 11:43:19,347 [1104776]   INFO - #o.j.i.maven - updating index list for Project(name=tempitj, containerState=COMPONENT_CREATED, componentStore=/home/afloarea/Repositories/HomeLab/tempi/tempitj) - will add repository local:local:/home/afloarea/.m2/repository, before was null
2024-08-23 11:43:19,348 [1104777]   INFO - #o.j.i.maven - Starting update maven index for local:local:/home/afloarea/.m2/repository
2024-08-23 11:43:19,782 [1105211]   INFO - #o.j.i.maven - GAV index updated for repo /home/afloarea/.m2/repository, 3979 files processed in 345 groups in 434 millis
2024-08-23 11:43:19,831 [1105260]   INFO - #c.i.v.l.d.VcsLogData - Vcs log index is turned off in the registry
2024-08-23 11:43:19,876 [1105305]   INFO - #c.i.o.p.InitialVfsRefreshService - 17964e22: initial VFS refresh finished in 745 ms
2024-08-23 11:43:20,133 [1105562]   INFO - #c.i.i.p.i.ProjectViewInitNotifier - Project View initialization completed
2024-08-23 11:43:24,343 [1109772]   INFO - #o.j.j.b.i.CompilerReferenceIndex - backward reference index version doesn't exist
2024-08-23 11:43:24,343 [1109772]   INFO - #c.i.c.b.IsUpToDateCheckStartupActivity - suitable consumer is not found
2024-08-23 11:43:24,357 [1109786]   INFO - #c.i.w.i.i.GlobalWorkspaceModel - Sync global entities with mutable entity storage
2024-08-23 11:43:24,363 [1109792]   INFO - #c.i.w.i.i.j.s.JpsProjectModelSynchronizer - Attempt 1: Apply JPS storage (iml files)
2024-08-23 11:43:24,374 [1109803]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2024-08-23 11:43:24,375 [1109804]   INFO - #c.i.w.i.i.j.s.JpsProjectModelSynchronizer - Attempt 1: Changes were successfully applied
2024-08-23 11:43:24,375 [1109804]   INFO - #c.i.w.i.i.j.s.DelayedProjectSynchronizer$Util - Workspace model loaded from cache. Syncing real project state into workspace model in 33 ms. Thread[#332,DefaultDispatcher-worker-19,5,main]
2024-08-23 11:43:54,343 [1139772]   INFO - #c.j.r.p.c.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is '/home/afloarea/.cache/JetBrains'. JvmStartTimeMs=1724401494319
2024-08-23 11:43:54,344 [1139773]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client system folders to check
2024-08-23 11:43:54,344 [1139773]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client config folders to check
2024-08-23 11:43:54,344 [1139773]   INFO - #c.j.r.p.c.CodeWithMeCleanup - keep only [] major versions
2024-08-23 11:43:54,344 [1139773]   INFO - #c.j.r.p.c.CodeWithMeCleanup - Starting the logs folder cleanup. Path: /home/afloarea/.cache/JetBrains/IdeaIC2024.2/log
2024-08-23 11:43:54,344 [1139773]   INFO - #c.i.r.OsRegistryConfigProvider - Looking for 'versionManagementEnabled' value in [/etc/xdg/JetBrains/JetBrainsClient/versionManagementEnabled, /etc/xdg/JetBrains/JetBrainsClient/config.json, /home/afloarea/.config/JetBrains/JetBrainsClient/versionManagementEnabled, /home/afloarea/.config/JetBrains/JetBrainsClient/config.json, /home/afloarea/.config/kdedefaults/JetBrains/JetBrainsClient/versionManagementEnabled, /home/afloarea/.config/kdedefaults/JetBrains/JetBrainsClient/config.json, /etc/xdg/JetBrains/JetBrainsClient/versionManagementEnabled, /etc/xdg/JetBrains/JetBrainsClient/config.json, /usr/share/manjaro-kde-settings/xdg/JetBrains/JetBrainsClient/versionManagementEnabled, /usr/share/manjaro-kde-settings/xdg/JetBrains/JetBrainsClient/config.json]
2024-08-23 11:43:54,345 [1139774]   INFO - #c.i.r.OsRegistryConfigProvider - OS provided value for 'versionManagementEnabled' is not found

Also, I tried using the 'Repair IDE' steps including invalidating all caches and restarting and that didn't fix it either. I am running Manjaro KDE. Like you mentioned, on the right side I don't see the bld button, just the maven one.

I can't think of anything else that could be useful, I can check other log files if there are any.

gbevin commented 3 weeks ago

@afloarea is there an open source Maven example that you can point us to, we don't seem to be able to reproduce this and maybe there's something different that we're missing

afloarea commented 2 weeks ago

I created a (stock) maven project from intellij idea and it has the same problem when using 'run current file' from idea. https://github.com/afloarea/hello I removed all gitignore files. The .idea/bld.xml file is generated after the first 'run current file'

gbevin commented 2 weeks ago

Thank you, that's very helpful!

gbevin commented 2 weeks ago

I found the problem, building and publishing an updated version shortly.

gbevin commented 2 weeks ago

Version 0.7.0 is now in the marketplace, it would be great if you could confirm this fixes the issue for you too.

afloarea commented 2 weeks ago

Version 0.7.0 is now in the marketplace, it would be great if you could confirm this fixes the issue for you too.

I tested it and it works fine. Thank you for looking into this.