Hello,
I am facing an intermittent error :
Exception during creation of the ECM Connection java.lang.IllegalStateException: No result found from folder creation command
My scenario is :
I have created a Mail Job in which mails are read from particular email id.
The attachments are stored in the ECM.
The repository for the ECM has been created.
The connection works fine for some attachments , but suddenly for some atttachments get the following error:
Error fetching children.
Exception: class java.lang.NullPointerException: while trying to invoke the method java.util.List.size() of a null object loaded from local variable 'childInfos'
Additional Information:
- Current Object:
- class com.sap.nwecm.rt.apifw.item.FolderHandle
NodeId: 425201762306
Name:
Path: /
- Method:
- com.sap.ecm.item.Folder.getChildren()
Error creating folder.
Exception: class java.lang.IllegalStateException: No result found from folder creation command!
Additional Information:
- Current Object:
- class com.sap.nwecm.rt.spifw.repository.MutableHierarchyServiceFW
Repository: {}advancedsaphir
Internal Service: class com.sap.kmc.spi.repository.HierarchyServiceImpl
- Method:
- com.sap.ecm.spi.repository.MutableHierarchyService.createFolder(SessionInfo, String, String, List<P
- Session Info:
- class com.sap.nwecm.rt.spifw.SessionInfoFW
Exception during creation of the ECM Connection java.lang.IllegalStateException: No result found from folder creation command
Please note that the Root folder gets printed everytime.
Regards,
Rahul