JumpServer V4.5.0在部署远程应用时报错


2025-01-03 18:48:54
PLAY [all] *********************************************************************
2025-01-03 18:48:54
TASK [Gathering Facts] *********************************************************
2025-01-03 18:48:59 [WARNING]: Error when collecting bios facts: New-Object :
2025-01-03 18:48:59 使用“0”个参数调用“.ctor”时发生异常:“Failed to get SMBIOS buffer information (函数不正确。,
2025-01-03 18:48:59 Win32ErrorCode 1 - 0x00000001)” At line:2 char:21 + … $bios = New-
2025-01-03 18:48:59 Object -TypeName Ansible.Windows.Setup.SMBIOSInfo +
2025-01-03 18:48:59 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo
2025-01-03 18:48:59 : InvalidOperation: (:slight_smile: [New-Object], MethodInvocationException +
2025-01-03 18:48:59 FullyQualifiedErrorId :
2025-01-03 18:48:59 ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
2025-01-03 18:48:59 在 、<无文件> 中: 第 2 行
2025-01-03 18:48:59 [WARNING]: Error when collecting platform facts: New-Object :
2025-01-03 18:48:59 使用“0”个参数调用“.ctor”时发生异常:“Failed to get SMBIOS buffer information (函数不正确。,
2025-01-03 18:48:59 Win32ErrorCode 1 - 0x00000001)” At line:2 char:21 + … $bios = New-
2025-01-03 18:48:59 Object -TypeName Ansible.Windows.Setup.SMBIOSInfo +
2025-01-03 18:48:59 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo
2025-01-03 18:48:59 : InvalidOperation: (:slight_smile: [New-Object], MethodInvocationException +
2025-01-03 18:48:59 FullyQualifiedErrorId :
2025-01-03 18:48:59 ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
2025-01-03 18:48:59 在 、<无文件> 中: 第 2 行
2025-01-03 18:48:59 [WARNING]: Error when collecting processor facts: New-Object :
2025-01-03 18:48:59 使用“0”个参数调用“.ctor”时发生异常:“Failed to get SMBIOS buffer information (函数不正确。,
2025-01-03 18:48:59 Win32ErrorCode 1 - 0x00000001)” At line:2 char:21 + … $bios = New-
2025-01-03 18:48:59 Object -TypeName Ansible.Windows.Setup.SMBIOSInfo +
2025-01-03 18:48:59 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo
2025-01-03 18:48:59 : InvalidOperation: (:slight_smile: [New-Object], MethodInvocationException +
2025-01-03 18:48:59 FullyQualifiedErrorId :
2025-01-03 18:48:59 ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
2025-01-03 18:48:59 在 、<无文件> 中: 第 2 行
2025-01-03 18:48:59 [WARNING]: Error when collecting processor facts: 无法对 Null 数组进行索引。 At line:22
2025-01-03 18:48:59 char:13 + $ansibleFacts.ansible_processor_cores =
2025-01-03 18:48:59 $bios.ProcessorIn … +
2025-01-03 18:48:59 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo
2025-01-03 18:48:59 : InvalidOperation: (:slight_smile: [], RuntimeException + FullyQualifiedErrorId :
2025-01-03 18:48:59 NullArray 在 、<无文件> 中: 第 22 行
2025-01-03 18:48:59 [WARNING]: Error when collecting processor facts: 无法对 Null 数组进行索引。 At line:24
2025-01-03 18:48:59 char:13 + $ansibleFacts.ansible_processor_threads_per_core =
2025-01-03 18:48:59 $bios. … +
2025-01-03 18:48:59 在 、<无文件> 中: 第 2 行
2025-01-03 18:48:59 ok: [Remote_App_Server]
2025-01-03 18:48:59
TASK [Install applet] **********************************************************
2025-01-03 18:49:27 changed: [Remote_App_Server]
2025-01-03 18:49:27
PLAY RECAP *********************************************************************
Remote_App_Server : ok=2 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
2025-01-03 18:49:27 Task terminal.tasks.run_applet_host_deployment_install_applet[0f8d7518-ba61-4d04-8155-c2f027fca87e]succeeded in 34.82660197903169s: None

截图看一下,这看起来不是部署操作,参考【V3】JumpServer 远程应用发布机的配置步骤 - FIT2CLOUD 知识库