<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IMC Upgrade 7.1 to 7.2 not working - Restart common update program with installer javahome in IMC</title>
    <link>https://community.hpe.com/t5/imc/imc-upgrade-7-1-to-7-2-not-working-restart-common-update-program/m-p/7086702#M5830</link>
    <description>&lt;P&gt;My issue was on linux and java path was within install directory of unzipped IMC package. Above mentioned command solved the problem. The problem also does not exist if upgrading from 0605 version.&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2020 21:52:19 GMT</pubDate>
    <dc:creator>ahpawgol</dc:creator>
    <dc:date>2020-05-01T21:52:19Z</dc:date>
    <item>
      <title>IMC Upgrade 7.1 to 7.2 not working - Restart common update program with installer javahome</title>
      <link>https://community.hpe.com/t5/imc/imc-upgrade-7-1-to-7-2-not-working-restart-common-update-program/m-p/7068988#M5590</link>
      <description>&lt;P&gt;Hello, I am trying to upgrade our IMV installation from 7.1 via 7.2 to 7.3.&lt;BR /&gt;The installer always is stuck at the begnning of the installation process.&lt;BR /&gt;The components which are about to be upgraded are listed correctly, then the GUI disappears and CPU utilisation remains at about 70%. In the log folder&amp;nbsp;C:\Windows\iMC-Reserved\log there are thounsands of log files created, several each second, containing messages like:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;2019-11-07 14:05:09 [INFO ] [main] [com.h3c.imc.deploy.CommonComponentUpdateLauncher::checkEnv(165)] Find installer javahome: C:\iMC_PLAT_7.2_E0403_Basic\windows\install\.\common\jre_windows, which not equals to current javahome: C:\iMC_PLAT_7.2_E0403_Basic\windows\install\common\jre_windows. Restart common update program with installer javahome&lt;BR /&gt;2019-11-07 14:05:09 [INFO ] [main] [com.h3c.imc.deploy.CommonComponentUpdateLauncher::launchUpdater(312)] Launch common update program with: [C:\iMC_PLAT_7.2_E0403_Basic\windows\install\common\jre_windows\bin\javaw.exe, -Xmx256m, -Dinstaller.dir=C:\iMC_PLAT_7.2_E0403_Basic\windows\install\., -cp, C:\iMC_PLAT_7.2_E0403_Basic\windows\install\components\common\deploy\deploy.jar, com.h3c.imc.deploy.CommonComponentUpdateLauncher, autoStart]&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So for me the reason seems to be the message "IMC Basic Edition Upgrade 7.1 to 7.2 not working - Restart common update program with installer java javahome". If I compare the path is once written with a "\.\" and once only with a backslash. I already tried to modify the install.bat and replaced the variable with the absolute java home path, but the problem remains. The first part of the installer works, presumably using Java, but then another routine is called.&lt;/P&gt;&lt;P&gt;Anyone had this problem? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 14:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/imc-upgrade-7-1-to-7-2-not-working-restart-common-update-program/m-p/7068988#M5590</guid>
      <dc:creator>Dornhoefer</dc:creator>
      <dc:date>2019-11-07T14:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMC Upgrade 7.1 to 7.2 not working - Restart common update program with installer javahome</title>
      <link>https://community.hpe.com/t5/imc/imc-upgrade-7-1-to-7-2-not-working-restart-common-update-program/m-p/7085717#M5806</link>
      <description>&lt;P&gt;Trying to upgrade&amp;nbsp;from 7.3 (E0703) to (E0705) with dma.sh I got following error:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;java.lang.IllegalArgumentException: Invalid dbType: Dameng
	at com.h3c.imc.deploy.tasks.BuildDatabaseTask.getValueByKeyFromProperties(BuildDatabaseTask.java:267)
	at com.h3c.imc.deploy.install.wizard.InstallFolderChoosePanelDescriptor.checkComponentsShouldBeInstall(InstallFolderChoosePanelDescriptor.java:663)
	at com.h3c.imc.deploy.install.wizard.InstallFolderChoosePanelDescriptor.access$200(InstallFolderChoosePanelDescriptor.java:99)
	at com.h3c.imc.deploy.install.wizard.InstallFolderChoosePanelDescriptor$ComponentsCheckingWorkingDialog.doWork(InstallFolderChoosePanelDescriptor.java:1544)
	at com.h3c.imc.deploy.install.wizard.InstallFolderChoosePanelDescriptor$ComponentsCheckingWorkingDialog.doWork(InstallFolderChoosePanelDescriptor.java:1489)
	at com.h3c.imc.deploy.wizard.WorkingDialog$ProgressWorker.doInBackground(WorkingDialog.java:282)
	at java.desktop/javax.swing.SwingWorker$1.call(SwingWorker.java:304)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.desktop/javax.swing.SwingWorker.run(SwingWorker.java:343)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I tried to&amp;nbsp;upgrade by running ./install.sh script from within the install directory of E0705 version but then I got same error as mentioned in original post here which explains somehow that one should&lt;/P&gt;&lt;P&gt;go to the installation directory which contains install.sh script and being within this directory run command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./common/jre_linux64/bin/java -Xmx256m -Dinstaller.dir=`pwd` -cp ./components/common/deploy/deploy.jar com.h3c.imc.deploy.CommonComponentUpdateLauncher autoStart&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;pwd should be replaced by current directory which can be eg. /iMC_PLAT_7.3_E0705_Enterprise_Linux/linux/install/&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 18:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/imc-upgrade-7-1-to-7-2-not-working-restart-common-update-program/m-p/7085717#M5806</guid>
      <dc:creator>ahpawgol</dc:creator>
      <dc:date>2020-04-22T18:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMC Upgrade 7.1 to 7.2 not working - Restart common update program with installer javahome</title>
      <link>https://community.hpe.com/t5/imc/imc-upgrade-7-1-to-7-2-not-working-restart-common-update-program/m-p/7086612#M5829</link>
      <description>&lt;P&gt;I'm not sure if this is it but what is your path to&amp;nbsp; java within IMC installation?Mine for example is as per the below&lt;/P&gt;&lt;P&gt;&amp;lt;imcInstallationHD&amp;gt;Program Files\iMC\common\jre&lt;/P&gt;&lt;P&gt;is yours&amp;nbsp;HD&amp;gt;Program Files\iMC\common\&lt;SPAN&gt;jre_windows ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm wondering if installation expects jre_windows and yours is&amp;nbsp;jre?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I had similar problem before where&amp;nbsp; I had problems with upgrading, in my case java containing directory was jkd, changing it to jre solved some issues. It's easy enough to try.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 08:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/imc-upgrade-7-1-to-7-2-not-working-restart-common-update-program/m-p/7086612#M5829</guid>
      <dc:creator>pattap</dc:creator>
      <dc:date>2020-05-01T08:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMC Upgrade 7.1 to 7.2 not working - Restart common update program with installer javahome</title>
      <link>https://community.hpe.com/t5/imc/imc-upgrade-7-1-to-7-2-not-working-restart-common-update-program/m-p/7086702#M5830</link>
      <description>&lt;P&gt;My issue was on linux and java path was within install directory of unzipped IMC package. Above mentioned command solved the problem. The problem also does not exist if upgrading from 0605 version.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 21:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/imc-upgrade-7-1-to-7-2-not-working-restart-common-update-program/m-p/7086702#M5830</guid>
      <dc:creator>ahpawgol</dc:creator>
      <dc:date>2020-05-01T21:52:19Z</dc:date>
    </item>
  </channel>
</rss>

