code-examples-java icon indicating copy to clipboard operation
code-examples-java copied to clipboard

Fehler code-examples-java

Open GBIEK opened this issue 2 years ago • 3 comments

Hello,

i get a error wenn i run the code-example-java. Can you please help me? Thanks!

Error: Oops, we have encountered a problem.

Message:

Dump:

Please check your account configuration. If you are unable to resolve the problem, open a new issue on GitHub.

GBIEK avatar Jan 11 '23 06:01 GBIEK

Hello, It could be a problem related to authentication settings. In order to troubleshoot this error, we would need to have specific account details. Could you please raise a ticket to Docusign support, and we'll can help you more. Thanks, Sylvain

sylvainleb376 avatar Jan 11 '23 10:01 sylvainleb376

Hello,

Are you getting such an exception? com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "CFRError" (class com.docusign.core.model.manifestModels.SupportingTexts), not marked as ignorable (28 known properties: "HelpingTexts", "SubmitButton", "SelectAPIPage", "WelcomeText", "HomeButton", "ChangeAPITypeButton", "APIMethodUsed", "ContinueButton", "LoginButton", "ViewSourceFile", "helpingTexts", "submitButton", "selectAPIPage", "welcomeText", "homeButton", "changeAPITypeButton", "LoginPage", "continueButton", "HomePageText", "APIMethodUsedPlural", "loginPage", "homePageText", "logoutButton", "loginButton", "LogoutButton", "viewSourceFile", "apimethodUsedPlural", "apimethodUsed"]) at [Source: (StringReader); line: 1, column: 604] (through reference chain: com.docusign.core.model.manifestModels.ManifestStructure["SupportingTexts"]->com.docusign.core.model.manifestModels.SupportingTexts["CFRError"])

I had the same error and I assume that you and me use an older version of quickstart project. I fixed the issue by adding public String CFREnabled; to classes SupportingTexts.java and CodeExampleText.java.

Foued

fkrichene avatar Jan 13 '23 10:01 fkrichene

Is this still an issue?

InbarGazit avatar May 18 '23 17:05 InbarGazit