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 244733 - java.io.SyncFailedException: D:\www\speednation\wp-content\themes\pramnos_speednation.zip
Summary: java.io.SyncFailedException: D:\www\speednation\wp-content\themes\pramnos_spe...
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: junichi11
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-26 12:33 UTC by mrpc
Modified: 2014-05-30 13:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209936


Attachments
stacktrace (4.34 KB, text/plain)
2014-05-26 12:33 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2014-05-26 12:33:39 UTC
This bug was originally marked as duplicate of bug 152366, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
mrpc: D:\www\speednation\wp-content\themes\pramnos_speednation.zip was in a project I had previously opened. I deleted this file manualy at some point and closed that project.




Stacktrace: 
java.io.SyncFailedException: D:\www\speednation\wp-content\themes\pramnos_speednation.zip
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:402)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createDataImpl(FolderObj.java:349)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:315)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:313)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:119)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:318)
Comment 1 mrpc 2014-05-26 12:33:41 UTC
Created attachment 147451 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-05-30 10:20:42 UTC
PHP Wordpress plugin tried to create a file which already existed.
The exception should be probably handled in o.n.m.php.wordpress.ui.actions.ZipAction.actionPerformed.

Reassigning to plugin owner.
Junichi11, please evaluate this bug. Thank you.
Comment 3 junichi11 2014-05-30 10:49:09 UTC
@Jaroslav
Thanks for letting me know. I'll fix it.

I have created a new issue to github repo[1].


@mrpc 
If you got some problems for wp plugin, please submit them to github issue tracker [2].


[1] https://github.com/junichi11/netbeans-wordpress-plugin/issues/36
[2] https://github.com/junichi11/netbeans-wordpress-plugin/issues?state=open

Thanks,
Junichi
Comment 4 junichi11 2014-05-30 11:37:09 UTC
I've fixed.

Please try to use 0.7.2.2-dev [1]

[1] https://github.com/junichi11/netbeans-wordpress-plugin/releases/tag/v0.7.2

Thanks.
Comment 5 mrpc 2014-05-30 13:08:35 UTC
OK, if it happens again I will submit it there. Thanks for fixing the issue :)

(In reply to junichi11 from comment #3)
> @Jaroslav
> Thanks for letting me know. I'll fix it.
> 
> I have created a new issue to github repo[1].
> 
> 
> @mrpc 
> If you got some problems for wp plugin, please submit them to github issue
> tracker [2].
> 
> 
> [1] https://github.com/junichi11/netbeans-wordpress-plugin/issues/36
> [2] https://github.com/junichi11/netbeans-wordpress-plugin/issues?state=open
> 
> Thanks,
> Junichi