Hi Team,
I open a new thread about a particular issue I encounter. I did not suceeded to find something on Internet or here with my error message.
When I try to access to a Web resource, some file are correclty loaded, some other not.
When I checking the folder, I see that large file produce the following HTTP response : ERR_INVALID_HTTP_RESPONSE :
Request URL: http://localhost:61506/ext/Lodash.js
Referrer Policy: no-referrer-when-downgrade
Provisional headers are shown
Accept: text/plain, */*; q=0.01
Referer: http://localhost:61506/test/flpSandbox.html
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36
X-Requested-With: XMLHttpRequest
Below, the answer for a little file prooving the path is correct
Request URL: http://localhost:61506/ext/DataUtil.js
Request Method: GET
Status Code: 200 OK
Remote Address: [::1]:61506
Referrer Policy: no-referrer-when-downgrade
Cache-Control: no-cache
Content-Length: 2003
Content-Type: application/javascript
ETag: d5eb47537c142ef993194f70314ebe88001f10d7
Server: Jetty(8.1.16.v20140903)
Accept: text/plain, */*; q=0.01
Accept-Encoding: gzip, deflate, br
Accept-Language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7
Cache-Control: no-cache
Connection: keep-alive
Cookie: Phpstorm-f822fa7e=d4117244-f3bf-496d-81d5-83792e8be430; JSESSIONID_preview_1=sek098uzcl5xidt413fflqih; JSESSIONID=myscukvcjsg71lr4nnlrxlp22; JSESSIONID_preview_0=3do8shqc3i8t1a7jcrm09n0u0
Host: localhost:61506
Pragma: no-cache
Referer: http://localhost:61506/test/flpSandbox.html
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36
X-Requested-With: XMLHttpRequest
I suceeded to open only files arround 10 Ko.
Please find my Orion.ini
[code]
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
-consoleLog
-console
-data
serverworkspace
-nosplash
-vmargs
-Dorg.eclipse.equinox.http.jetty.http.port=8080
-Dorg.eclipse.equinox.http.jetty.http.host=127.0.0.1
-Dorg.eclipse.equinox.http.jetty.autostart=false
-Dorion.XSRFPreventionFilterEnabled=false
-Dhelp.lucene.tokenizer=standard
-XX:MaxPermSize=512m
-Xms1024m
-Xmx1024m
-Dorion.core.configFile=.orion.conf
--launcher.XXMaxPermSize
1024m
[code]
Thank for your help
Kindly Regards,
Nicolas DUPRE