Hi there,
I am encountering some trouble with nwdi without any solution.
We are using nwdi in cm services mode.
I would like to import a transport request, but this one finished with RC12 :
Error: while trying to invoke the method java.util.Set.contains(java.lang.Object) of an object loaded from local variable 'deletion DCs'
End deployment (2014-10-17 14:22:01.0702 +2:00)
while trying to invoke the method java.util.Set.contains(java.lang.Object) of an object loaded from local variable 'deletionDCs'
Error stack trace
java.lang.NullPointerException: while trying to invoke the method java.util.Set.contains(java.lang.Object) of an object loaded from
local variable 'deletionDCs'
com.sap.di.cts.imp.service.beans.core.communicator.CBSComm.importRequest(CBSComm.java:396)
com.sap.di.cts.imp.service.beans.core.BuildServerImport.process(BuildServerImport.java:217)
com.sap.di.cts.imp.service.beans.core.DIImportServiceBean._performImport(DIImportServiceBean.java:345)
com.sap.di.cts.imp.service.beans.core.DIImportServiceBean.performImport(DIImportServiceBean.java:86)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)
When I check in the CBS what happens, I can see a request in waiting status.
I also check in the DTR, the application are there but inactive.
All DC's are OK (not brocken).
I have restart NWDI and the request target, but still the same situation.
How could I force the activation or handle this error ?
Thank for help,