Re: [SOGo] Please HELP - Big Problem

2013-12-16 Thread Kiss Tamás
Hello!

Ok, I found a mistake!

>Do you use IMAP connections with STARTTLS?
>Set it to: imaps://your.imap.server:143/?tls=YES
>Access to IMAP doesn't work, you should activate IMAP debug.

Since 2.0.3 I use this settings to connect to the IMAP server:

imaps://your.imap.server:993/?tls=YES

Settings to the IMAP server has not changed since then, but
now only works for me this string:

imaps://your.imap.server:993

I use the IMAP debug, but does not provide for any errors
in the log file that can not connect to the IMAP server ...

>The string has '%Y-%m-%d' and the expected format
>is '%y%m%d%H%M'. There is a format mismatch.

OK, but how do I know in MySQL to set
this format to the 'date' type variable?

Thank's: Tamas!
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Please HELP - Big Problem

2013-12-11 Thread Steve Boley
Title: signaturehtmlsteve

  
  
Honestly it's probably a permissions or pathing problem that didn't
get passed in the upgrade. Make sure that the correct users and
groups own configurations and log files. Look at apache's logs and
see why it isn't running as well as check the path of the error
itself and see if it is in fact actually present.
Steve
On 12/10/2013 8:26 PM, Kiss Tamás
  wrote:


  Apache is dead the following error message:

Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /SOGo/so/info/Mail/view
Reason: Error reading from remote server

But the SOGo in ThunderBird is working very well.

Notable SOGo log entries:

ERROR(-[NGBundleManager bundleWithPath:]): could not create bundle for
path: '/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle'

WOxElemBuilder: could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder
WOCompoundElement: pool embedding is on.
WOCompoundElement: id logging is on.
SOGoRootPage successful login from '84.236.3.150' for user 'info' -
expire = -1  grace = -1

   query
has results, entering fetch-mode.
WARNING(-[NSCalendarDate(MySQL4Values)
initWithMySQL4Field:value:length:]): got no value for string
'2013-02-10' format '%y%m%d%H%M'.

[WARN] <0x0x7f669d365000[SOGoWebDAVAclManager]> entry '{DAV:}write'
already exists in DAV permissions table
[WARN] <0x0x7f669d365000[SOGoWebDAVAclManager]> entry
'{DAV:}write-properties' already exists in DAV permissions table
[WARN] <0x0x7f669d365000[SOGoWebDAVAclManager]> entry
'{DAV:}write-content' already exists in DAV permissions table

ERROR(-[MySQL4Channel primaryFetchAttributes:withZone:]):
: got no
value for column:
  attribute=added
  valueClass=NSCalendarDate
  type=DATE
WARNING: IMAP4 connection pooling is disabled!

[WARN] <0x0x7fd3c5a97260[WOWatchDogChild]> pid 11323 has been hanging
in the same request for 1 minutes
[WARN] <0x0x7fd3c5a97260[WOWatchDogChild]> pid 11323 has been hanging
in the same request for 2 minutes
[WARN] <0x0x7fd3c5a97260[WOWatchDogChild]> pid 11323 has been hanging
in the same request for 3 minutes
[ERROR] <0x0x7fd3c5c57180[WOWatchDog]> No child available to handle
incoming request!

Once again the 2.0.7 worked perfectly, I upgraded to 2.1.1a and died
in the web interface at check-in, but from SOGo in ThunderBird is
correct.



-- 
  
  
  Steve Boley
  Linux/Windows Administrator/Analyst
  Carrier Management Systems Inc.
  500 Chestnut St Suite 500
  Abilene TX 79602 USA
  Support: (325) 672-0975
  Office (325) 677-5900
  Fax: (325) 676-0529
  NAMS
  
  



Re: [SOGo] Please HELP - Big Problem

2013-12-11 Thread Szládovics Péter

2013-12-11 03:16 keltezéssel, Kiss Tamás írta:

Do you have apache and sogo on different servers?


No, they are on the same server.


Did you allow the updater to rewrite the apache configuration of sogo?
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Please HELP - Big Problem

