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)
Deployment runs from command line, nothing via TeamSite workflow
Bill Klish
TeamSite 6.5 SP1
OpenDeploy 6.1
Solaris 2.9
I have a workflow that has a cgi task that calls a Java servlet/JSP to execute a deployment. This deployment is failing within the context of the workflow, but if I run the same command that it is sending from a shell as myself or another user, the deployment executes successfully.
The only thing I could find in any log file was in _odbase.log, and all it said was this:
CLT: 2006-09-10 22:19:41 CDT GMT-05:00 Allowing execution from localhost/127.0.0.1
That was it.
By virtue of running it through the workflow, it causes the deployment to be run as user iwui, so I have given that user od-admin and od-user roles. That didn't fix anything.
Anyone else have any ideas?
Find more posts tagged with
Comments
james1
Can you show us a snippet from your servlet/JSP code that invokes the OD CLT?
Thanks
-- James
Bill Klish
Solved the issue. Problem was the iwui user had been mistakenly removed from the unix group nobody.