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 270497

Summary: org.apache.commons.net.ftp.parser.ParserInitializationException: Unknown parser type: XXXXXXXXXXXXX
Product: php Reporter: martinbeseme
Component: ProjectAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228960
Attachments: stacktrace

Description martinbeseme 2017-04-26 16:49:33 UTC
This bug was originally marked as duplicate of bug 249730, 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.2 (Build 201609300101)
VM: Java HotSpot(TM) Client VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 8.1

User Comments:
martinbeseme: When I create a new project with existing sources from remote server, I get an error when Netbeans is trying to fetch file list. When Netbeans call "SYST", my FTP server answer "xxxxxxxx" and the process is freezed.




Stacktrace: 
org.apache.commons.net.ftp.parser.ParserInitializationException: Unknown parser type: XXXXXXXXXXXXX
   at org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEntryParser(DefaultFTPFileEntryParserFactory.java:166)
   at org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEntryParser(DefaultFTPFileEntryParserFactory.java:95)
   at org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:3265)
   at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2930)
   at org.netbeans.modules.php.project.connections.ftp.FtpClient.listFiles(FtpClient.java:423)
   at org.netbeans.modules.php.project.connections.RemoteClient.listFiles(RemoteClient.java:261)
Comment 1 martinbeseme 2017-04-26 16:49:35 UTC
Created attachment 164191 [details]
stacktrace