2013-12-11 Thread Christian Mack
Hello Kiss Tamás


Am 2013-12-11 03:26, schrieb Kiss Tamás:
> Apache is dead the following error message:
> 
> Proxy Error
> The proxy server received an invalid response from an upstream server.
> The proxy server could not handle the request GET /SOGo/so/info/Mail/view
> Reason: Error reading from remote server
> 

Obviously SOGo can _not_ retrieve the IMAP list for user "info".

> But the SOGo in ThunderBird is working very well.
> 

So Thunderbird is accessing IMAP successfully.
Are your connection settings different for Thunderbird IMAP and SOGo
IMAP access?

Do you use IMAP connections with STARTTLS?
If yes, the syntax for option SOGoIMAPServer has changed.
Set it to
imaps://your.imap.server:143/?tls=YES
(Yes, it is imaps now!)


> Notable SOGo log entries:
> 
< ... >

[I have removed irrelevant log entries.]

> WOxElemBuilder: could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder
> WOCompoundElement: pool embedding is on.
> WOCompoundElement: id logging is on.
> SOGoRootPage successful login from '84.236.3.150' for user 'info' -
> expire = -1  grace = -1
> 

This means you logged in successfully.
So authentication works at least for SOGo settings, calendars and
address books.

As access to IMAP doesn't work, you should activate IMAP debugging too.


>query
> has results, entering fetch-mode.
> WARNING(-[NSCalendarDate(MySQL4Values)
> initWithMySQL4Field:value:length:]): got no value for string
> '2013-02-10' format '%y%m%d%H%M'.
> 
< ... >
> ERROR(-[MySQL4Channel primaryFetchAttributes:withZone:]):
> : got no
> value for column:
>   attribute=added
>   valueClass=NSCalendarDate
>   type=DATE

There is a format mismatch.
The string has '%Y-%m-%d' and the expected format is '%y%m%d%H%M'.
Therefore SOGo doesn't get the value for column "added".

But I don't know, if that is part of your problem.


> 
> [WARN] <0x0x7fd3c5a97260[WOWatchDogChild]> pid 11323 has been hanging
> in the same request for 1 minutes
> [WARN] <0x0x7fd3c5a97260[WOWatchDogChild]> pid 11323 has been hanging
> in the same request for 2 minutes
> [WARN] <0x0x7fd3c5a97260[WOWatchDogChild]> pid 11323 has been hanging
> in the same request for 3 minutes
> [ERROR] <0x0x7fd3c5c57180[WOWatchDog]> No child available to handle
> incoming request!
> 
> Once again the 2.0.7 worked perfectly, I upgraded to 2.1.1a and died
> in the web interface at check-in, but from SOGo in ThunderBird is
> correct.
> 


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Please HELP - Big Problem

2013-12-10 Thread Kiss Tamás
Apache is dead the following error message:

Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /SOGo/so/info/Mail/view
Reason: Error reading from remote server

But the SOGo in ThunderBird is working very well.

Notable SOGo log entries:

ERROR(-[NGBundleManager bundleWithPath:]): could not create bundle for
path: 
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle'

WOxElemBuilder: could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder
WOCompoundElement: pool embedding is on.
WOCompoundElement: id logging is on.
SOGoRootPage successful login from '84.236.3.150' for user 'info' -
expire = -1  grace = -1

   query
has results, entering fetch-mode.
WARNING(-[NSCalendarDate(MySQL4Values)
initWithMySQL4Field:value:length:]): got no value for string
'2013-02-10' format '%y%m%d%H%M'.

[WARN] <0x0x7f669d365000[SOGoWebDAVAclManager]> entry '{DAV:}write'
already exists in DAV permissions table
[WARN] <0x0x7f669d365000[SOGoWebDAVAclManager]> entry
'{DAV:}write-properties' already exists in DAV permissions table
[WARN] <0x0x7f669d365000[SOGoWebDAVAclManager]> entry
'{DAV:}write-content' already exists in DAV permissions table

