IntelliJ sftp deployment stuck at 100%
IntelliJ deployment upload is getting stuck when uploading changed files. I've set the IDE to deploy automatically when it detects changes and it kicks it off as soon as I change a file. The project is a 'static' web project containing PHP, html, js, etc. files. Unfortunately, it appears to stick at 100% and will run indefinitely. It also blocks the shutdown of the IDE so I have to kill the process. I setup logging and it look the underlying issue is with the ssh key, but the IDE should probably handle this a little better
14112 - 65.325: [m: 6723 972] total classes: processed=37000 instrumented=34205 ms=13797 ms
14112 - 65.535: SP: pinned com.intellij.openapi.util.WriteExternalException
14112 - 65.770: SP: pinned java.security.InvalidKeyException
14112 - 83.769: SP: pinned java.awt.datatransfer.MimeTypeParseException
14112 - 86.760: f_t_a_d: #31 trn=46 conv=0/170 ms=1
14112 - 151.634: f_t_a_d: #47 trn=23 conv=0/176 ms=1
14112 - 157.921: f_t_a_d: #48 trn=66 conv=0/177 ms=1
14112 - 252.426: f_t_a_d: #51 trn=51 conv=0/172 ms=1
14112 - 366.794: SP: pinned java.net.SocketTimeoutException
Is anyone else seeing this issue?
I should note I'm using IntelliJ 2016.2.1 on Linux Mint 18 x64.
Please sign in to leave a comment.
I switched back to IntelliJ 15.0.6 and am seeing the same behavior, though base on the follow log information maybe it's an issue with our server? Here output from the IntelliJ 15.0.6 idea.log file:
-- EDIT --
IntelliJ 15 does not hang indefinitely, it times out after 1 minute so I can continue working and close the application normally.
Well, as a last ditch effort I thought, why not try a reboot? So I did and uploading via sftp is working now. No idea what or why but, there it is. And this is't even a windows box.
Hello,
Pipe error surely tells us about networking problems and, unfortunately, the whole thing has been happening under the Java's hood so I can't tell now why it happened. Maybe there were some pending updates? Was there anything in system logs at that time frame?