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

Michael Bielkiewicz

Jaspersoft Staff
  • Posts

    104
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Michael Bielkiewicz's post in Periodically fonts are broken was marked as the answer   
    Hmm. Interesting. Can you perhaps try to put the JAR file on your server in the WEB-INF/lib folder to see if the behavior improves (rather than attaching it to the report). This should, in theory, make the font available to all reports on your server.
  2. Michael Bielkiewicz's post in Handshake error Failed connecting to ws server ws://localhost was marked as the answer   
    This is a tricky one and likely has something to do with Chromium not working/installed right. Please ensure you've got the proper version of Chromium installed per our install/platform support guides. In addition, another client had a similar issue and this was suggested:
     
    If version of google-chrome 111 then, the issue would be similar to this:https://forum.katalon.com/t/failed-connecting-to-ws-server/85323and we can try to set remote-allow-origins to * as follows:In WEB-INF/applicationContext.xmlAdd these 2 properties:<prop key="net.sf.jasperreports.chrome.page.isolate">true</prop><prop key="net.sf.jasperreports.chrome.argument.remote-allow-origins">*</prop>Add the above two below this line (about line 1041) :<prop key="net.sf.jasperreports.chrome.argument.enable-logging">stderr</prop>These changes require a restart of the JR server.Please give it a shot and post back results.
  3. Michael Bielkiewicz's post in Textfield from JSON source has square brackets and quotes was marked as the answer   
    I believe that in this case, the square brackets are indicating an array of values. So you are outputing an array (with just a single value in the array). If you treat it as an array in your TextField reference, you should be able to get individual elements. If you only expect one address ever, you can simply get the first element of the array and I think it will display as you desire.
×
×
  • Create New...