Reputation: 31
I have a strange problem. For a long time I used to deploy my files from local macbook to local VM via SFTP deployment by PhpStorm. From one moment, without doing any configuration changes (as far as I recognized) it does't work any more.
Test SFTP connection
button in the settings it tells me that it was successful. Tools -> Deployment -> Browse remote server
it seems to connect but doesn't show any files. [13.02.15 20:15] Upload to xy
but the file never shows up on the VM. In VM auth.log appears:
Feb 13 20:15:39 precise64 sshd[2272]: Connection closed by 33.33.33.1 [preauth]
What I did so far:
Don't know what to do else. Vagrant ssh and ssh or scp with credentials from my PhpStorm works fine on command line.
Any ideas?
Upvotes: 0
Views: 1479
Reputation: 31
Why is it always searching for hours and as far as you post it somewhere you find the answer yourself?
I came across this site: https://intellij-support.jetbrains.com/entries/27854363-IDE-doesn-t-start-after-updating-to-Mac-OS-Yosemite-or-Mavericks It says that JDK 1.6 should be used. I reinstalled it and tadaaa it works.
Upvotes: 0