Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vladimir Lagunov
Total activity
10
Last activity
December 05, 2024 10:06
Member since
July 30, 2019 10:07
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Articles (0)
Posts (0)
Comments (8)
Sort by recent activity
Recent activity
Votes
Edited
December 05, 2024 10:06
But looking at the javaParameters.getJdk().getHomePath() seems a little wrong to meWell, it's the way how you can determine if some Run Configuration aims to WSL or not.maybe there should be an att...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ and WSL 2 configuration
0 votes
Created
December 05, 2024 09:35
I saw that WSLDistribution#getWslPath(java.nio.file.Path) is a non-static method so to use it I must get an instance of WSLDistribution somewhere?Yes. I don't know your context and needs, but when...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ and WSL 2 configuration
0 votes
Created
December 04, 2024 17:12
Hi, Unless you add too many arguments into javaParameters.getVMParametersList(). In that case the end of the JAVA_OPTS is replaced with a "Disconnected from server" string and the tomcat in WLS wi...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ and WSL 2 configuration
0 votes
Created
August 06, 2019 11:14
Hello, Bárður V. Dam! Your issue looks similar to https://youtrack.jetbrains.com/issue/WI-47671 . Do you run IDE using Oracle JDK? Could you switch to JetBrains Runtime or to OpenJDK? JetBrains Run...
Community
DataGrip
DataGrip 2019.2 RC SSH Tunnelling no longer works
0 votes
Edited
August 02, 2019 10:36
@Charles Firth I've updated https://youtrack.jetbrains.com/issue/IDEA-219538 Now it describes the real cause of the problem. Resume for those who has a similar problem and found this post in a web ...
Community
DataGrip
DataGrip 2019.2 RC SSH Tunnelling no longer works
0 votes
Created
July 31, 2019 10:12
I've created an issue in YouTrack about this problem. https://youtrack.jetbrains.com/issue/IDEA-219538
Community
DataGrip
DataGrip 2019.2 RC SSH Tunnelling no longer works
0 votes
Created
July 31, 2019 09:03
@Charles Firth Lets try investigate the problem deeper. Please run these commands and send their output on email "vladimir dot lagunov at jetbrains dot com". $ ssh -G user@host $ ssh -v user@host ...
Community
DataGrip
DataGrip 2019.2 RC SSH Tunnelling no longer works
0 votes
Created
July 30, 2019 10:07
Hi, @Charles Firth! Please could you check on your local machine configuration files `/etc/ssh/ssh_config` and `~/.ssh/config`? Looks like you have directive `Ciphers aes128-cbc,3des-cbc,aes256-cbc...
Community
DataGrip
DataGrip 2019.2 RC SSH Tunnelling no longer works
0 votes