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)
InvocationTargetException while trying to initialize factory
Bowker
We're upgrading from TS6.5 to TS 7.2 and use the CSSDK. Unfortunately step one is failing when trying to initialize a CSFactory. We are trying to use the LOCAL factory not the SOAP factory.
Any ideas?
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.interwoven.cssdk.factory.CSFactory.getFactory(CSFactory.java:127)
Find more posts tagged with
Comments
Bowker
CSSDK 2.x used "localFactory" while 3.x uses "JavaFactory"
A tweak of the path and change of the properties file and everything worked.