[SOGo] BTS activities for Monday, September 17 2018

2018-09-17 Thread SOGo reporter
Title: BTS activities for Monday, September 17 2018





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, September 17 2018

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
4546
	2018-09-17 09:26:24
	updated (open)
	GUI
	Unable to Log In After Upgrade
	
	  
	
4547
	2018-09-17 03:54:38
	updated (open)
	Web Calendar
	Context Menu on Personal Calendar is not fully visible
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists

Re: [SOGo] Upgrade V 2 to V 4 - No child available to handle incoming request!

2018-09-17 Thread Ludovic Marcotte

Hi Götz,

On 2018-09-17 4:08 AM, Götz Reinicke (goetz.reini...@filmakademie.de) wrote:

Hi,

I get a lot of „ No child available to handle incoming request!„ on my v4 
installation.


Do you have ActiveSync clients?

If you see hung processes ("child has been hanging for ..." in the 
sogo.log file), you can always attach to the process using gdb and 
produce a stack trace. See 
https://sogo.nu/support/faq/how-do-i-debug-sogo.html for details.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  https://inverse.ca
Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence 
(https://packetfence.org) and Fingerbank (https://fingerbank.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird Plugin

2018-09-17 Thread Christoph Zechner

Thank you very much for this hint, I managed to fix it.

Edit the file defaults/preferences/site.js in the xpi and add/modify 
this line:


pref("sogo-integrator.autocomplete.server.urlid", 
""); [1]


and change the ID enclosed in double quotes with the id of your address 
book.


I tested it (Win10, TB60) and it remains persistent after Thunderbird 
restarts.


Best regards
Christoph Zechner


[1] https://sogo.nu/bugs/view.php?id=2323



On 17/09/2018 14.59, Christian Naumer (c...@brain-biotech.de) wrote:

Just tested it now with freshly installed plugins from the nightly
builds. On Linux x64 with TB 60. It still does not work.

The auto completion works for us as long as we set the LDAP-address book
option. This setting is lost if the application is restarted. But this
is I think a Thunderbird bug as we have this behaviour on TB52 as well.


Regards


Christian



Am 17.09.18 um 14:07 schrieb Christoph Zechner (zech...@vrvis.at):

Hi there,

exactly which version of the new plugin did you use for this? Our tests
with the new plugin (from six days ago) showed that address book syncing
has been fixed (and I just tested it again after reading your e-mail,
done on Win10 with TB60 (x86) and sogo-integrator-60.0.0).

Our problem is auto-completing adresses from another address book which
all users get as read-only directory:

SOGoUserSources = (
     {
     CNFieldName = gecos;
     IDFieldName = uid;
     KindFieldName = kind;
     MultipleBookingsFieldName = Multiplebookings;
     UIDFieldName = uid;
     baseDN = "ou=Users,o=example,c=com";
     bindFields = (
     uid
     );
     canAuthenticate = YES;
     displayName = "Company Users";
     filter = "(status='Active')";
     hostname = localhost;
     id = example.com;
     isAddressBook = YES;
     port = 666;
     scope = ONE;
     }
     );

Auto-completing e-mail addresses from this adress book are unfortunately
not working, related errors from the console:

NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057
(NS_ERROR_ILLEGAL_VALUE) [nsIAbDirectoryQuery.doQuery]
nsAbLDAPAutoCompleteSearch.js:264

TypeError: description is null[Learn More]  common-dialog-overlay.js:62:6
 _SIGetDialogType
chrome://sogo-integrator/content/global/common-dialog-overlay.js:62:6
 SICommonDialogOnLoad
chrome://sogo-integrator/content/global/common-dialog-overlay.js:114:19
  chrome://global/content/commonDialog.xul:27:7
 openModalWindow
jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:353:5

 openPrompt
jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:563:9

 confirmEx
jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:704:9

 confirmEx
jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:74:16

 ComposeCanClose
chrome://messenger/content/messengercompose/MsgComposeCommands.js:4320:18
 DoCommandClose
chrome://messenger/content/messengercompose/MsgComposeCommands.js:2014:7
 onclose
chrome://messenger/content/messengercompose/messengercompose.xul:1:8

Thanks in advance!

Best regards
Christoph Zechner



On 17/09/2018 12.44, Christian Naumer (c...@brain-biotech.de) wrote:

We also have an issue with the new plugins on TB60:

In the address book contacts are synced from the server to the client
but not back. Any new contacts created or modiefied do not show up on
the server. Err in console is:

12:38:22.278 ReferenceError: getUri is not defined 1
abEditCardDialog.groupdav.overlay.js:24:9
 OnLoadHandler
chrome://sogo-connector/content/addressbook/abEditCardDialog.groupdav.overlay.js:24:9

 goEditCardDialog
chrome://messenger/content/addressbook/abCommon.js:742:3
 AbEditCard chrome://messenger/content/addressbook/abCommon.js:497:5
 AbResultsPaneDoubleClick
chrome://messenger/content/addressbook/addressbook.js:532:3
 AbResultsPaneOnClick
chrome://messenger/content/addressbook/abResultsPane.js:298:7
 onclick chrome://messenger/content/addressbook/addressbook.xul:1:1

does anyone else see this? Should I open a bug?


Regards

Christian







--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Thunderbird Plugin

2018-09-17 Thread Christian Naumer
Just tested it now with freshly installed plugins from the nightly
builds. On Linux x64 with TB 60. It still does not work.

The auto completion works for us as long as we set the LDAP-address book
option. This setting is lost if the application is restarted. But this
is I think a Thunderbird bug as we have this behaviour on TB52 as well.


Regards


Christian



Am 17.09.18 um 14:07 schrieb Christoph Zechner (zech...@vrvis.at):
> Hi there,
> 
> exactly which version of the new plugin did you use for this? Our tests
> with the new plugin (from six days ago) showed that address book syncing
> has been fixed (and I just tested it again after reading your e-mail,
> done on Win10 with TB60 (x86) and sogo-integrator-60.0.0).
> 
> Our problem is auto-completing adresses from another address book which
> all users get as read-only directory:
> 
> SOGoUserSources = (
>     {
>     CNFieldName = gecos;
>     IDFieldName = uid;
>     KindFieldName = kind;
>     MultipleBookingsFieldName = Multiplebookings;
>     UIDFieldName = uid;
>     baseDN = "ou=Users,o=example,c=com";
>     bindFields = (
>     uid
>     );
>     canAuthenticate = YES;
>     displayName = "Company Users";
>     filter = "(status='Active')";
>     hostname = localhost;
>     id = example.com;
>     isAddressBook = YES;
>     port = 666;
>     scope = ONE;
>     }
>     );
> 
> Auto-completing e-mail addresses from this adress book are unfortunately
> not working, related errors from the console:
> 
> NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057
> (NS_ERROR_ILLEGAL_VALUE) [nsIAbDirectoryQuery.doQuery]
> nsAbLDAPAutoCompleteSearch.js:264
> 
> TypeError: description is null[Learn More]  common-dialog-overlay.js:62:6
> _SIGetDialogType
> chrome://sogo-integrator/content/global/common-dialog-overlay.js:62:6
> SICommonDialogOnLoad
> chrome://sogo-integrator/content/global/common-dialog-overlay.js:114:19
>  chrome://global/content/commonDialog.xul:27:7
> openModalWindow
> jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:353:5
> 
> openPrompt
> jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:563:9
> 
> confirmEx
> jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:704:9
> 
> confirmEx
> jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:74:16
> 
> ComposeCanClose
> chrome://messenger/content/messengercompose/MsgComposeCommands.js:4320:18
> DoCommandClose
> chrome://messenger/content/messengercompose/MsgComposeCommands.js:2014:7
> onclose
> chrome://messenger/content/messengercompose/messengercompose.xul:1:8
> 
> Thanks in advance!
> 
> Best regards
> Christoph Zechner
> 
> 
> 
> On 17/09/2018 12.44, Christian Naumer (c...@brain-biotech.de) wrote:
>> We also have an issue with the new plugins on TB60:
>>
>> In the address book contacts are synced from the server to the client
>> but not back. Any new contacts created or modiefied do not show up on
>> the server. Err in console is:
>>
>> 12:38:22.278 ReferenceError: getUri is not defined 1
>> abEditCardDialog.groupdav.overlay.js:24:9
>> OnLoadHandler
>> chrome://sogo-connector/content/addressbook/abEditCardDialog.groupdav.overlay.js:24:9
>>
>> goEditCardDialog
>> chrome://messenger/content/addressbook/abCommon.js:742:3
>> AbEditCard chrome://messenger/content/addressbook/abCommon.js:497:5
>> AbResultsPaneDoubleClick
>> chrome://messenger/content/addressbook/addressbook.js:532:3
>> AbResultsPaneOnClick
>> chrome://messenger/content/addressbook/abResultsPane.js:298:7
>> onclick chrome://messenger/content/addressbook/addressbook.xul:1:1
>>
>> does anyone else see this? Should I open a bug?
>>
>>
>> Regards
>>
>> Christian
>>
> 

-- 
Dr. Christian Naumer
Research Scientist
Plattform-Koordinator Bioprozesstechnik

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Juergen Eck (Vorsitzender), Frank Goebel
Aufsichtsratsvorsitzender: Dr. Ludger Mueller
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird Plugin

2018-09-17 Thread Christoph Zechner

Hi there,

exactly which version of the new plugin did you use for this? Our tests 
with the new plugin (from six days ago) showed that address book syncing 
has been fixed (and I just tested it again after reading your e-mail, 
done on Win10 with TB60 (x86) and sogo-integrator-60.0.0).


Our problem is auto-completing adresses from another address book which 
all users get as read-only directory:


SOGoUserSources = (
{
CNFieldName = gecos;
IDFieldName = uid;
KindFieldName = kind;
MultipleBookingsFieldName = Multiplebookings;
UIDFieldName = uid;
baseDN = "ou=Users,o=example,c=com";
bindFields = (
uid
);
canAuthenticate = YES;
displayName = "Company Users";
filter = "(status='Active')";
hostname = localhost;
id = example.com;
isAddressBook = YES;
port = 666;
scope = ONE;
}
);

Auto-completing e-mail addresses from this adress book are unfortunately 
not working, related errors from the console:


NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 
(NS_ERROR_ILLEGAL_VALUE) [nsIAbDirectoryQuery.doQuery] 
nsAbLDAPAutoCompleteSearch.js:264


TypeError: description is null[Learn More]  common-dialog-overlay.js:62:6
	_SIGetDialogType 
chrome://sogo-integrator/content/global/common-dialog-overlay.js:62:6
	SICommonDialogOnLoad 
chrome://sogo-integrator/content/global/common-dialog-overlay.js:114:19

 chrome://global/content/commonDialog.xul:27:7
	openModalWindow 
jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:353:5
	openPrompt 
jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:563:9
	confirmEx 
jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:704:9
	confirmEx 
jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Thunderbird/omni.ja!/components/nsPrompter.js:74:16
	ComposeCanClose 
chrome://messenger/content/messengercompose/MsgComposeCommands.js:4320:18
	DoCommandClose 
chrome://messenger/content/messengercompose/MsgComposeCommands.js:2014:7
	onclose 
chrome://messenger/content/messengercompose/messengercompose.xul:1:8


Thanks in advance!

Best regards
Christoph Zechner



On 17/09/2018 12.44, Christian Naumer (c...@brain-biotech.de) wrote:

We also have an issue with the new plugins on TB60:

In the address book contacts are synced from the server to the client
but not back. Any new contacts created or modiefied do not show up on
the server. Err in console is:

12:38:22.278 ReferenceError: getUri is not defined 1
abEditCardDialog.groupdav.overlay.js:24:9
OnLoadHandler
chrome://sogo-connector/content/addressbook/abEditCardDialog.groupdav.overlay.js:24:9
goEditCardDialog 
chrome://messenger/content/addressbook/abCommon.js:742:3
AbEditCard chrome://messenger/content/addressbook/abCommon.js:497:5
AbResultsPaneDoubleClick
chrome://messenger/content/addressbook/addressbook.js:532:3
AbResultsPaneOnClick
chrome://messenger/content/addressbook/abResultsPane.js:298:7
onclick chrome://messenger/content/addressbook/addressbook.xul:1:1

does anyone else see this? Should I open a bug?


Regards

Christian



--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird Plugin

2018-09-17 Thread Christian Naumer
Am 17.09.18 um 12:44 schrieb Christian Naumer (c...@brain-biotech.de):
> We also have an issue with the new plugins on TB60:
> 
> In the address book contacts are synced from the server to the client
> but not back. Any new contacts created or modiefied do not show up on
> the server. Err in console is:
> 
> 12:38:22.278 ReferenceError: getUri is not defined 1
> abEditCardDialog.groupdav.overlay.js:24:9
>   OnLoadHandler
> chrome://sogo-connector/content/addressbook/abEditCardDialog.groupdav.overlay.js:24:9
>   goEditCardDialog 
> chrome://messenger/content/addressbook/abCommon.js:742:3
>   AbEditCard chrome://messenger/content/addressbook/abCommon.js:497:5
>   AbResultsPaneDoubleClick
> chrome://messenger/content/addressbook/addressbook.js:532:3
>   AbResultsPaneOnClick
> chrome://messenger/content/addressbook/abResultsPane.js:298:7
>   onclick chrome://messenger/content/addressbook/addressbook.xul:1:1
> 
> does anyone else see this? Should I open a bug?

I also should mention this works fine on TB52 with the 31.0.6 plugins
against the same server.

Regards

Christian



> 
> 
> Regards
> 
> Christian
> 

-- 
Dr. Christian Naumer
Research Scientist
Plattform-Koordinator Bioprozesstechnik

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Juergen Eck (Vorsitzender), Frank Goebel
Aufsichtsratsvorsitzender: Dr. Ludger Mueller
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird Plugin

2018-09-17 Thread Christian Naumer
We also have an issue with the new plugins on TB60:

In the address book contacts are synced from the server to the client
but not back. Any new contacts created or modiefied do not show up on
the server. Err in console is:

12:38:22.278 ReferenceError: getUri is not defined 1
abEditCardDialog.groupdav.overlay.js:24:9
OnLoadHandler
chrome://sogo-connector/content/addressbook/abEditCardDialog.groupdav.overlay.js:24:9
goEditCardDialog 
chrome://messenger/content/addressbook/abCommon.js:742:3
AbEditCard chrome://messenger/content/addressbook/abCommon.js:497:5
AbResultsPaneDoubleClick
chrome://messenger/content/addressbook/addressbook.js:532:3
AbResultsPaneOnClick
chrome://messenger/content/addressbook/abResultsPane.js:298:7
onclick chrome://messenger/content/addressbook/addressbook.xul:1:1

does anyone else see this? Should I open a bug?


Regards

Christian

-- 
Dr. Christian Naumer
Research Scientist
Plattform-Koordinator Bioprozesstechnik

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Juergen Eck (Vorsitzender), Frank Goebel
Aufsichtsratsvorsitzender: Dr. Ludger Mueller
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Upgrade V 2 to V 4 - No child available to handle incoming request!

2018-09-17 Thread goetz.reini...@filmakademie.de
Hi,

I get a lot of „ No child available to handle incoming request!„ on my v4 
installation.

Workers in /etc/sysconfig/sogo is on 10 in sogo.conf WOWorkersCount = 10, 
WOListenQueueSize = 10.

As with our V2 installation where I did not get that message in the logs.

It’s on centos 7.5, Active Sync enabled wit samba AD as backend.

Any hints/suggestions? Thanks and regards . Götz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird Plugin

2018-09-17 Thread Patrick Ben Koetter
I still have the following issues using 
sogo-integrator-60.0.0-deb1df061d-sogo-demo.xpi on Gnome 3:


 * I cannot unsubscribe a calendar in TB 60. If I unsubcribe using the
   Web UI, TB picks up the changes after a restart
 * The focus in the calendar list is not restart safe. Once I restart
   TB the focus lands on the last calendar in the displayed list.

Regards,

p@rick



Am 31.07.18 um 03:07 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2018-07-26 8:19 AM, Christian Naumer (c...@brain-biotech.de) wrote:


Thunderbird 60 is now a Release Candidate. And there are major changes
to the Addon structure. The current plugins do not work at all. In
prevision releases at least some functionality was present this is not
the case with TB 60.
What are the plans regarding the support for TB?
We plan to start working on this soon. We aim to fully support 
Thunderbird 60.



--
[*] sys4 AG
 
https://sys4.de, +49 (89) 30 90 46 64

Schleißheimer Straße 26/MG,80333 München
 
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263

Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief
Aufsichtsratsvorsitzender: Florian Kirstein
 



smime.p7s
Description: S/MIME Cryptographic Signature