Hi All,
We are facing error during the import of document from webtop .This error is not coming on all object types it is working on dm_document but not on our custom object type . I am able to sucessfully import the document of same object type from DA but not from webtop.
The error is coming for lifecycle state attribute r_current_state i.e.
java.lang.NullPointerException
at com.documentum.web.formext.control.docbase.DocbaseAttributeLifecycleStateValueFormatter.getAttributeDisplayValue(DocbaseAttributeLifecycleStateValueFormatter.java:101)
at com.documentum.web.formext.control.docbase.DocbaseAttributeLifecycleStateValueTag.getFormattedValue(DocbaseAttributeLifecycleStateValueTag.java:79)
at com.documentum.web.formext.control.docbase.DocbaseAttributeValueTag.renderEnd(DocbaseAttributeValueTag.java:443)
at com.documentum.web.form.ControlTag.doEndTag(ControlTag.java:873)
at com.documentum.web.formext.control.docbase.DocbaseAttributeTag.renderEnd(DocbaseAttributeTag.java:457)
at com.documentum.web.form.ControlTag.doEndTag(ControlTag.java:873)
at com.documentum.web.formext.control.docbase.DocbaseAttributeListTag.createAttributeControl(DocbaseAttributeListTag.java:557)
at com.documentum.web.formext.control.docbase.DocbaseAttributeListTag.renderEnd(DocbaseAttributeListTag.java:412)
at com.documentum.web.form.ControlTag.doEndTag(ControlTag.java:873)
at org.apache.jsp.webcomponent.library.contenttransfer.importcontent.importContent_jsp._jspx_meth_dmfx_005fdocbaseattributelist_005f0(importContent_jsp.java:1488)
We are using Documentum 6.5 Suit.
If any one would have idea regarding this issue Kindly suggest it is very urgent from our side to resolve this.
I have also attach the error screen shot for your refrence.