Jump to content
We've recently updated our Privacy Statement, available here ×

nuno-miguel-lourenco

Members
  • Posts

    19
  • Joined

  • Last visited

Community Answers

  1. nuno-miguel-lourenco's post in HTTP Status 415 with PUT in REST API was marked as the answer   
    You have the answer on the exception trace:
    A message body reader for Java class com.jaspersoft.jasperserver.dto.authority.ClientUser, and Java type class com.jaspersoft.jasperserver.dto.authority.ClientUser, and MIME media type text/plain; charset=UTF-8 was not found.
    The registered message body readers compatible with the MIME media type are:
    text/plain; charset=UTF-8 ->
    You must make a request with an appropriate HTTP Header - Content-type despite of the REST service you're invokingMIME type text/plain is not a viable one. It should be:application/xmlapplication/json
  2. nuno-miguel-lourenco's post in Dividing double returning null value was marked as the answer   
    As you are referencing a Variable, I would say that $V{UnitPrice} is NULL, and therefore your final result is also NULL
×
×
  • Create New...