Hello,
I’ve just made a TeamSite16.4.1. installation on a new server and then brought in a pre-existing content-store (+ templating.cfg etc), prior to installing the Runtime as I think this is the best way to get the content I want on a new server with TS16.4.1.
CCPRo is working well, but when I go to EStudio no projects are showing (asked to “Create”) and “:Service.Project.Error” shows.
The various estudio.properties files all came over in the store, but I do see the following in wcm_service.log.
How can I rectify this? Is there another config file I’ve neglected to bring over?
**wcm_service.log
**2019-01-04 14:08:14,986 [default task-14] ERROR com.hp.wcm.wcmservice.service.cssdk.ProjectServiceImpl () - Exception in getProjects call:
org.dozer.MappingException: java.lang.reflect.InvocationTargetException
at org.dozer.util.MappingUtils.throwMappingException(MappingUtils.java:82)
…
2019-01-04 14:08:14,987 [default task-14] ERROR com.hp.wcm.wcmservice.controller.ProjectController () - A business service exception occurred.
com.hp.wcm.wcmservice.service.cssdk.ProjectServiceException: Service.Project.Error
at com.hp.wcm.wcmservice.service.cssdk.ProjectServiceImpl.getProjects(ProjectServiceImpl.java:324)
……
2019-01-04 14:08:14,981 [default task-14] ERROR org.dozer.MappingProcessor () - Field mapping error -->
MapId: null
Type: null
Source parent class: com.interwoven.cssdk.access.impl.CSUserImpl
Source field name: displayName
Source field type: null
Source field value: null
Dest parent class: com.hp.wcm.wcmservice.model.User
Dest field name: displayName
Dest field type: java.lang.String
org.dozer.MappingException: java.lang.reflect.InvocationTargetException
at org.dozer.util.MappingUtils.throwMappingException(MappingUtils.java:82)