我们正在尝试使用Winexe从CentOS 7远程执行带有参数的execute.exe。以下是我们使用的命令,但没有一个起作用。
sudo winexe \ hostname -u abcd \ CI.Admin -p Password @ 123 -h cmd / c C:\ test \ GetProcessInstance.exe http://bg-test-active:8080/jbpm-console/rest/task/listUserTasks?potentialOwner=jees@abcd.com
sudo winexe --user abcd \ CI.Admin --password Password @ 123 //主机名C:\ test \ GetProcessInstance.exe http://bg-test-active:8080/jbpm-console/rest/task/listUserTasks?potentialOwner=jees@abcd.com
sudo winexe -U abcd/CI.Admin%Password@123 //主机名“ C:\ test \ GetProcessInstance.exe http://bg-test-active:8080/jbpm-console/rest/task/listUserTasks?potentialOwner=jees@abcd.com”
显示所有错误。
>INTERNAL ERROR: Signal 11 in pid 4183 (4.0.0alpha11-GIT-UNKNOWN)
>Please read the file BUGS.txt in the distribution
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PANIC: internal error
BACKTRACE: 18 stack frames:
#0 winexe(call_backtrace+0x2d) [0x81dd0d]
#1 winexe(smb_panic+0x7e) [0x81de6e]
#2 winexe() [0x81e116]
#3 /lib64/libc.so.6(+0x35270) [0x7f35a2a99270]
#4 winexe(hx509_context_free+0xf) [0x7772ef]
#5 winexe(krb5_free_context+0xc3) [0x7456e3]
#6 winexe(krb5_init_context+0x88) [0x746078]
#7 winexe(smb_krb5_init_context+0x71) [0x541821]
#8 winexe(cli_credentials_get_krb5_context+0x34) [0x4d0464]
#9 winexe(cli_credentials_set_ccache+0x95) [0x4d0775]
#10 winexe() [0x4cdd71]
#11 winexe() [0x839303]
#12 winexe() [0x8392eb]
#13 winexe(poptGetNextOpt+0x150) [0x83a430]
#14 winexe(parse_args+0x506) [0x483db6]
#15 winexe(main+0x34) [0x483094]
#16 /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f35a2a85c05]
#17 winexe() [0x483401]
Aborted