I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.1.0
Remote Method exception: throws null pointer exception or throws no such method exception while invoking RMI client
Solved! Go to Solution.
Hi @ML_10477848
As per our discussion on the support case, this issue is resolved after correcting the custom code where there was a semicolon (;) at the end of the while loop and after removing the semicolon (;) and recompiling + executing the code the invoke() method of RMI works as expected.
Hello @ML_10477848
I see that you have already opened a case to TS, and TS will assist you in resolving the problem.
Hi @ML_10477848
As per our discussion on the support case, this issue is resolved after correcting the custom code where there was a semicolon (;) at the end of the while loop and after removing the semicolon (;) and recompiling + executing the code the invoke() method of RMI works as expected.