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)
Issue with "role"
Bowker
win 2003
ts 6.5
cssdk 2.5 (?)
I'm in the process of moving my code from development to our new production box. Everything works in development but now that I've moved it to the production machine, I'm finding slight issues. This one may be the "tell-tale" sign of all the other issues: On the "get trusted client" call the ROLE parameter in development is passed as null. According to IWOV engineers it will take the highest role for that user. It fails with "user not authorized for role". However, if I pass in "author" it works just fine. NULL works fine in development.
My guess is that I'm running an older version of something on the production machine, but I can't find it. All the CSSDK jars all look the same (date and size). Maybe I missed something, but ....
Any help ?
P.S. The other error I'm getting (in a different process) is the InvocationTargetException. I'm probably using a bad properties file somewhere.
Dan Bowker
Northern Trust
Web Publishing Technology
Find more posts tagged with
Comments
Bowker
Well 18 months later, I got the same error.
The solution in this case was to change the java run command to be:
java -Djava.library.path=e:\apps\interwoven\teamsite\cssdk xxxxxx
of course the path is going to be different for your environment.