Skip to content

Instantly share code, notes, and snippets.

@allomov
Created January 24, 2017 18:41
Show Gist options
  • Save allomov/d385273ebbc129df7f1a365d2ef9b08d to your computer and use it in GitHub Desktop.
Save allomov/d385273ebbc129df7f1a365d2ef9b08d to your computer and use it in GitHub Desktop.
********************
[director.Factory] 2017/01/24 00:06:14 DEBUG - Using custom root CAs
[httpClient] 2017/01/24 00:06:14 DEBUG - Sending GET request to endpoint 'https://x.x.x.x:25555/info'
[director.clientRequest] 2017/01/24 00:06:14 DEBUG - Dumping Director client request:
GET /info HTTP/1.1
Host: x.x.x.x:25555
[director.clientRequest] 2017/01/24 00:06:14 DEBUG - Dumping Director client response:
HTTP/1.1 200 OK
Connection: close
Content-Length: 403
Content-Type: application/json
Date: Tue, 24 Jan 2017 00:06:14 GMT
Server: nginx
X-Content-Type-Options: nosniff
{"name":"wdc1","uuid":"8693aac4-6d50-4013-acb5-5f60bfdabdbf","version":"1.3262.3.0 (00000000)","user":null,"cpi":"cpi","user_authentication":{"type":"uaa","options":{"url":"https://x.x.x.x:8443","urls":["https://x.x.x.x:8443"]}},"features":{"dns":{"status":false,"extras":{"domain_name":null}},"compiled_package_cache":{"status":false,"extras":{"provider":null}},"snapshots":{"status":false}}}
[uaa.Factory] 2017/01/24 00:06:14 DEBUG - Using custom root CAs
[director.Factory] 2017/01/24 00:06:14 DEBUG - Using custom root CAs
[incident.Incident] 2017/01/24 01:08:59 DEBUG - Executing incident '84b95ac4-26dd-4a28-5ed6-b4b71631db79'
[incident.reporter.Logger] 2017/01/24 01:08:59 DEBUG - started incident='%!!(MISSING)s(func() string=0x4aa920)' types='Kill'
[incident.Incident] 2017/01/24 01:08:59 DEBUG - Waiting for incident '84b95ac4-26dd-4a28-5ed6-b4b71631db79' events completion
[httpClient] 2017/01/24 01:08:59 DEBUG - Sending GET request to endpoint 'https://x.x.x.x:25555/deployments'
[director.clientRequest] 2017/01/24 01:08:59 DEBUG - Dumping Director client request:
GET /deployments HTTP/1.1
Host: x.x.x.x:25555
Authorization: [removed]
[director.clientRequest] 2017/01/24 01:08:59 DEBUG - Dumping Director client response:
HTTP/1.1 401 Unauthorized
Connection: close
Content-Length: 31
Content-Type: text/html;charset=utf-8
Date: Tue, 24 Jan 2017 01:08:59 GMT
Server: nginx
Www-Authenticate: Basic realm="BOSH Director"
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block
Not authorized: '/deployments'
[incident.Incident] 2017/01/24 01:08:59 DEBUG - Incident '84b95ac4-26dd-4a28-5ed6-b4b71631db79' events completed
[incident.reporter.Logger] 2017/01/24 01:08:59 DEBUG - completed incident='%!s(func() string=0x4aa920)' types='Kill' error='Finding deployments: Director responded with non-successful status code '401' response 'Not authorized: '/deployments'
''
[incident.Incident] 2017/01/24 01:08:59 DEBUG - Incident '84b95ac4-26dd-4a28-5ed6-b4b71631db79' completed
[Worker] 2017/01/24 01:08:59 ERROR - Failed to execute incident: Finding deployments: Director responded with non-successful status code '401' response 'Not authorized: '/deployments'
'
2017/01/24 01:09:18 http: TLS handshake error from 10.113.228.246:60813: tls: first record does not look like a TLS handshake
2017/01/24 01:09:23 http: TLS handshake error from 10.113.228.246:60812: tls: first record does not look like a TLS handshake
2017/01/24 01:09:53 http: TLS handshake error from 10.113.228.246:60816: tls: first record does not look like a TLS handshake
2017/01/24 01:10:04 http: TLS handshake error from 10.113.228.246:60815: EOF
2017/01/24 01:10:23 http: TLS handshake error from 10.113.228.246:60817: tls: first record does not look like a TLS handshake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment