Monday, January 12, 2015

Install HSE 7.5.1.0 on Maximo 7.5.0.6

Goal: 
Install Maximo HSE Add-on 7.5.1 on Maximo 7.5.0.6 that also has Scheduler 7.5.2

Example:
I want to use Maximo HSE on my Maximo 7.5.0.6 environment.

Environment:
Windows Server 2012, Oracle 11g

See this previous post of mine for the installation of Maximo 7.5.0.5 on Windows Server 2012:
http://sometimesiliketopretend.blogspot.com/2013/12/maximo-7505-on-windows-server-2012.html


And this post for the installation of Scheduler:
http://sometimesiliketopretend.blogspot.com/2013/10/install-maximo-scheduler-752-on-maximo.html


How to:

Note; You do not need to stop the MXServer before you begin, the MXServer will however be shutdown in one of the following steps.


Run the Launchpad.exe as administrator



Click the "Install Product" on the left, and then click the "IBM Maximo Health, Safety and Environment Manager 7.5.1" link.




After a few seconds the TPAE (Tivoli's Process Automation Engine) screen should pop up.Click [OK]



In the next screen click [Next]




Accept the licence agreement (If you agree with it) and click [Next]




Check both the options and click [Next], we want to update and redeploy manually in this case.




The following screen took a little while (5 minutes) for me to complete.




After that the System Check begins




In the Pre-Install Summary click [Next]




The Deployment begins and the Deployment Progress is shown




After a short while the system shows that the Package was Successfully Deployed.
Click [Next]




Then the Installation of the Process Solution Package begins





Without any warning this screen closes.
So first I go and run the solutionsinstaller.bat to check my current versions.

In a command prompt I go to E:\ibm\SMP\bin and enter: ‘solutionsInstaller.bat –action showinstalled –type all’

The HSE package is showing here.




Now i need to complete the installation by running UpdateDB and redeploying the ear file.

First the updateDB.

I a command prompt go to E:\IBM\smp\maximo\tools\maximo and run ‘updateDB.bat’




I first need to stop the MXServer 




The I reptry the UpdateDB

Now the update runs




This can take a while. Since there a a lot of columns added to the workorder table, this table needs to be updated. Since some new fields are YorN fields the 0 or 1 value needs to be inserted and in a bigger database with load of workorder information this can really take up a lot of time.

I also encountered problems on a Oracle RAC environment, the upgrade took over 20 hours. When checking the log (UpdatedbTIMESTAMP.log on E:\ibm\SMP\maximo\tools\maximo\log) i learned it was mainly the update statements. So in that case I exported the DB to a VM, did the upgrade and exported the DB back to the RAC. This was much faster... Somehow the RAC wasn't helping in updating the records. 

Now in this example the UpdateDB took 20 minutes.

Next I rebuild the ear file and redeploy it in websphere.


Redeploy ear files help in case you need it:


Start the MXServer.
TXServer starts, but the MAXIMO application doesn't start. In the SystemOut.log the following error is printed:

[1/12/15 15:13:31:689 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ mboweb.war ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:699 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ mboweb.war ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:699 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 1839164831 ] URI [ mboweb.war ] Container [ 1992259263 ] ]
[1/12/15 15:13:31:699 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 1839164831 ] URI [ mboweb.war ] Container [ 1992259263 ] ]
[1/12/15 15:13:31:715 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ meaweb.war ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:715 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ meaweb.war ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:715 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 181996249 ] URI [ meaweb.war ] Container [ 193727372 ] ]
[1/12/15 15:13:31:715 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 181996249 ] URI [ meaweb.war ] Container [ 193727372 ] ]
[1/12/15 15:13:31:715 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ maxrestweb.war ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:715 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ maxrestweb.war ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:764 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 916534945 ] URI [ maxrestweb.war ] Container [ 928266068 ] ]
[1/12/15 15:13:31:764 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 916534945 ] URI [ maxrestweb.war ] Container [ 928266068 ] ]
[1/12/15 15:13:31:764 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ mbojava.jar ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:764 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ mbojava.jar ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:764 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 1336430504 ] URI [ mbojava.jar ] Container [ 1348292701 ] ]
[1/12/15 15:13:31:764 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 1336430504 ] URI [ mbojava.jar ] Container [ 1348292701 ] ]
[1/12/15 15:13:31:781 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.TempZipFile trigger Could not create temporary file for [ NestedArchiveLoadStrategy [ 1336430504 ] URI [ mbojava.jar ] Container [ 1348292701 ] ]
[1/12/15 15:13:31:781 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.GatedTempZipFile zipFileCheck Failure to generate temp zip file
[1/12/15 15:13:31:781 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ WEB-INF/web.xml ] on [ NestedArchiveLoadStrategy [ 1336430504 ] URI [ mbojava.jar ] Container [ 1348292701 ] ]
[1/12/15 15:13:31:781 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ejb-jar.xml ] on [ NestedArchiveLoadStrategy [ 1336430504 ] URI [ mbojava.jar ] Container [ 1348292701 ] ]
[1/12/15 15:13:31:792 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ WEB-INF ] on [ NestedArchiveLoadStrategy [ 1336430504 ] URI [ mbojava.jar ] Container [ 1348292701 ] ]
[1/12/15 15:13:31:792 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ mboweb.war ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:792 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ mboweb.war ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:792 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 1397576525 ] URI [ mboweb.war ] Container [ 1409438722 ] ]
[1/12/15 15:13:31:792 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 1397576525 ] URI [ mboweb.war ] Container [ 1409438722 ] ]
[1/12/15 15:13:31:843 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ meaweb.war ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:843 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ meaweb.war ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:843 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 1802070889 ] URI [ meaweb.war ] Container [ 1813933086 ] ]
[1/12/15 15:13:31:843 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 1802070889 ] URI [ meaweb.war ] Container [ 1813933086 ] ]
[1/12/15 15:13:31:843 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ maxrestweb.war ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:843 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ maxrestweb.war ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:843 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 392697704 ] URI [ maxrestweb.war ] Container [ 404428827 ] ]
[1/12/15 15:13:31:863 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 392697704 ] URI [ maxrestweb.war ] Container [ 404428827 ] ]
[1/12/15 15:13:31:863 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ mbojava.jar ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:870 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ mbojava.jar ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:870 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 802172880 ] URI [ mbojava.jar ] Container [ 813904003 ] ]
[1/12/15 15:13:31:870 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 802172880 ] URI [ mbojava.jar ] Container [ 813904003 ] ]
[1/12/15 15:13:31:870 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.TempZipFile trigger Could not create temporary file for [ NestedArchiveLoadStrategy [ 802172880 ] URI [ mbojava.jar ] Container [ 813904003 ] ]
[1/12/15 15:13:31:870 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.GatedTempZipFile zipFileCheck Failure to generate temp zip file
[1/12/15 15:13:31:907 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ WEB-INF/web.xml ] on [ NestedArchiveLoadStrategy [ 802172880 ] URI [ mbojava.jar ] Container [ 813904003 ] ]
[1/12/15 15:13:31:907 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ejb-jar.xml ] on [ NestedArchiveLoadStrategy [ 802172880 ] URI [ mbojava.jar ] Container [ 813904003 ] ]
[1/12/15 15:13:31:907 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ WEB-INF ] on [ NestedArchiveLoadStrategy [ 802172880 ] URI [ mbojava.jar ] Container [ 813904003 ] ]
[1/12/15 15:13:31:907 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ mboweb.war ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:907 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ mboweb.war ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:926 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 323621706 ] URI [ mboweb.war ] Container [ 335352829 ] ]
[1/12/15 15:13:31:926 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 323621706 ] URI [ mboweb.war ] Container [ 335352829 ] ]
[1/12/15 15:13:31:926 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ meaweb.war ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:926 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ meaweb.war ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:934 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 658843461 ] URI [ meaweb.war ] Container [ 670574584 ] ]
[1/12/15 15:13:31:934 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 658843461 ] URI [ meaweb.war ] Container [ 670574584 ] ]
[1/12/15 15:13:31:934 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ maxrestweb.war ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:31:934 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ maxrestweb.war ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:31:934 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 1465735005 ] URI [ maxrestweb.war ] Container [ 1477597202 ] ]
[1/12/15 15:13:31:934 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 1465735005 ] URI [ maxrestweb.war ] Container [ 1477597202 ] ]
[1/12/15 15:13:32:249 CET] 00000018 wtp           E org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createTempZipFileStrategyIfPossible Failed to open input stream on target [ mbojava.jar ].
Failed to create temporary file.
A nested strategy will be used, but this usually slows performance dramatically.
[1/12/15 15:13:32:249 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl createNestedLoadStrategy Could not create temp file for base URI [ mbojava.jar ] and temporary directory [ null ]; creating nested strategy
[1/12/15 15:13:32:249 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ibm-flow.xmi ] on [ NestedArchiveLoadStrategy [ 1886613619 ] URI [ mbojava.jar ] Container [ 1898475816 ] ]
[1/12/15 15:13:32:249 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/application.xml ] on [ NestedArchiveLoadStrategy [ 1886613619 ] URI [ mbojava.jar ] Container [ 1898475816 ] ]
[1/12/15 15:13:32:261 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.TempZipFile trigger Could not create temporary file for [ NestedArchiveLoadStrategy [ 1886613619 ] URI [ mbojava.jar ] Container [ 1898475816 ] ]
[1/12/15 15:13:32:261 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.GatedTempZipFile zipFileCheck Failure to generate temp zip file
[1/12/15 15:13:32:261 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ WEB-INF/web.xml ] on [ NestedArchiveLoadStrategy [ 1886613619 ] URI [ mbojava.jar ] Container [ 1898475816 ] ]
[1/12/15 15:13:32:261 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ META-INF/ejb-jar.xml ] on [ NestedArchiveLoadStrategy [ 1886613619 ] URI [ mbojava.jar ] Container [ 1898475816 ] ]
[1/12/15 15:13:32:261 CET] 00000018 wtp           W org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl containsSequentially Failed obtain zip input stream for [ WEB-INF ] on [ NestedArchiveLoadStrategy [ 1886613619 ] URI [ mbojava.jar ] Container [ 1898475816 ] ]
[1/12/15 15:13:32:261 CET] 00000018 ApplicationMg E   WSVR0100W: An error occurred initializing, MAXIMO
org.eclipse.jst.j2ee.commonarchivecore.internal.exception.NestedJarException: IWAE0008E An error occurred reading mbojava.jar from E:\IBM\WebSphere\AppServer\profiles\ctgAppSrv01\config\cells\ctgCell01\applications\MAXIMO.ear\deployments\MAXIMO
Stack trace of nested exception:
java.io.FileNotFoundException: E:\IBM\WebSphere\AppServer\profiles\ctgAppSrv01\installedApps\ctgCell01\MAXIMO.ear\mbojava.jar (The system cannot find the file specified.)
at java.io.FileInputStream.<init>(FileInputStream.java:123)
at java.io.FileInputStream.<init>(FileInputStream.java:83)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.DirectoryLoadStrategyImpl.getInputStream(DirectoryLoadStrategyImpl.java:827)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.NestedArchiveLoadStrategyImpl.getZipInputStream(NestedArchiveLoadStrategyImpl.java:296)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.NestedArchiveLoadStrategyImpl.safeGetZipInputStream(NestedArchiveLoadStrategyImpl.java:336)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.NestedArchiveLoadStrategyImpl.getFiles(NestedArchiveLoadStrategyImpl.java:382)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl.collectFiles(LoadStrategyImpl.java:732)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ContainerImpl.getFiles(ContainerImpl.java:473)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.EjbJar30NoDDImportStrategyImpl$Discriminator.hasEjbContents(EjbJar30NoDDImportStrategyImpl.java:97)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.EjbJar30NoDDImportStrategyImpl$Discriminator.canImport(EjbJar30NoDDImportStrategyImpl.java:70)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.RootEJBJarDescriminatorImpl.canImport(RootEJBJarDescriminatorImpl.java:47)
at org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveTypeDiscriminatorImpl.openArchive(ArchiveTypeDiscriminatorImpl.java:161)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.RootEJBJarDescriminatorImpl.openArchive(RootEJBJarDescriminatorImpl.java:108)
at org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveTypeDiscriminatorImpl.getImportableArchiveFromChild(ArchiveTypeDiscriminatorImpl.java:137)
at org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveTypeDiscriminatorImpl.openArchive(ArchiveTypeDiscriminatorImpl.java:165)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:1527)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl.openArchive(CommonarchiveFactoryImpl.java:1163)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl.openNestedArchive(CommonarchiveFactoryImpl.java:1380)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.EARFileImpl.openNestedArchive(EARFileImpl.java:1172)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl.openNestedArchive(LoadStrategyImpl.java:1185)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl.collectFilesFromLooseArchives(LoadStrategyImpl.java:785)
at org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategyImpl.collectFiles(LoadStrategyImpl.java:731)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ContainerImpl.getFiles(ContainerImpl.java:473)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.EARFileImpl.getFiles(EARFileImpl.java:2472)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ContainerImpl.getFile(ContainerImpl.java:222)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ModuleRefImpl.initModuleFileFromEAR(ModuleRefImpl.java:146)
at org.eclipse.jst.j2ee.commonarchivecore.internal.impl.ModuleRefImpl.getModuleFile(ModuleRefImpl.java:120)
at com.ibm.ws.runtime.component.DeployedModuleImpl.isOpen(DeployedModuleImpl.java:238)
at com.ibm.ws.runtime.component.DeployedModuleImpl.close(DeployedModuleImpl.java:293)
at com.ibm.ws.runtime.component.DeployedModuleImpl.initialize(DeployedModuleImpl.java:477)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.initializeModule(DeployedApplicationImpl.java:1274)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:608)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:419)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:364)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2040)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:439)
at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:382)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$300(CompositionUnitMgrImpl.java:110)
at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:949)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:349)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604)


[1/12/15 15:13:32:480 CET] 00000018 CompositionUn E   WSVR0194E: Composition unit WebSphere:cuname=MAXIMO in BLA WebSphere:blaname=MAXIMO failed to start.


This is not the first time I see this message, check this post:
http://sometimesiliketopretend.blogspot.com/2014/09/install-maximo-7506-fixpack-on-7505-on.html

I use the same steps to solve this:

First I stop the MXServer again.

Then open a dosbox as Administrator and navigate to E:\ibm\Websphere\AppSever\bin and run the command ‘stopNode.bat’


Run the command  ‘startNode.bat’


Then I start the MXServer again. Now the MAXIMO application starts without a problem.


Log in to Maximo and get the proof of the HSE installation (Help -> System Information)





GNZ

No comments:

Post a Comment