无法使用python脚本通过ssh获取登录提示

时间:2017-01-23 01:34:29

标签: python-2.7

[root@xyz ~]#
Enter HOST IP: 10.12.132.143
Enter USER NAME: abc
Enter PASSWORD:*************
SSH connection to 10.129.136.150 established
Welcome to  Account Enter the command:uptime;uname -a
Enter if you you want to run multiple command:

01:02:48 up 4 days, 15:28,  3 users,  load average: 1.02, 1.01, 1.00
Linux   10.12.132.143 2.6.32-642.6.2.el6.x86_64 #1 SMP Mon Oct 24 10:22:33 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@xyz ~]#   -->this is the error it should login to  10.12.132.143 server but it is login to my master server
[root@xyz ~]#.

输出低于::

...
java.lang.NullPointerException
at com.codename1.admob.AdMobManager.loadAd(AdMobManager.java:49)
at com.dd.midp.slicklottoca.SlickLottoCA.init(SlickLottoCA.java:177)
at com.dd.midp.slicklottoca.SlickLottoCAStub.run(SlickLottoCAStub.java:28)
at com.codename1.ui.Display.processSerialCalls(Display.java:1152)
at com.codename1.ui.Display.mainEDTLoop(Display.java:969)
at com.codename1.ui.RunnableWrapper.run(RunnableWrapper.java:120)
at com.codename1.impl.CodenameOneThread.run(CodenameOneThread.java:176)
...
Error during processing: undefined method `path' for nil:NilClass
Backtrace:
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/buildable_reference.rb:89:in `construct_buildable_name'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/buildable_reference.rb:59:in `set_reference_target'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/buildable_reference.rb:16:in `block in initialize'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/xml_element_wrapper.rb:53:in `create_xml_element_with_fallback'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/buildable_reference.rb:14:in `initialize'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/build_action.rb:96:in `new'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/build_action.rb:96:in `block in initialize'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/xml_element_wrapper.rb:53:in `create_xml_element_with_fallback'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme/build_action.rb:77:in `initialize'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme.rb:186:in `new'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/scheme.rb:186:in `add_build_target'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/project.rb:756:in `block in recreate_user_schemes'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/project.rb:754:in `each'
/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.1.0/lib/xcodeproj/project.rb:754:in `recreate_user_schemes'
/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build7966420431196611238xxx/hooks/fix_xcode_schemes.rb:5:in `<main>'
An error occurred recreating schemes, but the build still might work...
...
** ARCHIVE FAILED **

The following build commands failed:
CompileC build/Build/Intermediates/ArchiveIntermediates/SlickLottoCA/IntermediateBuildFilesPath/SlickLottoCA.build/Release-iphoneos/SlickLottoCA.build/Objects-normal/armv7/com_codename1_admob_AdMobNativeImpl.o SlickLottoCA-src/com_codename1_admob_AdMobNativeImpl.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Failed xcodebuild step

0 个答案:

没有答案