Hi all,
I have been experiencing problems today with some SAPUI5 mobile applications that I have been working on. I have had no problems until today when making a change to the first JS view and reactivating it my index.html file started complaining that the JS view could no longer be found and that a network error had occurred.
I have unfortunately then gone on to progressively make the situation worse throughout the day! Firstly I reactivated the index.html file for my first project but then even the index file could not be located - Unable to load the webpage because the server sent no data. Error code: ERR_EMPTY_RESPONSE.
I then took a copy of the project and tried reactivating that but with the same results.
I then went to a project that I know was working (I tested to make sure prior to making changes) and reactivate that. As you can guess, that also broke that project.
I then tried creating a brand new project using the wizard - same result
I have one SAPUI5 project left that is still working and I haven't touched it so I know the HANA XS engine is working fine. I have looked through the logs and have repeatedly found the following error in the web_disp log (it is consistently occuring whenever I retry):
[Thr 140273581532928] *** ERROR => PlugInHandleServData: HttpParseResponse failed: 701 [http_plg.c 3160]
[Thr 140273581532928] *** ERROR => IcmHandleNetWrite(id=4/1473): HandleServData failed (rc=701) [icxxthrio.c 1840]
[Thr 140273582589696] Mon Dec 2 20:37:40 2013
[Thr 140273582589696] *** ERROR => NULL bytes in HTTP Response {000205d8} [http_plg.c 6517]
[Thr 140273582589696] Address Offset RESPONSE:
and I am getting a scurity warning:
Mon Dec 2 20:25:44 2013
Error: Protocol error (-21), NULL bytes in HTTP Response [http_plg.c 6517]
CONNECTION (id=1/1105):
used: 1, type: default, role: Server(1), stateful: 0
nihdl: 82, ssl: (nil), protocol: HTTP(1)
It seems to be something so do with the reactivation process. I can see the index and JS view files in the repository browser so I know they have not been deleted.
Any help would be greatly appreciated.
Thanks,
Jon