Error Reporting SVG Retieval failed:JavaScirpt returned nothing

Hello:
I am using .bat file to run workflow for line plot SVG out of Knime development tool.
All work well,but when i open the resulted file, it shows SVG Retieval failed:JavaScirpt returned nothing: Possible implemention error. I can not find out what’s wrong. who can help me on this issue.

Here are a few things you can try to troubleshoot the issue:

  1. Check your workflow configuration: Make sure that your workflow is properly configured to generate the SVG file. Verify that the output file location and format are correct.
  2. Check your Java installation: Ensure that your Java installation is up to date and working properly. You can test your Java installation by running a simple Java program to verify that it is functioning correctly.
  3. Check your script for errors: Verify that your .bat file script is correct and does not contain any errors that could be causing the SVG Retrieval error. You may want to try running the script manually to see if it generates any errors.
  4. Try a different browser: If you are opening the SVG file in a browser, try opening it in a different browser to see if that resolves the issue. Alternatively, try opening the file in a different application, such as a vector graphics editor.
1 Like

Thanks for your tips. Here is the console resporting:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.