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 3535 - During saving a new project I have got an exception
Summary: During saving a new project I have got an exception
Status: CLOSED WORKSFORME
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-08-20 23:04 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-08-20 23:04:01 UTC
java.io.EOFException: Expecting code
        at java.io.ObjectInputStream.peekCode(ObjectInputStream.java:1276)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:282)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)
        at com.netbeans.developer.modules.projects.ProjectDataObject.read(ProjectDataObject.java:205)
        at com.netbeans.developer.modules.projects.ProjectDataObject.projectOpen(ProjectDataObject.java:264)
        at com.netbeans.developer.impl.NbProjectOperation.setProject(NbProjectOperation.java:138)
        at com.netbeans.developer.impl.NbTopManager.openProject(NbTopManager.java:154)
        at org.openide.actions.OpenProjectAction.performAction(OpenProjectAction.java:67)
        at org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:69)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1066)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.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.mouseReleased(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.Light
Comment 1 Marek Grummich 2000-07-25 09:40:59 UTC
Priority is changed to P4 (normal).