Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Orionhub.org migration issue?

I can reproduce Mike's problem when trying to open https://orionhub.org the server responds with an error page

  1. Request URL:
  2. Request Method:
    GET
  3. Status Code:
    500 Server Error
  4. Remote Address:
request headers sent by Chrome are

  1. Accept:
    text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
  2. Accept-Encoding:
    gzip, deflate, sdch, br
  3. Accept-Language:
    en-US,en;q=0.8,de;q=0.6
  4. Cache-Control:
    max-age=0
  5. Connection:
    keep-alive
  6. Host:
  7. If-Modified-Since:
    Wed, 22 Jun 2016 04:59:56 GMT
  8. If-None-Match:
    W/"679-1466571596000"
  9. Upgrade-Insecure-Requests:
    1
  10. User-Agent:
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36

response headers are
  1. Cache-Control:
    must-revalidate,no-cache,no-store
  2. Connection:
    close
  3. Content-Length:
    1273
  4. Content-Type:
    text/html;charset=ISO-8859-1
  5. Date:
    Wed, 29 Jun 2016 11:12:29 GMT
  6. Server:
    Jetty(8.1.15.v20140411)
response body:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 Server Error</title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /. Reason:
<pre>    Server Error</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>                                              
</body>
</html>

I am using Chrome 51.0.2704.103 on Mac

Same problem with Firefox and Safari


Adding a trailing slash fixes the problem, opening https://orionhub.org/ works and loads my already existing workspace.
So it seems Orion is handling https://orionhub.org/ and https://orionhub.org/ differently.



Opening https://orionhub.org in a Chrome incognito window works fine. I guess the reason that this works is that the icognito
user doesn't yet have a workspace to load so the application is in a different state.

The first request it sends is

    1. Request URL:
    2. Request Method:
      GET
    3. Status Code:
      200 OK
    4. Remote Address:
  1. Response Headersview source
    1. Cache-Control:
      max-age=900, must-revalidate
    2. Connection:
      Keep-Alive
    3. Content-Encoding:
      gzip
    4. Content-Length:
      2711
    5. Content-Type:
      text/html
    6. Date:
      Wed, 29 Jun 2016 11:17:49 GMT
    7. ETag:
      W/"13612-1466571088000"
    8. Expires:
      Wed, 29 Jun 2016 11:32:49 GMT
    9. Keep-Alive:
      timeout=3, max=192
    10. Last-Modified:
      Wed, 22 Jun 2016 04:51:28 GMT
    11. Server:
      Jetty(8.1.15.v20140411)
  2. Request Headersview source
    1. Accept:
      text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    2. Accept-Encoding:
      gzip, deflate, sdch, br
    3. Accept-Language:
      en-US,en;q=0.8,de;q=0.6
    4. Connection:
      keep-alive
    5. Cookie:
      JSESSIONID=ej5p6bntdemd1rmc0wa4iscve
    6. Host:
    7. Referer:
    8. Upgrade-Insecure-Requests:
      1
    9. User-Agent:
      Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36
  3. Query String Parametersview sourceview URL encoded
    1. redirect:
    2. key:
      FORMOAuthUser

-Matthias

On Tue, Jun 28, 2016 at 11:44 PM, Mike Milinkovich <mike.milinkovich@xxxxxxxxxxx> wrote:

Sorry, but there is definitely a problem here. It also does not work for me on Windows and Chrome Version 51.0.2704.106 m

The weird thing is that if I open an incognito browser, it does work. So clearly there is some sort of client-side cache which is causing the server to report an error. I'm guessing that the project developers are so used to clearing browser caches, etc. that this may not happen to you. But as a civilian user of the orionhub website I am at a loss as to what to try next.



On 6/24/2016 12:01 PM, Anthony Hunter wrote:

Hi Mike,

It is working for me on both Chrome and FireFix on Ubuntu 14.4.

Cheers...
Anthony


Inactive
          hide details for Mike Milinkovich ---2016/06/24 11:16:04
          AM---Howdy folks, I am getting an Error: 500 "Server
          Error" wMike Milinkovich ---2016/06/24 11:16:04 AM---Howdy folks, I am getting an Error: 500 "Server Error" when I attempt to login to

From: Mike Milinkovich <mike.milinkovich@xxxxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 2016/06/24 11:16 AM
Subject: [orion-dev] Orionhub.org migration issue?
Sent by: orion-dev-bounces@xxxxxxxxxxx





Howdy folks,

I am getting an Error: 500 "Server Error" when I attempt to login to orionhub.org using Chrome Version 51.0.2704.103 on Ubuntu.

I have cleared my browser cache several times.

Oddly enough it does work from an incognito window.

--
Mike Milinkovich

mike.milinkovich@xxxxxxxxxxx
+1.613.220.3223
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev



--
Mike Milinkovich
mike.milinkovich@xxxxxxxxxxx
+1.613.220.3223 (mobile)
@mmilinkov


_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev


Back to the top