View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003723 | SOGo | Web Calendar | public | 2016-06-09 10:44 | 2016-06-09 17:27 |
Reporter | Dirk Egert | Assigned To | ludovic | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | [Server] Linux | OS | Debian | OS Version | 8 (Jessie) |
Product Version | 3.1.2 | ||||
Fixed in Version | 3.1.3 | ||||
Summary | 0003723: 502 Bad Gateway when accessing web calendar | ||||
Description | Since today we have 2 users which can't access their calendar anymore in the Web UI. Jun 09 12:33:29 sogod [2858]: 192.168.12.12 "GET /SOGo/so/test.user@sample.de/Calendar HTTP/1.0" 302 0/0 0.006 - - 0 And in the error.log from nginx 2016/06/09 12:33:29 [error] 421#0: *438 upstream prematurely closed connection while reading response header from upstream, client: 192.168.12.1, server: _, request: "GET /SOGo/so/test.user@sample.de/Calendar/view HTTP/1.1", upstream: "http://127.0.0.1:20000/SOGo/so/test.user@sample.de/Calendar/view", host: "test.sample.de", referrer: "https://test.sample.de/SOGo/so/test.user@sample.de/Mail/view" Other users have no problems with their calendars. Which Debug Option can be used to find the cause of this error? | ||||
Tags | No tags attached. | ||||
Try this: https://sogo.nu/nc/support/faq/article/how-do-i-debug-sogo.html |
|
Here's the output from gdb (gdb) bt |
|
This not useful, reread the documentation. |
|
You mean there were some more *-dbg packages missing.. #0 -[NSException raise] (self=0x55555629a4b0, _cmd=0x7ffff58fcfc0 <_OBJC_SELECTOR_TABLE+384>) at NSException.m:960 |
|
What is the URL of the web calendar? |
|
The error occurs when you click on the calendar https://test.sample.de/SOGo/so/test.user@sample.de/Calendar/view But I've anonymised the domain and the email address. |
|
That's NOT a ICS-based URL from SOGo. Ask for the calendar properties to know the real URL to use. |
|
Or do you mean the user is simply trying to enable/disable the calendar from the SOGo web interface? The use of "web calendar" can be confusing, since web calendars in SOGo are ICS subscriptions. |
|
Try to reproduce the issue and in gdb, when the exception occurs, do: f 6 Paste the result of the 3 commands here. |
|
The problem is - I cannot access the properties from the user, because of the "Bad gateway" error. https://test.sample.de/SOGo/dav/test.user@sample.de/Calendar/personal.ics And from my browser I can download it. |
|
The user wants to access his calendar in the Browser. |
|
Here's the output of the 3 commands: Breakpoint 1, -[NSException raise] (self=0x5555566f5340, _cmd=0x7ffff58fcfc0 <_OBJC_SELECTOR_TABLE+384>) at NSException.m:960 svetlana_D_iliaeva_A_sample_D_de_AE6-5755F280-1-4092D880 is a shared calendar from an other user. |
|
I cannot reproduce this... When doing f 6, also do: po sortedFolders |
|
Here's the output: Breakpoint 1, -[NSException raise] (self=0x5555562974e0, _cmd=0x7ffff58fcfc0 <_OBJC_SELECTOR_TABLE+384>) at NSException.m:960 |
|
Tomorrow I will tell you how I fixed the problem - but I think it's still a bug and should be fixed in the code. |
|
No need, found and fixed the bug. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-06-09 10:44 | Dirk Egert | New Issue | |
2016-06-09 11:09 | ludovic | Note Added: 0010324 | |
2016-06-09 11:10 | ludovic | Severity | major => minor |
2016-06-09 11:16 | Dirk Egert | Note Added: 0010325 | |
2016-06-09 11:16 | ludovic | Note Added: 0010326 | |
2016-06-09 11:42 | Dirk Egert | Note Added: 0010327 | |
2016-06-09 11:54 | ludovic | Note Added: 0010328 | |
2016-06-09 12:01 | Dirk Egert | Note Added: 0010329 | |
2016-06-09 12:20 | ludovic | Note Added: 0010330 | |
2016-06-09 12:22 | ludovic | Note Added: 0010331 | |
2016-06-09 12:33 | ludovic | Note Added: 0010332 | |
2016-06-09 12:34 | Dirk Egert | Note Added: 0010333 | |
2016-06-09 12:36 | Dirk Egert | Note Added: 0010334 | |
2016-06-09 12:41 | Dirk Egert | Note Added: 0010335 | |
2016-06-09 13:33 | Dirk Egert | Note Edited: 0010335 | |
2016-06-09 14:41 | ludovic | Note Added: 0010336 | |
2016-06-09 15:07 | Dirk Egert | Note Added: 0010340 | |
2016-06-09 16:21 | Dirk Egert | Note Added: 0010343 | |
2016-06-09 16:23 | Dirk Egert | Note Edited: 0010343 | |
2016-06-09 17:27 | ludovic | Note Added: 0010344 | |
2016-06-09 17:27 | ludovic | Changeset attached | => sogo master 0b1e7ad8 |
2016-06-09 17:27 | ludovic | Assigned To | => ludovic |
2016-06-09 17:27 | ludovic | Resolution | open => fixed |
2016-06-09 17:27 | ludovic | Status | new => resolved |
2016-06-09 17:27 | ludovic | Fixed in Version | => 3.1.3 |