Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SharePoint Web Part: "Unable to Execute Service Method getLocaleStrings

Kermie5000Mar 31 2011 — edited Feb 20 2012
When using the UCM Web Part to promote content from SharePoint 2007 to UCM 11.1.1.3, I am getting an error: "Unable to Execute Service Method getLocaleStrings"

Does this mean there is an incompatibility between the UCM web part and UCM 11.1.1.3, or is there a workaround?

In my UCM logs, I am seeing:
Unable to execute service method 'getLocaleStrings'. java.lang.NoSuchFieldError: m_locales. [ Details ]

An error has occurred. The stack trace below shows more information.

!csUserEventMessage,weblogic,10.2.20.96!$!csUnableToExecMethod,getLocaleStrings!syJavaExceptionWrapper,java.lang.NoSuchFieldError: m_locales
intradoc.common.ServiceException: !csUnableToExecMethod,getLocaleStrings
at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2071)
at intradoc.server.Service.buildServiceException(Service.java:2207)
at intradoc.server.Service.createServiceExceptionEx(Service.java:2201)
at intradoc.server.Service.createServiceException(Service.java:2196)
at intradoc.server.Service.doCodeEx(Service.java:583)
at intradoc.server.Service.doCode(Service.java:504)
at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1622)
at intradoc.server.Service.doAction(Service.java:476)
at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1439)
at intradoc.server.Service.doActions(Service.java:471)
at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1371)
at intradoc.server.Service.executeActions(Service.java:457)
at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:723)
at intradoc.server.Service.doRequest(Service.java:1865)
at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.lang.NoSuchFieldError: m_locales
at intradoc.custom.integrationsupport.services.LocaleStringsService.getLocaleStrings(LocaleStringsService.java:45)
at sun.reflect.GeneratedMethodAccessor549.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
at intradoc.server.Service.doCodeEx(Service.java:549)
... 15 more
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2012
Added on Mar 31 2011
1 comment
106 views