Environment: TS, OD, LS 7.4.1 on RHEL 6
Scenario:
- Attempting to do quick baselne test of installation
- We created a test branch & workarea, copied all the example DCTs into it, and all the files from the /default/main/component-guide branch into it as well
- We then submitted everything in the branch with iwsubmit
- We are now trying to deploy everything in a manner that will let us know if our "development" setup for LSCS (Auth) / LSDS (in WebLogic) is working
Problem:
We ran:
startdeploy.sh -StartDeploy_DeploymentMode development\
StartDeploy_TsAreaDiffArea //<server>/<branch>/ STAGING\
StartDeploy_TsAreaDiffPreviousArea //<server>/<branch>/EDITION/INITIAL
We're getting back (typing by hand, thus abbreviating most of it):
[ERROR] StartDeployment - Exception in StartDeployment.main()
com.interwoven.cssdk.access.CSInvalidUserException: Unknown Hopi error(No such teamsite user)
at ...handleExceptionSci(...)
at ...handleException(...)
at ...handleException(...)
at ...getSessionString(...)
at ...beginSessionUsingPassword(...)
at ...beginSessionUsingPassword(...)
at ... getClient(...)
at ...getCsClient(...)
at ...trigger(...)
at ...trigger(...)
at ...main(...)
It's the "No such teamsite user" that has me stumped right now.
We're running the deployment as root (a sudo su - shell)
We verified that root is both a TeamSite user (tried to add with iwuseadm and was told "object already exists") and an od-admin (verified with iwodauthorize)
Does anyone know what might be the cause of this, where we should look to try to fix it?
(I've only got about 1/2-day left to get this working and there's more for me to do besides this)