2017-10-17 5 views
0

RHEL에 IBM-Logging 플러그인을 설치할 수는 있지만 Windows에 설치할 수는 없습니다. 오류 메시지는 "logging-cli-win64_v1.0.2.exe : %! (MISSING)이 (가) 유효한 Win32 응용 프로그램이 아닙니다."입니다. " 이 설치 프로그램 (Windows 용 플러그인)이 손상 되었습니까?Windows에 IBM-Logging 플러그인을 설치할 수 없습니다.

C:\bx_work>bluemix cf list-plugin-repos 
'cf list-plugin-repos' を起動しています... 

OK 

Repo Name   URL 
CF-Community  https://plugins.cloudfoundry.org 
bluemix-cf-repo https://plugins.ng.bluemix.net 


C:\bx_work>bluemix cf install-plugin IBM-Logging -r bluemix-cf-repo 
'cf install-plugin IBM-Logging -r bluemix-cf-repo' を起動しています... 


**Attention: Plugins are binaries written by potentially untrusted authors. Install and use plugins at your own risk.** 

Do you want to install the plugin IBM-Logging?> yes 
Looking up 'IBM-Logging' from repository 'bluemix-cf-repo' 
6094848 bytes downloaded... 
Installing plugin logging-cli-win64_v1.0.2.exe... 
FAILED 
fork/exec C:\Users\IBM_AD~1\AppData\Local\Temp\logging-cli-win64_v1.0.2.exe: %! (MISSING)is not a valid Win32 application. 

C:\bx_work>bluemix -version 
bluemix version 0.5.6+5b886b4-2017-08-14T08:16:22+00:00 

C:\bx_work> 

답변

0

이 문제를 해결할 수 있습니다. 오늘 나는 내 Windows에 다시 설치하려고했다. 설치가 완료되었습니다. 이 문제는 특정 버전에서 발생할 수 있습니다.

Today's environment is following. (succeed to install) 

- bluemix version 0.5.6+5b886b4-2017-08-14T08:16:22+00:00 

- logging-cli-win64_v1.0.13.exe 

the environment on which I failed to install 

- bluemix version 0.5.6+5b886b4-2017-08-14T08:16:22+00:00 

- logging-cli-win64_v1.0.2.exe 

성공 로그

C:\work>bluemix cf list-plugin-repos 
'cf list-plugin-repos' を起動しています... 

OK 

Repo Name   URL 
CF-Community  https://plugins.cloudfoundry.org 
bluemix-cf-repo https://plugins.ng.bluemix.net 


C:\work> 
C:\work>bluemix cf install-plugin IBM-Logging -r bluemix-cf-repo 
'cf install-plugin IBM-Logging -r bluemix-cf-repo' を起動しています... 


**Attention: Plugins are binaries written by potentially untrusted authors. Install and use plugins at your own risk.** 

Do you want to install the plugin IBM-Logging?> yes 
Looking up 'IBM-Logging' from repository 'bluemix-cf-repo' 
10556928 bytes downloaded... 
Installing plugin logging-cli-win64_v1.0.13.exe... 
OK 
Plugin IBM-Logging v1.0.0 successfully installed. 

C:\work>bluemix --version 
bluemix version 0.5.6+5b886b4-2017-08-14T08:16:22+00:00 

C:\work> 
을 따르고