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 251428

Summary: IllegalArgumentException: Prefix string too short
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED FIXED    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216345
Attachments: stacktrace

Description Exceptions Reporter 2015-03-26 05:11:27 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


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

User Comments:
GUEST: Failure




Stacktrace: 
java.lang.IllegalArgumentException: Prefix string too short
   at java.io.File.createTempFile(File.java:2001)
   at org.netbeans.modules.cnd.remote.sync.FtpSyncWorker.uploadPlainFilesInZip(FtpSyncWorker.java:645)
   at org.netbeans.modules.cnd.remote.sync.FtpSyncWorker.synchronizeImpl(FtpSyncWorker.java:231)
   at org.netbeans.modules.cnd.remote.sync.FtpSyncWorker.startup(FtpSyncWorker.java:788)
   at org.netbeans.modules.cnd.remote.sync.RemoteBuildProjectActionHandler.execute(RemoteBuildProjectActionHandler.java:176)
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$EventsProcessor.run(ProjectActionSupport.java:598)
Comment 1 Exceptions Reporter 2015-03-26 05:11:30 UTC
Created attachment 152849 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-03-31 14:18:11 UTC
fixed in cnd-main
http://hg.netbeans.org/cnd-main/rev/a9025e41f89e
Comment 3 Quality Engineering 2015-04-01 11:42:40 UTC
Integrated into 'main-silver', will be available in build *201504011006* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a9025e41f89e
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #251428 - IllegalArgumentException: Prefix string too short