Skip to main content
3-Newcomer
October 20, 2023
Solved

Remote Method exception: throws null pointer exception or throws no such method exception while invo

  • October 20, 2023
  • 2 replies
  • 1081 views

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

Best answer by Gaurav_Amrutkar

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.

2 replies

17-Peridot
October 22, 2023

Hello @ML_10477848 

I see that you have already opened a case to TS, and TS will assist you in resolving the problem.

Gaurav_Amrutkar
17-Peridot
December 20, 2023

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.