hi all
Im getting the following error when I try to run a custom job. job is working well on system where D2 is install but from another system it gives following error
26 Nov 2014 14:05:41 ERROR [main] Application - MYAPPException Exception occurred while executing method setEnviornmentDetails of null class 26 Nov 2014 14:05:41 ERROR [main] Application - -singleUse : [DFC_CORE_CRYPTO_ERROR] A cryptography error has occurred, please consult the documentation. {0} 26 Nov 2014 14:05:41 ERROR [main] Application - MYAPPException Exception occurred while executing method addOperationsGroupOne of MYAPP class 26 Nov 2014 14:05:41 ERROR [main] Application - -singleUse : [DFC_CORE_CRYPTO_ERROR] A cryptography error has occurred, please consult the documentation. {0} DfException:: THREAD: main; MSG: -singleUse : [DFC_CORE_CRYPTO_ERROR] A cryptography error has occurred, please consult the documentation. {0}; ERRORCODE: ff; NEXT: null at com.emc.d2.api.methods.D2Method.start(D2Method.java:423)a at com.emc.d2.api.methods.D2Method.start(D2Method.java:243) at com.emc.d2.api.methods.D2Method.start(D2Method.java:223) at com.emc.d2.api.D2Session.getAdminTicket(D2Session.java:531) at com.abcd.services.documentum.DocumentumHandler.setEnviornmentDetails(DocumentumHandler.java:327) at com.abcd.services.documentum.DocumentumHandler.initialize(DocumentumHandler.java:253) at com.abcd.services.documentum.DocumentumHandler.getDocumentumHandler(DocumentumHandler.java:168) at com.abcd.MYAPP12.MYAPP$6$1.run(MYAPP.java:735) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at com.abcd.MYAPP12.MYAPP$6.widgetSelected(MYAPP.java:708) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) at com.abcd.MYAPP12.MYAPP.createShell(MYAPP.java:826) at com.abcd.MYAPP12.MYAPP.launch(MYAPP.java:841) at com.abcd.MYAPP12.MYAPP.main(MYAPP.java:863)