Can't connect to FTP server, showing this error "Could not list the contents of folder"
I have one client (I believe they are hosted on Liquidweb) that I cannot get PHPStorm to conenct to their FTP server. It always fails with this error message
Could not list the contents of folder "ftp://xx.xx.xx.xx/"
I :
a) Am using a Mac running PHPStorm 8.0.2 under OS X 10.10, JRE 1.8.0_40-internal-B45 x86_64 (but have noticed this error back as far as 10.8 I believe.)
b) Have confirmed the address and credentials are correct. I can connect to the server using the command line or Transmit.
c) Am not running OS X's built in firewall
d) Have tried this on multiple machines and at multiple locations.
e) Have tried enabling "Passive" and"Compatibility" modes.
f) Have tried FTPS, and SFTP
g) Have waived several dead chickens over my keyboard.
This is a client I only work with spurratically and have just used Transmit when I needed to connect to their server in the recent past. I believe this satrted when PHPStorm 8 came out. PHPStorm 7 worked fine and then v8 EA .and the subsequent release version all do not.
Any suggestions or workarounds would be greatly appreciated. Thanks!
Please sign in to leave a comment.
Please enable debug logging for 'com.jetbrains.plugins.webDeployment'
category per instructions in http://www.jetbrains.com/webstorm/webhelp/reporting-issues-and-sharing-your-feedback.html, Configuring WebStorm log settings, recreate the issue and attach the idea.log
Here ya go.
-----snip----
2014-12-10 10:20:04,120 [68008385] INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: [com.jetbrains.plugins.webDeployment]
2014-12-10 10:21:18,737 [68083002] DEBUG - t.connections.RemoteConnection - Releasing one of the connections to ftp://dev.csiqr.com:21/
2014-12-10 10:21:18,737 [68083002] DEBUG - t.connections.RemoteConnection - Disconnecting from ftp://dev.csiqr.com:21/
2014-12-10 10:21:19,060 [68083325] DEBUG - t.connections.RemoteConnection - Opening connection to ftp://72.52.222.203:21/
2014-12-10 10:21:19,091 [68083356] DEBUG - ains.plugins.webDeployment.ftp - 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 10:21. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
2014-12-10 10:21:19,091 [68083356] DEBUG - ains.plugins.webDeployment.ftp - > USER aadan
2014-12-10 10:21:19,106 [68083371] DEBUG - ains.plugins.webDeployment.ftp - 331 User aadan OK. Password required
2014-12-10 10:21:19,106 [68083371] DEBUG - ains.plugins.webDeployment.ftp - > PASS ******
2014-12-10 10:21:19,212 [68083477] DEBUG - ains.plugins.webDeployment.ftp - 230 OK. Current restricted directory is /
2014-12-10 10:21:19,212 [68083477] DEBUG - ains.plugins.webDeployment.ftp - > TYPE I
2014-12-10 10:21:19,227 [68083492] DEBUG - ains.plugins.webDeployment.ftp - 200 TYPE is now 8-bit binary
2014-12-10 10:21:19,227 [68083492] DEBUG - ains.plugins.webDeployment.ftp - > CWD /
2014-12-10 10:21:19,241 [68083506] DEBUG - ains.plugins.webDeployment.ftp - 250 OK. Current directory is /
2014-12-10 10:21:19,242 [68083507] DEBUG - ains.plugins.webDeployment.ftp - > FEAT
2014-12-10 10:21:19,256 [68083521] DEBUG - ains.plugins.webDeployment.ftp - 211-Extensions supported:
EPRT
IDLE
MDTM
SIZE
MFMT
REST STREAM
MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
MLSD
AUTH TLS
PBSZ
PROT
TVFS
ESTA
PASV
EPSV
SPSV
ESTP
211 End.
2014-12-10 10:21:19,256 [68083521] DEBUG - ains.plugins.webDeployment.ftp - > PASV
2014-12-10 10:21:19,271 [68083536] DEBUG - ains.plugins.webDeployment.ftp - 227 Entering Passive Mode (72,52,222,203,120,204)
2014-12-10 10:21:19,286 [68083551] DEBUG - ains.plugins.webDeployment.ftp - > MLSD
2014-12-10 10:21:19,300 [68083565] DEBUG - ains.plugins.webDeployment.ftp - 150 Accepted data connection
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=cdir;sizd=4096;modify=20141208093352;UNIX.mode=0750;UNIX.uid=570;UNIX.gid=99;unique=808g8ddc83; .
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=pdir;sizd=4096;modify=20141208093352;UNIX.mode=0750;UNIX.uid=570;UNIX.gid=99;unique=808g8ddc83; ..
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=6148;modify=20091119120234;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde7e; .DS_Store
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=15;modify=20141209030137;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de81d; .ftpquota
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=137;modify=20120124115453;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8df4fc; .htaccess
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20141109093853;UNIX.mode=0750;UNIX.uid=570;UNIX.gid=99;unique=808ga3e0a3; .htpasswds
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=386;modify=20091106203928;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de81e; 000index.html
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=1027;modify=20100221164235;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde95; 401.shtml
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=970;modify=20100221164236;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde97; 404.html
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=970;modify=20100221164236;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde92; 404.shtml
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=3497;modify=20091119120235;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de825; ClearOverPlaySeekMute.swf
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20091119112910;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8de820; Library
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20091119113024;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8de828; Scripts
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20100223032908;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8dde8d; Templates
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=2404;modify=20091119120240;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de81f; Valley Vineyards (Averill).ste
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20091119112906;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8de839; _notes
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=18424;modify=20141205122822;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de82a; about_us.html
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=2468;modify=20130302194222;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf103; animated_favicon1.gif
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20141201183501;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8f5ca8; cc_images
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=13602;modify=20141125152216;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dec81; cellardwellerbeers.html
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20091106113730;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8ddc88; cgi-bin
2014-12-10 10:21:19,302 [68083567] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=1332;modify=20140109020336;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de827; contact.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=12301;modify=20141017015019;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf112; contact.php
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=10546;modify=20131220035033;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf111; contact_captcha_error.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=1540;modify=20131220040148;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de824; contact_process.php
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=9384;modify=20131121043031;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde98; contact_thanks.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=11881;modify=20131220015618;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8df1ae; contact_xxx.php
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=11788;modify=20141001141436;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8df331; cookouts.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20091119112906;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8dde83; css
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=11958;modify=20131121042742;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de826; directions.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=2784709;modify=20141123194245;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8df5d4; error_log
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=22293;modify=20141208093542;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8deb7c; events.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=14812;modify=20100813044100;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf107; events_101310.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=14917;modify=20100730033044;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8df973; events_6.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=16200;modify=20110111034608;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf10b; events_cya.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=17525;modify=20131121042920;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dea7b; faq.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=5686;modify=20130302194221;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf10a; favicon.ico
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=12783;modify=20131121042612;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf10c; history.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=14289;modify=20120914152402;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de83b; history_cya.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20120914030024;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8de848; images
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=11634;modify=20141125220842;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dfb5d; index.php
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=10033;modify=20100519044702;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de82b; index_cya.php
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=11303;modify=20110120033215;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8df606; index_normal.php
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=55445;modify=20121105053534;UNIX.mode=00;UNIX.uid=570;UNIX.gid=570;unique=808g8deeba; index_row.php
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=10840;modify=20120412015259;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf10e; index_single_image.php
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=10825;modify=20110603031543;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf105; index_static.php
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20100112043809;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8de83c; js
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=11049;modify=20120914152401;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde96; news_events.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=13170;modify=20131121041649;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf102; newsletters.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20140411015055;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8dde9a; orderonline
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20141123181233;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808ga5dcd3; orderonline2
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20141015012950;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8de96e; pdf
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=15467;modify=20130816023547;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde80; privacy.html
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=9910;modify=20100525223958;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf104; recaptchalib.php
2014-12-10 10:21:19,317 [68083582] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=52;modify=20110111211421;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dec7c; robots.txt
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=10274;modify=20130816023707;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde81; sitemap.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=dir;sizd=4096;modify=20091211011907;UNIX.mode=0755;UNIX.uid=570;UNIX.gid=570;unique=808g8de82c; swfs
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=12031;modify=20130816023624;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde7b; terms.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=618;modify=20091119120239;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde99; test.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=4042;modify=20091119120239;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde82; test960.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=16728;modify=20131121042710;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde93; tour.php
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=15609;modify=20141125150422;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g3bf106; wine_awards.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=11038;modify=20120914152356;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde7f; winery.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=10756;modify=20100223034225;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de847; z...cookouts.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=18865;modify=20100519045029;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de96d; z...events.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=10749;modify=20100223042116;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8de9ae; z...newsletters.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=12501;modify=20100519045755;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde7c; z...wine_awards.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - type=file;size=19060;modify=20110120034146;UNIX.mode=0644;UNIX.uid=570;UNIX.gid=570;unique=808g8dde94; z.faq.html
2014-12-10 10:21:19,332 [68083597] DEBUG - ains.plugins.webDeployment.ftp - 226-Options: -a -l
226 68 matches total
2014-12-10 10:21:19,333 [68083598] WARN - i.remotebrowser.ServerTreeNode - Could not list the contents of folder "ftp://72.52.222.203/".
org.apache.commons.vfs2.FileSystemException: Could not list the contents of folder "ftp://72.52.222.203/".
at org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:926)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.getChildren(FtpFileObject.java:455)
at org.apache.commons.vfs2.provider.AbstractFileObject.getChild(AbstractFileObject.java:1006)
at com.jetbrains.plugins.webDeployment.connections.RemoteConnectionPool.createConnection(RemoteConnectionPool.java:146)
at com.jetbrains.plugins.webDeployment.connections.RemoteConnectionManager.openConnection(RemoteConnectionManager.java:103)
at com.jetbrains.plugins.webDeployment.ui.remotebrowser.ServerTreeContext.getConnection(ServerTreeContext.java:88)
at com.jetbrains.plugins.webDeployment.ui.remotebrowser.ServerTreeNode.computeFile(ServerTreeNode.java:269)
at com.jetbrains.plugins.webDeployment.ui.remotebrowser.ServerTreeNode.getChildren(ServerTreeNode.java:135)
at com.intellij.ui.treeStructure.SimpleTreeStructure.getChildElements(SimpleTreeStructure.java:25)
at com.intellij.ide.util.treeView.AbstractTreeUi$32.run(AbstractTreeUi.java:1624)
at com.intellij.ide.util.treeView.AbstractTreeUi.execute(AbstractTreeUi.java:1830)
at com.intellij.ide.util.treeView.AbstractTreeUi.getChildrenFor(AbstractTreeUi.java:1621)
at com.intellij.ide.util.treeView.AbstractTreeUi.access$4700(AbstractTreeUi.java:62)
at com.intellij.ide.util.treeView.AbstractTreeUi$47.run(AbstractTreeUi.java:2708)
at com.intellij.ide.util.treeView.AbstractTreeUi.execute(AbstractTreeUi.java:1830)
at com.intellij.ide.util.treeView.AbstractTreeUi.access$2500(AbstractTreeUi.java:62)
at com.intellij.ide.util.treeView.AbstractTreeUi$58$1.run(AbstractTreeUi.java:3386)
at com.jetbrains.plugins.webDeployment.ui.remotebrowser.WebServerTreeBuilder.runBackgroundLoading(WebServerTreeBuilder.java:90)
at com.intellij.ide.util.treeView.AbstractTreeUi$58.run(AbstractTreeUi.java:3377)
at com.intellij.ide.util.treeView.AbstractTreeUi.execute(AbstractTreeUi.java:1830)
at com.intellij.ide.util.treeView.AbstractTreeUi.access$2500(AbstractTreeUi.java:62)
at com.intellij.ide.util.treeView.AbstractTreeUi$59.run(AbstractTreeUi.java:3442)
at com.intellij.util.concurrency.WorkerThread.run(WorkerThread.java:108)
at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:405)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at org.jetbrains.ide.PooledThreadExecutor$1$1.run(PooledThreadExecutor.java:56)
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:646)
at org.apache.commons.net.ftp.parser.MLSxEntryParser.parseFTPEntry(MLSxEntryParser.java:156)
at org.apache.commons.net.ftp.FTPListParseEngine.getFiles(FTPListParseEngine.java:257)
at org.apache.commons.net.ftp.FTPListParseEngine.getFiles(FTPListParseEngine.java:229)
at org.apache.commons.vfs2.provider.ftp.FTPExtendedClient.mlistDir(FTPExtendedClient.java:28)
at org.apache.commons.vfs2.provider.ftp.FtpJBHelper.listFiles(FtpJBHelper.java:66)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.listFilesInDirectory(FTPClientWrapper.java:166)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.listFiles(FTPClientWrapper.java:142)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doGetChildren(FtpFileObject.java:141)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doListChildren(FtpFileObject.java:471)
at org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:917)
... 29 more
One more tidbit... I just tried changing the root path value from "/" to "/css" and it worked. It got the file list of that subdirectory. Something must be goofy in one of the file names in the root directory though I don't see anything obvious that should make it barf.
Thanks!
Please see http://stackoverflow.com/questions/26198502/webstorm-8-0-4-ftp-connection-fails - does it help?
Ding! That did it. Thanks!!
Save anyone else a click: Tick the "Always use LIST command" in the advanced options part of the Deployment screen.
Hi
I am having same issue here is my log:
2022-03-12 10:34:57,377 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2022-03-12 10:34:57,386 [ 9] INFO - .intellij.util.EnvironmentUtil - loading shell env: /bin/zsh -l -i -c '/Applications/PhpStorm.app/Contents/bin/printenv' '/var/folders/p0/syfn_mq95qd399762cmcrr200000gn/T/intellij-shell-env.3722204776259186571.tmp'
2022-03-12 10:34:57,425 [ 48] INFO - #com.intellij.idea.Main - IDE: PhpStorm (build #PS-213.6777.58, 31 Jan 2022 14:40)
2022-03-12 10:34:57,426 [ 49] INFO - #com.intellij.idea.Main - OS: Mac OS X (12.0.1, aarch64)
2022-03-12 10:34:57,437 [ 60] INFO - #com.intellij.idea.Main - JRE: 11.0.13+7-b1751.25 (JetBrains s.r.o.)
2022-03-12 10:34:57,439 [ 62] INFO - #com.intellij.idea.Main - JVM: 11.0.13+7-b1751.25 (OpenJDK 64-Bit Server VM)
2022-03-12 10:34:57,443 [ 66] INFO - #com.intellij.idea.Main - JVM options: [-Xms128m, -Xmx750m, -XX:ReservedCodeCacheSize=512m, -XX:+IgnoreUnrecognizedVMOptions, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -ea, -Dsun.io.useCanonCaches=false, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -XX:ErrorFile=/Users/paulmanjanja/java_error_in_phpstorm_%p.log, -XX:HeapDumpPath=/Users/paulmanjanja/java_error_in_phpstorm.hprof, -Djb.vmOptionsFile=/Applications/PhpStorm.app/Contents/bin/phpstorm.vmoptions, -Dsplash=true, -Didea.home.path=/Applications/PhpStorm.app/Contents, -Didea.executable=phpstorm, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.platform.prefix=PhpStorm, -Didea.paths.selector=PhpStorm2021.3, -Didea.vendor.name=JetBrains]
2022-03-12 10:34:57,445 [ 68] INFO - #com.intellij.idea.Main - args: []
2022-03-12 10:34:57,445 [ 68] INFO - #com.intellij.idea.Main - library path: /Users/paulmanjanja/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
2022-03-12 10:34:57,445 [ 68] INFO - #com.intellij.idea.Main - boot library path: /Applications/PhpStorm.app/Contents/jbr/Contents/Home/lib
2022-03-12 10:34:57,458 [ 81] INFO - #com.intellij.idea.Main - locale=en_ZA JNU=UTF-8 file.encoding=UTF-8
idea.config.path=/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3
idea.system.path=/Users/paulmanjanja/Library/Caches/JetBrains/PhpStorm2021.3
idea.plugins.path=/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3/plugins
idea.log.path=/Users/paulmanjanja/Library/Logs/JetBrains/PhpStorm2021.3
2022-03-12 10:34:57,465 [ 88] INFO - #com.intellij.idea.Main - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@3b3c42ad[Running, parallelism = 7, size = 7, active = 6, running = 3, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@6a69ccc
2022-03-12 10:34:57,477 [ 100] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (13 vars)
2022-03-12 10:34:57,503 [ 126] INFO - .intellij.util.EnvironmentUtil - LC_CTYPE=en_ZA.UTF-8
2022-03-12 10:34:57,619 [ 242] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 153 ms
2022-03-12 10:34:59,349 [ 1972] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://www.jetbrains.com/config/IdeaCloudConfig.xml
2022-03-12 10:35:00,211 [ 2834] INFO - nfig.ETagCloudConfigFileClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2022-03-12 10:35:01,159 [ 3782] INFO - #com.intellij.idea.Main - Importing configs to /Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3
2022-03-12 10:35:01,210 [ 3833] INFO - #com.intellij.idea.Main - Importing configs: oldConfigDir=[/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.1], newConfigDir=[/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3], oldIdeHome=[null], oldPluginsDir=[/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.1/plugins], newPluginsDir=[/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3/plugins]
2022-03-12 10:35:01,369 [ 3992] INFO - llij.ide.plugins.PluginManager - Plugin PluginDescriptor(name=PHP, id=com.jetbrains.php, descriptorPath=plugin.xml, path=/Applications/PhpStorm.app/Contents/plugins/php, version=213.6777.58, package=null, isBundled=true) misses optional descriptor php-shared-indexes.xml
2022-03-12 10:35:01,649 [ 4272] INFO - #com.intellij.idea.Main - The vmoptions file has changed, restarting...
2022-03-12 10:35:01,653 [ 4276] INFO - #com.intellij.util.Restarter - run restarter: [/Applications/PhpStorm.app/Contents/bin/restarter, /Applications/PhpStorm.app]
2022-03-12 10:35:01,663 [ 4286] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2022-03-12 10:35:01,668 [ 4291] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2022-03-12 10:35:02,549 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2022-03-12 10:35:02,573 [ 24] INFO - .intellij.util.EnvironmentUtil - loading shell env: /bin/zsh -l -i -c '/Applications/PhpStorm.app/Contents/bin/printenv' '/var/folders/p0/syfn_mq95qd399762cmcrr200000gn/T/intellij-shell-env.8080723095162006268.tmp'
2022-03-12 10:35:02,659 [ 110] INFO - #com.intellij.idea.Main - IDE: PhpStorm (build #PS-213.6777.58, 31 Jan 2022 14:40)
2022-03-12 10:35:02,673 [ 124] INFO - #com.intellij.idea.Main - OS: Mac OS X (12.0.1, aarch64)
2022-03-12 10:35:02,682 [ 133] INFO - #com.intellij.idea.Main - JRE: 11.0.13+7-b1751.25 (JetBrains s.r.o.)
2022-03-12 10:35:02,682 [ 133] INFO - #com.intellij.idea.Main - JVM: 11.0.13+7-b1751.25 (OpenJDK 64-Bit Server VM)
2022-03-12 10:35:02,682 [ 133] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (13 vars)
2022-03-12 10:35:02,687 [ 138] INFO - #com.intellij.idea.Main - JVM options: [-Xms128m, -Xmx750m, -XX:ReservedCodeCacheSize=512m, -XX:+IgnoreUnrecognizedVMOptions, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -ea, -Dsun.io.useCanonCaches=false, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -XX:ErrorFile=/Users/paulmanjanja/java_error_in_phpstorm_%p.log, -XX:HeapDumpPath=/Users/paulmanjanja/java_error_in_phpstorm.hprof, -Xmx1024m, -Djb.vmOptionsFile=/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3/phpstorm.vmoptions, -Dsplash=true, -Didea.home.path=/Applications/PhpStorm.app/Contents, -Didea.executable=phpstorm, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.platform.prefix=PhpStorm, -Didea.paths.selector=PhpStorm2021.3, -Didea.vendor.name=JetBrains]
2022-03-12 10:35:02,687 [ 138] INFO - #com.intellij.idea.Main - args: []
2022-03-12 10:35:02,687 [ 138] INFO - #com.intellij.idea.Main - library path: /Users/paulmanjanja/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
2022-03-12 10:35:02,687 [ 138] INFO - #com.intellij.idea.Main - boot library path: /Applications/PhpStorm.app/Contents/jbr/Contents/Home/lib
2022-03-12 10:35:02,705 [ 156] INFO - .intellij.util.EnvironmentUtil - LC_CTYPE=en_ZA.UTF-8
2022-03-12 10:35:02,708 [ 159] INFO - #com.intellij.idea.Main - locale=en_ZA JNU=UTF-8 file.encoding=UTF-8
idea.config.path=/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3
idea.system.path=/Users/paulmanjanja/Library/Caches/JetBrains/PhpStorm2021.3
idea.plugins.path=/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3/plugins
idea.log.path=/Users/paulmanjanja/Library/Logs/JetBrains/PhpStorm2021.3
2022-03-12 10:35:02,718 [ 169] INFO - #com.intellij.idea.Main - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@2dff00f[Running, parallelism = 7, size = 6, active = 3, running = 3, steals = 4, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@7d87c70c
2022-03-12 10:35:02,814 [ 265] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 96 ms
2022-03-12 10:35:04,558 [ 2009] INFO - .intellij.util.io.HttpRequests - Application is not initialized yet; Using default SSL configuration to connect to https://www.jetbrains.com/config/IdeaCloudConfig.xml
2022-03-12 10:35:05,027 [ 2478] INFO - nfig.ETagCloudConfigFileClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2022-03-12 10:35:06,085 [ 3536] INFO - #com.intellij.idea.Main - Importing configs to /Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3
2022-03-12 10:35:06,096 [ 3547] INFO - #com.intellij.idea.Main - Enabling system properties after restart: [intellij.first.ide.session, intellij.config.imported.in.current.session]
2022-03-12 10:35:06,177 [ 3628] INFO - llij.ide.plugins.PluginManager - Plugin PluginDescriptor(name=PHP, id=com.jetbrains.php, descriptorPath=plugin.xml, path=/Applications/PhpStorm.app/Contents/plugins/php, version=213.6777.58, package=null, isBundled=true) misses optional descriptor php-shared-indexes.xml
2022-03-12 10:35:06,505 [ 3956] INFO - llij.ide.plugins.PluginManager - Module intellij.grazie.properties is not enabled because dependency com.intellij.properties is not available
Module intellij.grazie.java is not enabled because dependency com.intellij.java is not available
Module intellij.cwm.plugin.android is not enabled because dependency org.jetbrains.android is not available
Module intellij.restClient/microservicesUI is not enabled because dependency com.intellij.microservices.ui is not available
Module intellij.diagram.properties is not enabled because dependency com.intellij.properties is not available
Module intellij.diagram.java is not enabled because dependency com.intellij.java is not available
Module intellij.swagger/endpoints is not enabled because dependency com.intellij.microservices.ui is not available
Module intellij.javascript.debugger.javaee is not enabled because dependency com.intellij.javaee is not available
Module intellij.javascript.debugger.nashorn is not enabled because dependency com.intellij.java is not available
Module intellij.vuejs/prettier is not enabled because dependency intellij.prettierJS is not available
Module intellij.clouds.docker.java is not enabled because dependency com.intellij.java is not available
2022-03-12 10:35:06,513 [ 3964] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (213.6777.58), Grazie (213.6777.58), Settings Repository (213.6777.58), YAML (213.6777.58), WSL File System Support (213.6777.58), TextMate Bundles (213.6777.58), Terminal (213.6777.58), ReStructuredText (213.6777.58), GNU GetText files support (*.po) (213.6777.58), Qodana (213.6777.58), EditorConfig (213.6777.58), Hunspell (213.6777.58), Mercurial (213.6777.58), Shell Script (213.6777.58), Projector Libraries for Code With Me and Remote Development (213.6777.58), SSH Remote Run (213.6777.58), Vagrant (213.6777.58), FTP/SFTP Connectivity (ex. Remote Hosts Access) (213.6777.58), Ini (213.6777.58), Remote Development Gateway (213.6777.58), Terminal for Gateway (213.6777.58), Code With Me (213.6777.58), Haml (213.6777.58), File Watchers (213.6777.58), HTTP Client (213.6777.58), macOS Light Theme (213.6777.58), Diagrams (213.6777.58), Copyright (213.6777.58), Images (213.6777.58), CSS (213.6777.58), Sass (213.6777.58), Less (213.6777.58), Configuration Script (213.6777.58), Machine Learning Code Completion (213.6777.58), Apache config (.htaccess) (213.6777.58), IDE Settings Sync (213.6777.58), Performance Testing (213.6777.58), Shared Indexes (213.6777.58), Performance Testing (Dynamic Plugins) (213.6777.58), XPathView + XSLT (213.6777.58), IntelliLang (213.6777.58), Markdown (213.6777.58), Gherkin (213.6777.58), Task Management (213.6777.58), Time Tracking (213.6777.58), W3C Validators (213.6777.58), Subversion (213.6777.58), Refactor-X (213.6777.58), Perforce Helix Core (213.6777.58), HTML Tools (213.6777.58), GitHub (213.6777.58), Git (213.6777.58), Shared Project Indexes (213.6777.58), PHP (213.6777.58), PHP Remote Interpreter (213.6777.58), Twig (213.6777.58), PhpStorm Workshop (213.6777.58), PHPSpec BDD Framework (213.6777.58), Command Line Tool (213.6777.58), WordPress (213.6777.58), DQL (213.6777.58), Blade (213.6777.58), Behat Support (213.6777.58), Codeception Framework (213.6777.58), PHP Architecture (213.6777.58), PHPStan Support (213.6777.58), Psalm Support (213.6777.58), PHPT Support (213.6777.58), PHP Markdown Integration (213.6777.58), PHP Grazie Integration (213.6777.58), Phing (213.6777.58), OpenAPI Specifications (213.6777.58), JavaScript Debugger (213.6777.58), Vue.js (213.6777.58), JavaScript and TypeScript (213.6777.58), TSLint (213.6777.58), Drupal (213.6777.58), Tailwind CSS (213.6777.58), Database Tools and SQL (213.6777.58), Joomla! (213.6777.58), Node.js (213.6777.58), JavaScript Intention Power Pack (213.6777.58), CoffeeScript (213.6777.58), ChangeReminder (213.6777.58), Machine Learning in Search Everywhere (213.6777.58), Docker (213.6777.58), PHP Docker (213.6777.58), Angular and AngularJS (213.6777.58)
2022-03-12 10:35:07,723 [ 5174] INFO - ication.options.PathMacrosImpl - Loaded path macros: {}
2022-03-12 10:35:07,791 [ 5242] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2022-03-12 10:35:07,802 [ 5253] INFO - lij.diagnostic.DebugLogManager - Set TRACE for the following categories: #com.jetbrains.rdserver.requests, #com.jetbrains.rd.ide.document, #com.jetbrains.rdserver.document, #com.jetbrains.rdserver.editors, #com.jetbrains.rdserver.actions
2022-03-12 10:35:07,864 [ 5315] INFO - rsistent.PersistentFSConnector - Marking VFS as corrupted: '/Users/paulmanjanja/Library/Caches/JetBrains/PhpStorm2021.3/caches/names.dat' does not exist
2022-03-12 10:35:07,865 [ 5316] INFO - intellij.util.io.FilePageCache - lower=100; upper=500; buffer=10; max=1004
2022-03-12 10:35:07,877 [ 5328] INFO - intellij.diagnostic.JitWatcher - JIT compilation state checking enabled
2022-03-12 10:35:07,910 [ 5361] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2022-03-12 10:35:07,919 [ 5370] INFO - .history.utils.LocalHistoryLog - local history version mismatch (was: 0, expected: 6), rebuilding...
2022-03-12 10:35:07,920 [ 5371] INFO - .history.utils.LocalHistoryLog - FS has been rebuild, rebuilding local history...
2022-03-12 10:35:08,021 [ 5472] INFO - cloudConfig.CloudConfigManager - === Start.updateInitStatus ===
2022-03-12 10:35:08,023 [ 5474] INFO - cloudConfig.CloudConfigManager - === Start: JBA_NOT_CONNECTED (1ms) ===
2022-03-12 10:35:08,024 [ 5475] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus ===
2022-03-12 10:35:08,167 [ 5618] INFO - e.plugins.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2022-03-12 10:35:08,168 [ 5619] INFO - ntellij.ui.mac.screenmenu.Menu - use new ScreenMenuBar implementation
2022-03-12 10:35:08,247 [ 5698] INFO - dule.ModuleBridgeLoaderService - Workspace model loaded without cache. Loading real project state into workspace model. Thread[main,5,main]
2022-03-12 10:35:08,271 [ 5722] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Applications/PhpStorm.app/Contents/bin/fsnotifier
2022-03-12 10:35:08,298 [ 5749] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2022-03-12 10:35:08,298 [ 5749] INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, editor.reader.mode, new.large.text.file.viewer, wsl.fsd.content.loader, terminal.shell.command.handling, reuse.target.paths.for.rsync
2022-03-12 10:35:08,315 [ 5766] INFO - STDOUT - Info | RdCoroutineScope | 33:JobScheduler FJ pool 6/7 | RdCoroutineHost overridden
2022-03-12 10:35:08,339 [ 5790] INFO - impl.SharedIndexInfrastructure - Shared index version updated from -1 to 7
2022-03-12 10:35:08,350 [ 5801] INFO - tests.impl.DistributedTestHost - Host address=localhost/127.0.0.1
2022-03-12 10:35:08,353 [ 5804] INFO - impl.SharedIndexInfrastructure - Shared index persistent data has been cleared
2022-03-12 10:35:08,378 [ 5829] INFO - impl.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2022-03-12 10:35:08,439 [ 5890] WARN - l.NotificationGroupManagerImpl - Notification group CodeWithMe is already registered (group=com.intellij.notification.NotificationGroup@4af81f22). Plugin descriptor: PluginDescriptor(name=Code With Me, id=com.jetbrains.codeWithMe, descriptorPath=plugin.xml, path=/Applications/PhpStorm.app/Contents/plugins/cwm-plugin, version=213.6777.58, package=null, isBundled=true)
2022-03-12 10:35:08,458 [ 5909] INFO - ins.rd.platform.codeWithMe.V.Z - sessionStatus: null
2022-03-12 10:35:08,459 [ 5910] INFO - ins.rd.platform.codeWithMe.V.Z - freeSessionRemainingTimeMs: null null
2022-03-12 10:35:08,587 [ 6038] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2022-03-12 10:35:08,604 [ 6055] INFO - stubs.SerializationManagerImpl - Name storage is repaired
2022-03-12 10:35:08,618 [ 6069] INFO - impl.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2022-03-12 10:35:08,643 [ 6094] INFO - impl.SharedIndexInfrastructure - Shared index persistent data has been cleared
2022-03-12 10:35:08,685 [ 6136] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus.value: JBA_NOT_CONNECTED ===
2022-03-12 10:35:08,885 [ 6336] INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false; show old navigation bar: true
2022-03-12 10:35:08,886 [ 6337] INFO - al.NewToolbarRootPaneExtension - Show new main toolbar: false
2022-03-12 10:35:09,690 [ 7141] INFO - .TypeScriptLibraryProviderImpl - Start refreshing typescript libraries
2022-03-12 10:35:09,714 [ 7165] WARN - ctionSystem.impl.ActionUpdater - 216 ms to grab EDT for CWMTelephonyGroup#update (com.jetbrains.rd.platform.codeWithMe.telephony.CWMTelephonyGroup)
2022-03-12 10:35:09,762 [ 7213] INFO - .TypeScriptLibraryProviderImpl - End refreshing typescript libraries
2022-03-12 10:35:10,116 [ 7567] INFO - il.indexing.FileBasedIndexImpl - Indexes to be rebuilt after corruption:FilenameIndex(v = 3),FrameworkDetectionIndex(v = 65536),TodoIndex(v = 4107),IdIndex(v = 4113),filetypes(v = 258),Stubs(v = 46),Trigram.Index(v = 4099),fileIncludes(v = 6),DomFileIndex(v = 0),RelaxSymbolIndex(v = 0),XmlTagNames(v = 1),XmlNamespaces(v = 8),html5.custom.attributes.index(v = 1),SchemaTypeInheritance(v = 2),json.file.root.values(v = 5),HashFragmentIndex(v = 19115599),yaml.keys.name(v = 1),editorconfig.index.name(v = 5),http.request.execution.environment(v = 3),http.request.completion.host(v = 5),http.request.headers.values.index(v = 4),http.request.name.index(v = 1),CssIndex(v = 34),css.template.selectors(v = 30),CompassFunctionsIndex(v = 33),XsltSymbolIndex(v = 0),HtmlTagIdIndex(v = 3),js.test.names(v = 22),js.package.index(v = 12),js.custom.single.entry.index(v = 313),js.implicit.elements.index(v = 1056),js.string.literal.words.index(v = 4),HtmlScriptSrcIndex(v = 1),TypeScriptExternalPathCandidates(v = 0),php.class.name(v = 4),php.class.attributes.name(v = 1),php.constant.name(v = 1),php.function.name(v = 3),php.variable.name(v = 1),php.method.name(v = 2),php.class.fqn(v = 0),php.class.alias.fqn(v = 0),php.interface.fqn(v = 0),php.invoke.calls.offsets(v = 6),php.array.access.offsets(v = 5),php.serialize.function.calls.offsets(v = 5),php.putenv.arguments(v = 4),php.doctag.user.name(v = 5),php.field.names.accessed.by.the.constructor(v = 3),php.generic.template.index(v = 5),php.used.parameters.array.keys(v = 1),php.expected.function.arguments(v = 12),php.namespace.inheritance(v = 2),php.trait.usage(v = 1),php.unit.covers(v = 3),php.class.alias.name(v = 1),php.class.alias.to.class(v = 1),php.class.to.class.alias(v = 1),php.expected.function.return.values(v = 3),php.constants.default.expected.arguments(v = 2),php.constants.default.array.shapes(v = 1),php.meta.type.inference.mapping(v = 7),php.inferred.meta.pattern.index(v = 0),php.exit.point.function.index(v = 10),php.function.always.re(v = 8),php.function.parameters.used.as.regexp(v = 0),php.functions.with.not.catched.dynamic.passed.calls(v = 1),php.generator.operands.type.index(v = 2),php.parameters.default.value.matchers(v = 1),php.max.language.level(v = 4),php.fields.default.value.matchers(v = 1),php.array.shapes.entries(v = 2),php.not.used.parameters(v = 0),php.file.constants.default.value.matchers(v = 1),php.func.get.arg.usage.index(v = 0),wordpress.hook.invocations(v = 1),psalm.no.return(v = 1),OpenapiSpecificationContentIndexer(v = 11),VueNoScriptFilesIndex(v = 7),drupal.hook.name(v = 3),sql.types.count.index(v = 0),sql.routine.index(v = 1),docker.compose.services(v = 1),angularjs.template.cache(v = 65),angularjs.ui.router.views.index(v = 65),angularjs.app.index(v = 65)
2022-03-12 10:35:10,120 [ 7571] INFO - leBasedIndexDataInitialization - Index data initialization done: 2129 ms. Initialized indexes: [FilenameIndex, FrameworkDetectionIndex, TodoIndex, IdIndex, filetypes, Stubs, Trigram.Index, fileIncludes, DomFileIndex, RelaxSymbolIndex, XmlTagNames, XmlNamespaces, html5.custom.attributes.index, SchemaTypeInheritance, json.file.root.values, HashFragmentIndex, yaml.keys.name, editorconfig.index.name, http.request.execution.environment, http.request.completion.host, http.request.headers.values.index, http.request.name.index, CssIndex, css.template.selectors, CompassFunctionsIndex, XsltSymbolIndex, HtmlTagIdIndex, js.test.names, js.package.index, js.custom.single.entry.index, js.implicit.elements.index, js.string.literal.words.index, HtmlScriptSrcIndex, TypeScriptExternalPathCandidates, php.class.name, php.class.attributes.name, php.constant.name, php.function.name, php.variable.name, php.method.name, php.class.fqn, php.class.alias.fqn, php.interface.fqn, php.invoke.calls.offsets, php.array.access.offsets, php.serialize.function.calls.offsets, php.putenv.arguments, php.doctag.user.name, php.field.names.accessed.by.the.constructor, php.generic.template.index, php.used.parameters.array.keys, php.namespace.inheritance, php.trait.usage, php.unit.covers, php.class.alias.name, php.class.alias.to.class, php.class.to.class.alias, php.expected.function.arguments, php.expected.function.return.values, php.constants.default.expected.arguments, php.constants.default.array.shapes, php.meta.type.inference.mapping, php.inferred.meta.pattern.index, php.exit.point.function.index, php.function.always.re, php.function.parameters.used.as.regexp, php.functions.with.not.catched.dynamic.passed.calls, php.generator.operands.type.index, php.parameters.default.value.matchers, php.max.language.level, php.fields.default.value.matchers, php.array.shapes.entries, php.not.used.parameters, php.file.constants.default.value.matchers, php.func.get.arg.usage.index, wordpress.hook.invocations, psalm.no.return, OpenapiSpecificationContentIndexer, VueNoScriptFilesIndex, drupal.hook.name, sql.types.count.index, sql.routine.index, docker.compose.services, angularjs.template.cache, angularjs.ui.router.views.index, angularjs.app.index].
2022-03-12 10:35:10,264 [ 7715] INFO - tellij.psi.stubs.StubIndexImpl - Following stub indices will be built:dom.namespaceKey(v = 1),dom.elementClass(v = 0),ini.property.key(v = 2),Css.ampersand.selector(v = 2),Css.class(v = 2),Css.id(v = 2),Css.attr(v = 2),Css.custom.property(v = 2),Css.custom.mixin(v = 2),Scss.variable(v = 2),Scss.placeholder.selector(v = 2),Scss.function(v = 2),Scss.mixin(v = 2),Less.mixins(v = 2),Less.variables(v = 2),markdown.header(v = 2),js.qualified.shortName(v = 4),js.element.qualifiedName(v = 3),JS.global.qualified.elements(v = 3),ts.external.module.index(v = 3),JS.class.super(v = 5),JS.class.implements(v = 3),JS.framework.markers.index(v = 2),js.symbol.index2(v = 6),js.typedef.index2(v = 2),js.generics.index(v = 2),JS.base.types.index(v = 3),js.class.index2(v = 3),js.namespace.index(v = 2),js.local.namespace.members.index(v = 2),JS.subclass.stub.index(v = 2),js.symbol.qualified.names.index(v = 1),amd.baseUrl.index(v = 2),amd.requirePaths.index(v = 2),js.global.symbol.index(v = 2),js.exported.index(v = 2),es6.exported.index(v = 2),js.imported.bindings.index(v = 2),es6.assignment.index(v = 2),js.export.default.react.component.index(v = 2),ts.local.classes(v = 2),ts.embedded.content.index(v = 2),js.nonglobal.symbol.index(v = 2),js.lazy.packages(v = 3),js.used.remote.modules(v = 2),js.gcl.modules(v = 2),js.doc.modules(v = 2),js.amd.modules(v = 2),php.class.shortName(v = 2),php.interface.shortName(v = 2),php.trait.shortName(v = 2),php.trait.fqn(v = 2),php.method.shortName(v = 2),php.field.shortName(v = 2),php.classConstant.shortName(v = 2),php.function.shortName(v = 2),php.constant.shortName(v = 2),php.constant.case.sensitive.shortName(v = 2),php.use.referenceName(v = 2),php.inheritors(v = 2),php.variable.shortName(v = 2),php.namespace.shortName(v = 3),vue.components.index(v = 25),vue.options.index(v = 25),vue.mixin.binding.index(v = 25),vue.extends.binding.index(v = 25),vue.global.directives.index(v = 25),vue.url.index(v = 25),vue.id.index(v = 25),vue.global.filters.index(v = 25),vuex.store.index(v = 25),sql.table.shortName(v = 3),sql.column.name(v = 3),sql.names(v = 21),angularjs.directives.index(v = 65),angularjs.directives.doc.index(v = 65),angularjs.controller.index(v = 65),angularjs.module.index(v = 65),angularjs.filter.index(v = 65),angularjs.symbol.index(v = 65),angularjs.ui.router.states.index(v = 65),angularjs.ui.router.generic.states.index(v = 65),angularjs.templateUrl.index(v = 65),angularjs.generic.modules.index(v = 65),angularjs.delimiter.index(v = 65),angular2.templateUrl.index(v = 9),angular2.source.pipe.index(v = 9),angular2.source.directive.index(v = 9),angular2.source.module.index(v = 9),angular2.ivy.pipe.index(v = 9),angular2.ivy.directive.index(v = 9),angular2.ivy.module.index(v = 9),angular2.metadata.pipe.index(v = 9),angular2.metadata.className.index(v = 9),angular2.metadata.directive.index(v = 9),angular2.metadata.node.index(v = 9),angular2.metadata.function.index(v = 9),angular2.metadata.module.index(v = 9)
2022-03-12 10:35:10,264 [ 7715] INFO - exImpl$StubIndexInitialization - Index data initialization done: 144 ms. Initialized stub indexes: {Scss.variable, js.nonglobal.symbol.index, angularjs.directives.doc.index, JS.base.types.index, angular2.metadata.pipe.index, angular2.ivy.module.index, js.generics.index, Scss.placeholder.selector, Css.custom.mixin, php.variable.shortName, php.use.referenceName, php.inheritors, php.constant.case.sensitive.shortName, js.used.remote.modules, ts.local.classes, js.class.index2, js.typedef.index2, js.symbol.index2, js.namespace.index, js.lazy.packages, js.gcl.modules, js.export.default.react.component.index, ts.embedded.content.index, angularjs.symbol.index, sql.table.shortName, JS.subclass.stub.index, vue.options.index, JS.framework.markers.index, angular2.source.directive.index, js.amd.modules, Css.class, Css.attr, Scss.mixin, php.field.shortName, php.namespace.shortName, JS.class.super, angular2.metadata.node.index, angular2.metadata.module.index, php.function.shortName, Less.variables, angularjs.module.index, angularjs.ui.router.generic.states.index, angular2.templateUrl.index, sql.names, angular2.metadata.className.index, vue.extends.binding.index, ini.property.key, vue.global.filters.index, angular2.ivy.pipe.index, dom.namespaceKey, js.element.qualifiedName, dom.elementClass, php.trait.shortName, angularjs.generic.modules.index, vue.global.directives.index, vue.url.index, JS.global.qualified.elements, php.interface.shortName, php.trait.fqn, js.qualified.shortName, php.class.shortName, ts.external.module.index, php.method.shortName, amd.baseUrl.index, js.symbol.qualified.names.index, js.imported.bindings.index, es6.exported.index, amd.requirePaths.index, js.exported.index, js.global.symbol.index, Less.mixins, es6.assignment.index, JS.class.implements, js.local.namespace.members.index, js.doc.modules, Css.id, angular2.source.module.index, vue.components.index, angular2.metadata.directive.index, php.classConstant.shortName, angular2.metadata.function.index, markdown.header, php.constant.shortName, Scss.function, Css.custom.property, vue.mixin.binding.index, angular2.ivy.directive.index, vue.id.index, angular2.source.pipe.index, Css.ampersand.selector, vuex.store.index, angularjs.filter.index, angularjs.controller.index, angularjs.directives.index, angularjs.ui.router.states.index, sql.column.name, angularjs.delimiter.index, angularjs.templateUrl.index}.
2022-03-12 10:35:10,797 [ 8248] INFO - tellij.xml.Html5SchemaProvider - HTML5_SCHEMA_LOCATION = /Applications/PhpStorm.app/Contents/lib/platform-impl.jar!/resources/html5-schema/html5.rnc
2022-03-12 10:35:10,803 [ 8254] INFO - tellij.xml.Html5SchemaProvider - CHARS_DTD_LOCATION = /Applications/PhpStorm.app/Contents/lib/platform-impl.jar!/resources/html5-schema/html5chars.ent
2022-03-12 10:35:11,207 [ 8658] INFO - PerformancePlugin - Performance Plugin is in silent mode
2022-03-12 10:35:11,373 [ 8824] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 1 millis (read time: 1)
2022-03-12 10:35:11,487 [ 8938] INFO - redIndexChunkConfigurationImpl - Chunk bundled-js-predefined-ffdd448c697d-e5421860d8a5-JavaScript-PS-213.6777.58 is registered for project 'marketdirect: matching: (fb=36, stub=83), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9),
2022-03-12 10:35:11,649 [ 9100] INFO - redIndexChunkConfigurationImpl - Chunk bundled-php-predefined-a9dfff28de4e-56832a6883fc-com.jetbrains.php-PS-213.6777.58 is registered for project 'marketdirect: matching: (fb=83, stub=98), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9),
2022-03-12 10:35:11,650 [ 9101] INFO - SharedIndexPostStartupActivity - Attached 2 pre-built shared indexes: bundled-js-predefined-ffdd448c697d-e5421860d8a5-JavaScript-PS-213.6777.58, bundled-php-predefined-a9dfff28de4e-56832a6883fc-com.jetbrains.php-PS-213.6777.58
2022-03-12 10:35:11,816 [ 9267] INFO - erver.followMe.FollowMeManager - Register new user 0:'paulmanjanja' with ClientId=ClientId(value=Host)
2022-03-12 10:35:11,836 [ 9287] INFO - ings.impl.UpdateCheckerService - scheduling old directories scan after 2022/03/19, 10:35
2022-03-12 10:35:11,840 [ 9291] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2022-03-12 10:35:11,910 [ 9361] INFO - oudConfig.StatusBarInfoManager - === StatusBar.update another widget: null ===
2022-03-12 10:35:11,910 [ 9361] INFO - cloudConfig.CloudConfigManager - === End.updateInitStatus ===
2022-03-12 10:35:11,951 [ 9402] INFO - ings.impl.UpdateCheckerService - channel: release
2022-03-12 10:35:11,960 [ 9411] INFO - gnostic.PerformanceWatcherImpl - Post-startup activities under progress took 719ms; general responsiveness: ok; EDT responsiveness: 0/2 sluggish, 1/2 very slow
2022-03-12 10:35:11,993 [ 9444] INFO - m.intellij.ui.mac.touchbar.NST - touchbar-server isn't running, skip nst loading
2022-03-12 10:35:11,998 [ 9449] INFO - i.mac.touchbar.TouchbarSupport - touchbar support is enabled
2022-03-12 10:35:11,998 [ 9449] INFO - #com.intellij.idea.Main - notify that start-up thread is free
2022-03-12 10:35:12,140 [ 9591] INFO - oudConfig.StatusBarInfoManager - === StatusBar.start create ===
2022-03-12 10:35:12,289 [ 9740] INFO - ij.psi.search.LogFileTypeIndex - Loading file type index snapshot
2022-03-12 10:35:12,292 [ 9743] INFO - indexing.UnindexedFilesUpdater - Started indexing of marketdirect. Reason: On project open
2022-03-12 10:35:12,293 [ 9744] INFO - indexing.UnindexedFilesUpdater - Performing delayed pushing properties tasks for marketdirect took 0ms; general responsiveness: ok; EDT responsiveness: ok
2022-03-12 10:35:12,308 [ 9759] INFO - indexing.UnindexedFilesUpdater - Scanning of marketdirect uses 7 scanning threads
2022-03-12 10:35:12,334 [ 9785] WARN - ctionSystem.impl.ActionUpdater - 216 ms to grab EDT for OpenFileAction#update (com.intellij.ide.actions.OpenFileAction)
2022-03-12 10:35:12,346 [ 9797] INFO - llij.database.util.SqlDialects - SQL dialects initialized in 1 ms
2022-03-12 10:35:12,399 [ 9850] WARN - ctionSystem.impl.ActionUpdater - 247 ms to grab EDT for PhpStormNewProjectAction#update (com.jetbrains.php.actions.PhpStormNewProjectAction)
2022-03-12 10:35:12,480 [ 9931] INFO - ions.RemoteConnectionManager$3 - Using "/var/folders/p0/syfn_mq95qd399762cmcrr200000gn/T/vfs_cache" as temporary files store.
2022-03-12 10:35:12,566 [ 10017] INFO - pm.PackageJsonBuildFileManager - Found package.json in /Users/paulmanjanja/PhpstormProjects/marketdirect: null
2022-03-12 10:35:12,630 [ 10081] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4505 ms
2022-03-12 10:35:12,742 [ 10193] INFO - indexing.UnindexedFilesUpdater - Scanning completed for marketdirect. Number of scanned files: 553; Number of files for indexing: 545 took 449ms; general responsiveness: ok; EDT responsiveness: ok
2022-03-12 10:35:12,749 [ 10200] INFO - indexing.UnindexedFilesUpdater - Use 4 indexing threads for indexing of marketdirect
2022-03-12 10:35:12,751 [ 10202] WARN - t.connections.RemoteConnection - Retrying connecting to ftp://ftp.marketdirect.co.za:21/ in @18873b3: 1 iterations
org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not connect to FTP server on "ftp.marketdirect.co.za".".
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpFileSystem.getClient(PatchedFtpFileSystem.java:108)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doGetChildren(FtpFileObject.java:121)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doListChildren(FtpFileObject.java:454)
at org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:1099)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.getChildren(FtpFileObject.java:438)
at org.apache.commons.vfs2.provider.AbstractFileObject.getChild(AbstractFileObject.java:1030)
at com.jetbrains.plugins.webDeployment.connections.RemoteConnectionPool.lambda$createConnection$0(RemoteConnectionPool.java:255)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:263)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: org.apache.commons.vfs2.FileSystemException: Could not connect to FTP server on "ftp.marketdirect.co.za".
at org.apache.commons.vfs2.provider.ftp.FtpClientFactory$ConnectionFactory.createConnection(FtpClientFactory.java:266)
at org.apache.commons.vfs2.provider.ftp.FtpClientFactory.createConnection(FtpClientFactory.java:60)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.createClient(FTPClientWrapper.java:90)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.createClient(FTPClientWrapper.java:79)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.getFtpClient(FTPClientWrapper.java:104)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.<init>(FTPClientWrapper.java:57)
at org.apache.commons.vfs2.provider.ftp.FtpFileSystem.createWrapper(FtpFileSystem.java:129)
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpFileSystem.access$000(PatchedFtpFileSystem.java:20)
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpFileSystem$FtpClientFactory.create(PatchedFtpFileSystem.java:28)
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpFileSystem$FtpClientFactory.create(PatchedFtpFileSystem.java:21)
at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:58)
at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:899)
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:429)
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:354)
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpFileSystem.getClient(PatchedFtpFileSystem.java:105)
... 16 more
Caused by: org.apache.commons.net.ftp.FTPConnectionClosedException: FTP response 421 received. Server closed connection.
at org.apache.commons.net.ftp.FTP.getReply(FTP.java:378)
at org.apache.commons.net.ftp.FTP.getReply(FTP.java:719)
at org.apache.commons.net.ftp.FTP._connectAction_(FTP.java:416)
at org.apache.commons.net.ftp.FTPClient._connectAction_(FTPClient.java:668)
at org.apache.commons.net.ftp.FTPClient._connectAction_(FTPClient.java:658)
at org.apache.commons.net.SocketClient._connect(SocketClient.java:254)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:212)
at org.apache.commons.vfs2.provider.ftp.FtpClientFactory$ConnectionFactory.createConnection(FtpClientFactory.java:196)
... 30 more
2022-03-12 10:35:13,841 [ 11292] INFO - indexing.UnindexedFilesUpdater - Finished for marketdirect. Unindexed files update took 1093ms; general responsiveness: ok; EDT responsiveness: ok
2022-03-12 10:35:13,842 [ 11293] INFO - ij.psi.search.LogFileTypeIndex - File type index snapshot dropped
2022-03-12 10:35:14,173 [ 11624] INFO - System.impl.PopupMenuPreloader - Popup menu 'File' preloaded at 'MainMenu' in 24 ms
2022-03-12 10:35:14,279 [ 11730] INFO - System.impl.PopupMenuPreloader - Popup menu 'Edit' preloaded at 'MainMenu' in 134 ms
2022-03-12 10:35:14,420 [ 11871] INFO - System.impl.PopupMenuPreloader - Popup menu 'View' preloaded at 'MainMenu' in 275 ms
2022-03-12 10:35:14,466 [ 11917] INFO - System.impl.PopupMenuPreloader - Popup menu 'Navigate' preloaded at 'MainMenu' in 321 ms
2022-03-12 10:35:14,509 [ 11960] INFO - System.impl.PopupMenuPreloader - Popup menu 'Code' preloaded at 'MainMenu' in 365 ms
2022-03-12 10:35:14,572 [ 12023] INFO - System.impl.PopupMenuPreloader - Popup menu 'Run' preloaded at 'MainMenu' in 427 ms
2022-03-12 10:35:14,651 [ 12102] INFO - System.impl.PopupMenuPreloader - Popup menu 'Tools' preloaded at 'MainMenu' in 506 ms
2022-03-12 10:35:14,658 [ 12109] INFO - System.impl.PopupMenuPreloader - Popup menu 'Refactor' preloaded at 'MainMenu' in 513 ms
2022-03-12 10:35:14,674 [ 12125] INFO - System.impl.PopupMenuPreloader - Popup menu 'Window' preloaded at 'MainMenu' in 529 ms
2022-03-12 10:35:14,685 [ 12136] INFO - System.impl.PopupMenuPreloader - Popup menu 'Help' preloaded at 'MainMenu' in 539 ms
2022-03-12 10:35:14,756 [ 12207] INFO - .script.IdeScriptEngineManager - javax.script.ScriptEngineManager initialized in 164 ms
2022-03-12 10:35:15,186 [ 12637] INFO - System.impl.PopupMenuPreloader - Popup menu 'Editor Popup Menu' preloaded at 'EditorPopup' in 1025 ms
2022-03-12 10:35:16,077 [ 13528] INFO - System.impl.PopupMenuPreloader - Popup menu 'Project View Popup Menu' preloaded at 'ProjectViewPopup' in 309 ms
2022-03-12 10:35:17,331 [ 14782] INFO - m.codeWithMe.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is '/Users/paulmanjanja/Library/Caches/JetBrains'
2022-03-12 10:35:17,332 [ 14783] INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client system folders to check
2022-03-12 10:35:17,332 [ 14783] INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client config folders to check
2022-03-12 10:35:17,334 [ 14785] INFO - m.codeWithMe.CodeWithMeCleanup - keep only [] major versions
2022-03-12 10:40:10,092 [ 307543] INFO - il.indexing.FileBasedIndexImpl - Health check heartbeat
2022-03-12 10:40:50,389 [ 347840] WARN - t.connections.RemoteConnection - Exception 'org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not connect to FTP server on "ftp.marketdirect.co.za".".' was reported 10 times
2022-03-12 10:40:58,418 [ 355869] WARN - t.connections.RemoteConnection - Connection cancelled to ftp://ftp.marketdirect.co.za:21/ in @77aadfb1
2022-03-12 10:40:59,110 [ 356561] WARN - t.connections.RemoteConnection - Forced closing file system of ftp://ftp.marketdirect.co.za:21/ in @77aadfb1
2022-03-12 10:40:59,388 [ 356839] INFO - ication.options.PathMacrosImpl - Saved path macros: {}
2022-03-12 10:40:59,412 [ 356863] INFO - rationStore.ComponentStoreImpl - Saving appPluginFeatureCacheService took 11 ms
2022-03-12 10:40:59,603 [ 357054] INFO - rationStore.ComponentStoreImpl - Saving Project(name=marketdirect, containerState=COMPONENT_CREATED, componentStore=/Users/paulmanjanja/PhpstormProjects/marketdirect)RunManager took 15 ms
2022-03-12 10:41:03,799 [ 361250] INFO - #com.intellij.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: messages.PhpTBundle
2022-03-12 10:41:03,802 [ 361253] INFO - llij.ide.plugins.PluginManager - Cannot find plugin com.intellij.php.phpt resource-bundle: messages.PhpTBundle
2022-03-12 10:41:07,177 [ 364628] WARN - arketplace.MarketplaceRequests - Error reading Marketplace file: com.fasterxml.jackson.databind.JsonMappingException: Unexpected end-of-input: was expecting closing quote for a string value
at [Source: (BufferedReader); line: 1, column: 80934] (through reference chain: java.util.HashSet[3086]) (file=/Users/paulmanjanja/Library/Caches/JetBrains/PhpStorm2021.3/plugins/pluginsXMLIds.json URL=https://plugins.jetbrains.com/files/pluginsXMLIds.json)
2022-03-12 10:41:07,177 [ 364628] WARN - arketplace.MarketplaceRequests - Cannot get plugins from Marketplace: Unexpected end-of-input: was expecting closing quote for a string value
at [Source: (BufferedReader); line: 1, column: 80934] (through reference chain: java.util.HashSet[3086])
2022-03-12 10:41:36,524 [ 393975] WARN - t.connections.RemoteConnection - Exception 'org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not connect to FTP server on "ftp.marketdirect.co.za".".' was reported 20 times
2022-03-12 10:41:53,797 [ 411248] WARN - t.connections.RemoteConnection - Connection cancelled to ftp://ftp.marketdirect.co.za:21/ in @436fd095
2022-03-12 10:44:11,637 [ 549088] WARN - t.connections.RemoteConnection - Connection cancelled to ftp://ftp.marketdirect.co.za:21/ in @1866fd5c
2022-03-12 10:44:41,867 [ 579318] WARN - t.connections.RemoteConnection - Exception 'org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not connect to FTP server on "ftp.marketdirect.co.za".".' was reported 30 times
2022-03-12 10:45:10,094 [ 607545] INFO - il.indexing.FileBasedIndexImpl - Health check heartbeat
2022-03-12 10:45:57,327 [ 654778] WARN - t.connections.RemoteConnection - Connection cancelled to ftp://ftp.marketdirect.co.za:21/ in @28d0fcc6
2022-03-12 10:46:11,723 [ 669174] WARN - t.connections.RemoteConnection - Retrying connecting to ftps://ftp.marketdirect.co.za:21/ in @1f3fb225: 1 iterations
org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not connect to FTPS server on "ftp.marketdirect.co.za".".
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpFileSystem.getClient(PatchedFtpFileSystem.java:108)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doGetChildren(FtpFileObject.java:121)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doListChildren(FtpFileObject.java:454)
at org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:1099)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.getChildren(FtpFileObject.java:438)
at org.apache.commons.vfs2.provider.AbstractFileObject.getChild(AbstractFileObject.java:1030)
at com.jetbrains.plugins.webDeployment.connections.RemoteConnectionPool.lambda$createConnection$0(RemoteConnectionPool.java:255)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:263)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: org.apache.commons.vfs2.FileSystemException: Could not connect to FTPS server on "ftp.marketdirect.co.za".
at org.apache.commons.vfs2.provider.ftp.FtpClientFactory$ConnectionFactory.createConnection(FtpClientFactory.java:266)
at org.apache.commons.vfs2.provider.ftps.FtpsClientFactory.createConnection(FtpsClientFactory.java:58)
at org.apache.commons.vfs2.provider.ftps.FtpsClientWrapper.createClient(FtpsClientWrapper.java:48)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.createClient(FTPClientWrapper.java:79)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.getFtpClient(FTPClientWrapper.java:104)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.<init>(FTPClientWrapper.java:57)
at org.apache.commons.vfs2.provider.ftps.FtpsClientWrapper.<init>(FtpsClientWrapper.java:41)
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpsFileSystem.createWrapper(PatchedFtpsFileSystem.java:19)
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpFileSystem.access$000(PatchedFtpFileSystem.java:20)
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpFileSystem$FtpClientFactory.create(PatchedFtpFileSystem.java:28)
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpFileSystem$FtpClientFactory.create(PatchedFtpFileSystem.java:21)
at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:58)
at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:899)
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:429)
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:354)
at com.jetbrains.plugins.webDeployment.connections.PatchedFtpFileSystem.getClient(PatchedFtpFileSystem.java:105)
... 16 more
Caused by: org.apache.commons.net.ftp.FTPConnectionClosedException: FTP response 421 received. Server closed connection.
at org.apache.commons.net.ftp.FTP.getReply(FTP.java:378)
at org.apache.commons.net.ftp.FTP.getReply(FTP.java:719)
at org.apache.commons.net.ftp.FTP._connectAction_(FTP.java:416)
at org.apache.commons.net.ftp.FTPClient._connectAction_(FTPClient.java:668)
at org.apache.commons.net.ftp.FTPClient._connectAction_(FTPClient.java:658)
at org.apache.commons.net.ftp.FTPSClient._connectAction_(FTPSClient.java:221)
at org.apache.commons.net.SocketClient._connect(SocketClient.java:254)
at org.apache.commons.net.SocketClient.connect(SocketClient.java:212)
at org.apache.commons.vfs2.provider.ftp.FtpClientFactory$ConnectionFactory.createConnection(FtpClientFactory.java:196)
... 31 more
2022-03-12 10:46:41,883 [ 699334] WARN - t.connections.RemoteConnection - Connection cancelled to ftps://ftp.marketdirect.co.za:21/ in @1f3fb225
2022-03-12 10:47:06,845 [ 724296] WARN - t.connections.RemoteConnection - Exception 'org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not connect to FTP server on "ftp.marketdirect.co.za".".' was reported 40 times
2022-03-12 10:50:10,125 [ 907576] INFO - il.indexing.FileBasedIndexImpl - Health check heartbeat
2022-03-12 10:53:29,138 [1106589] INFO - ains.plugins.webDeployment.ftp - java.net.SocketTimeoutException: Read timed out
2022-03-12 10:53:39,578 [1117029] WARN - t.connections.RemoteConnection - Retrying connecting to ftp://ftp.marketdirect.co.za:21/ in @72813c71: 5 iterations
org.apache.commons.vfs2.FileSystemException: Could not list the contents of folder "ftp://ftp.marketdirect.co.za/".
at org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:1108)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.getChildren(FtpFileObject.java:438)
at org.apache.commons.vfs2.provider.AbstractFileObject.getChild(AbstractFileObject.java:1030)
at com.jetbrains.plugins.webDeployment.connections.RemoteConnectionPool.lambda$createConnection$0(RemoteConnectionPool.java:255)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:263)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.base/java.net.SocketInputStream.socketRead0(Native Method)
at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
at java.base/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
at java.base/java.io.InputStreamReader.read(InputStreamReader.java:181)
at java.base/java.io.BufferedReader.fill(BufferedReader.java:161)
at java.base/java.io.BufferedReader.readLine(BufferedReader.java:326)
at java.base/java.io.BufferedReader.readLine(BufferedReader.java:392)
at org.apache.commons.net.ftp.FTPFileEntryParserImpl.readNextEntry(FTPFileEntryParserImpl.java:53)
at org.apache.commons.net.ftp.FTPListParseEngine.read(FTPListParseEngine.java:139)
at org.apache.commons.net.ftp.FTPListParseEngine.readServerList(FTPListParseEngine.java:119)
at org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2264)
at org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2390)
at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2651)
at org.apache.commons.vfs2.provider.ftp.FtpJBHelper.listFiles(FtpJBHelper.java:68)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.listFilesInDirectory(FTPClientWrapper.java:169)
at org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.listFiles(FTPClientWrapper.java:151)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doGetChildren(FtpFileObject.java:128)
at org.apache.commons.vfs2.provider.ftp.FtpFileObject.doListChildren(FtpFileObject.java:454)
at org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:1099)
... 13 more
2022-03-12 10:53:49,658 [1127109] INFO - ains.plugins.webDeployment.ftp - java.net.SocketTimeoutException: Read timed out
2022-03-12 10:55:10,202 [1207653] INFO - il.indexing.FileBasedIndexImpl - Health check heartbeat
2022-03-12 10:58:07,217 [1384668] WARN - tions.ex.ConfigurableCardPanel - auto-dispose 'Plugins' id=preferences.pluginManager
2022-03-12 10:58:07,257 [1384708] WARN - t.connections.RemoteConnection - Forced closing file system of ftp://ftp.marketdirect.co.za:21/ in @72813c71
2022-03-12 10:58:07,258 [1384709] WARN - t.connections.RemoteConnection - Forced closing file system of ftps://ftp.marketdirect.co.za:21/ in @1f3fb225
2022-03-12 10:58:07,258 [1384709] WARN - t.connections.RemoteConnection - Forced closing file system of ftp://ftp.marketdirect.co.za:21/ in @28d0fcc6
2022-03-12 10:58:07,258 [1384709] WARN - t.connections.RemoteConnection - Forced closing file system of ftp://ftp.marketdirect.co.za:21/ in @1866fd5c
2022-03-12 10:58:07,258 [1384709] WARN - t.connections.RemoteConnection - Forced closing file system of ftp://ftp.marketdirect.co.za:21/ in @436fd095
2022-03-12 10:58:07,264 [1384715] WARN - api.actionSystem.ex.ActionUtil - Action is not performed because target component is not showing: action=HelpTopics, component=javax.swing.JButton
2022-03-12 10:58:07,589 [1385040] WARN - com.intellij.util.xmlb.Binding - no accessors for org.jetbrains.idea.perforce.perforce.ConnectionId
AND MY TROUBLESHOOT IS :
=== About ===
Build version: PhpStorm 2021.3.2 Build: #PS-213.6777.58 January 31, 2022
Theme: Darcula
JRE: 11.0.13+7-b1751.25, JetBrains s.r.o.
JVM: 11.0.13+7-b1751.25, OpenJDK 64-Bit Server VM, JetBrains s.r.o.
Operating System: Mac OS X 12.0.1 (aarch64)
idea.config.path=/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3
idea.system.path=/Users/paulmanjanja/Library/Caches/JetBrains/PhpStorm2021.3
idea.plugins.path=/Users/paulmanjanja/Library/Application Support/JetBrains/PhpStorm2021.3/plugins
idea.log.path=/Users/paulmanjanja/Library/Logs/JetBrains/PhpStorm2021.3
=== System ===
Number of CPU: 8
Used memory: 352Mb
Free memory: 90Mb
Total memory: 443Mb
Maximum available memory: 1024Mb
=== Displays ===
Displays:
Display 0: 2880x1800; scale: 2,00
=== Plugins ===
Custom plugins: []
Disabled plugins:[]
=== Project ===
Project trusted: true
=====DEPLOYMENT SETTINGS=====
Default Server : ftp.marketdirect.co.za
------------------------
Server name : ftp.marketdirect.co.za
Server type : FTP
Project level : true
Host : ftp.marketdirect.co.za
Port : 21
Root path : "/"
Web URL : "http://ftp.marketdirect.co.za"
Mappings :
"/Users/paulmanjanja/PhpstormProjects/marketdirect" : "null"
Excluded paths :
Compatibility mode : false
Passive mode : true
Show and process hidden files : true
Retrieve accurate files timestamps : ON_COPY
Use keep alive command : NOOP
Always use LIST command : true
Control encoding : UTF-8
Number of connections : 5
Send keep alive messages each (s) : 300
=====ADDITIONAL SETTINGS=====
Exclude items by name : .svn;.cvs;.idea;.DS_Store;.git;.hg;*.hprof;*.pyc
Operations logging : DETAILS
Overwrite up-to-date files : true
Preserve file timestamps : true
Delete target items when source do not exist : false
Create empty directories : false
Prompt when overwriting or deleting local items : true
Upload changed files automatically : Never
Upload external changes : false
Delete remote files on automatic upload : false
Override default permissions on files : -1
Override default permissions on folders : -1
Warn when uploading over newer file : NONE
Notify of remote changes : false
=====PERFORMANCE SUMMARY=====
Filesystem Info:
File system is case sensitive: false
File is case sensitive: false
Are there symlinks: false
Number of files: 9
Project Info:
Number of opened files: 3
File size (in lines): 515
File size in characters: 30864
Number of injections: 0
=== Code With Me Editors ===
FOLLOW ME:
ALL EDITORS:
|||rest-api.http|||
PHYSICAL EDITOR
Caret dump: [in update: false, update counter: 0, perform caret merging: false, current caret: null, all carets: [{valid: true, update counter: 0, position: RangeMarker(68,68) 1644, logical pos: LogicalPosition: (3, 3), visual pos: VisualPosition: (3, 3), visual line start: 65, visual line end: 68, skip change requests: false, desired selection start column: -1, desired selection end column: -1, desired x: -1, selection marker: RangeMarker(68,68) 3, rangeMarker start position: VisualPosition: (3, 3), rangeMarker end position: VisualPosition: (3, 3), rangeMarker end position is lead: true, unknown direction: false, logical column adjustment: 0, visual column adjustment: 0}]]
=============================
|||post-requests.http|||
PHYSICAL EDITOR
Caret dump: [in update: false, update counter: 0, perform caret merging: false, current caret: null, all carets: [{valid: true, update counter: 0, position: RangeMarker(0,0) 1645, logical pos: LogicalPosition: (0, 0), visual pos: VisualPosition: (0, 0), visual line start: 0, visual line end: 37, skip change requests: false, desired selection start column: -1, desired selection end column: -1, desired x: -1, selection marker: null, rangeMarker start position: null, rangeMarker end position: null, rangeMarker end position is lead: false, unknown direction: false, logical column adjustment: 0, visual column adjustment: 0}]]
=============================
|||FAQ.html|||
PHYSICAL EDITOR
Caret dump: [in update: false, update counter: 0, perform caret merging: false, current caret: null, all carets: [{valid: true, update counter: 0, position: RangeMarker(26154,26154) 1985, logical pos: LogicalPosition: (436, 57), visual pos: VisualPosition: (436, 57), visual line start: 26097, visual line end: 26267, skip change requests: false, desired selection start column: -1, desired selection end column: -1, desired x: -1, selection marker: RangeMarker(0,30864) 12, rangeMarker start position: VisualPosition: (0, 0), rangeMarker end position: VisualPosition: (514, 0), rangeMarker end position is lead: false, unknown direction: false, logical column adjustment: 0, visual column adjustment: 0}]]
=============================
=====DEBUG MAIN SETTINGS=====
Safe evaluation mode in value hints and Watches Frame : true
Import namespace and 'use' statements from evaluation context : true
Ignore external connections : false
Detect path mappings from deployment configurations : true
Max. simultaneous connections : 3
Notify if debug session was finished without being paused : true
Break at first line in PHP scripts : false
Xdebug debug port : 9000,9003
Can accept external connections : true
Force break at first line when no path mapping specified : true
Force break at first line when a script is outside the project : true
Zend Debugger debug port : 10137
Can accept external connections : true
Zend Debugger settings broadcasting port : 20080
=====SKIPPED PATHS=====
Notify of skipped files : true
Skipped paths :
=====STEP FILTERS=====
Skip magic methods : false
Skip constructors : false
Skipped Methods :
=====PHP INTERPRETER=====
Name : PHP 7.3
Remote : false
Project level : false
Path to PHP executable : /usr/bin/php
Version : 7.3.24-(to be removed in future macOS)
=====PHPUNIT SETTINGS=====
=====RUN CONFIGURATION=====
Configuration name : PHP 7.3
Configuration type : PHP Built-in Web Server
Host : localhost
Port : 80
Document Root : "/Users/paulmanjanja/PhpstormProjects/marketdirect"
Use router script : false
Router Script : "null"
Interpreter options : null
Working directory : "null"
=====PHP INTERPRETER=====
Name : PHP 7.3
Remote : false
Project level : false
Path to PHP executable : /usr/bin/php
Version : 7.3.24-(to be removed in future macOS)
=====DEBUG MAIN SETTINGS=====
Safe evaluation mode in value hints and Watches Frame : true
Import namespace and 'use' statements from evaluation context : true
Ignore external connections : false
Detect path mappings from deployment configurations : true
Max. simultaneous connections : 3
Notify if debug session was finished without being paused : true
Break at first line in PHP scripts : false
Xdebug debug port : 9000,9003
Can accept external connections : true
Force break at first line when no path mapping specified : true
Force break at first line when a script is outside the project : true
Zend Debugger debug port : 10137
Can accept external connections : true
Zend Debugger settings broadcasting port : 20080
Debug listening : false
=====RUN CONFIGURATION=====
Configuration name : PHP 7.3
Configuration type : PHP Built-in Web Server
Host : localhost
Port : 80
Document Root : "/Users/paulmanjanja/PhpstormProjects/marketdirect"
Use router script : false
Router Script : "null"
Interpreter options : null
Working directory : "null"
=====DEBUG SERVERS=====
Debug Servers :
=====SKIPPED PATHS=====
Notify of skipped files : true
Skipped paths :
=====STEP FILTERS=====
Skip magic methods : false
Skip constructors : false
Skipped Methods :
=====DBGP SETTINGS=====
IDE key: : null
Host: : null
Port: : 9001
=====PHP INTERPRETER=====
Name : PHP 7.3
Remote : false
Project level : false
Path to PHP executable : /usr/bin/php
Version : 7.3.24-(to be removed in future macOS)
Non Docker PHP interpreter
Bongani Manjanja you're getting another error, by the looks of the logs.
It seems like your FTP server closes the connection as soon as IDE tries to connect to it: FTP response 421 received. Server closed connection.
Please open Help > Diagnostic Tools > **Debug Log Settings...** and add following line:
#com.jetbrains.plugins.webDeployment
Reproduce the issue, run share your idea.log file.