Как узнать сборки, которые пытается загрузить универсальный установщик TIBCO? - PullRequest
0 голосов
/ 15 октября 2019

При запуске универсального установщика 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"

1 Ответ

0 голосов
/ 18 октября 2019

Использование универсального установщика TIBCO с -console вместо -silent решило проблему.

...