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 235930 - Unable to save file
Summary: Unable to save file
Status: RESOLVED DUPLICATE of bug 227270
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-13 10:52 UTC by karamba84
Modified: 2013-09-16 05:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (65.84 KB, text/plain)
2013-09-13 10:52 UTC, karamba84
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karamba84 2013-09-13 10:52:49 UTC
Created attachment 140039 [details]
messages.log

Sometimes i can not save a just edited file.
I can edit them randomly often, but suddenly when i try to click on the "save" button, nothing happens???
When i try to close the IDE, it complains about the changes which are not saved. Then i chose save all, but all changes are lost.
Attached the messages.log
Comment 1 Milos Kleint 2013-09-14 08:36:47 UTC
the important question is what file have you tried to save. According to this log message there could be an error in it's dataobject handling:
WARNING [org.netbeans.api.actions.Savable]: Savable class org.openide.loaders.DataObject$DOSavable is not in Savable.REGISTRY! Have not you forgotten to call register() in constructor?
Comment 2 Jiri Rechtacek 2013-09-14 09:09:51 UTC
(In reply to Milos Kleint from comment #1)
> the important question is what file have you tried to save. According to
> this log message there could be an error in it's dataobject handling:
> WARNING [org.netbeans.api.actions.Savable]: Savable class
> org.openide.loaders.DataObject$DOSavable is not in Savable.REGISTRY! Have
> not you forgotten to call register() in constructor?

Most probably it's duplicate of issue 227270 (it was fixed in recent development builds).
karamba84, can you reproduce it in latest Development build - http://bits.netbeans.org/download/trunk/nightly/latest ? Thanks
Comment 3 Milos Kleint 2013-09-16 05:34:45 UTC
marking as duplicate, please try to reproduce in latest dev builds, if you succeed, please reopen. Thank you.

*** This bug has been marked as a duplicate of bug 227270 ***