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 3963 - Creating a new project throws an exception into a console.
Summary: Creating a new project throws an exception into a console.
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-22 17:27 UTC by Jan Palka
Modified: 2002-07-19 15:24 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 Jan Palka 1999-09-22 17:27:20 UTC
Writing workapaces...
java.io.NotSerializableException: com.netbeans.developer.impl.execution.Executio
nEngine
        at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:845)
        at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:342)
        at org.openide.util.io.NbMarshalledObject.<init>(NbMarshalledObject.java
:63)
        at com.netbeans.developer.modules.projects.ProjectDataObject.projectSave
(ProjectDataObject.java:327)
        at com.netbeans.developer.modules.projects.ProjectDataObject.create(Proj
ectDataObject.java:107)
        at com.netbeans.developer.modules.projects.NewProjectAction.performActio
n(NewProjectAction.java:72)
        at org.openide.util.actions.CallableSystemAction.actionPerformed(Callabl
eSystemAction.java:69)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:10
66)

        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
ctButton.java:1101)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:378)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250
)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:226)
        at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseRelease
d(BasicMenuItemUI.java:754)
        at java.awt.Component.processMouseEvent(Component.java:3160)
        at java.awt.Component.processEvent(Component.java:2999)
        at java.awt.Container.processEvent(Container.java:990)
        at java.awt.Component.dispatchEventImpl(Component.java:2394)
        at java.awt.Container.dispatchEventImpl(Container.java:1035)
        at java.awt.Component.dispatchEvent(Component.java:2307)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2043
)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:1827)

        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:1730
Comment 1 Marek Grummich 2000-07-25 09:44:59 UTC
Priority is changed to P4 (normal).