Re: [SOGo] Problem after updating libxml

2023-04-16 Thread Odhiambo Washington
On Sun, Apr 16, 2023 at 4:57 AM HYVERNAT Philippe  wrote:

> Hello,
>
> Thanks for your answer i reinstall Gnustep and everything is ok !
>
You're welcome.

Maybe you need to run `portupgrade -a` on that host?


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
[How to ask smart questions:
http://www.catb.org/~esr/faqs/smart-questions.html]


Re: [SOGo] Problem after updating libxml

2023-04-15 Thread HYVERNAT Philippe

Hello,

Thanks for your answer i reinstall Gnustep and everything is ok !


Le 15/04/2023 à 15:21, Odhiambo Washington (odhia...@gmail.com) a écrit :



On Sat, Apr 15, 2023 at 1:49 AM HYVERNAT Philippe  wrote:

Hello,

After updating my FreeBSD node with sogo here is tje error while
accessing the webmail (white page, not loading at all) :


How did you update the FreeBSD node? Maybe you were told to rebuild 
all ports and you did not :-)

You updated from which version to which one?


Apr 14 23:33:39 sogod [75521]: |SOGo| starting method 'GET' on uri
'/SOGo'
Apr 14 23:33:39 sogod [75521]: <0x0x80522eca8[SOGoCache]> Cache
cleanup
interval set every 300.00 seconds
Apr 14 23:33:39 sogod [75521]: <0x0x80522eca8[SOGoCache]> Using
host(s)
'/var/run/memcached/memcahed.pid' as server(s)
2023-04-14 23:33:39.425 sogod[75521:100321] -[SaxXMLReaderFactory
createXMLReaderWithName:]: could not load SaxDriver bundle  !
2023-04-14 23:33:39.425 sogod[75521:100321] -[DOMBuilderFactory
createDOMBuilderForMimeType:]:88: could not create DOM builder for
MIME
type 'text/xml' because no SAX proper reader could be constructed.
2023-04-14 23:33:39.425 sogod[75521:100321] WOxTemplateBuilder.m:128
Assertion failed in WOxTemplateBuilder(instance), method
buildTemplateAtURL:.  missing XML parser ..
2023-04-14 23:33:39.430 sogod[75521:100321] EXCEPTION:  NAME:NSInternalInconsistencyException
REASON:WOxTemplateBuilder.m:128  Assertion failed in
WOxTemplateBuilder(instance), method buildTemplateAtURL:. missing XML
parser .. INFO:(null)
Apr 14 23:33:39 sogod [75521]: |SOGo| request took 0.024140
seconds to
execute
Apr 14 23:33:39 sogod [75521]: 172.17.2.1 "GET /SOGo HTTP/1.1" 501
0/0
0.032 - - -


i reinstall sogo and libxml but nothing.

Some helps please ?

Thanks by advance


SOGO 5.8

libxml2.10.3_2

Thanks by advance

HYVERNAT Philippe


Try this:

cd /usr/ports/www/sogo && make deinstall
cd /usr/ports/devel/sope && make deinstall
cd  /usr/ports/www/sogo && make install clean
delete all files in /var/log/sogo # That is where I store my sogod logs
service sogod start
Look at sogo.log now and tell us what it says.

I am running 5.8 on FreeBSD 13.2 (yes, I upgraded just the other day 
from 13.1)




--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
[How to ask smart questions: 
http://www.catb.org/~esr/faqs/smart-questions.html]

Re: [SOGo] Problem after updating libxml

2023-04-15 Thread Odhiambo Washington
On Sat, Apr 15, 2023 at 1:49 AM HYVERNAT Philippe  wrote:

> Hello,
>
> After updating my FreeBSD node with sogo here is tje error while
> accessing the webmail (white page, not loading at all) :
>

How did you update the FreeBSD node? Maybe you were told to rebuild all
ports and you did not :-)
You updated from which version to which one?


