View Issue Details

IDProjectCategoryView StatusLast Update
0004250SOGoGUIpublic2021-10-06 18:29
ReporterPaoloV Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Platform[Server] LinuxOSDebianOS Version8 (Jessie)
Product Version3.2.10 
Summary0004250: Blank page after login
Description

build @shiva.inverse 201708170649

In log file:
Aug 17 19:44:47 sogod [2616]: xxx.xxx.xxx.xxx "GET /SOGo/so/mail@example.com/Mail/UIxMailMainFrame HTTP/1.0" 404 208/0 0.002 - - 0

In Chrome debug mode:
angular.min.js.pagespeed.jm.LR5J4mofp8.js:2 Uncaught Error: [$injector:unpr] http://errors.angularjs.org/1.6.2/$injector/unpr?p0=%24transitionsProvider%20%3C-%20%24transitions
at angular.min.js.pagespeed.jm.LR5J4mofp8.js:1
at angular.min.js.pagespeed.jm.LR5J4mofp8.js:2
at Object.d [as get] (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
at angular.min.js.pagespeed.jm.LR5J4mofp8.js:2
at d (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
at e (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
at Object.invoke (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
at angular.min.js.pagespeed.jm.LR5J4mofp8.js:2
at q (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
at db (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
UIxMailMainFrame Failed to load resource: the server responded with a status of 404 (Not Found)
angular.min.js.pagespeed.jm.LR5J4mofp8.js:2 Error: [$compile:tpload] http://errors.angularjs.org/1.6.2/$compile/tpload?p0=UIxMailMainFrame&p1=404&p2=Not%20Found
at angular.min.js.pagespeed.jm.LR5J4mofp8.js:1
at angular.min.js.pagespeed.jm.LR5J4mofp8.js:2
at angular.min.js.pagespeed.jm.LR5J4mofp8.js:2
at m.$eval (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
at m.$digest (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
at m.$apply (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
at l (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
at XMLHttpRequest.t.onload (angular.min.js.pagespeed.jm.LR5J4mofp8.js:2)
(anonymous) @ angular.min.js.pagespeed.jm.LR5J4mofp8.js:2
UIxMailMainFrame Failed to load resource: the server responded with a status of 404 (Not Found)

Steps To Reproduce

After last upgrade

TagsNo tags attached.

Activities

Christian Mack

Christian Mack

2017-08-18 12:33

developer   ~0012176

Did you clear your browser cache?

PaoloV

PaoloV

2017-08-18 12:40

reporter   ~0012177

Yes, of course. I tried with Chrome, Firefox and with an Android Tablet... :-(

ludovic

ludovic

2017-08-18 12:58

administrator   ~0012179

Show the complete list of SOGo/SOPE/GNUstep packages installed.

PaoloV

PaoloV

2017-08-18 13:42

reporter   ~0012180

Meanwhile, many thanks, because I do not know exactly where to start ...

dpkg --get-selections |grep "sogo"
sogo:amd64 install
sogo-activesync install

dpkg --get-selections |grep "sope"
libsope-appserver4.9 install
libsope-core4.9 install
libsope-gdl1-4.9 install
libsope-ldap4.9 install
libsope-mime4.9 install
libsope-xml4.9 install
sope4.9-gdl1-mysql install
sope4.9-libxmlsaxdriver install

dpkg --get-selections |grep "gnustep"
gnustep-base-common install
gnustep-base-runtime install
gnustep-common install
gnustep-make install
libgnustep-base1.24 install

Christian Mack

Christian Mack

2017-08-21 07:16

developer   ~0012189

Better install apt-show-versions and get the versions from that.

apt-show-versions |egrep 'sogo|sope|gnustep'

PaoloV

PaoloV

2017-08-21 07:24

reporter   ~0012190

Nice trick. I did not know it. Thank you.

apt-show-versions |egrep 'sogo|sope|gnustep'
gnustep-base-common:all/jessie 1.24.7-1 uptodate
gnustep-base-runtime:amd64/jessie 1.24.7-1 uptodate
gnustep-common:amd64/jessie 2.6.6-3 uptodate
gnustep-make:all/jessie 2.6.6-3 uptodate
libgnustep-base1.24:amd64/jessie 1.24.7-1 uptodate
libsope-appserver4.9:amd64/jessie 4.9.r1664.20170721 uptodate
libsope-core4.9:amd64/jessie 4.9.r1664.20170721 uptodate
libsope-gdl1-4.9:amd64/jessie 4.9.r1664.20170721 uptodate
libsope-ldap4.9:amd64/jessie 4.9.r1664.20170721 uptodate
libsope-mime4.9:amd64/jessie 4.9.r1664.20170721 uptodate
libsope-xml4.9:amd64/jessie 4.9.r1664.20170721 uptodate
sogo:amd64/jessie 3.2.10.20170817-1 uptodate
sogo-activesync:amd64/jessie 3.2.10.20170817-1 uptodate
sope4.9-gdl1-mysql:amd64/jessie 4.9.r1664.20170721 uptodate
sope4.9-libxmlsaxdriver:amd64/jessie 4.9.r1664.20170721 uptodate

Christian Mack

Christian Mack

2017-08-21 07:32

developer   ~0012191

As you use a nightly build, could you upgrade to the current one?

PaoloV

PaoloV

2017-08-21 07:41

reporter   ~0012192

I use the nightly build version because I do not have an Inverse subscription for the moment. Sorry. :-(

francis

francis

2017-08-21 15:26

administrator   ~0012198

Try disabling PageSpeed.

PaoloV

PaoloV

2017-08-21 15:42

reporter   ~0012199

You are my hero! Yes, disabling pagespeed in nginx.conf (pagespeed off;) solved the problem. I was thinking about a some cache problem, but I did not exactly remember about pagespeed. Thank you very much!
Ad majora!

digdeo

digdeo

2017-08-28 17:01

reporter   ~0012240

Hi,
I have the same problem with a nightly uptodate with Nginx in front web but without pagespeed module.
The source code is available but nothing is randering.

At the begin of source code there is two empty line.

ii sogo:amd64 3.2.10.20170828-1 amd64
ii sogo-activesync 3.2.10.20170828-1 amd64

ii libsope-appserver4.9 4.9.r1664.20170721 amd64
ii libsope-core4.9 4.9.r1664.20170721 amd64
ii libsope-gdl1-4.9 4.9.r1664.20170721 amd64
ii libsope-ldap4.9 4.9.r1664.20170721 amd64
ii libsope-mime4.9 4.9.r1664.20170721 amd64
ii libsope-xml4.9 4.9.r1664.20170721 amd64
ii sope4.9-gdl1-mysql 4.9.r1664.20170721 amd64
ii sope4.9-libxmlsaxdriver 4.9.r1664.20170721 amd64

ii gnustep-base-common 1.24.7-1 all
ii gnustep-base-runtime 1.24.7-1 amd64
ii gnustep-common 2.6.6-3 amd64
ii gnustep-make 2.6.6-3 all
ii libgnustep-base1.22 1.22.1-4+deb7u1 amd64
ii libgnustep-base1.24 1.24.7-1 amd64

francis

francis

2017-08-28 17:24

administrator   ~0012241

Why is libgnustep-base1.22 installed?

digdeo

digdeo

2017-09-01 13:51

reporter   ~0012248

The server who bug appear is an old Debian 7 who upgrades to Debian 8, it's probably the cause. We pass regulary apt-get autoremove to remove old unused packages but 1.22 it's not listed to be removed.

I have remove the 1.22 package and restart Sogo without change.

Issue History

Date Modified Username Field Change
2017-08-17 17:53 PaoloV New Issue
2017-08-18 12:33 Christian Mack Note Added: 0012176
2017-08-18 12:40 PaoloV Note Added: 0012177
2017-08-18 12:58 ludovic Severity crash => minor
2017-08-18 12:58 ludovic Note Added: 0012179
2017-08-18 13:42 PaoloV Note Added: 0012180
2017-08-21 07:16 Christian Mack Note Added: 0012189
2017-08-21 07:24 PaoloV Note Added: 0012190
2017-08-21 07:32 Christian Mack Note Added: 0012191
2017-08-21 07:41 PaoloV Note Added: 0012192
2017-08-21 15:26 francis Note Added: 0012198
2017-08-21 15:42 PaoloV Note Added: 0012199
2017-08-28 17:01 digdeo Note Added: 0012240
2017-08-28 17:24 francis Note Added: 0012241
2017-09-01 13:51 digdeo Note Added: 0012248
2021-10-06 18:29 francis Status new => resolved
2021-10-06 18:29 francis Resolution open => no change required