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 248090 - AssertionError: Should not be listening to /home/ondra/NetBeansProjects/HTML5Application/public_html
Summary: AssertionError: Should not be listening to /home/ondra/NetBeansProjects/HTML5...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 220893 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-10-22 08:08 UTC by Ondrej Vrabec
Modified: 2018-03-14 11:44 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212894


Attachments
stacktrace (1.11 KB, text/plain)
2014-10-22 08:08 UTC, Ondrej Vrabec
Details
stacktrace (1.31 KB, text/plain)
2015-02-09 04:06 UTC, abien
Details
stacktrace (1.12 KB, text/plain)
2018-03-14 11:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2014-10-22 08:08:11 UTC
Build: NetBeans IDE Dev (Build 20141016-298eda3b9475)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Linux

User Comments:
ovrabec: Switched project group. /home/ondra/NetBeansProjects/HTML5Application is not open in either of the groups.




Stacktrace: 
java.lang.AssertionError: Should not be listening to /home/ondra/NetBeansProjects/HTML5Application/public_html
   at org.netbeans.modules.web.clientproject.ClientSideProject$OpenHookImpl.addSiteRootListener(ClientSideProject.java:751)
   at org.netbeans.modules.web.clientproject.ClientSideProject$OpenHookImpl.projectOpened(ClientSideProject.java:695)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:85)
   at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1298)
   at org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:1379)
   at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:823)
Comment 1 Ondrej Vrabec 2014-10-22 08:08:13 UTC
Created attachment 150041 [details]
stacktrace
Comment 2 abien 2015-02-09 04:06:26 UTC
Created attachment 151892 [details]
stacktrace

Happened during swapping between groups
Comment 3 Tomas Mysik 2015-02-24 17:07:42 UTC
Again, switching project groups seems to me not to call projectOpened() and projectClosed() properly (the same number of times) - see also issue #250259 or issue #250255.

Thanks.
Comment 4 Tomas Mysik 2015-03-04 08:54:53 UTC
*** Bug 220893 has been marked as a duplicate of this bug. ***
Comment 5 Exceptions Reporter 2018-03-14 11:44:44 UTC
Created attachment 165671 [details]
stacktrace

open an Angular project