ERROR(-[MySQL4Channel primaryFetchAttributes:withZone:]):
: got no
value for column:
  attribute=added
  valueClass=NSCalendarDate
  type=DATE
WARNING: IMAP4 connection pooling is disabled!

[WARN] <0x0x7fd3c5a97260[WOWatchDogChild]> pid 11323 has been hanging
in the same request for 1 minutes
[WARN] <0x0x7fd3c5a97260[WOWatchDogChild]> pid 11323 has been hanging
in the same request for 2 minutes
[WARN] <0x0x7fd3c5a97260[WOWatchDogChild]> pid 11323 has been hanging
in the same request for 3 minutes
[ERROR] <0x0x7fd3c5c57180[WOWatchDog]> No child available to handle
incoming request!

Once again the 2.0.7 worked perfectly, I upgraded to 2.1.1a and died
in the web interface at check-in, but from SOGo in ThunderBird is
correct.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Please HELP - Big Problem

2013-12-10 Thread Kiss Tamás
>Do you have apache and sogo on different servers?

No, they are on the same server.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Please HELP - Big Problem

2013-12-10 Thread Kiss Tamás
>Did you follow upgrade guidelines and are you using /etc/sogo/sogo.conf?

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


Re: [SOGo] Please HELP - Big Problem

2013-12-10 Thread Christian Rößner
Hi,

> Please help me! I update the Ubuntu 12.04 SOGo 2.0.7 to 2.1.1a,
> and the SOGo is dead. Not logging to the web interface.

> ERROR(-[NGBundleManager bundleWithPath:]): could not create
> bundle for path: '/usr/share/GNUstep/Libraries/gnustep-base/Versions
> /1.22/Resources/SSL.bundle'

Did you follow upgrade guidelines and are you using /etc/sogo/sogo.conf? My 
best guess is that you still use /home/sogo/… and did not create 
/etc/sogo/sogo.conf and upgrading in Ubuntu might just have installed the 
default example configuration file?

If so, see the documentation PDF at the end.

Kind regards

-Christian Rößner

--
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [SOGo] Please HELP - Big Problem

2013-12-10 Thread Christian Mack
Hello Kiss Tamás


Am 2013-12-10 04:50, schrieb Kiss Tamás:
> 
> Please help me! I update the Ubuntu 12.04 SOGo 2.0.7 to 2.1.1a,
> and the SOGo is dead. Not logging to the web interface.
> 
> This is the error message:
> 
> ERROR(-[NGBundleManager bundleWithPath:]): could not create
> bundle for path: '/usr/share/GNUstep/Libraries/gnustep-base/Versions
> /1.22/Resources/SSL.bundle'
> 
> How do I get the original 2.0.7 SOGo .deb and other
> dependencies from your server?
> 

Do you have apache and sogo on different servers?
If yes, you have to set option WOPort in sogo.conf, because sogo port
2 is reachable from localhost only in 2.1.1a


Kind regards,
Christian Mack


-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Please HELP - Big Problem

2013-12-10 Thread Martin Rabl

Am 10.12.2013 04:50, schrieb Kiss Tamás:

ERROR(-[NGBundleManager bundleWithPath:]): could not create
bundle for path: '/usr/share/GNUstep/Libraries/gnustep-base/Versions
/1.22/Resources/SSL.bundle'

Ignore it ... it is a Zombie ;-) with no effect (isn't it?)

--
Greetings,

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


[SOGo] Please HELP - Big Problem

2013-12-10 Thread Kiss Tamás
Hi!

Please help me! I update the Ubuntu 12.04 SOGo 2.0.7 to 2.1.1a,
and the SOGo is dead. Not logging to the web interface.

This is the error message:

ERROR(-[NGBundleManager bundleWithPath:]): could not create
bundle for path: '/usr/share/GNUstep/Libraries/gnustep-base/Versions
/1.22/Resources/SSL.bundle'

How do I get the original 2.0.7 SOGo .deb and other
dependencies from your server?

Thank's your help!

Bye: Tamas Kiss!
-- 
users@sogo.nu
https://inverse.ca/sogo/lists