Algorithm negotiation fail while setting remote SDK
Hi,
I am running into "Algorithm negotiation fail" error while trying to setup remote sdk from my windows 7 box to a linux docket container running inside a virtual box vm. I can ssh into the container from git console, but, RubyMine does not work. I am using the latest version of RubyMine on windows host.
If someone can help on this,
Thanks
Please sign in to leave a comment.
Hi,
could you please clarify what exactly RubyMine says, also am I right that you do configure sdk as ssh-based one (i.e. you just provide host and port for it)
Regards, Oleg.
Hi Olag, Here is a screen shot of the error I am getting.
I can SSH from termnal but somehow RubeMine can't ssh
Thanks,
Faisal
could you please provide RubyMine's log (Help|Show Log in ...)
Thanks, Oleg.
Here are the logs
Hmm, the log it too short and contains no information about the problem. Could you please attach zipped archive or whole content of log's directory (Help|Show Log in...)
Regards, Oleg.
Hi,
same for me with pycharm. I guss the problem is, that JetBrains is trying to use
ssh -lvagrant 127.0.0.1:2222
this is not working on mac. on mac you have to use
ssh -lvagrant 127.0.0.1 -p2222
is that possible to configure?
best
robert
As far as I know we use host/port reported by "vagrant ssh-config"
There is no way to change this as long as you use vagrant-based sdk, but you have configure it as plain ssh-based one.
Regards, Oleg.
Hi Olg,
I looked around, RubyMine is not generated any additional logs when this error occurs. Probably some thing might appear in debug log, can you let me know how can I enable debug logs?
Thanks.
Faisal
Hi Faisal,
could you please archive whole content of RM's log directory.
Thanks in advance, Oleg.
Hi Oleg,
thx for your quick reply. if i try to setup the ssh connection, i get the same error.
best
robert
logs from today after starting pycharm at 8:39 am (Exception occures during startup, not during ssh testing):
2015-04-07 08:39:30,318 [42234943] INFO - ellij.concurrency.JobScheduler - 50 ms execution limit failed for: com.intellij.openapi.progress.impl.ProgressManagerImpl$1@712931da; elapsed time was 167ms
2015-04-07 08:42:11,414 [42396039] ERROR - ellij.ui.messages.SheetMessage - Assertion failed: The should return focus on closing the message
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:144)
at com.intellij.ui.messages.SheetMessage.<init>(SheetMessage.java:129)
at com.intellij.ui.messages.JBMacMessages.showYesNoDialog(JBMacMessages.java:190)
at com.intellij.openapi.ui.Messages.showOkCancelDialog(Messages.java:641)
at com.intellij.openapi.ui.Messages.showOkCancelDialog(Messages.java:627)
at com.jetbrains.plugins.remotesdk.ui.CreateRemoteSdkDialog.validationFailed(CreateRemoteSdkDialog.java:176)
at com.jetbrains.plugins.remotesdk.ui.CreateRemoteSdkDialog.onCreateFail(CreateRemoteSdkDialog.java:158)
at com.jetbrains.plugins.remotesdk.ui.CreateRemoteSdkDialog.doOKAction(CreateRemoteSdkDialog.java:142)
at com.intellij.openapi.ui.DialogWrapper$OkAction.doAction(DialogWrapper.java:1791)
at com.intellij.openapi.ui.DialogWrapper$DialogWrapperAction.actionPerformed(DialogWrapper.java:1757)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.Component.processMouseEvent(Component.java:6414)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
at java.awt.Component.processEvent(Component.java:6179)
at java.awt.Container.processEvent(Container.java:2084)
at java.awt.Component.dispatchEventImpl(Component.java:4776)
at java.awt.Container.dispatchEventImpl(Container.java:2142)
at java.awt.Component.dispatchEvent(Component.java:4604)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4209)
at java.awt.Container.dispatchEventImpl(Container.java:2128)
at java.awt.Window.dispatchEventImpl(Window.java:2492)
at java.awt.Component.dispatchEvent(Component.java:4604)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:717)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:690)
at java.awt.EventQueue$3.run(EventQueue.java:688)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:687)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:748)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:573)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:384)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:205)
at java.awt.Dialog$1.run(Dialog.java:1049)
at java.awt.Dialog$3.run(Dialog.java:1101)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:1099)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:779)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:464)
at com.intellij.openapi.ui.DialogWrapper.showAndGetOk(DialogWrapper.java:1569)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1536)
at com.jetbrains.python.remote.PyRemoteInterpreterManagerImpl.addRemoteSdk(PyRemoteInterpreterManagerImpl.java:275)
at com.jetbrains.python.sdk.PythonSdkDetailsStep.b(PythonSdkDetailsStep.java:151)
at com.jetbrains.python.sdk.PythonSdkDetailsStep.a(PythonSdkDetailsStep.java:129)
at com.jetbrains.python.sdk.PythonSdkDetailsStep.access$400(PythonSdkDetailsStep.java:48)
at com.jetbrains.python.sdk.PythonSdkDetailsStep$4.run(PythonSdkDetailsStep.java:228)
at com.intellij.ui.popup.AbstractPopup$18.run(AbstractPopup.java:1343)
at com.intellij.openapi.wm.impl.FocusManagerImpl.a(FocusManagerImpl.java:651)
at com.intellij.openapi.wm.impl.FocusManagerImpl.g(FocusManagerImpl.java:632)
at com.intellij.openapi.wm.impl.FocusManagerImpl.e(FocusManagerImpl.java:602)
at com.intellij.openapi.wm.impl.FocusManagerImpl.access$200(FocusManagerImpl.java:60)
at com.intellij.openapi.wm.impl.FocusManagerImpl$IdleRunnable.runEdt(FocusManagerImpl.java:108)
at com.intellij.openapi.util.EdtRunnable$1.run(EdtRunnable.java:28)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:748)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:577)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:384)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:205)
at java.awt.Dialog$1.run(Dialog.java:1049)
at java.awt.Dialog$3.run(Dialog.java:1101)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:1099)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:779)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:464)
at com.intellij.openapi.ui.DialogWrapper.showAndGetOk(DialogWrapper.java:1569)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1536)
at com.jetbrains.python.configuration.PyActiveSdkConfigurable$4$1.run(PyActiveSdkConfigurable.java:170)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:318)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:748)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:577)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:384)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:205)
at java.awt.Dialog$1.run(Dialog.java:1049)
at java.awt.Dialog$3.run(Dialog.java:1101)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:1099)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:779)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:464)
at com.intellij.openapi.ui.DialogWrapper.showAndGetOk(DialogWrapper.java:1569)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1536)
at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:112)
at com.intellij.ide.MacOSApplicationProvider$Worker$1.handlePreferences(MacOSApplicationProvider.java:99)
at com.apple.eawt._AppEventLegacyHandler$2.dispatchEvent(_AppEventLegacyHandler.java:90)
at com.apple.eawt._AppEventLegacyHandler.sendEventToEachListenerUntilHandled(_AppEventLegacyHandler.java:168)
at com.apple.eawt._AppEventLegacyHandler.handlePreferences(_AppEventLegacyHandler.java:88)
at com.apple.eawt._AppEventHandler$_PreferencesDispatcher.performUsing(_AppEventHandler.java:253)
at com.apple.eawt._AppEventHandler$_PreferencesDispatcher.performUsing(_AppEventHandler.java:244)
at com.apple.eawt._AppEventHandler$_AppEventDispatcher$1.run(_AppEventHandler.java:489)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:748)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:577)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:384)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
2015-04-07 08:42:11,416 [42396041] ERROR - ellij.ui.messages.SheetMessage - PyCharm 4.0.6 Build #PY-139.1659
2015-04-07 08:42:11,416 [42396041] ERROR - ellij.ui.messages.SheetMessage - JDK: 1.6.0_65
2015-04-07 08:42:11,416 [42396041] ERROR - ellij.ui.messages.SheetMessage - VM: Java HotSpot(TM) 64-Bit Server VM
2015-04-07 08:42:11,416 [42396041] ERROR - ellij.ui.messages.SheetMessage - Vendor: Apple Inc.
2015-04-07 08:42:11,416 [42396041] ERROR - ellij.ui.messages.SheetMessage - OS: Mac OS X
2015-04-07 08:44:26,887 [42531512] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2015-04-07 08:44:26,902 [42531527] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 1083 auto-detected files
Elapsed time on auto-detect: 726 ms
2015-04-07 08:44:26,957 [42531582] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2015-04-07 08:44:26,979 [42531604] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2015-04-07 08:44:26,979 [42531604] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2015-04-07 08:44:26,979 [42531604] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2015-04-07 08:44:26,980 [42531605] INFO - .history.utils.LocalHistoryLog - Purging local history...
2015-04-07 08:44:26,982 [42531607] INFO - .history.utils.LocalHistoryLog - Local history storage successfully closed.
2015-04-07 08:44:27,162 [42531787] WARN - api.vfs.impl.local.FileWatcher - Watcher terminated with exit code 0
2015-04-07 08:44:27,163 [42531788] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2015-04-07 08:44:27,166 [42531791] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2015-04-07 08:44:27,169 [42531794] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2015-04-07 08:44:40,872 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2015-04-07 08:44:40,919 [ 47] INFO - #com.intellij.idea.Main - IDE: PyCharm (build #PY-139.1659, 03 Apr 2015 00:00)
2015-04-07 08:44:40,919 [ 47] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.10.3, x86_64)
2015-04-07 08:44:40,919 [ 47] INFO - #com.intellij.idea.Main - JRE: 1.6.0_65-b14-466.1-11M4716 (Apple Inc.)
2015-04-07 08:44:40,919 [ 47] INFO - #com.intellij.idea.Main - JVM: 20.65-b04-466.1 (Java HotSpot(TM) 64-Bit Server VM)
2015-04-07 08:44:40,926 [ 54] INFO - #com.intellij.idea.Main - JVM Args: -Dfile.encoding=UTF-8 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djsse.enableSNIExtension=false -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -Xverify:none -Xbootclasspath/a:../lib/boot.jar -Xms128m -Xmx750m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=225m -XX:+UseCompressedOops -Djb.vmOptionsFile=/Users/robert/Develop/PyCharm.app/Contents/bin/pycharm.vmoptions -Didea.java.redist=NoJavaDistribution -Didea.home.path=/Users/robert/Develop/PyCharm.app/Contents -Didea.executable=pycharm -Didea.platform.prefix=Python -Didea.paths.selector=PyCharm40
2015-04-07 08:44:40,973 [ 101] INFO - #com.intellij.idea.Main - JNA library loaded (64-bit) in 46 ms
2015-04-07 08:44:40,981 [ 109] INFO - #com.intellij.idea.Main - initializing environment
2015-04-07 08:44:40,985 [ 113] INFO - .intellij.util.EnvironmentUtil - loading shell env: /bin/bash -l -i -c '/Users/robert/Develop/PyCharm.app/Contents/bin/printenv.py' '/private/var/folders/cv/b5m5prp526xbk355tmvt3q6h0000gn/T/intellij-shell-env0.tmp'
2015-04-07 08:44:41,065 [ 193] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (13 vars)
2015-04-07 08:44:42,206 [ 1334] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-properties-support.xml
2015-04-07 08:44:42,229 [ 1357] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-java-support.xml
2015-04-07 08:44:43,097 [ 2225] INFO - llij.ide.plugins.PluginManager - 43 plugins initialized in 1450 ms
2015-04-07 08:44:43,098 [ 2226] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: AngularJS (999.999), CSS Support, CVS Integration (11), CoffeeScript (2.0), Database Tools and SQL (1.0), Django Database Support Integration (1.0), File Watchers (999.999), GNU GetText files support (*.po) (136.SNAPSHOT), Gherkin (999.999), Git Integration (8.1), GitHub, HAML, HTML Tools (2.0), IDEA CORE, IPython Notebook (0.1), Ini4Idea (999.999), IntelliLang (8.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), LESS support, Perforce Integration (2.0), Puppet Support (VERSION), Python BDD support for engines, based on Gherkin (cucumber, lettuce, behave) (0.1), Python IntelliLang (VERSION), Python JavaScript Debugger Integration (VERSION), Python Localization Integration (VERSION), Python ReStructureText Integration (VERSION), Python Remote Interpreter (VERSION), Python UML Diagrams (VERSION), REST Client, ReStructuredText Support (136.SNAPSHOT), Remote Hosts Access (0.1), SASS support, SSH Remote Run (0.1), Stylus support (999.999), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TextMate bundles support (VERSION), UML Support (1.0), Vagrant (0.4), hg4idea (10.0)
2015-04-07 08:44:43,630 [ 2758] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=200; buffer=10; max=755630080
2015-04-07 08:44:43,705 [ 2833] INFO - api.vfs.impl.local.FileWatcher - Starting file watcher: /Users/robert/Develop/PyCharm.app/Contents/bin/fsnotifier
2015-04-07 08:44:43,732 [ 2860] INFO - api.vfs.impl.local.FileWatcher - Native file watcher is operational.
2015-04-07 08:44:43,849 [ 2977] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2015-04-07 08:44:43,849 [ 2977] INFO - pi.util.registry.RegistryState - ide.scratch.enabled = false
2015-04-07 08:44:44,706 [ 3834] INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: []
2015-04-07 08:44:46,272 [ 5400] INFO - pl.stores.ApplicationStoreImpl - 78 application components initialized in 3144 ms
2015-04-07 08:44:46,286 [ 5414] INFO - .intellij.idea.IdeaApplication - App initialization took 6185 ms
2015-04-07 08:44:46,558 [ 5686] INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2015-04-07 08:44:48,041 [ 7169] INFO - ellij.project.impl.ProjectImpl - 118 project components initialized in 929 ms
2015-04-07 08:44:48,131 [ 7259] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 90 ms
2015-04-07 08:44:49,194 [ 8322] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2015-04-07 08:44:49,954 [ 9082] INFO - indexing.UnindexedFilesUpdater - Indexable files iterated in 692 ms
2015-04-07 08:44:53,319 [ 12447] INFO - nject.config.XPathSupportProxy - XPath Support is not available
2015-04-07 08:44:53,609 [ 12737] INFO - tor.impl.FileEditorManagerImpl - Project opening took 6529 ms
2015-04-07 08:44:53,856 [ 12984] INFO - packaging.PyPackageManagerImpl - Running packaging tool: /usr/bin/python /Users/robert/Develop/PyCharm.app/Contents/helpers/packaging_tool.py list
2015-04-07 08:44:57,626 [ 16754] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK /usr/bin/python
2015-04-07 08:44:57,627 [ 16755] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for /usr/bin/python
2015-04-07 08:44:57,912 [ 17040] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 273 ms
2015-04-07 08:44:57,917 [ 17045] INFO - .skeletons.PySkeletonRefresher - Home path is /Users/robert/Develop/PyCharm.app/Contents
2015-04-07 08:44:57,917 [ 17045] INFO - .skeletons.PySkeletonRefresher - Pregenerated skeletons root is /Users/robert/Develop/PyCharm.app/Contents/skeletons
2015-04-07 08:44:57,917 [ 17045] INFO - .skeletons.PySkeletonRefresher - Not found pregenerated skeletons at /Users/robert/Develop/PyCharm.app/Contents/skeletons/skeletons-mac-392-10.10-python-2.7.6.zip
2015-04-07 08:44:58,018 [ 17146] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 100 ms
2015-04-07 08:44:58,106 [ 17234] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 39 ms
2015-04-07 08:45:31,097 [ 50225] INFO - packaging.PyPackageManagerImpl - Running packaging tool: /usr/bin/python /Users/robert/Develop/PyCharm.app/Contents/helpers/packaging_tool.py list
Attachment(s):
Bildschirmfoto 2015-04-07 um 08.48.19.png
Bildschirmfoto 2015-04-07 um 08.47.08.png
Hi,
could you please also provide whole content of PyCharm's log directory.
Regards, Oleg.
P.S. most likely your host is configured in some special way which make it impossible for the library we use for ssh to connect to it.
but we need to known what exactly it says to to suggest what you should change there.
Hi Oleg,
there is only the idea.log file.
regards
robert
Attachment(s):
Bildschirmfoto 2015-04-07 um 10.32.22.png
could you please attach it here?
Regards, Oleg.
sure, but the interesting part of the log was already added in my comment... :)
Attachment(s):
idea.log.zip
Please check
http://stackoverflow.com/questions/26424621/algorithm-negotiation-fail-ssh-in-jenkins and
http://sourceforge.net/p/jsch/mailman/message/28848418/
Hope these topics will help you configure ssh so PyCharm/RubyMine would work
Regards, Oleg.