Search found 113 matches
- Fri Aug 29, 2014 3:22 pm
- Forum: Administrators
- Topic: Zimbra 8.5.0 and centos 7 not working after reboot
- Replies: 30
- Views: 5303
Zimbra 8.5.0 and centos 7 not working after reboot
A fix for this is now available in two formats. Both formats are available on our download site. Download Zimbra Collaboration and Community Software- A patch for servers which already have the earlier 8.5.0 GA build 3040 installed. [URL=download link[/URL]- A new 8.5.0 GA build 3042 which contains ...
- Thu Aug 28, 2014 1:11 pm
- Forum: Administrators
- Topic: Zimbra 8.5.0 and centos 7 not working after reboot
- Replies: 30
- Views: 5303
Zimbra 8.5.0 and centos 7 not working after reboot
Another question. Those of you seeing this, do you happen to use the admin console between reboots? Even more specifically do you happen to visit configure->servers->server name->services and make any changes? We have a hunch but want to see if that matches what everyone sees here.To put it another ...
- Thu Aug 28, 2014 12:56 pm
- Forum: Administrators
- Topic: Zimbra 8.5.0 and centos 7 not working after reboot
- Replies: 30
- Views: 5303
Zimbra 8.5.0 and centos 7 not working after reboot
I've filed https://bugzilla.zimbra.com/show_bug.cgi?id=95265 to track this issue. It seems that many of you are seeing on different OSes; at least Centos 7 and Ubuntu 14 from what I can see and probably others. So far we have not been able to observe this problem on the lab, but are trying reboo...
- Thu Aug 28, 2014 12:37 pm
- Forum: Administrators
- Topic: zimbra gui failed to show up after server restart
- Replies: 7
- Views: 1692
zimbra gui failed to show up after server restart
This sounds like the problem discussed in another thread here:We">http://www.zimbra.com/forums/installation/75243-zimbra-8-5-0-centos-7-not-working-after-reboot-2.htmlWe are investigating. There is a workaround discussed in that thread which reenables the services after restart; but that is jus...
- Wed Aug 27, 2014 6:19 pm
- Forum: Administrators
- Topic: Zimbra 8.5.0 and centos 7 not working after reboot
- Replies: 30
- Views: 5303
Zimbra 8.5.0 and centos 7 not working after reboot
OK, that explains things on one level since there are missing values; but does not explain how they could have possibly been removed between the time the system was working and when you rebooted and found it not working. An 8.5.0 GA system would never have worked if the initial install did not set t...
- Wed Aug 27, 2014 5:03 pm
- Forum: Administrators
- Topic: Zimbra 8.5.0 and centos 7 not working after reboot
- Replies: 30
- Views: 5303
Zimbra 8.5.0 and centos 7 not working after reboot
[quote user="ckruijntjens"]- Can you provide the output of $zmprov gs zimbraServiceEnabled Answer: ERROR: service.PROXY_ERROR (error while proxying request to target server: HTTP/1.1 404 Not Found) [/QUOTE]Oops I should have mentioned to use the -l switch since /service is not enabled$zmpr...
- Wed Aug 27, 2014 12:04 pm
- Forum: Administrators
- Topic: Zimbra 8.5.0 and centos 7 not working after reboot
- Replies: 30
- Views: 5303
Zimbra 8.5.0 and centos 7 not working after reboot
It looks like the other webapps such as /service, /zimbra, and /zimbraAdmin did not get installed correctly on this system, or were somehow removed/put into an invalid state after the reboot.A couple questions.- Can you provide the output of $zmprov gs zimbraServiceEnabled- Do you see /opt/zimbra/je...
- Thu Nov 14, 2013 1:27 pm
- Forum: Developers
- Topic: How to send emails with Zimbra Java API?
- Replies: 8
- Views: 3139
- Tue Oct 15, 2013 4:23 pm
- Forum: Developers
- Topic: [SOLVED] AuthRequest through NGINX proxy not creating/returning session on most calls
- Replies: 11
- Views: 2668
[SOLVED] AuthRequest through NGINX proxy not creating/returning session on most calls
Yes, it works for both cases. Basically, the mail server will take auth token from cookie or SOAP header; only one is required however if both are specified they must match. The nginx proxy will take it only from cookie since it never inspects the body of the HTTP request.
- Tue Oct 15, 2013 4:02 pm
- Forum: Developers
- Topic: [SOLVED] AuthRequest through NGINX proxy not creating/returning session on most calls
- Replies: 11
- Views: 2668
[SOLVED] AuthRequest through NGINX proxy not creating/returning session on most calls
Ahh right; I forgot to mention you need to include the authToken as a cookie so nginx knows which server to route the subsequent NoOpRequest to.
For example curl https://proxy.example.com/service/soap --cookie "ZM_AUTH_TOKEN=..." --data @noop.txt
For example curl https://proxy.example.com/service/soap --cookie "ZM_AUTH_TOKEN=..." --data @noop.txt