1752565 Members
5302 Online
108788 Solutions
New Discussion

Re: IMC 7.2 to 7.3 upgrade

 
pattap
Regular Advisor

IMC 7.2 to 7.3 upgrade

Hi All

Upgrading from iMC PLAT 7.2 (E0403) to 7.3 (E0506) and getting the below, anyone has come across this error? Worth mentioning that the file mentioned in the log doesn't exist (C:\Program Files\iMC\client\web\apps\rpt\WEB-INF\lib\imcweb_plat.jar)

log is the part of dmslog.txt file 

java.io.FileNotFoundException: C:\Program Files\iMC\client\web\apps\rpt\WEB-INF\lib\imcweb_plat.jar (Access is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
	at com.h3c.imc.deploy.FileUtil.copy(FileUtil.java:111)
	at com.h3c.imc.deploy.tasks.FileCopyTask.executeTask(FileCopyTask.java:102)
	at com.h3c.imc.deploy.tasks.SimpleTask$a.a(SimpleTask.java:66)
	at com.h3c.imc.deploy.tasks.SimpleTask$a.doInBackground(SimpleTask.java:56)
	at com.h3c.imc.deploy.tasks.f.call(SwingWorker.java:294)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at com.h3c.imc.deploy.tasks.SwingWorker.run(SwingWorker.java:333)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)

 

in deployment agent getting the below 

imc.PNG 

20 REPLIES 20
parnassus
Honored Contributor

Re: IMC 7.2 to 7.3 upgrade

It looks like someone have been already hitted by a very similar issue and solved, see here.


I'm not an HPE Employee
Kudos and Accepted Solution banner
pattap
Regular Advisor

Re: IMC 7.2 to 7.3 upgrade

Also in deploylog file just found this :

Timestamp: 2019-05-20 16:26:28
Component ID: iMC-REPORT
Name: iMC Platform - Report Management
Version: iMC PLAT 7.3 (E0506)
InnerVersion: V700R001B06D018
Address: 127.0.0.1
Operation: Update completed
Result: failed
Fail reason: Performing deployment or upgrade on the master server failed. For details, see the log on the master server.
pattap
Regular Advisor

Re: IMC 7.2 to 7.3 upgrade

Anyone? 

NeilR
Esteemed Contributor

Re: IMC 7.2 to 7.3 upgrade

I did not have this problem, so can't tell you much other than I upgraded incrementally, as they were released.

So I went from 7. 2 E0403P10 to 7.3 E504 and then on from there as patches were released.

Sometimes there are changes to the DB schema that are assumed to be in place from prior updates in order for the current one to succeed. 

The release notes also have a section on which predecessors will work for the current release.

So don't know if you tried going to the immediate next major release E504. and then forward from there.

 

pattap
Regular Advisor

Re: IMC 7.2 to 7.3 upgrade

I've tried from 7.2(403) to 7.2(403P04) getting the same error, the only difference is that I am able to start IMC but half of components are not deployed

NeilR
Esteemed Contributor

Re: IMC 7.2 to 7.3 upgrade

The file imcweb_plat.jar mentioned in the log does exist in my current configuration. Looks like from the post Parnassus referenced putting it back might work,

Might be able to find it in the  install zip files? Or worst case install a fresh copy and find the file and copy it.

pattap
Regular Advisor

Re: IMC 7.2 to 7.3 upgrade

I've tried that, I copied one from previous version - desperate for solutions.

I also tried looking for in in the zip file but no luck

jguse
HPE Pro

Re: IMC 7.2 to 7.3 upgrade

Hello,

A few questions:

- Did you check for the SSL Cipher issue mentioned in the initial reply? IMC 7.3 E0605 onwards includes a new MSKBsC.exe that can automatically remove the affected ciphers. Just run it on the IMC and DB server on CMD and follow the output.

- Do you use a local or a remote DB?

- Have you restored the DB using any other tools than IMC's dbman (Deployment Monitoring Agent 'Backup' and 'Restore' buttons)?

There were some issues in the past where the Report Management failed because of non-dbman restores of the DB (eg. via SSMS), causing the 'report' user's mappings/schemas to be lost or incorrect.

I have an embedded DB lab system that was upgraded successfully over the years from 7.1 E0302 -> 7.2 E0403 -> 7.3 E0506 and onwards without any such issues, so I'd suspect that it is a DB- or deployment-related issue.

Best regards,
Justin

Working @ HPE
Accept or Kudo
pattap
Regular Advisor

Re: IMC 7.2 to 7.3 upgrade

Hi Justin 

Just an update, not a good one. I'm not able to update to any patch within 7.2 from 7.2 either, same error

1. yes I have ran MSKBsC.exe, can I based on the below assume there's no issues detected?

IMC cert check.PNG

2. Local data base - IMC and DB on the same server 

3. No, DB has been restored using IMC deployment tool 

Is there a place where more specific logs are placed?  I'm really stuck with this 

Thanks