| Summary: | Cannot login to orionhub.org when adding a trailing slash to the URL | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anthony Hunter <ahunter.eclipse> |
| Component: | Server | Assignee: | Grant Gayed <grant_gayed> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | matthias.sohn, rafael, Silenio_Quarti |
| Version: | 12.0 | ||
| Target Milestone: | 13.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Anthony Hunter
For me it's the opposite: without trailing slash I get status 500 if I add the trailing slash Orion tries to load my workspace. Though it seems to be stuck in the phase "loading resources". I've released a fix for this, commit: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=c8ca323ca3e549a5d0aa214470429fc31feaddf8 . I'm not sure that this is the cause of the login problems though. A R12.0_maintenance branch has been created, based on the R12_0 tag + this change. Will deploy this to OrionHub to see if it helps, as the problem was not reproducible locally. Just to add another data point, I see this occasionally with my local Orion install (v12). Usually, after a few browser refreshes, it goes away. Usually, it goes like this: 1) hit the local Orion URI - I get a blank page, no errors on the server; or I get a 500 server error, the stacktrace above gets logged, 2) hit the local Orion URI - Orion landing page finally loads 1 requires a variable number of attempts until I get 2. When 2 finally happens, if I had Orion loaded on a different browser tab that was stuck in phase 1 above, as well (the blank page mode), it automatically loads as well. When the issue goes away, I cannot make it happen again. But eventually it will happen. (In reply to Rafael Chaves from comment #3) Is that with or without the fix from comment 2? You said "v12", which does not include the fix. @Grant: I am running vanilla v12, IOW, without the fix. Since it seemed you were unable to reproduce it/unsure of the causes, I thought it worth mentioning that the issue is seen in the wild, with some frequency, and apparently associated with a blank page symptom. |