Hello Team
Please open a support case with DS so that it can be escalated to the Technical Team, who will address the matter accordingly and provide a response.
Thanks
Sai
Hello,
We are facing the exact same scenario, using keycloak for authentication and Docusign API, which are causing a conflict together.
Has anyone found a solution to this?
Regards
Danish
Hello ,
Facing same issue, has anyone found solution for this ?
Regards
Jeremiah
Facing the same issue while upgrading my module to jdk21 and spring boot 3.3.1, getting error as below:
Error Log:
Forwarding to error page from request [/docusign/JWTtoken] due to exception [RESTEASY004655: Unable to invoke request: jakarta.ws.rs.ProcessingException: RESTEASY003215: could not find writer for content-type application/x-www-form-urlencoded type: jakarta.ws.rs.core.Form]: jakarta.ws.rs.ProcessingException: RESTEASY004655: Unable to invoke request: jakarta.ws.rs.ProcessingException: RESTEASY003215: could not find writer for content-type application/x-www-form-urlencoded type: jakarta.ws.rs.core.Form
at org.jboss.resteasy.resteasy-
Is docusign 6.0.0, compatible with jdk21 and latest version of spring?
Facing the same issue with Docusign 6.1.0 and Java 17. Im getting this error when I invoke package status API during the runtime within the JBoss EAP 8 container
Caused by: jakarta.ws.rs.ProcessingException: RESTEASY003215: could not find writer for content-type application/x-www-form-urlencoded type: jakarta.ws.rs.core.Form
at org.jboss.resteasy.resteasy-core@6.2.4.Final-redhat-00001//org.jboss.resteasy.core.interception.jaxrs.ClientWriterInterceptorContext.throwWriterNotFoundException(ClientWriterInterceptorContext.java:48)
at org.jboss.resteasy.resteasy-core@6.2.4.Final-redhat-00001//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.getWriter(AbstractWriterInterceptorContext.java:278)
at org.jboss.resteasy.resteasy-core@6.2.4.Final-redhat-00001//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.syncProceed(AbstractWriterInterceptorContext.java:219)
at org.jboss.resteasy.resteasy-core@6.2.4.Final-redhat-00001//org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext.proceed(AbstractWriterInterceptorContext.java:207)
at org.jboss.resteasy.resteasy-client@6.2.4.Final-redhat-00001//org.jboss.resteasy.client.jaxrs.internal.ClientInvocation.writeRequestBody(ClientInvocation.java:387)
at org.jboss.resteasy.resteasy-client@6.2.4.Final-redhat-00001//org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.writeRequestBodyToOutputStream(ManualClosingApacheHttpClient43Engine.java:575)
at org.jboss.resteasy.resteasy-client@6.2.4.Final-redhat-00001//org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.buildEntity(ManualClosingApacheHttpClient43Engine.java:544)
at org.jboss.resteasy.resteasy-client@6.2.4.Final-redhat-00001//org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.loadHttpMethod(ManualClosingApacheHttpClient43Engine.java:482)
at org.jboss.resteasy.resteasy-client@6.2.4.Final-redhat-00001//org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine.invoke(ManualClosingApacheHttpClient43Engine.java:341)
... 78 more