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 96769 - NoSuchMethodError when accesing nodes
Summary: NoSuchMethodError when accesing nodes
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-28 12:27 UTC by Michal Mocnak
Modified: 2007-06-27 10:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2007-02-28 12:27:14 UTC
java.lang.NoSuchMethodError:
org.netbeans.modules.j2ee.jboss4.JBDeploymentManager.refreshRMIServer()Ljava/lang/Object;
	at
org.netbeans.modules.j2ee.jboss4.nodes.actions.UndeployModuleCookieImpl$1.run(UndeployModuleCookieImpl.java:100)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Sherold Dev 2007-06-27 10:06:37 UTC
Closing as INVALID, this error should be caught by the compiler. It looks like you changed the method/class when the IDE
was running. Feel free to reopen if it is not the case and you are still able to reproduce it. Please attach
reproduction steps next time.