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 74214 - java.lang.NoSuchMethodError on start up.
Summary: java.lang.NoSuchMethodError on start up.
Status: CLOSED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-30 20:37 UTC by anchor
Modified: 2007-03-14 11:22 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 anchor 2006-03-30 20:37:57 UTC
Hello,

I installed the Profiler on my system and put the JFluid JVM on my system 
under the C:\Documents and Settings\jmanzi\.netbeans\4.1\modules folder. Here 
is where I unzipped the profiler-m8v3-vm-windows.nbm file. In here is where 
the profiler-ea-vm folder and the org-netbeans-modules-profiler-jfluidvm.jar 
file reside.

I loaded my project and clicked on the Profile->"Profile Main Projet..." menu 
item. After Slecting the Profile Task and clicking on the Run button, I see 
the little Do Not Enter sign blinking in the lower right-hand corner of the 
netBeans IDE. When I click on it I get the Exception dialog that contains the 
text below. I am guessing that I don't have something set up right but I don't 
know what it is. Can someone please help me out?

Thanks,
 Joe


java.lang.NoSuchMethodError: org.w3c.dom.Node.getTextContent()
Ljava/lang/String;
	at org.netbeans.modules.profiler.freeform.Util.getProjectBuildScript
(Util.java:211)
	at 
org.netbeans.modules.profiler.freeform.FreeFormProjectTypeProfiler.getProjectBu
ildScript(FreeFormProjectTypeProfiler.java:131)
	at org.netbeans.modules.profiler.actions.AntActions.doProfileProject
(AntActions.java:277)
	at org.netbeans.modules.profiler.actions.AntActions.access$100
(AntActions.java:49)
	at org.netbeans.modules.profiler.actions.AntActions$4.perform
(AntActions.java:151)
	at 
org.netbeans.modules.project.ui.actions.MainProjectAction.actionPerformed
(MainProjectAction.java:98)
	at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1786)
	at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed
(AbstractButton.java:1839)
	at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:258)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick
(BasicMenuItemUI.java:1113)
	at 
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased
(BasicMenuItemUI.java:943)
	at java.awt.Component.processMouseEvent(Component.java:5100)
	at java.awt.Component.processEvent(Component.java:4897)
	at java.awt.Container.processEvent(Container.java:1569)
	at java.awt.Component.dispatchEventImpl(Component.java:3615)
	at java.awt.Container.dispatchEventImpl(Container.java:1627)
	at java.awt.Component.dispatchEvent(Component.java:3477)
	at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:3483)
	at java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3198)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
	at java.awt.Container.dispatchEventImpl(Container.java:1613)
	at java.awt.Window.dispatchEventImpl(Window.java:1606)
	at java.awt.Component.dispatchEvent(Component.java:3477)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:145)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:137)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 Tomas Hurka 2006-03-31 07:59:36 UTC
profiler-m8v3-vm-windows.nbm should not be unzipped, but installed by NetBeans. 
Please attach your message.log and next time use appropriate mailing list (users@profiler.netbeans.org) 
rather than creating new issue. Thanks.
Comment 2 Jiri Sedlacek 2006-03-31 09:56:31 UTC
It seems to me that you are running the IDE using some older version of JDK 
1.4.2, which doesn't implement org.w3c.dom.Node.getTextContent(). Please try to 
run the IDE using latest 1.4.2 release or JDK 5.0, it should work without 
problems.
Comment 3 Jiri Sedlacek 2006-08-09 09:45:26 UTC
Closing as WORKSFORME for now as no feedback has been provided. Please reopen 
if you are able to reproduce on latest Profiler builds and/or provide more 
feedback.
Comment 4 Alexander Kouznetsov 2007-03-14 11:22:20 UTC
Closing old issues