Reposting this since apparently editing a post makes it disappear somehow. It's split into parts since there's too much text for one post.
Installing 8.2.0.0 on Solaris 10, everything goes smoothly according to the installer and the log files. Installing Common Services alone works fine, but once you install TeamSite, jboss fails to start. All services come up with the exception of jboss, which doesn't seem to be able to connect to iwutild. But iwutild is up and running.
iw.cfg is configured to run in http by default, not https, so it shouldn't be having cert issues, but that does seem to be the issue here.
ps -ef | grep iwutild
root 1055 1 0 10:19:19 ? 0:00 /bin/sh /opt/Interwoven/TeamSite/private/bin/iwutildstart
root 1058 1055 0 10:19:19 ? 0:00 iwutild -c /opt/Interwoven/TeamSite/etc/iwutild.cfg
Running a getpolicy returns an error:
:./iwutildtestclt -getPolicy
TUtildClient::OpenSession UseHttps failed
Error: TUtildClient::OpenSession failed: 1
But restarting it works fine.
iwutildstop: Stopped iwutildstart script ... DONE
iwutildstop: Stopped iwutild ... DONE
root@irc-cms-prod:/opt/Interwoven/TeamSite/private/bin:
No errors in iwutild.log.
[root@irc-cms-prod:/var/iw-logs]:more iwutild.log
[Tue Aug 22 10:37:06 2017] Config settings:
iwhomePath = /opt/Interwoven/TeamSite
configFilePath = /opt/Interwoven/TeamSite/etc/iwutild.cfg
logFilePath = /var/iw-logs/iwutild.log
cmdOutputLogFilePath = /var/iw-logs/iwutild_cmdout.log
sendcmdOutputToLog = 1
logLevel = 6
impersonate_without_password = true
disable_ext_task_impersonation = false
hopiPortHTTP = 6688
hopiPortSSL = 6689
hopiSSLCertDir = /opt/Interwoven/TeamSite/local/config/ssl/iwutild
hopiNumThreads = 64
hopiIdleSessionTimeout = 5
hopiLogLevel = 3
hopiMaxReqPerConn = 500
hopiRecvInterReqTimeoutGranularity = 5
hopiRecvInterReqTimeoutIterations = 3
Command List:
commandName = iwphantomjs; commandPath = /opt/Interwoven/ApplicationLibraries/phantomjs/phantomjs; impersonate = true
commandName = iwpt_compile; commandPath = /opt/Interwoven/TeamSite/bin/iwpt_compile.ipl; impersonate = true
commandName = iwstat; commandPath = /opt/Interwoven/TeamSite/bin/iwstat; impersonate = false
File List:
fileName = availabletemplatescfg; filePath = /opt/Interwoven/TeamSite/local/config/wft/available_templates.cfg
fileName = cssdkcfg; filePath = /opt/Interwoven/TeamSite/cssdk/cssdk.cfg
fileName = datasourceconfigxml; filePath = /opt/Interwoven/TeamSite/local/config/DataSourceConfig.xml
fileName = fileencodingcfg; filePath = /opt/Interwoven/TeamSite/local/config/file_encoding.cfg
fileName = iwcfg; filePath = /etc/iw.cfg
fileName = iweventslog; filePath = /var/iw-logs/iwevents.log
fileName = iwlicense; filePath = /opt/Interwoven/TeamSite/etc/TS.lic
fileName = iwserverlog; filePath = /var/iw-logs/iwserver.log
fileName = iwtracelog; filePath = /var/iw-logs/iwtrace.log
fileName = iwutildcfg; filePath = /opt/Interwoven/TeamSite/etc/iwutild.cfg
fileName = iwutildclientcfg; filePath = /opt/Interwoven/TeamSite/servletd/conf/iwutild_client.cfg
fileName = iwutildlog; filePath = /var/iw-logs/iwutild.log
fileName = metadatarulescfg; filePath = /opt/Interwoven/TeamSite/local/config/metadata-rules.cfg
fileName = templatingcfg; filePath = /opt/Interwoven/TeamSite/local/config/templating.cfg
fileName = transformcfg; filePath = /opt/Interwoven/TeamSite/local/config/transform.cfg
fileName = useropsuixml; filePath = /opt/Interwoven/TeamSite/private/etc/userops_ui.xml
fileName = useropsxml; filePath = /opt/Interwoven/TeamSite/private/etc/userops.xml
[Tue Aug 22 10:37:06 2017] *** iwutild locale is --> English_UnitedStates.US-ASCII@Binary
[Tue Aug 22 10:37:06 2017] Started Hopi server with 64 threads
[Tue Aug 22 10:37:06 2017] Hopi http listener on port 6688
[Tue Aug 22 10:37:06 2017] Hopi https listener on port 6689
[Tue Aug 22 10:37:06 2017] Hopi server with length of listen backlog 128