Hello,
We upgraded to Personas 2.0 SP02 and now when trying to loving receive the 'problem with network connectivity' error. We had no issues logging in on SP01. I checked through the configuration and everything has remained the same. Restgui tests successfully and both XML files are reachable. I've also checked that user authorization has remained the same.
Getting the below HTTP 500 error:
"9/5/2014 01:58:00,515311 ERROR Sap.Imagineering.Personas.Common.Utils.<>c__DisplayClass6-><GetResponse>b__5 -
[HttpWebRequest_WebException_RemoteServer]
Arguments: NotFound
In ST22 we are now getting:
Category ABAP Programming Error
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO
Except. CX_SY_REF_IS_INITIAL
ABAP Program /PERSOS/CL_PERSOS_HELPER======CP
Application Component CA
Error analysis
An exception has occurred which is explained in more detail belo
exception is assigned to class 'CX_SY_REF_IS_INITIAL' and was no
procedure
"GET_SYSTEM_INFO" "(METHOD)", nor was it propagated by a RAISING
Since the caller of the procedure could not have anticipated thi
exception, the current program was terminated.
The reason for the exception is:
You are trying to access a component with a 'ZERO' object refere
(points to 'nothing').
An object reference must point to an object (an instance of a cl
before it can be used to access a component. The reference has e
never been set, or it was set to 'ZERO' with a CLEAR statement.