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 212979 - IAE: ProblemReporterImpl$2 was not listening to /app/maven_repo/..., only to ~/.m2/repository/...
Summary: IAE: ProblemReporterImpl$2 was not listening to /app/maven_repo/..., only to ...
Status: RESOLVED DUPLICATE of bug 211588
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-24 23:39 UTC by fsoares
Modified: 2012-05-25 16:12 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183524


Attachments
stacktrace (3.37 KB, text/plain)
2012-05-24 23:39 UTC, fsoares
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fsoares 2012-05-24 23:39:00 UTC
This bug was originally marked as duplicate of bug 211588, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
jocke: ...

fsoares: maven try to exclude a dependency




Stacktrace: 
java.lang.IllegalArgumentException: org.netbeans.modules.maven.problems.ProblemReporterImpl$2@100ad7a was not listening to /app/maven_repo/org/springframework/data/spring-data-mongodb/1.1.0.BUILD-SNAPSHOT/spring-data-mongodb-1.1.0.BUILD-SNAPSHOT.jar; only to [/home/fs/.m2/repository/com/google/apis/google-api-services-oauth2/v2-1.3.3-beta/google-api-services-oauth2-v2-1.3.3-beta.jar, /home/fs/.m2/repository/com/google/apis/google-api-services-plus/v1-1.3.0-beta/google-api-services-plus-v1-1.3.0-beta.jar, /home/fs/.m2/repository/org/springframework/data/spring-data-mongodb/1.1.0.BUILD-SNAPSHOT/spring-data-mongodb-1.1.0.BUILD-SNAPSHOT.jar, /home/fs/.m2/repository/com/oracle/ojdbc/ojdbc6/11.1.0.7.0/ojdbc6-11.1.0.7.0.jar, /home/fs/.m2/repository/org/firebirdsql/jdbc/jaybird-full/2.2.0/jaybird-full-2.2.0.jar]
   at org.openide.filesystems.FileUtil.removeFileChangeListenerImpl(FileUtil.java:316)
   at org.openide.filesystems.FileUtil.removeFileChangeListener(FileUtil.java:305)
   at org.netbeans.modules.maven.problems.ProblemReporterImpl.clearReports(ProblemReporterImpl.java:254)
   at org.netbeans.modules.maven.NbMavenProjectImpl.fireProjectReload(NbMavenProjectImpl.java:405)
   at org.netbeans.modules.maven.api.NbMavenProject.fireProjectReload(NbMavenProject.java:497)
   at org.netbeans.modules.maven.api.NbMavenProject.fireMavenProjectReload(NbMavenProject.java:516)
Comment 1 fsoares 2012-05-24 23:39:07 UTC
Created attachment 119847 [details]
stacktrace
Comment 2 Jesse Glick 2012-05-25 16:12:44 UTC
Fixed after Beta, but the exception reporter is too dumb to realize that.

*** This bug has been marked as a duplicate of bug 211588 ***