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

Summary: NullPointerException at org.netbeans.modules.project.ui.zip.ExportZIP.scanForFiles
Product: projects Reporter: mike200
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: DallySon
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219747
Attachments: stacktrace
stacktrace

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.