如何找出 TIBCO 通用安装程序尝试下载的程序集?
How to find out the assemblies that TIBCO universal installer tries to download?
当 运行 TIBCO 通用安装程序时,出现以下错误:
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.wizard.action.TIBCORunInstaller, dbg.Debug, executing subsequence action: action-downloadMissingAssemblies
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, actionClass = com.tibco.installer.wizard.action.TIBCODownloadAssembliesPanelWizardAction
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, id = action-downloadMissingAssemblies
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.wizard.action.TIBCODownloadAssembliesPanelWizardAction, dbg.Debug, setting wizard action property: showProgress=false
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, showProgress = false
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, ERROR::WizardAction exception encountered.
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, null
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug,
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.tibco.installer.util.TIBCOUniversalInstallerAction.executeWizardAction(TIBCOUniversalInstallerAction.java:311)
at com.tibco.installer.wizard.action.TIBCORunInstaller._executeWizardAction(TIBCORunInstaller.java:230)
at com.tibco.installer.wizard.action.TIBCORunInstaller._executeSubSequence(TIBCORunInstaller.java:311)
at com.tibco.installer.wizard.action.TIBCORunInstaller._runSequence(TIBCORunInstaller.java:118)
at com.tibco.installer.wizard.action.TIBCORunInstaller._runInstallSequences(TIBCORunInstaller.java:78)
at com.tibco.installer.wizard.action.TIBCORunInstaller.run(TIBCORunInstaller.java:42)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.tibco.installer.util.TIBCOUniversalInstallerAction.executeWizardAction(TIBCOUniversalInstallerAction.java:384)
at com.tibco.installer.wizard.action.TIBCORunWizardAction.execute(TIBCORunWizardAction.java:26)
at com.installshield.wizard.StandardWizardListener.execute(Unknown Source)
at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1829)
Caused by: java.lang.NullPointerException
at com.tibco.installer.util.TIBCODownloadInterface.calculateTotalSize(TIBCODownloadInterface.java:854)
at com.tibco.installer.util.TIBCODownloadInterface.displayDownloadMultiTasks(TIBCODownloadInterface.java:396)
at com.tibco.installer.util.TIBCODownloadInterface.displayDownloadMultiTasks(TIBCODownloadInterface.java:382)
at com.tibco.installer.wizard.action.TIBCODownloadAssembliesPanelWizardAction._downloadAssemblies(TIBCODownloadAssembliesPanelWizardAction.java:93)
at com.tibco.installer.wizard.action.TIBCODownloadAssembliesPanelWizardAction.run(TIBCODownloadAssembliesPanelWizardAction.java:37)
... 19 more
由于消息 action-downloadMissingAssemblies
我相信它试图下载一些丢失的程序集。
我怎样才能查明它究竟在尝试下载什么?有没有办法禁用此类下载并防止 NPE 发生?
更新 1: 这是我用来开始安装的命令:./TIBCOUniversalInstaller-lnx-x86.bin -silent -V responseFile="TIBCOUniversalInstaller_TRA_5.7.3.silent"
使用带有 -console
而不是 -silent
的 TIBCO 通用安装程序解决了问题。
当 运行 TIBCO 通用安装程序时,出现以下错误:
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.wizard.action.TIBCORunInstaller, dbg.Debug, executing subsequence action: action-downloadMissingAssemblies
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, actionClass = com.tibco.installer.wizard.action.TIBCODownloadAssembliesPanelWizardAction
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, id = action-downloadMissingAssemblies
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.wizard.action.TIBCODownloadAssembliesPanelWizardAction, dbg.Debug, setting wizard action property: showProgress=false
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, showProgress = false
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, ERROR::WizardAction exception encountered.
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug, null
(Oct 15, 2019 11:15:47 AM), Install, com.tibco.installer.util.TIBCOInstaller, dbg.Debug,
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.tibco.installer.util.TIBCOUniversalInstallerAction.executeWizardAction(TIBCOUniversalInstallerAction.java:311)
at com.tibco.installer.wizard.action.TIBCORunInstaller._executeWizardAction(TIBCORunInstaller.java:230)
at com.tibco.installer.wizard.action.TIBCORunInstaller._executeSubSequence(TIBCORunInstaller.java:311)
at com.tibco.installer.wizard.action.TIBCORunInstaller._runSequence(TIBCORunInstaller.java:118)
at com.tibco.installer.wizard.action.TIBCORunInstaller._runInstallSequences(TIBCORunInstaller.java:78)
at com.tibco.installer.wizard.action.TIBCORunInstaller.run(TIBCORunInstaller.java:42)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.tibco.installer.util.TIBCOUniversalInstallerAction.executeWizardAction(TIBCOUniversalInstallerAction.java:384)
at com.tibco.installer.wizard.action.TIBCORunWizardAction.execute(TIBCORunWizardAction.java:26)
at com.installshield.wizard.StandardWizardListener.execute(Unknown Source)
at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1829)
Caused by: java.lang.NullPointerException
at com.tibco.installer.util.TIBCODownloadInterface.calculateTotalSize(TIBCODownloadInterface.java:854)
at com.tibco.installer.util.TIBCODownloadInterface.displayDownloadMultiTasks(TIBCODownloadInterface.java:396)
at com.tibco.installer.util.TIBCODownloadInterface.displayDownloadMultiTasks(TIBCODownloadInterface.java:382)
at com.tibco.installer.wizard.action.TIBCODownloadAssembliesPanelWizardAction._downloadAssemblies(TIBCODownloadAssembliesPanelWizardAction.java:93)
at com.tibco.installer.wizard.action.TIBCODownloadAssembliesPanelWizardAction.run(TIBCODownloadAssembliesPanelWizardAction.java:37)
... 19 more
由于消息 action-downloadMissingAssemblies
我相信它试图下载一些丢失的程序集。
我怎样才能查明它究竟在尝试下载什么?有没有办法禁用此类下载并防止 NPE 发生?
更新 1: 这是我用来开始安装的命令:./TIBCOUniversalInstaller-lnx-x86.bin -silent -V responseFile="TIBCOUniversalInstaller_TRA_5.7.3.silent"
使用带有 -console
而不是 -silent
的 TIBCO 通用安装程序解决了问题。