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 262828 - NullPointerException at org.netbeans.modules.project.ui.zip.ExportZIP.scanForFiles
Summary: NullPointerException at org.netbeans.modules.project.ui.zip.ExportZIP.scanFor...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-15 13:37 UTC by mike200
Modified: 2017-07-13 13:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219747


Attachments
stacktrace (680 bytes, text/plain)
2016-07-15 13:37 UTC, mike200
Details
stacktrace (680 bytes, text/plain)
2017-07-13 13:04 UTC, DallySon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mike200 2016-07-15 13:37:18 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
GUEST: dev linux c program on redhat server,netbeans ide on windows computer .export project (on redhat server) to local windows computer

GUEST: Exporting project to ZIP

mike200: I tried to export my project

GUEST: Try to export project as zip. Project is full remote C++ connected to build machine with sources via SSH




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.project.ui.zip.ExportZIP.scanForFiles(ExportZIP.java:200)
   at org.netbeans.modules.project.ui.zip.ExportZIP.build(ExportZIP.java:169)
   at org.netbeans.modules.project.ui.zip.ExportZIP.access$500(ExportZIP.java:99)
   at org.netbeans.modules.project.ui.zip.ExportZIP$ExportZIPAction$2.run(ExportZIP.java:132)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 mike200 2016-07-15 13:37:20 UTC
Created attachment 160405 [details]
stacktrace
Comment 2 DallySon 2017-07-13 13:04:40 UTC
Created attachment 164757 [details]
stacktrace

Hello, this is problem where I doing EXPORT of project.