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 247410 - org.netbeans.modules.javaee.project.api.JavaEEProjectSettings$UnsupportedProjectTypeException: Project core-admin-console doesn't support JavaEEProjectSettings. Add implementation of JavaEEProjectSett
Summary: org.netbeans.modules.javaee.project.api.JavaEEProjectSettings$UnsupportedProj...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-23 16:17 UTC by athompson
Modified: 2015-09-22 09:13 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209928


Attachments
stacktrace (1.30 KB, text/plain)
2014-09-23 16:17 UTC, athompson
Details
stacktrace (1.27 KB, text/plain)
2015-03-16 13:36 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2014-09-23 16:17:04 UTC
Build: NetBeans IDE Dev (Build 201409210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
GUEST: Starting netbeans with EE project

GUEST: Unsure

athompson: started IDE (there were several open projects of various types)




Stacktrace: 
org.netbeans.modules.javaee.project.api.JavaEEProjectSettings$UnsupportedProjectTypeException: Project core-admin-console doesn't support JavaEEProjectSettings. Add implementation of JavaEEProjectSettingsImplementation into its Project Type lookup.
   at org.netbeans.modules.javaee.project.api.JavaEEProjectSettings.getServerInstanceID(JavaEEProjectSettings.java:206)
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.obtainServerIds(MavenProjectSupport.java:259)
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.changeServer(MavenProjectSupport.java:110)
   at org.netbeans.modules.maven.j2ee.ProjectHookImpl.projectOpened(ProjectHookImpl.java:98)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:85)
   at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1298)
Comment 1 athompson 2014-09-23 16:17:06 UTC
Created attachment 149468 [details]
stacktrace
Comment 2 Exceptions Reporter 2014-09-30 21:14:12 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=209928
Comment 3 Martin Fousek 2014-10-03 06:14:32 UTC
Looks like maven's case.
Comment 4 Exceptions Reporter 2014-12-03 06:19:12 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=209928
Comment 5 muellermi 2015-03-16 13:36:20 UTC
Created attachment 152652 [details]
stacktrace

opening project
Comment 6 Petr Hejl 2015-09-21 14:30:30 UTC
According to exception reports, it looks like the project lookup might not be fully initialized in project's open hook? Seems to be happening on IDE start and project group change. Tomasi is that possible?
Comment 7 Tomas Stupka 2015-09-22 09:13:23 UTC
there were problems with ProejctServiceProvider-s - see issue #246953 and associated duplicates in maven, php, ...

perhaps this is a duplicate as well