Skip to content

[🐛 Bug]: API Tokenization refused on l-cidockerqa202.wpn.clarkinc.io and l-cidockerqa201.wpn.clarkinc.io #15726

@tbuck-webstaurantstore

Description

@tbuck-webstaurantstore

Description

Credit Card Tokenization Calling API [POST]: https://tokenizer.dev.clarkinc.biz/v1/tokenize/creditcard is failing with "connection refused" for tests running on these servers:
l-cidockerqa202.wpn.clarkinc.io
l-cidockerqa201.wpn.clarkinc.io

https://qatools.dev.clarkinc.biz/Runs?id=3332042&filter=details

This same test ran successfully last night (7pm) on server:
l-cidockerqa106.wtn.clarkinc.io
https://qatools.dev.clarkinc.biz/Runs?id=3328535&filter=details

I suspect there is a firewall issue with servers 202, 201. Can you look at network/firewall configuration for 106 and set all other servers to match it?

Reproducible Code

// Tokenize credit cards
        creditCardList.each {
            tokenizedCreditCardDataMap.put(it, hpTokenizerHelper.tokenizeCreditCard(it))
            def lastEntry = tokenizedCreditCardDataMap.entrySet().last()
            log("Tokenized Credit Card Data: ${lastEntry.key} - ${lastEntry.value}", console_color_yellow)
        }

Debugging Logs

FAILED Verify: Tokenize Discover
IssueCategory: API_DATA
{
    "tokenizeDiscoverResponse": null
}
Called from: paymentprocessing.test.HpTokenizerHelper.tokenizeDiscover

These tests pass on other servers, but today (05/09/05) I seem to get only servers 201 & 202 every time I run my test suite: Payment Processing - EMD Test
https://qatools.dev.clarkinc.biz/ServerRunsSuite?id=973

ℹ️ Last known working version: 4.25.0 (revision 030fcf7918)

Metadata

Metadata

Assignees

No one assigned

    Labels

    B-gridEverything grid and server relatedC-javaJava BindingsD-chromeI-defectSomething is not working as intendedI-questionApplied to questions. Issues should be closed and send the user to community resources.I-regressionSomething was working but we "fixed" itJ-awaiting answerQuestion asked of user; a reply moves it to triage againOS-linux

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions