[yjp-4.0-eap-build514] Freeform projects in NetBeans fail.

Questions about YourKit Java Profiler
Post Reply
peteru
Posts: 5
Joined: Sun Jan 23, 2005 11:43 pm

[yjp-4.0-eap-build514] Freeform projects in NetBeans fail.

Post by peteru »

Using NetBeans 4.0 final release.

Attempting to profile the main project (which is a freeform project with a custom ant build script) results in an error dialog:

Code: Select all

Error creating build files for profiling:
null
I am unsure what other information I can collect to make it easier to track the source of the problem. Please advise if there are any detailed logs I should be looking at.

The NetBeans log contains the following:

Code: Select all

java.lang.NullPointerException
        at com.yourkit.plugin.netbeans.a.c.a(a:149)
        at com.yourkit.plugin.netbeans.a.c.a(a:83)
        at com.yourkit.plugin.netbeans.actions.MyActionPerformer.perform(a:6)
        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.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
        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)
        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)
peteru
Posts: 5
Joined: Sun Jan 23, 2005 11:43 pm

Post by peteru »

I should add that all my testing is done on Gentoo Linux with Sun JDK 1.4.2_06
Post Reply