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)
cssdk
TeamsiteUser
Hi,
We are trying to get the factory class by using following code
String cfgPath = "/u03/iw-home/cssdk/cssdk.cfg";
String factoryPath = "com.interwoven.cssdk.factory.CSLocalFactory";
Properties props = new Properties();
props.setProperty("cssdk.cfg.path", cfgPath);
props.setProperty("com.interwoven.cssdk.factory.CSLocalFactory", factoryPath);
CSFactory factory = CSFactory.getFactory(props);
It is throwing CSFactoryInitializationException: (Factory initialization failed)
We tried the set the PATH..still not working...
Can you pls suggest how we can get rid of this error..
Thanks..
Find more posts tagged with
Comments
motlnt
refer following article on KB for similar issue reported,
https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=55681
HTH
MJ
Reghunath
Check the License and Machine name set correctly in the cssdk.cfg file.
Bill Klish
What version of TeamSite and operating system is this running on? Are you running this on the TS server or another machine?