Can't import MediaPhoto.xml
Enviroment: Windows, Deployment Manager, One node, LC 3.0.1
As described here:
http://www-10.lotus.com/ldd/lcwiki.nsf/dx/Importing_the_default_media_gallery_photo_and_video_object_types
I do the following and get errors:
C:\IBM\WebSphere\AppServer\profiles\Dmgr01\config\bin_lc_admin>C:\IBM\WebSphere\AppServer\profiles\dmgr01\bin\wsadmin -lang jython -username wasadmin -password XXXXXXX -port 8879
WASX7209I: Connected to process "dmgr" on node connectCellManager01 using SOAP connector; The type of process is: DeploymentManager
WASX7031I: For help, enter: "print Help.help()"
wsadmin>execfile("filesAdmin.py")
Connecting to WebSphere:name=FilesAdminService,type=LotusConnections,cell=connec
tCell01,node=connectNode01,*
Files Administration initialized.
wsadmin>FilesObjectTypeService.importType("MediaPhoto.xml")
WASX7015E: Exception running command: "FilesObjectTypeService.importType("MediaP
hoto.xml")"; exception information:
javax.management.MBeanException
javax.management.RuntimeMBeanException
java.lang.RuntimeException: java.lang.RuntimeException: Internal error
MediaPhoto.xml (Das System kann die angegebene Datei nicht finden.)
Trying with relative path:
wsadmin>FilesObjectTypeService.importType("config/bin_lc_admin/MediaPhoto.xml")
WASX7015E: Exception running command: "FilesObjectTypeService.importType("config
/bin_lc_admin/MediaPhoto.xml")"; exception information:
javax.management.MBeanException
javax.management.RuntimeMBeanException
java.lang.RuntimeException: java.lang.RuntimeException: Internal error
com.ibm.quickr.share.platform.util.ObjectTypeHandler (initialization failure)
Any ideas?