Skip to content

Instantly share code, notes, and snippets.

@scuddalo
Last active April 2, 2018 04:47
Show Gist options
  • Save scuddalo/aa1cba7ac21713bc5f32633218aa257a to your computer and use it in GitHub Desktop.
Save scuddalo/aa1cba7ac21713bc5f32633218aa257a to your computer and use it in GitHub Desktop.
2018-04-01T21:46:37.472-0700 [default-akka.actor.default-dispatcher-4] INFO a.s.s.Logging - [createQuote] [json sent to the partner: {"customerNumber":"510036","effectiveDate":"1970-01-01","countryCd":"US","riskStateCd":"CA","pricingTier":"Standard","insured":{"corporateName":"Mannar and Company","priorYearRevenue":200000,"businessStartedDate":"1970-01-01","numberOfEmployees":4,"address":{"addressLine1":"1 sansome st","addressLine2":"","addressLine3":"","city":"San Francisco","county":"SFO","postalCode":"95012","stateProvCd":"CA","countryCd":"US"}},"contacts":[{"firstName":"Santoash1234","lastName":"Rajaram","middleName":"","genderCd":"female","dateOfBirth":"1970-01-01","email":"1234@email.com","phone":null,"preferredInd":true}],"riskLocations":[{"seqNo":0,"companyLocation":"San Francisco","address":{"addressLine1":"1 sansome st","addressLine2":"","addressLine3":"","city":"San Francisco","county":"SFO","postalCode":"95012","stateProvCd":"CA","countryCd":"US"}},{"seqNo":1,"companyLocation":"Alameda","address":{"addressLine1":"2 sansome st","addressLine2":"","addressLine3":"","city":"Alameda","county":"SFO","postalCode":"95012","stateProvCd":"CA","countryCd":"US"}}],"totalCyber":{"overallCoverageLimitCd":"250000","questionnaire":{"protectionSoftwareInstalledInd":true,"processesOrStoresSensitiveInformationInd":true,"numberUniqueRecordsExisted":10,"usesEncryptionToolsInd":false,"firewallInd":true,"criticalDataBackupFrequencyCd":"daily","hadIncidentsInLast3yearsInd":true,"numberUniqueRecordsStored":10,"privacySecurityPolicyInd":true,"virusAccidentsInd":false,"trainingEmployeesInd":true,"reviewPriorPostingInd":true,"everReceivedClaimsInd":true}}}]
2018-04-01T21:46:37.543-0700 [default-akka.actor.default-dispatcher-4] DEBUG i.n.b.AbstractByteBuf - -Dio.netty.buffer.bytebuf.checkAccessible: true
2018-04-01T21:46:37.543-0700 [default-akka.actor.default-dispatcher-4] DEBUG i.n.u.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@79857a9d
2018-04-01T21:46:37.785-0700 [AsyncHttpClient-2-1] DEBUG i.n.c.DefaultChannelId - -Dio.netty.processId: 32645 (auto-detected)
2018-04-01T21:46:37.788-0700 [AsyncHttpClient-2-1] DEBUG i.n.u.NetUtil - Loopback interface: lo0 (lo0, 0:0:0:0:0:0:0:1)
2018-04-01T21:46:37.788-0700 [AsyncHttpClient-2-1] DEBUG i.n.u.NetUtil - /proc/sys/net/core/somaxconn: 128 (non-existent)
2018-04-01T21:46:37.790-0700 [AsyncHttpClient-2-1] DEBUG i.n.c.DefaultChannelId - -Dio.netty.machineId: ac:de:48:ff:fe:00:11:22 (auto-detected)
2018-04-01T21:46:37.806-0700 [AsyncHttpClient-2-1] DEBUG i.n.u.Recycler - -Dio.netty.recycler.maxCapacity.default: 32768
2018-04-01T21:46:37.806-0700 [AsyncHttpClient-2-1] DEBUG i.n.u.Recycler - -Dio.netty.recycler.maxSharedCapacityFactor: 2
2018-04-01T21:46:37.807-0700 [AsyncHttpClient-2-1] DEBUG i.n.u.Recycler - -Dio.netty.recycler.linkCapacity: 16
2018-04-01T21:46:37.807-0700 [AsyncHttpClient-2-1] DEBUG i.n.u.Recycler - -Dio.netty.recycler.ratio: 8
2018-04-01T21:46:37.918-0700 [AsyncHttpClient-2-1] DEBUG o.a.n.c.NettyConnectListener - Using new Channel '[id: 0xac34f8dc, L:/192.168.131.65:61536 - R:eis-demo-spa-gateway.stage.exigengroup.com/209.44.73.73:443]' for 'POST' to '/quickquote-cyber/v1/quotes'
2018-04-01T21:46:37.926-0700 [AsyncHttpClient-2-1] DEBUG i.n.h.s.SslHandler - [id: 0xac34f8dc, L:/192.168.131.65:61536 - R:eis-demo-spa-gateway.stage.exigengroup.com/209.44.73.73:443] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
2018-04-01T21:46:37.997-0700 [AsyncHttpClient-2-1] DEBUG o.a.n.h.HttpHandler -
Request DefaultFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: UnpooledHeapByteBuf(freed))
POST /quickquote-cyber/v1/quotes HTTP/1.1
Accept-Encoding: gzip, deflate
X-Customer-Number: 510036
Content-Type: application/json
Content-Length: 1535
Host: eis-demo-spa-gateway.stage.exigengroup.com
Accept: */*
User-Agent: AHC/2.0
Response DefaultHttpResponse(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 500 Internal Server Error
Date: Mon, 02 Apr 2018 04:46:37 GMT
Server: Apache
Content-Type: application/json
Content-Length: 83
Connection: close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment