Search code examples
javaamazon-web-servicesbirt

How do I retrieve images from our AWS to put dynamically onto BIRT report (eclipse)?


I am trying to retrieve an image for my birt report from AWS but everytime I put in the URI and click Insert I get this error:

enter image description here

Then when I click Ok, I get this:

[enter image description here

I also get this when i try and run the report

enter image description here

Has anyone ever encountered anything like this ? Any ideas on what I have to do to make it work please?


Solution

  • Got it! I was out of memory. Added this ling to my eclipse.ini and worked like a charm!:

    -Xmx4g