Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Teamsite 7.2.1 installation issue on Solaris 10
kumar123
Hi,
I am trying to install TS7.2.1 on one of our Dev server. It's a fresh installation. some how installation was not working.
OS:
Solaris 10
64-bit sparcv9 kernel modules
JRE 1.6
Physical Processors: 4
RAM : 4 GB
Here is the output when i execute the installation script:
# ./IWOVInstaller-Solaris-sparc-7.2.1.0.0.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Graphical installers are not supported by the VM. The console mode will be used instead...
Preparing CONSOLE Mode Installation...
===============================================================================
Autonomy Interwoven Web Content Management (created with InstallAnywhere)
-------------------------------------------------------------------------------
#
Can any one please suggest me what went wrong here?
Thanks
Find more posts tagged with
Comments
nipper
This has been talked about 100 times at least.
The Console install is broken. You need to user the X-Windows installer, which means you need XLib installed on the Solaris server and you need a X server on your PC (cygwin).
kumar123
Finally I am able to start TS 721 installation. Unfortunately getting Missing cheksum for.iwpkg file.
Can you please suggest me what went wrong here?
Here is the installer.log output:
2011-05-16 17:58:47,188 DEBUG java.lang.Package - enter processCheckSum
2011-05-16 17:58:47,191 ERROR com.interwoven.wcm.install.framework.ia.Driver - Missing checksum file:/local/home/e096697/Interwoven_721/IWOVTeamSite-Solaris-sparc-7.2.1.iwpkg.md
5sum
com.interwoven.wcm.install.util.InstallException: Missing checksum file:/local/home/e096697/Interwoven_721/IWOVTeamSite-Solaris-sparc-7.2.1.iwpkg.md5sum
at com.interwoven.wcm.install.framework.util.IWPackage.processChecksum(IWPackage.java:184)
at com.interwoven.wcm.install.framework.util.IWPackage.processPackage(IWPackage.java:201)
at com.interwoven.wcm.install.framework.util.IWPackage.(IWPackage.java:144)
at com.interwoven.wcm.install.framework.ComponentInPackageDataProcessor.(ComponentInPackageDataProcessor.java:70)
at com.interwoven.wcm.install.framework.ComponentSelectionManager.processPackage(ComponentSelectionManager.java:310)
at com.interwoven.wcm.install.framework.PreInstall.runPreInstallTask(PreInstall.java:245)
at com.interwoven.wcm.install.framework.ia.Driver.preInstallPhase(Driver.java:832)
at com.interwoven.wcm.install.framework.ia.Driver.install(Driver.java:354)
at com.zerog.ia.installer.actions.CustomAction.installSelf(DashoA10*..)
at ZeroGaei.run(DashoA10*..)
2
Migrateduser
Please download the checksum file IWOVTeamSite-Solaris-sparc-7.2.1.iwpkg.md5sum from Autonomy support site's Solaris download section, and place this file in the same folder as your TS721 package.
After placing this file, restart the TeamSite installation.
kumar123
Thanks. It was completed successfully.