This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 249570 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Maven project reloading
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Ma...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-30 13:57 UTC by sebglon
Modified: 2015-07-14 01:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210375


Attachments
stacktrace (2.81 KB, text/plain)
2014-12-30 13:57 UTC, sebglon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sebglon 2014-12-30 13:57:21 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Linux

User Comments:
GUEST: ...

GUEST: Background scanning of projects never ends (again).

GUEST: The app just got freeze and then nothing happened... The netbeans just opened and closed by itself several times.

GUEST: I have a big application and 70% of the times that the apps try to make a background scanning, it hangs up and slows the entire IDE, I'm not able to stop that process, always says that is not possible to do that. It's really annoying

GUEST: The IDe was ruunning fine so far. No action was started by me.

sebglon: on replace Stirng on many file

GUEST: "Background scanning of projects" never ends

GUEST: Duplicating an xhtml file, using ctrl drag and drop of file foo.xhtml into same dir

GUEST: updated all project from subversion repository. it is maven based ear project

davti: closing browser




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Maven project reloading
   at org.netbeans.modules.maven.j2ee.CopyOnSave.removeArtifactListener(CopyOnSave.java:231)
   at org.netbeans.modules.maven.j2ee.ear.EarModuleProviderImpl$DeployOnSaveSupportProxy.removeArtifactListener(EarModuleProviderImpl.java:340)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager.stopListening(DeployOnSaveManager.java:225)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager.startListening(DeployOnSaveManager.java:165)
   at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.enableCompileOnSaveSupport(Deployment.java:361)
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.changeServer(MavenProjectSupport.java:145)
Comment 1 sebglon 2014-12-30 13:57:23 UTC
Created attachment 151318 [details]
stacktrace
Comment 2 guntulys 2015-03-11 07:12:55 UTC
Confirmed. Same bug to me.

Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Java: 1.7.0_71; Java HotSpot(TM) 64-Bit Server VM 24.71-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_71-b14
System: Windows 7 version 6.1 running on amd64; Cp1257; lt_LT (nb)
Comment 3 Petr Hejl 2015-07-13 14:23:28 UTC
Fixed in web-main 24f5a286a215.
Comment 4 Quality Engineering 2015-07-14 01:17:27 UTC
Integrated into 'main-silver', will be available in build *201507140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/24f5a286a215
User: Petr Hejl <phejl@netbeans.org>
Log: #249570 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Maven project reloading