In SAS Forecast Server V13.2 I am getting the following warning every time I use the %FSLOGIN macro to create a new session, the process does not fail, but it adds 4+ minutes to the processing time just to conenct and create a new session:
11-07 23:44:14,054 [Thread-17][WARN SASClientTicketingProxy] - IOException in remote method invocation:
'ReflectiveMethodInvocation: public abstract com.sas.svcs.registry.client.RegisteredService
com.sas.svcs.registry.client.ServiceRegistryInterface.getServiceByInterface(java.lang.String); target is null'. Trying to
reinitialize and retry call (maximum 3 more times).
11-07 23:45:17,056 [Thread-17][WARN SASClientTicketingProxy] - IOException in remote method invocation:
'ReflectiveMethodInvocation: public abstract com.sas.svcs.registry.client.RegisteredService
com.sas.svcs.registry.client.ServiceRegistryInterface.getServiceByInterface(java.lang.String); target is null'. Trying to
reinitialize and retry call (maximum 2 more times).
11-07 23:46:20,058 [Thread-17][WARN SASClientTicketingProxy] - IOException in remote method invocation:
'ReflectiveMethodInvocation: public abstract com.sas.svcs.registry.client.RegisteredService
com.sas.svcs.registry.client.ServiceRegistryInterface.getServiceByInterface(java.lang.String); target is null'. Trying to
reinitialize and retry call (maximum 1 more times).
NOTE: DATA statement used (Total process time):
real time 4:13.33
user cpu time 0.01 seconds
system cpu time 0.03 seconds
anybody else seeing this warning?