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 - org.apache.commons.net.ftp.parser.ParserInitializationException: Unknown parser type: XXXXXXXXXXXXX
Summary: org.apache.commons.net.ftp.parser.ParserInitializationException: Unknown pars...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-26 16:49 UTC by martinbeseme
Modified: 2017-04-26 16:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228960


Attachments
stacktrace (1.90 KB, text/plain)
2017-04-26 16:49 UTC, martinbeseme
Details

Note You need to log in before you can comment on or make changes to this bug.
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