>
> Apr 14 23:33:39 sogod [75521]: |SOGo| starting method 'GET' on uri '/SOGo'
> Apr 14 23:33:39 sogod [75521]: <0x0x80522eca8[SOGoCache]> Cache cleanup
> interval set every 300.00 seconds
> Apr 14 23:33:39 sogod [75521]: <0x0x80522eca8[SOGoCache]> Using host(s)
> '/var/run/memcached/memcahed.pid' as server(s)
> 2023-04-14 23:33:39.425 sogod[75521:100321] -[SaxXMLReaderFactory
> createXMLReaderWithName:]: could not load SaxDriver bundle  0x80522f388 fullPath:
> /usr/local/GNUstep/Local/Library/SaxDrivers-4.9/libxmlSAXDriver.sax
> infoDictionary: 0x80522f478 loaded=no> !
> 2023-04-14 23:33:39.425 sogod[75521:100321] -[DOMBuilderFactory
> createDOMBuilderForMimeType:]:88: could not create DOM builder for MIME
> type 'text/xml' because no SAX proper reader could be constructed.
> 2023-04-14 23:33:39.425 sogod[75521:100321] WOxTemplateBuilder.m:128
> Assertion failed in WOxTemplateBuilder(instance), method
> buildTemplateAtURL:.  missing XML parser ..
> 2023-04-14 23:33:39.430 sogod[75521:100321] EXCEPTION:  0x806227c98> NAME:NSInternalInconsistencyException
> REASON:WOxTemplateBuilder.m:128  Assertion failed in
> WOxTemplateBuilder(instance), method buildTemplateAtURL:.  missing XML
> parser .. INFO:(null)
> Apr 14 23:33:39 sogod [75521]: |SOGo| request took 0.024140 seconds to
> execute
> Apr 14 23:33:39 sogod [75521]: 172.17.2.1 "GET /SOGo HTTP/1.1" 501 0/0
> 0.032 - - -
>
>
> i reinstall sogo and libxml but nothing.
>
> Some helps please ?
>
> Thanks by advance
>
>
> SOGO 5.8
>
> libxml2.10.3_2
>
> Thanks by advance
>
> HYVERNAT Philippe
>

Try this:

cd /usr/ports/www/sogo && make deinstall
cd /usr/ports/devel/sope && make deinstall
cd  /usr/ports/www/sogo && make install clean
delete all files in /var/log/sogo # That is where I store my sogod logs
service sogod start
Look at sogo.log now and tell us what it says.

I am running 5.8 on FreeBSD 13.2 (yes, I upgraded just the other day from
13.1)



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
[How to ask smart questions:
http://www.catb.org/~esr/faqs/smart-questions.html]


[SOGo] Problem after updating libxml

2023-04-14 Thread HYVERNAT Philippe

Hello,

After updating my FreeBSD node with sogo here is tje error while 
accessing the webmail (white page, not loading at all) :


Apr 14 23:33:39 sogod [75521]: |SOGo| starting method 'GET' on uri '/SOGo'
Apr 14 23:33:39 sogod [75521]: <0x0x80522eca8[SOGoCache]> Cache cleanup 
interval set every 300.00 seconds
Apr 14 23:33:39 sogod [75521]: <0x0x80522eca8[SOGoCache]> Using host(s) 
'/var/run/memcached/memcahed.pid' as server(s)
2023-04-14 23:33:39.425 sogod[75521:100321] -[SaxXMLReaderFactory 
createXMLReaderWithName:]: could not load SaxDriver bundle 0x80522f388 fullPath: 
/usr/local/GNUstep/Local/Library/SaxDrivers-4.9/libxmlSAXDriver.sax 
infoDictionary: 0x80522f478 loaded=no> !
2023-04-14 23:33:39.425 sogod[75521:100321] -[DOMBuilderFactory 
createDOMBuilderForMimeType:]:88: could not create DOM builder for MIME 
type 'text/xml' because no SAX proper reader could be constructed.
2023-04-14 23:33:39.425 sogod[75521:100321] WOxTemplateBuilder.m:128  
Assertion failed in WOxTemplateBuilder(instance), method 
buildTemplateAtURL:.  missing XML parser ..
2023-04-14 23:33:39.430 sogod[75521:100321] EXCEPTION: 0x806227c98> NAME:NSInternalInconsistencyException 
REASON:WOxTemplateBuilder.m:128  Assertion failed in 
WOxTemplateBuilder(instance), method buildTemplateAtURL:.  missing XML 
parser .. INFO:(null)
Apr 14 23:33:39 sogod [75521]: |SOGo| request took 0.024140 seconds to 
execute
Apr 14 23:33:39 sogod [75521]: 172.17.2.1 "GET /SOGo HTTP/1.1" 501 0/0 
0.032 - - -



i reinstall sogo and libxml but nothing.

Some helps please ?

Thanks by advance


SOGO 5.8

libxml2.10.3_2

Thanks by advance

HYVERNAT Philippe