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 251284 - NoSuchMethodError: org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.<init>(Lorg/netbeans/modules/j2ee/deployment/devmodules/api/J2eeModule;Lorg/netbeans/modules/j2ee/sun/ap
Summary: NoSuchMethodError: org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeplo...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-19 09:51 UTC by Maksim Khramov
Modified: 2015-03-19 10:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176465


Attachments
stacktrace (5.46 KB, text/plain)
2015-03-19 09:52 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2015-03-19 09:51:56 UTC
Build: NetBeans IDE Dev (Build 1)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b01, Java(TM) SE Runtime Environment, 1.8.0_45-b05
OS: Windows 7

User Comments:
big_al: Unable to open EJB project in Maven project

big_al: Unable to open Maven EJB module

mkhramov: Open Java Web Project

big_al: Can't open EJB project in Maven multi pom




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.j2ee.sun.share.configbean.SunONEDeploymentConfiguration.<init>(Lorg/netbeans/modules/j2ee/deployment/devmodules/api/J2eeModule;Lorg/netbeans/modules/j2ee/sun/api/SunDeploymentManagerInterface;)V
   at org.netbeans.modules.j2ee.sun.ide.j2ee.ModuleConfigurationImpl.<init>(ModuleConfigurationImpl.java:107)
   at org.netbeans.modules.j2ee.sun.ide.j2ee.ModConFactory.create(ModConFactory.java:83)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:802)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:784)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:252)
   at org.openide.util.Mutex.readAccess(Mutex.java:218)
Comment 1 Maksim Khramov 2015-03-19 09:52:00 UTC
Created attachment 152710 [details]
stacktrace
Comment 2 TomasKraus 2015-03-19 10:13:02 UTC
This is regression from http://hg.netbeans.org/web-main/rev/d075b556b189
I know about it.

Changeset hg.netbeans.org/web-main/rev/c48fa8311d89 should fix this, it was pushed in today around 2am CET.

Please check new dev build and reopen this bug if you still see this issue.