Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Mobility

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-01-2010, 05:52 AM
Junior Member
 
Posts: 6
Default z-push installation not working

I tried a couple of times, with different installs, but keep ending up with the same results.
I have an Ubuntu 8.04 64 bit server installation running on ESXi, with Zimbra Community edition 6.0.6.
I'm trying to install the latest z-push version (1.3) with the zimbra.php backend, tried several svn versions.

I keep ending up with stuff like this in the debug.txt file, and no syncing happening:

Code:
05/01/10 14:42:33 [1011] Start
05/01/10 14:42:33 [1011] Z-Push version: 1.3 355
05/01/10 14:42:33 [1011] Client IP: 188.188.14.68
05/01/10 14:42:33 [1011] Client supports version 2.5
05/01/10 14:42:33 [1011] START Logon { username = myusername; domain = ; password = <hidden> }
05/01/10 14:42:33 [1011] SOAP message: <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
                            <soap:Header><context xmlns="urn:zimbra"/></soap:Header>
                            <soap:Body><AuthRequest xmlns="urn:zimbraAccount">
                        <account by="name">myusername</account>
                        <password>**********</password>
                    </AuthRequest></soap:Body>
                        </soap:Envelope>
05/01/10 14:42:33 [1011] SOAP response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /service/soap was not found on this server.</p>
<hr>
<address>Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch Server at ---my server address---</address>
</body></html>

05/01/10 14:42:33 [1011] /var/www/z-push/backend/zimbra.php:151 Undefined index: soap:Envelope (8)
05/01/10 14:42:33 [1011] END Logon { connected = true }
05/01/10 14:42:33 [1011] START Setup { user = bram; devid = 515353555349485049485349515254; protocolversion = 2.5 }
05/01/10 14:42:33 [1011] SOAP message: <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
                            <soap:Header><context xmlns="urn:zimbra">
                            <authToken></authToken>
                            <sessionId id=""></sessionId>
                        </context></soap:Header>
                            <soap:Body><GetFolderRequest xmlns="urn:zimbraMail" visible="1">
                    <folder/>
                </GetFolderRequest></soap:Body>
                        </soap:Envelope>
05/01/10 14:42:33 [1011] SOAP response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /service/soap was not found on this server.</p>
<hr>
<address>Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch Server at ---my server address---</address>
</body></html>

05/01/10 14:42:33 [1011] END Setup { 0 Folders Loaded }
05/01/10 14:42:33 [1011] POST cmd FolderSync denied: Retry after sending a PROVISION command
05/01/10 14:42:33 [1011] end
05/01/10 14:42:33 [1011] --------
I have tried installing a new separate virtual machine for the z-push frontend, to avoid conflicts in apache-zimbra... and pointed to the zimbra backend server, but the same issue keeps coming up.

I tried following several 'guides' on the web, like Push email, contacts and calendar with Zimbra 6 Opensource & Z-Push – ActiveSync | slashdevslashnull.com but it all turns out the same, or even worse...

Is there anyone that has a working setup on Ubuntu server?
Please let me know what these soap errors might mean, which packages need installation or configuration, and how I can resolve this problem.

Thanks for all the advice and guidance!
Reply With Quote
  #2 (permalink)  
Old 05-01-2010, 07:41 AM
Moderator
 
Posts: 7,929
Default

It may be more prudent to ask on the z-push site for help ?
__________________
Reply With Quote
  #3 (permalink)  
Old 05-01-2010, 01:07 PM
Special Member
 
Posts: 162
Default

I have Z-push 1.3RC3 working with ZCS 6.0.6 FOSS, both on Ubuntu 8.04 LTS 32-bit using BackendZimbra v27 with LiverpoolFCFan's GAL patch.

The only thing I can think of from your log is that you may not have defined/set the ZIMBRAURL variable in z-push/config.php - are you pointing that at a valid Zimbra server?

Quote:
<h1>Not Found</h1>
<p>The requested URL /service/soap was not found on this server.</p>
<hr>
<address>Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch Server at ---my server address---</address>
Looks like it's being answered by an apache httpd daemon. If that were hitting a Zimbra server it'd be Jetty responding I think!
Reply With Quote
  #4 (permalink)  
Old 05-02-2010, 08:30 AM
Junior Member
 
Posts: 6
Default

I do have it configured, but just the IP address. When setting it as http://<zimbrahostname-or-ip> it always fails and reports something about not being able to handle the ':' ...

How did you set it?
or even better: what zimbra config block are you using in total in the config.php?

Thanks!
Reply With Quote
  #5 (permalink)  
Old 05-16-2010, 07:26 AM
imx imx is offline
Special Member
 
Posts: 131
Default

Did you read all the comments on my blog post? Start to break things down a bit...work out if the problem is with z-push, or zimbra...

####
@Bernhard Rode

Have you specified the right protocol inside z-push and apache? ie http or https?

If you try to load the alias in a web browser what do you get? Ie https://sync.domain.com/Microsoft-Server-ActiveSync? Sign in with your Zimbra user login and you should see the following if successful:

GET not supported

This is the z-push location and can only be accessed by Microsoft ActiveSync-capable devices.

If not, id say you have an alias problem….and you’ll get the error youre getting.

iMx
######
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.