Hi,
as the first test after succesfully configuring some GWaaS Service I tried to access the service documents. This worked however only for very small documents, with larger one I receive this error after a while:
<?xml version='1.0' encoding='UTF-8'?><error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><code/><message xml:lang="en-US">while trying to invoke the method com.sap.gateway.core.api.exception.IErrorContext.getErrorText() of an object loaded from local variable 'errorContext'</message></error>
In the ICM log of the BEP system I see
*** ERROR => HttpPlugInHandleNetData: server: premature EOS (62931/210768) in request [http_plg_mt. 1999]
SAP Cloud Connector version is 1.2. The tunnel log level filtering does not seem to work, I downloaded the file and searched for 'error' but only found
FLOW_OpenSSL_Socket.cpp:get_function_error:160 [pid 3113] (thr flow [0x7FE9237D3720]) [flow/ssl/socket]:INFO: Want read(2) on fd=24
Trace with level runtime says (I anonymized personal info and removed empty lines):
>>> 2013-07-03, 23:20:56 >>> HTTP Header -- Name=s000XXXXXtrial.XXXXX:8000/sap/iwbep?sap-client=100
Content-Length = 301
Content-Type = text/plain
Authorization = Basic XXXXX
<<< HTTP Header
>>> 2013-07-03, 23:20:56 >>> Processing HTTP Request
TargetSystem = XXXXX:8000
RequestedResource = /sap/iwbep
UserName = XXXXX
<<< Processing HTTP Request
>>> 2013-07-03, 23:20:56 >>> SOPC Runtime -- Name=Process Request
User XXXXX is requesting /sap/iwbep on system XXXXX:8000
System XXXXX:8000 is mapped to XXXXX:8000
User XXXXX not found -- Trying anonymous access
Allowing access for user XXXXX to resource /sap/iwbep on system XXXXX:8000
<<< SOPC Runtime
>>> 2013-07-03, 23:20:56 >>> Reverse Lookup for cookie domain -- Name=.XXXXX
<<< Reverse Lookup for cookie domain
>>> 2013-07-03, 23:20:59 >>> HTTP Header -- Name=s000XXXXXtrial.XXXXX:8000/sap/iwbep?sap-client=100
Content-Length = 210768
Content-Type = text/plain
Authorization = Basic XXXXX
<<< HTTP Header
>>> 2013-07-03, 23:20:59 >>> Processing HTTP Request
TargetSystem = XXXXX:8000
RequestedResource = /sap/iwbep
UserName = XXXXX
<<< Processing HTTP Request
<<< Processing HTTP Request
>>> 2013-07-03, 23:20:59 >>> SOPC Runtime -- Name=Process Request
User XXXXXXX is requesting /sap/iwbep on system XXXXX:8000
System XXXXX:8000 is mapped to XXXXX:8000
User XXXXXXX not found -- Trying anonymous access
Allowing access for user XXXXXXX to resource /sap/iwbep on system XXXXX:8000
<<< SOPC Runtime
Has anybody an ides what goes wrong here?
Regards,
Wolfgang