On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

TS 8.1 Silent install

I am pretty good at the silent install,  however getting an NPE pretty early. Not certain why.  I took my 8.0 install script and merged it with the 8.1 sample.  I re-encoded passwords.  

 

THinking I will wipe the system and try a GUI install to narrow it down if is my system missing somehting (though it ran 8.0 without problems) or it is in the silent install config. 

 

Getting this error and not certain where to go

 

 

2015-12-26 18:56:56,346 DEBUG com.interwoven.wcm.install.framework.ComponentSelectionManager - *** selectedComponents
2015-12-26 18:56:56,388 DEBUG com.interwoven.wcm.install.framework.PostInstall - (post Install)FoundationLibraries8.1.0.0.0 com.interwoven.wcm.install.framework.util.IWPackage@ae3ec com.interwoven.wcm.install.framework.ComponentInPackage@93301c9c
2015-12-26 18:56:56,389 DEBUG com.interwoven.wcm.install.framework.ComponentInstallRelationshipManager - Inside getOperation ==========> null
2015-12-26 18:56:56,390 INFO com.interwoven.wcm.install.util.Iwinstall - iwinstall location ==> /opt/interwoven/iwinstall
2015-12-26 18:56:56,391 ERROR com.interwoven.wcm.install.framework.ia.Driver -
java.lang.NullPointerException
at com.interwoven.wcm.install.framework.PostInstall.runComponentsCodeAndSetState(PostInstall.java:259)
at com.interwoven.wcm.install.framework.PostInstall.configureComponent(PostInstall.java:162)
at com.interwoven.wcm.install.framework.PostInstall.configure(PostInstall.java:77)
at com.interwoven.wcm.install.framework.ia.Driver.install(Driver.java:428)
at com.zerog.ia.installer.actions.CustomAction.installSelf(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.an(Unknown Source)
at com.zerog.ia.installer.ConsoleBasedAAMgr.ac(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.am(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.runNextInstallPiece(Unknown Source)
at com.zerog.ia.installer.ConsoleBasedAAMgr.ac(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.am(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.runNextInstallPiece(Unknown Source)
at com.zerog.ia.installer.ConsoleBasedAAMgr.ac(Unknown Source)
at com.zerog.ia.installer.ConsoleBasedAAMgr.runPostInstall(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.consoleInstallMain(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
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.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
2015-12-26 18:56:56,392 INFO com.interwoven.wcm.install.util.Iwinstall - iwinstall location ==> /opt/interwoven/iwinstall