> -----Ursprüngliche Nachricht----- > Von: Philip Martin [mailto:philip.mar...@wandisco.com] > Gesendet: Dienstag, 6. Januar 2015 15:02 > An: Viret Pierre, PF54 > Cc: users@subversion.apache.org > Betreff: Re: AW: Segmentation Fault with SVN Client related to serf > [...] > > It possible that something in the final request is causing the problem but > it's also > possible that something in one of the earlier requests is not handled > correctly and > that is the cause of the problem. So we really need to know the whole > sequence > of requests that get sent. I don't know how much debugging you can do with > the > Debian binary, it might be easier if you install the libserf1-dbg package. > This is the > code that appears to be crashing: > [...]
You asked for the whole sequence of request, here is the whole tracing of our proxy: I hope this helps. But as already said: the svn client does not crash always but 30% of the times we execute exactly the same ls command. 2015-01-06 15:43:24,111 DEBUG ProxyHttpHandler - >>>>>OPTIONS /svn/t_sponis_testrepo HTTP/1.1 2015-01-06 15:43:24,111 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,112 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,112 DEBUG DAVHttpsURLConnection - setRequestMethod(OPTIONS) 2015-01-06 15:43:24,112 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-06 15:43:24,112 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'OPTIONS' 2015-01-06 15:43:24,114 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-06 15:43:24,114 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-06 15:43:24,114 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-06 15:43:24,114 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-06 15:43:24,114 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-06 15:43:24,114 DEBUG ProxyHttpHandler - >>>>>Content-length: 131 2015-01-06 15:43:24,114 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subversion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-06 15:43:24,115 DEBUG ProxyHttpHandler - >>>>>Connection: keep-alive 2015-01-06 15:43:24,115 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.10 (x86_64-pc-linux-gnu) serf/1.3.7 2015-01-06 15:43:24,115 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-06 15:43:24,115 TRACE DAVHttpsURLConnection - connect() 2015-01-06 15:43:24,115 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-06 15:43:24,130 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-06 15:43:24,131 DEBUG DAVHttpsURLConnection - getOutputStream() with method == OPTIONS 2015-01-06 15:43:24,131 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-06 15:43:24,131 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-06 15:43:24,131 DEBUG DAVHttpsURLConnection - replace method value 'OPTIONS' in internal delegate with new value 'TRACE' 2015-01-06 15:43:24,132 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-06 15:43:24,132 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-06 15:43:24,132 DEBUG DAVHttpsURLConnection - replace method value 'TRACE' in internal delegate with new value 'OPTIONS' 2015-01-06 15:43:24,132 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-06 15:43:24,132 TRACE ProxyHttpHandler - Read 131 bytes from client 2015-01-06 15:43:24,133 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><D:options xmlns:D="DAV:"><D:activity-collection-set></D:activity-collection-set></D:options> 2015-01-06 15:43:24,133 DEBUG ProxyHttpHandler - Total number of bytes read from client: 131 2015-01-06 15:43:24,133 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,133 DEBUG AplatCookieHandler - Append cookie: Navajo=gIb1uQ8SXfzepKGZcXFbI+zNrwxwqAIM+CUI4LudfRTv09laT7Q6NBLoYO/gwjS9TUtIvk8ia94- 2015-01-06 15:43:24,259 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,259 DEBUG ProxyHttpHandler - <====200 OK 2015-01-06 15:43:24,260 DEBUG ProxyHttpHandler - Size of response headers: 23 2015-01-06 15:43:24,260 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 200 OK 2015-01-06 15:43:24,261 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 200 OK 2015-01-06 15:43:24,261 DEBUG ProxyHttpHandler - <====SVN-Repository-MergeInfo: yes 2015-01-06 15:43:24,262 DEBUG ProxyHttpHandler - <====SVN-Allow-Bulk-Updates: On 2015-01-06 15:43:24,262 DEBUG ProxyHttpHandler - <====SVN-Rev-Root-Stub: /svn/t_sponis_testrepo/!svn/rvr 2015-01-06 15:43:24,262 DEBUG ProxyHttpHandler - <====Content-Length: 201 2015-01-06 15:43:24,262 DEBUG ProxyHttpHandler - <====SVN-Txn-Root-Stub: /svn/t_sponis_testrepo/!svn/txr 2015-01-06 15:43:24,263 DEBUG ProxyHttpHandler - <====SVN-VTxn-Root-Stub: /svn/t_sponis_testrepo/!svn/vtxr 2015-01-06 15:43:24,263 DEBUG ProxyHttpHandler - <====SVN-Repository-UUID: 0926ec5e-c495-11e3-b81a-bb1aca739395 2015-01-06 15:43:24,263 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user,esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,itsms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsaml 2015-01-06 15:43:24,264 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-06 15:43:24,264 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-06 15:43:24,264 DEBUG ProxyHttpHandler - <====DAV: 1,2, version-control,checkout,working-resource, merge,baseline,activity,version-controlled-collection, http://subversion.tigris.org/xmlns/dav/svn/depth, http://subversion.tigris.org/xmlns/dav/svn/log-revprops, http://subversion.tigris.org/xmlns/dav/svn/atomic-revprops, http://subversion.tigris.org/xmlns/dav/svn/partial-replay, http://subversion.tigris.org/xmlns/dav/svn/inherited-props, http://subversion.tigris.org/xmlns/dav/svn/inline-props, http://subversion.tigris.org/xmlns/dav/svn/reverse-file-revs, http://subversion.tigris.org/xmlns/dav/svn/mergeinfo, http://subversion.tigris.org/xmlns/dav/svn/ephemeral-txnprops, http://subversion.tigris.org/xmlns/dav/svn/replay-rev-resource 2015-01-06 15:43:24,264 DEBUG ProxyHttpHandler - <====SVN-VTxn-Stub: /svn/t_sponis_testrepo/!svn/vtxn 2015-01-06 15:43:24,265 DEBUG ProxyHttpHandler - <====SVN-Rev-Stub: /svn/t_sponis_testrepo/!svn/rev 2015-01-06 15:43:24,265 DEBUG ProxyHttpHandler - <====MS-Author-Via: DAV 2015-01-06 15:43:24,265 DEBUG ProxyHttpHandler - <====SVN-Me-Resource: /svn/t_sponis_testrepo/!svn/me 2015-01-06 15:43:24,266 DEBUG ProxyHttpHandler - <====Date: Tue, 06 Jan 2015 14:43:25 GMT 2015-01-06 15:43:24,266 DEBUG ProxyHttpHandler - <====SVN-Txn-Stub: /svn/t_sponis_testrepo/!svn/txn 2015-01-06 15:43:24,266 DEBUG ProxyHttpHandler - <====Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,LOCK,UNLOCK,CHECKOUT 2015-01-06 15:43:24,266 DEBUG ProxyHttpHandler - <====SVN-Repository-Root: /svn/t_sponis_testrepo 2015-01-06 15:43:24,267 DEBUG ProxyHttpHandler - <====SVN-Supported-Posts: create-txn, create-txn-with-props 2015-01-06 15:43:24,267 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-06 15:43:24,267 DEBUG ProxyHttpHandler - <====SVN-Youngest-Rev: 16 2015-01-06 15:43:24,268 DEBUG ProxyHttpHandler - Set response code to 200 and length to 201 2015-01-06 15:43:24,270 TRACE ProxyHttpHandler - Read 201 bytes from server 2015-01-06 15:43:24,273 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:options-response xmlns:D="DAV:"> <D:activity-collection-set><D:href>/svn/t_sponis_testrepo/!svn/act/</D:href></D:activity-collection-set></D:options-response> 2015-01-06 15:43:24,273 DEBUG ProxyHttpHandler - Total number of bytes read from server: 201 2015-01-06 15:43:24,275 DEBUG ProxyHttpHandler - done. 2015-01-06 15:43:24,393 DEBUG ProxyHttpHandler - >>>>>OPTIONS /svn/t_sponis_testrepo HTTP/1.1 2015-01-06 15:43:24,393 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,393 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,394 DEBUG DAVHttpsURLConnection - setRequestMethod(OPTIONS) 2015-01-06 15:43:24,394 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-06 15:43:24,394 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'OPTIONS' 2015-01-06 15:43:24,394 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-06 15:43:24,394 DEBUG ProxyHttpHandler - Size of request headers: 5 2015-01-06 15:43:24,394 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-06 15:43:24,394 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-06 15:43:24,394 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-06 15:43:24,394 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subversion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-06 15:43:24,394 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.10 (x86_64-pc-linux-gnu) serf/1.3.7 2015-01-06 15:43:24,394 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-06 15:43:24,395 TRACE DAVHttpsURLConnection - connect() 2015-01-06 15:43:24,395 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-06 15:43:24,404 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-06 15:43:24,405 DEBUG DAVHttpsURLConnection - getOutputStream() with method == OPTIONS 2015-01-06 15:43:24,405 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-06 15:43:24,405 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-06 15:43:24,405 DEBUG DAVHttpsURLConnection - replace method value 'OPTIONS' in internal delegate with new value 'TRACE' 2015-01-06 15:43:24,405 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-06 15:43:24,406 TRACE DAVHttpsURLConnection - getRequestMethod() returning TRACE 2015-01-06 15:43:24,406 DEBUG DAVHttpsURLConnection - replace method value 'TRACE' in internal delegate with new value 'OPTIONS' 2015-01-06 15:43:24,406 TRACE DAVHttpsURLConnection - getRequestMethod() returning OPTIONS 2015-01-06 15:43:24,406 TRACE ProxyHttpHandler - Read 66 bytes from client 2015-01-06 15:43:24,406 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><D:options xmlns:D="DAV:" /> 2015-01-06 15:43:24,406 DEBUG ProxyHttpHandler - Total number of bytes read from client: 66 2015-01-06 15:43:24,406 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,406 DEBUG AplatCookieHandler - Append cookie: Navajo=gIb1uQ8SXfzepKGZcXFbI+zNrwxwqAIM+CUI4LudfRTv09laT7Q6NBLoYO/gwjS9TUtIvk8ia94- 2015-01-06 15:43:24,527 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,528 DEBUG ProxyHttpHandler - <====200 OK 2015-01-06 15:43:24,529 DEBUG ProxyHttpHandler - Size of response headers: 10 2015-01-06 15:43:24,529 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 200 OK 2015-01-06 15:43:24,529 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 200 OK 2015-01-06 15:43:24,529 DEBUG ProxyHttpHandler - <====DAV: 1,2, version-control,checkout,working-resource, merge,baseline,activity,version-controlled-collection, http://subversion.tigris.org/xmlns/dav/svn/depth, http://subversion.tigris.org/xmlns/dav/svn/log-revprops, http://subversion.tigris.org/xmlns/dav/svn/atomic-revprops, http://subversion.tigris.org/xmlns/dav/svn/partial-replay, http://subversion.tigris.org/xmlns/dav/svn/inherited-props, http://subversion.tigris.org/xmlns/dav/svn/inline-props, http://subversion.tigris.org/xmlns/dav/svn/reverse-file-revs, http://subversion.tigris.org/xmlns/dav/svn/mergeinfo 2015-01-06 15:43:24,530 DEBUG ProxyHttpHandler - <====MS-Author-Via: DAV 2015-01-06 15:43:24,530 DEBUG ProxyHttpHandler - <====Date: Tue, 06 Jan 2015 14:43:25 GMT 2015-01-06 15:43:24,530 DEBUG ProxyHttpHandler - <====Content-Length: 97 2015-01-06 15:43:24,531 DEBUG ProxyHttpHandler - <====Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,LOCK,UNLOCK,CHECKOUT 2015-01-06 15:43:24,531 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user,esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,itsms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsaml 2015-01-06 15:43:24,531 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-06 15:43:24,531 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-06 15:43:24,532 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-06 15:43:24,532 DEBUG ProxyHttpHandler - Set response code to 200 and length to 97 2015-01-06 15:43:24,534 TRACE ProxyHttpHandler - Read 97 bytes from server 2015-01-06 15:43:24,534 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:options-response xmlns:D="DAV:"> </D:options-response> 2015-01-06 15:43:24,535 DEBUG ProxyHttpHandler - Total number of bytes read from server: 97 2015-01-06 15:43:24,535 DEBUG ProxyHttpHandler - done. 2015-01-06 15:43:24,660 DEBUG ProxyHttpHandler - >>>>>PROPFIND /svn/t_sponis_testrepo HTTP/1.1 2015-01-06 15:43:24,661 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,661 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,661 DEBUG DAVHttpsURLConnection - setRequestMethod(PROPFIND) 2015-01-06 15:43:24,661 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-06 15:43:24,661 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'PROPFIND' 2015-01-06 15:43:24,661 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:24,661 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-06 15:43:24,661 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-06 15:43:24,661 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-06 15:43:24,661 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-06 15:43:24,661 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-06 15:43:24,661 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subversion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-06 15:43:24,661 DEBUG ProxyHttpHandler - >>>>>Depth: 0 2015-01-06 15:43:24,661 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.10 (x86_64-pc-linux-gnu) serf/1.3.7 2015-01-06 15:43:24,661 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-06 15:43:24,662 TRACE DAVHttpsURLConnection - connect() 2015-01-06 15:43:24,662 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-06 15:43:24,672 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:24,672 DEBUG DAVHttpsURLConnection - getOutputStream() with method == PROPFIND 2015-01-06 15:43:24,672 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:24,672 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:24,672 DEBUG DAVHttpsURLConnection - replace method value 'PROPFIND' in internal delegate with new value 'PUT' 2015-01-06 15:43:24,672 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-06 15:43:24,673 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-06 15:43:24,673 DEBUG DAVHttpsURLConnection - replace method value 'PUT' in internal delegate with new value 'PROPFIND' 2015-01-06 15:43:24,673 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:24,673 TRACE ProxyHttpHandler - Read 300 bytes from client 2015-01-06 15:43:24,673 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop><version-controlled-configuration xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind> 2015-01-06 15:43:24,673 DEBUG ProxyHttpHandler - Total number of bytes read from client: 300 2015-01-06 15:43:24,673 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,674 DEBUG AplatCookieHandler - Append cookie: Navajo=gIb1uQ8SXfzepKGZcXFbI+zNrwxwqAIM+CUI4LudfRTv09laT7Q6NBLoYO/gwjS9TUtIvk8ia94- 2015-01-06 15:43:24,807 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo 2015-01-06 15:43:24,808 DEBUG ProxyHttpHandler - <====207 Multi-Status 2015-01-06 15:43:24,808 DEBUG ProxyHttpHandler - Size of response headers: 7 2015-01-06 15:43:24,809 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 207 Multi-Status 2015-01-06 15:43:24,809 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 207 Multi-Status 2015-01-06 15:43:24,809 DEBUG ProxyHttpHandler - <====Date: Tue, 06 Jan 2015 14:43:26 GMT 2015-01-06 15:43:24,809 DEBUG ProxyHttpHandler - <====Content-Length: 673 2015-01-06 15:43:24,810 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user,esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,itsms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsaml 2015-01-06 15:43:24,810 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-06 15:43:24,810 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-06 15:43:24,811 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-06 15:43:24,811 DEBUG ProxyHttpHandler - Set response code to 207 and length to 673 2015-01-06 15:43:24,813 TRACE ProxyHttpHandler - Read 673 bytes from server 2015-01-06 15:43:24,813 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:" xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:"> <D:response xmlns:lp1="DAV:" xmlns:lp2="http://subversion.tigris.org/xmlns/dav/"> <D:href>/svn/t_sponis_testrepo/</D:href> <D:propstat> <D:prop> <lp1:version-controlled-configuration><D:href>/svn/t_sponis_testrepo/!svn/vcc/default</D:href></lp1:version-controlled-configuration> <lp1:resourcetype><D:collection/></lp1:resourcetype> <lp2:baseline-relative-path/> <lp2:repository-uuid>0926ec5e-c495-11e3-b81a-bb1aca739395</lp2:repository-uuid> </D:prop> <D:status>HTTP/1.1 200 OK</D:status> </D:propstat> </D:response> </D:multistatus> 2015-01-06 15:43:24,815 DEBUG ProxyHttpHandler - Total number of bytes read from server: 673 2015-01-06 15:43:24,816 DEBUG ProxyHttpHandler - done. 2015-01-06 15:43:24,951 DEBUG ProxyHttpHandler - >>>>>PROPFIND /svn/t_sponis_testrepo/!svn/vcc/default HTTP/1.1 2015-01-06 15:43:24,951 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/vcc/default 2015-01-06 15:43:24,952 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/vcc/default 2015-01-06 15:43:24,952 DEBUG DAVHttpsURLConnection - setRequestMethod(PROPFIND) 2015-01-06 15:43:24,952 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-06 15:43:24,952 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'PROPFIND' 2015-01-06 15:43:24,953 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:24,953 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-06 15:43:24,953 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-06 15:43:24,953 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-06 15:43:24,954 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-06 15:43:24,954 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-06 15:43:24,954 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subversion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-06 15:43:24,954 DEBUG ProxyHttpHandler - >>>>>Depth: 0 2015-01-06 15:43:24,954 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.10 (x86_64-pc-linux-gnu) serf/1.3.7 2015-01-06 15:43:24,955 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-06 15:43:24,955 TRACE DAVHttpsURLConnection - connect() 2015-01-06 15:43:24,955 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-06 15:43:24,969 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:24,970 DEBUG DAVHttpsURLConnection - getOutputStream() with method == PROPFIND 2015-01-06 15:43:24,970 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:24,970 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:24,974 DEBUG DAVHttpsURLConnection - replace method value 'PROPFIND' in internal delegate with new value 'PUT' 2015-01-06 15:43:24,975 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-06 15:43:24,975 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-06 15:43:24,975 DEBUG DAVHttpsURLConnection - replace method value 'PUT' in internal delegate with new value 'PROPFIND' 2015-01-06 15:43:24,975 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:24,976 TRACE ProxyHttpHandler - Read 111 bytes from client 2015-01-06 15:43:24,976 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop><checked-in xmlns="DAV:"/></prop></propfind> 2015-01-06 15:43:24,976 DEBUG ProxyHttpHandler - Total number of bytes read from client: 111 2015-01-06 15:43:24,976 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/vcc/default 2015-01-06 15:43:24,977 DEBUG AplatCookieHandler - Append cookie: Navajo=gIb1uQ8SXfzepKGZcXFbI+zNrwxwqAIM+CUI4LudfRTv09laT7Q6NBLoYO/gwjS9TUtIvk8ia94- 2015-01-06 15:43:25,096 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/vcc/default 2015-01-06 15:43:25,097 DEBUG ProxyHttpHandler - <====207 Multi-Status 2015-01-06 15:43:25,097 DEBUG ProxyHttpHandler - Size of response headers: 7 2015-01-06 15:43:25,097 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 207 Multi-Status 2015-01-06 15:43:25,097 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 207 Multi-Status 2015-01-06 15:43:25,097 DEBUG ProxyHttpHandler - <====Date: Tue, 06 Jan 2015 14:43:26 GMT 2015-01-06 15:43:25,097 DEBUG ProxyHttpHandler - <====Content-Length: 425 2015-01-06 15:43:25,097 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user,esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,itsms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsaml 2015-01-06 15:43:25,097 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-06 15:43:25,097 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-06 15:43:25,098 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-06 15:43:25,098 DEBUG ProxyHttpHandler - Set response code to 207 and length to 425 2015-01-06 15:43:25,098 TRACE ProxyHttpHandler - Read 425 bytes from server 2015-01-06 15:43:25,098 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:"> <D:response xmlns:lp1="DAV:" xmlns:lp2="http://subversion.tigris.org/xmlns/dav/"> <D:href>/svn/t_sponis_testrepo/!svn/vcc/default</D:href> <D:propstat> <D:prop> <lp1:checked-in><D:href>/svn/t_sponis_testrepo/!svn/bln/16</D:href></lp1:checked-in> </D:prop> <D:status>HTTP/1.1 200 OK</D:status> </D:propstat> </D:response> </D:multistatus> 2015-01-06 15:43:25,099 DEBUG ProxyHttpHandler - Total number of bytes read from server: 425 2015-01-06 15:43:25,099 DEBUG ProxyHttpHandler - done. 2015-01-06 15:43:25,211 DEBUG ProxyHttpHandler - >>>>>PROPFIND /svn/t_sponis_testrepo/!svn/bln/16 HTTP/1.1 2015-01-06 15:43:25,211 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/bln/16 2015-01-06 15:43:25,212 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/bln/16 2015-01-06 15:43:25,212 DEBUG DAVHttpsURLConnection - setRequestMethod(PROPFIND) 2015-01-06 15:43:25,212 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-06 15:43:25,212 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'PROPFIND' 2015-01-06 15:43:25,213 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:25,213 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-06 15:43:25,213 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-06 15:43:25,213 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-06 15:43:25,213 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-06 15:43:25,213 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-06 15:43:25,213 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subversion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-06 15:43:25,214 DEBUG ProxyHttpHandler - >>>>>Depth: 0 2015-01-06 15:43:25,214 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.10 (x86_64-pc-linux-gnu) serf/1.3.7 2015-01-06 15:43:25,214 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-06 15:43:25,214 TRACE DAVHttpsURLConnection - connect() 2015-01-06 15:43:25,214 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-06 15:43:25,229 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:25,229 DEBUG DAVHttpsURLConnection - getOutputStream() with method == PROPFIND 2015-01-06 15:43:25,229 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:25,230 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:25,230 DEBUG DAVHttpsURLConnection - replace method value 'PROPFIND' in internal delegate with new value 'PUT' 2015-01-06 15:43:25,230 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-06 15:43:25,230 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-06 15:43:25,230 DEBUG DAVHttpsURLConnection - replace method value 'PUT' in internal delegate with new value 'PROPFIND' 2015-01-06 15:43:25,231 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:25,231 TRACE ProxyHttpHandler - Read 148 bytes from client 2015-01-06 15:43:25,231 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name xmlns="DAV:"/></prop></propfind> 2015-01-06 15:43:25,231 DEBUG ProxyHttpHandler - Total number of bytes read from client: 148 2015-01-06 15:43:25,231 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/bln/16 2015-01-06 15:43:25,232 DEBUG AplatCookieHandler - Append cookie: Navajo=gIb1uQ8SXfzepKGZcXFbI+zNrwxwqAIM+CUI4LudfRTv09laT7Q6NBLoYO/gwjS9TUtIvk8ia94- 2015-01-06 15:43:25,357 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/bln/16 2015-01-06 15:43:25,358 DEBUG ProxyHttpHandler - <====207 Multi-Status 2015-01-06 15:43:25,358 DEBUG ProxyHttpHandler - Size of response headers: 7 2015-01-06 15:43:25,358 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 207 Multi-Status 2015-01-06 15:43:25,359 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 207 Multi-Status 2015-01-06 15:43:25,359 DEBUG ProxyHttpHandler - <====Date: Tue, 06 Jan 2015 14:43:26 GMT 2015-01-06 15:43:25,359 DEBUG ProxyHttpHandler - <====Content-Length: 478 2015-01-06 15:43:25,359 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user,esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,itsms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsaml 2015-01-06 15:43:25,359 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-06 15:43:25,359 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-06 15:43:25,360 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-06 15:43:25,360 DEBUG ProxyHttpHandler - Set response code to 207 and length to 478 2015-01-06 15:43:25,361 TRACE ProxyHttpHandler - Read 478 bytes from server 2015-01-06 15:43:25,362 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:"> <D:response xmlns:lp1="DAV:" xmlns:lp2="http://subversion.tigris.org/xmlns/dav/"> <D:href>/svn/t_sponis_testrepo/!svn/bln/16</D:href> <D:propstat> <D:prop> <lp1:baseline-collection><D:href>/svn/t_sponis_testrepo/!svn/bc/16/</D:href></lp1:baseline-collection> <lp1:version-name>16</lp1:version-name> </D:prop> <D:status>HTTP/1.1 200 OK</D:status> </D:propstat> </D:response> </D:multistatus> 2015-01-06 15:43:25,362 DEBUG ProxyHttpHandler - Total number of bytes read from server: 478 2015-01-06 15:43:25,363 DEBUG ProxyHttpHandler - done. 2015-01-06 15:43:25,506 DEBUG ProxyHttpHandler - >>>>>PROPFIND /svn/t_sponis_testrepo/!svn/bc/16 HTTP/1.1 2015-01-06 15:43:25,506 DEBUG ProxyHttpHandler - Opening connection to URL: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/bc/16 2015-01-06 15:43:25,506 TRACE DAVHttpsURLConnection - Creating for https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/bc/16 2015-01-06 15:43:25,506 DEBUG DAVHttpsURLConnection - setRequestMethod(PROPFIND) 2015-01-06 15:43:25,506 TRACE DAVHttpsURLConnection - getRequestMethod() returning GET 2015-01-06 15:43:25,506 DEBUG DAVHttpsURLConnection - replace method value 'GET' in internal delegate with new value 'PROPFIND' 2015-01-06 15:43:25,506 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:25,506 DEBUG ProxyHttpHandler - Size of request headers: 7 2015-01-06 15:43:25,506 DEBUG ProxyHttpHandler - >>>>>Transfer-encoding: chunked 2015-01-06 15:43:25,506 DEBUG ProxyHttpHandler - >>>>>Content-type: text/xml 2015-01-06 15:43:25,506 DEBUG ProxyHttpHandler - >>>>>Host: 127.0.0.1:7771 2015-01-06 15:43:25,506 DEBUG ProxyHttpHandler - >>>>>Accept-encoding: gzip 2015-01-06 15:43:25,506 DEBUG ProxyHttpHandler - >>>>>Dav: http://subversion.tigris.org/xmlns/dav/svn/depth,http://subversion.tigris.org/xmlns/dav/svn/mergeinfo,http://subversion.tigris.org/xmlns/dav/svn/log-revprops 2015-01-06 15:43:25,506 DEBUG ProxyHttpHandler - >>>>>Depth: 0 2015-01-06 15:43:25,507 DEBUG ProxyHttpHandler - >>>>>User-agent: SVN/1.8.10 (x86_64-pc-linux-gnu) serf/1.3.7 2015-01-06 15:43:25,507 DEBUG ProxyHttpHandler - Connecting to server... 2015-01-06 15:43:25,507 TRACE DAVHttpsURLConnection - connect() 2015-01-06 15:43:25,507 DEBUG SslSocketFactory - Creating an unconnected SSLSocket() 2015-01-06 15:43:25,515 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:25,516 DEBUG DAVHttpsURLConnection - getOutputStream() with method == PROPFIND 2015-01-06 15:43:25,516 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:25,516 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:25,516 DEBUG DAVHttpsURLConnection - replace method value 'PROPFIND' in internal delegate with new value 'PUT' 2015-01-06 15:43:25,516 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-06 15:43:25,516 TRACE DAVHttpsURLConnection - getRequestMethod() returning PUT 2015-01-06 15:43:25,516 DEBUG DAVHttpsURLConnection - replace method value 'PUT' in internal delegate with new value 'PROPFIND' 2015-01-06 15:43:25,516 TRACE DAVHttpsURLConnection - getRequestMethod() returning PROPFIND 2015-01-06 15:43:25,516 TRACE ProxyHttpHandler - Read 301 bytes from client 2015-01-06 15:43:25,516 TRACE ProxyHttpHandler - >>>>><?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop><resourcetype xmlns="DAV:"/><getcontentlength xmlns="DAV:"/><deadprop-count xmlns="http://subversion.tigris.org/xmlns/dav/"/><version-name xmlns="DAV:"/><creationdate xmlns="DAV:"/><creator-displayname xmlns="DAV:"/></prop></propfind> 2015-01-06 15:43:25,516 DEBUG ProxyHttpHandler - Total number of bytes read from client: 301 2015-01-06 15:43:25,516 DEBUG AplatCookieHandler - Retrieve all cookies for URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/bc/16 2015-01-06 15:43:25,516 DEBUG AplatCookieHandler - Append cookie: Navajo=gIb1uQ8SXfzepKGZcXFbI+zNrwxwqAIM+CUI4LudfRTv09laT7Q6NBLoYO/gwjS9TUtIvk8ia94- 2015-01-06 15:43:25,638 DEBUG AplatCookieHandler - save cookies from URI: https://tpfesa101.pnet.ch:443/svn/t_sponis_testrepo/!svn/bc/16 2015-01-06 15:43:25,638 DEBUG ProxyHttpHandler - <====207 Multi-Status 2015-01-06 15:43:25,639 DEBUG ProxyHttpHandler - Size of response headers: 7 2015-01-06 15:43:25,639 DEBUG ProxyHttpHandler - <====null: HTTP/1.1 207 Multi-Status 2015-01-06 15:43:25,639 DEBUG ProxyHttpHandler - Do not send null key back to client null: HTTP/1.1 207 Multi-Status 2015-01-06 15:43:25,639 DEBUG ProxyHttpHandler - <====Date: Tue, 06 Jan 2015 14:43:27 GMT 2015-01-06 15:43:25,639 DEBUG ProxyHttpHandler - <====Content-Length: 775 2015-01-06 15:43:25,639 DEBUG ProxyHttpHandler - <====ch.nevis.session.secroles: auth.strong,idma_Benutzer,infplat_user,esclienttest_roleBC,esclienttest_roleA,esclienttest_roleB,depo_Admin,itam_Leser,itam_Administrator,itsms_asset_viewer,itsms_svc_req_usr,testsaml_admin,global.allow,acc.idma,acc.infplat,acc.esclienttest,acc.depo,acc.itam,acc.itsms,acc.testsaml 2015-01-06 15:43:25,640 DEBUG ProxyHttpHandler - <====Connection: close 2015-01-06 15:43:25,640 DEBUG ProxyHttpHandler - <====Content-Type: text/xml; charset="utf-8" 2015-01-06 15:43:25,640 DEBUG ProxyHttpHandler - <====Server: Apache 2015-01-06 15:43:25,640 DEBUG ProxyHttpHandler - Set response code to 207 and length to 775 2015-01-06 15:43:25,644 TRACE ProxyHttpHandler - Read 775 bytes from server 2015-01-06 15:43:25,644 TRACE ProxyHttpHandler - <====<?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:" xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:"> <D:response xmlns:lp1="DAV:" xmlns:lp2="http://subversion.tigris.org/xmlns/dav/" xmlns:g0="DAV:"> <D:href>/svn/t_sponis_testrepo/!svn/bc/16/</D:href> <D:propstat> <D:prop> <lp1:resourcetype><D:collection/></lp1:resourcetype> <lp2:deadprop-count>0</lp2:deadprop-count> <lp1:version-name>16</lp1:version-name> <lp1:creationdate>2014-12-18T09:42:07.784066Z</lp1:creationdate> <lp1:creator-displayname>viretp</lp1:creator-displayname> </D:prop> <D:status>HTTP/1.1 200 OK</D:status> </D:propstat> <D:propstat> <D:prop> <g0:getcontentlength/> </D:prop> <D:status>HTTP/1.1 404 Not Found</D:status> </D:propstat> </D:response> </D:multistatus> 2015-01-06 15:43:25,645 DEBUG ProxyHttpHandler - Total number of bytes read from server: 775 2015-01-06 15:43:25,645 DEBUG ProxyHttpHandler - done. Remarque concernant la sécurité: Ce courriel provenant de PostFinance est signé. Vous trouverez d'autres informations à ce sujet sous: https://www.postfinance.ch/e-signature. Ne divulguez jamais vos éléments de sécurité à des tiers.
smime.p7s
Description: S/MIME Cryptographic Signature