Jump to content
Changes to the Jaspersoft community edition download ×

tom.beckman

Members
  • Posts

    21
  • Joined

  • Last visited

tom.beckman's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Thank you for that info...I was able to get the reports exported from one server into another using the /buildomatic/ scripts with that keyalias, but I am still unable to perform the import using the REST api. I created the same headers/payload that you gave in the example, but every time I check the status of the import process, I get the "import.decode.failed" message. any suggestions?
  2. so has anyone gotten this? I am struggling with the same issues and none of the earlier suggested materials seem to be of any benefit.
  3. Hello, Running jasperserver 8.02 We can import/export reports without any issue from the Jasper UI, but when trying to publish/import via the REST API we are receiving the error message "import.decode.failed" when checking the status of the job. We have tried doing the export from the UI with both options on the "Import-Export Key" fields ("Server Key" and "Legacy Key") during the export to no avail. Same message about decoding failing. There are no custom keys created at this point, so I am at a bit of a loss as to what to use for the REST calls to publish correctly. I've looked at the Jasper docs, and they don't include any example references related to Keys. Only a generic HTML form example at the bottom of this import/export page...no reference to using encoding. I'm sure it is something simple that we're missing, so any help is greatly appreciated.
  4. Hello, We are running a basic web display of some reports leveraging visualize.js. I have noticed that if the browser has more than one report open (simultaneously in another tab for example), the older report (in terms of being opened chronologically first) page fails to properly refresh. Console error shows the following: The code being used to auto refresh the report is the following: setInterval(function(){ report .refresh() .done(function(){console.log("Report Refreshed!");}) .fail(function(){console.log("Report Refresh Failed!");}); }, 300000);[/code]Any idea on why having multiple reports opened would cause the refresh to fail? All of the tabs opened for a user session are using the same credentials, so I know it's not an issue of conflicting logins. Any help is greatly appreciated.
  5. Has anyone found this yet? I've been trying to find where to modify this, and really don't want to change internal CSS or code...shouldn't this be something that can be done from the calling page itself? Ideally we could specify the background on a per dashboard basis. It can't be limited only to the server files themselves.
  6. Is this something unique to our environment or is this community really not active?
  7. I am having an odd issue that I cannot seem to find an answer to. We are using Jasperreports Pro version 5.2 (limited right now to this version), and we are trying to use the google map component to show status information on a number of sites. The report is created in iReport and published directly into the repository for retrieval. At this point, we are not using a custom java call to build, retrieve, etc...just trying to open the report from the repository. I have the map working perfectly fine when we refer to the server by ONLY it's internal hostname (ex: server1). However, if we use a CNAME, or an external name (ex: reportserver), or the FQDN of the jasper server (ex: server1.domain.com), the report loads the map, you can actually see the map for approximately 1/2 second before it dumps to a grey screen stating "Oops, something went wrong". When I observe the behavior using Chrome Developer Tools, I see an error related to "no api key". However, this ONLY shows up when the jasperserver is referenced by anything other than it's direct hostname. If I refer to the jasperserver by it's hostname, then that API Key error is not displayed...but the report runs perfectly. I have created a project and obtained both client and server API keys for the Google maps projects (leaving the name filters clear...essentially accepting all referrers), but in iReport there is no direct setting to apply the key. I did copy settings from a report built using JasperStudio Pro...but the property setting (property name="net.sf.jasperreports.components.map.key" value="API KEY HERE"/>) that it creates seems to have no effect on my 5.2 report. We do need to be able to access these reports from internal as well as external sources, so just using the internal hostname of the server isn't really an option. I have tried to dig through the Jaspersoft community and docs, but there is little to no information on this. If possible, these are the questions that I would like to pose: Has anyone else come across this issue and been able to resolve the problem? Since we can successfully run the report by direct server name, is there some "alias" setting I am missing within jasperserver? Meaning: it seems that the report server is announcing itself as "server1" regardless of what the client is using as the browser address which is why the report would execute the map call, but then fail (similar to an iframe cross-domain type of thing)...but maybe I'm way off on that. Any suggestions would be greatly appreciated.
  8. No ideas? Is startAngle even implemented in the Jasper usage of HighCharts?
  9. Hello, We are currently using Jasperserver Pro 5.2.0 with iReport is it possible to make an HTML 5 type of guage with highcharts (see below)? After doing a bunch of research, it seems that the direction I need to be focused on involves using a pie chart with a few modifications (donut, and semi-circle). I think I can massage the overall query that is returning the result value to give me two distinct numbers so I can sort of fake it. For example, suppose the value returned is 80%...I can adjust the overall output to make sure I have a 20% as well, so that the chart will look like a gauge...sort of a duct-tape way of doing it seems...maybe someone has a better idea on how to accomplish decent looking gauges in this tool? Back to the original approach tough: I have been trying to get a HighCharts pie chart to show up as a semi-circle, but there is virtually no documentation on the Jasper implementation of HighCharts or any of the highcharts functions. I have been able to manage a complete 360 degree donut, but cannot even simply adjust the angle of it from pointing dead-north. For example, from their documentation, the dirction of the pie chart should be able to be adjusted by adding the entry for startAngle, while a semi-circle is defined by startAngle and endAngle (highlighted in yellow). http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/pie-semi-circle/ However, it seems these attributes are not present in the jasperserver-pro tool? Has anyone been able to make functional gauge-like visualizations in JasperServer? I am avoiding the "WidgetsPro" due to their requirement of flash, along with their lack of "HTML 5" feel. Unless there is some property in that component that I have missed that will actually use HTML5 and not flash? Any help is greatly appreciated.
  10. So after all this time, I finally figured it out. When entering a series in the HTML5 charts, you have to select a sort order...leaving it to "none" will cause the chart to fail to render...ugh...an ounce of documentation can save over a year of B.S.
  11. also...forgot to mention that I am stuck using v5.2 Not sure if visualize.js is even present in this version...
  12. Wow...wasn't really planning on building an entire app around just displaying a dashboard...is there really no other way to simply remove the two areas at the top for display purposes???
  13. I am using the Pro version...I have not seen anything about visual.js...is there some documentation around that? Or do you have an example of a URL that would leverage that? Thank you
  14. Hello, I am trying to get a series of dashboards to show full screen for display purposes. These are being displayed via a URL in a browser. For example: http://<<servername>>/jasperserver-pro/flow.html?dashboardResource=/webapp/webappdashboard&_flowId=dashboardRuntimeFlow&decorate=no The problem with the above is that while the "decoration" has been removed, the space is still there I did some research and found a reference about using "&theme=embed&viewAsDashboardFrame=true" or just "&viewAsDashboardFrame=true" instead of the "&decorate=no" option. However, if I use that approach, it jams the entire dashboard into the top section: Has anyone dealt with this? How do I actually remove that section along with the controls in it?
  15. Hello, I am trying ot use a custom font in a report, but have run into a snag. I have looked around pretty extensively, and have managed to get the font installed into iReport, as well as deployed to the Jasperserver system and even to the point of embedding the font into exported .PDF versions of the report or dashboard. So from that aspect, we are all working fine. The ONLY problem I have is that the report/dashboards are mostly intended for online viewing, and, currently, if the client does not have the appropriate font installed, it will default to whatever the system replacement is. Again, I have looked all over, and mostly find references to making the font embedded into a .PDF...which isn't a problem for me. I have followed this set of instructions which seem pretty popular: https://mdahlman.wordpress.com/2010/04/16/fonts-in-jasperserver-3-7/ as well as this (which had another approach at the end: http://stackoverflow.com/questions/11017223/how-to-embed-font-courier-new-in-jasperserver among some others (which did not resolve the issue). I may be overlooking something very basic, and if so, I apologize, but this is driving me crazy...how do you embed a font into a report that is intended to be viewed via a web browser? I happen to have a CSS reference that I could use for this font: but I am not a web designer and dont' know if this could even be used as a font reference in a report. Any help is greatly appreciated.
×
×
  • Create New...