Hi there, I've got rather nerving problem. I'm currently adapting a App, to sync some of it's entries with the Zimbra Calendar. Now I've tried to fetch the source of the open source part:
I first downloaded the perforce client (for MacOSX) and then tried to fetch it with following command(s):
Code:
$ export BUILD_HOME="/Users/user/Desktop/dl"
$ export P4EDITOR="/usr/bin/vi"
$ export P4PORT="codes.zimbra.com:2666"
$ export P4USER="public"
$ export P4CLIENT="public-view"
$ export P4PASSWD="public1234"
$ export P4="/Users/user/Desktop/p4"
$ cd $BUILD_HOME
$ $P4 -v 10 sync -f //depot/zcs/FRANKLIN/...
(which is /Users/user/Desktop/p4 -v 10 sync -f //depot/zcs/FRANKLIN/...)
And here is to output I've got:
Code:
VarArray extend 75
VarArray extend 75
RpcSendBuffer cmpfile =
RpcSendBuffer client = 62
VarArray extend 75
RpcSendBuffer api = 99999
NetTcpEndpoint connect on 3
NetTcpTransport 172.16.31.159:49730 connected to 66.163.172.80:2666
trans buffer size 66608
hi_mark set to 16000
RpcSendBuffer prog = p4
RpcSendBuffer version = 2007.3/DARWIN80PPC/143793
RpcSendBuffer = -f
RpcSendBuffer = //depot/zcs/FRANKLIN/...
RpcSendBuffer client = public-view
RpcSendBuffer cwd = /Users/user/Desktop/dl
RpcSendBuffer host = XXREMOVEDXX
RpcSendBuffer os = UNIX
RpcSendBuffer user = public
RpcSendBuffer func = protocol
Rpc invoking protocol
NetBuffer snd 5: ;;<00><00><00>
NetBuffer snd 59: cmpfile<00><00><00><00><00><00>client<00><02><00><00><00>62<00>api<00><05><00><00><00>99999<00>func<00><08><00><00><00>protocol<00>
RpcSendBuffer func = user-sync
Rpc invoking user-sync
NetBuffer snd 5: ??<00><00><00>
NetBuffer snd 223: prog<00><02><00><00><00>p4<00>version<00><19><00><00><00>2007.3/DARWIN80PPC/143793<00><00><02><00><00><00>-f<00><00><18><00><00><00>//depot/zcs/FRANKLIN/...<00>client<00><0b><00><00><00>public-view<00>cwd<00><16><00><00><00>/Users/user/Desktop/dl<00>host<00><18><00><00><00>XXREMOVEDXX<00>os<00><04><00><00><00>UNIX<00>user<00><06><00><00><00>public<00>func<00><09><00><00><00>user-sync<00>
>>> Dispatch(1) 0/0 0/0 0
NetBuffer flush
NetTcpTransport send 292 bytes
NetTcpTransport recv 275 bytes
NetBuffer rcv 5: HH<00><00><00>
NetBuffer rcv 72: xfiles<00><01><00><00><00>6<00>server<00><01><00><00><00>3<00>server2<00><02><00><00><00>24<00>revver<00><01><00><00><00>7<00>func<00><08><00><00><00>protocol<00>
VarArray extend 75
RpcRecvBuffer xfiles = 6
RpcRecvBuffer server = 3
RpcRecvBuffer server2 = 24
RpcRecvBuffer revver = 7
RpcRecvBuffer func = protocol
Rpc dispatch protocol
NetBuffer rcv 5: ??<00><00><00>
NetBuffer rcv 148: serverAddress<00>$<00><00><00>codes.zimbra.mail.sp1.yahoo.net:2666<00>token<00><1a><00><00><00>193.192.235.211.1216046818<00>confirm<00><06><00><00><00>crypto<00>truncate<00><00><00><00><00><00>func<00><0d><00><00><00>client-Crypto<00>
RpcRecvBuffer serverAddress = codes.zimbra.mail.sp1.yahoo.net:2666
RpcRecvBuffer token = 193.192.235.211.1216046818
RpcRecvBuffer confirm = crypto
RpcRecvBuffer truncate =
RpcRecvBuffer func = client-Crypto
Rpc dispatch client-Crypto
~VarArray 0/0
~VarArray 0/0
RpcSendBuffer token = 9605F6B6EEC100EB9C2450BBF282E3BB
RpcSendBuffer func = crypto
Rpc invoking crypto
NetBuffer snd 5: ;;<00><00><00>
NetBuffer snd 59: token<00> <00><00><00>9605F6B6EEC100EB9C2450BBF282E3BB<00>func<00><06><00><00><00>crypto<00>
NetBuffer rcv 5: ((<00><00><00>
NetBuffer rcv 40: himark<00><01><00><00><00>0<00>fseq<00><01><00><00><00>1<00>func<00><06><00><00><00>flush1<00>
RpcRecvBuffer himark = 0
RpcRecvBuffer fseq = 1
RpcRecvBuffer func = flush1
Rpc dispatch flush1
RpcSendBuffer himark = 0
RpcSendBuffer fseq = 1
RpcSendBuffer func = flush2
Rpc invoking flush2
NetBuffer snd 5: ((<00><00><00>
NetBuffer snd 40: himark<00><01><00><00><00>0<00>fseq<00><01><00><00><00>1<00>func<00><06><00><00><00>flush2<00>
NetBuffer flush
NetTcpTransport send 109 bytes
here some minutes pass, befor it does anything...
Code:
NetTcpTransport recv 375 bytes
NetBuffer rcv 5: ]\<01><00><00>
NetBuffer rcv 348: code0<00><09><00><00><00>857800705<00>fmt0<00><1c><00><00><00>%operation%: %arg%: %errmsg%<00>code1<00><09><00><00><00>824577036<00>fmt1<00><1d><00><00><00>TCP connect to %host% failed.<00>code2<00><09><00><00><00>824252525<00>fmt2<00>.<00><00><00>Remote depot '%depot%' database access failed.<00>operation<00><07><00><00><00>connect<00>arg<00><15><00><00><00>depot.zimbra.com:1666<00>errmsg<00><14><00><00><00>Connection timed out<00>host<00><15><00><00><00>depot.zimbra.com:1666<00>depot<00><05><00><00><00>depot<00>func<00><0e><00><00><00>client-Message<00>
RpcRecvBuffer code0 = 857800705
RpcRecvBuffer fmt0 = %operation%: %arg%: %errmsg%
RpcRecvBuffer code1 = 824577036
RpcRecvBuffer fmt1 = TCP connect to %host% failed.
RpcRecvBuffer code2 = 824252525
RpcRecvBuffer fmt2 = Remote depot '%depot%' database access failed.
RpcRecvBuffer operation = connect
RpcRecvBuffer arg = depot.zimbra.com:1666
RpcRecvBuffer errmsg = Connection timed out
RpcRecvBuffer host = depot.zimbra.com:1666
RpcRecvBuffer depot = depot
RpcRecvBuffer func = client-Message
Rpc dispatch client-Message
Remote depot 'depot' database access failed.
TCP connect to depot.zimbra.com:1666 failed.
connect: depot.zimbra.com:1666: Connection timed out
NetBuffer rcv 5: <11><11><00><00><00>
NetBuffer rcv 17: func<00><07><00><00><00>release<00>
RpcRecvBuffer func = release
Rpc dispatch release
~VarArray 12/75
<<< Dispatch(1) 0/0 0/0 0
RpcSendBuffer func = release2
Rpc invoking release2
NetBuffer snd 5: <12><12><00><00><00>
NetBuffer snd 18: func<00><08><00><00><00>release2<00>
NetBuffer flush
NetTcpTransport send 23 bytes
NetTcpTransport 172.16.31.159:49730 closing 66.163.172.80:2666
NetTcpTransport lastRead=0
~VarArray 2/75
~VarArray 10/75
~VarArray 2/75
~VarArray 0/0
If I remove the '-v 10' from the parameter list (obviously) only following error message appears:
Code:
Remote depot 'depot' database access failed.
TCP connect to depot.zimbra.com:1666 failed.
connect: depot.zimbra.com:1666: Connection timed out
Here also the client version:
Code:
$ /Users/user/Desktop/p4 -V
Perforce - The Fast Software Configuration Management System.
Copyright 1995-2008 Perforce Software. All rights reserved.
Rev. P4/DARWIN80PPC/2007.3/143793 (2008/01/09).
Thank you for any help and tips in advance