Jump to content
Changes to the Jaspersoft community edition download ×

zhigang.yang

Members
  • Posts

    8
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by zhigang.yang

  1. We are using Jasper server for generating reports, and our data only can be fetched from RESTful API. After some investigation, we find we can use JSON dataSource and point url as a RESTful API url, that can work. one problem here is: Our RESTful API only support requests with authentication information (just like OAuth), so is there some suggestion how to support remote JSON/XML source with authentication?
  2. Thanks hozawa, I tried to make CPU and 2048M memory, still need about 3 mins, so how much time is needed to finish deployment normally? seconds, one minute or minutes? why I am very care about performance, that's because we try to deploy jasper as a docker into mesos, but jasper just like hang(sleep 60 s) , so it will be always shut down.
  3. When I launch jasper server in local, I find it is too slow to deploy jasperserver-pro, is there some way to speed up this? From following log, you can see it took 193s to deploy 20-Oct-2016 21:19:26.375 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Applications/jasperreports-server-6.3.0/apache-tomcat/webapps/jasperserver-pro has finished in 193,004 ms
  4. and how about using Import REST API to replace to use Web-UI for importing?
  5. Yes, we decide to use application serer as a load balance. you means `large reports` is big one report or reports number is huge? and we also are investigating docker for Jasper, is there suggestion here?
  6. I try to import set of reports to Jasper server: ./js-import.sh --update --input-dir /Users/me/Project/reports and one of Report reference a repository datasource, during importing, I get following error: Reference resource "/public/sources/data_sources/DataSource" not found when importing resource "/organizations/project/Reports/AccountsReport" Does that means only can reference the datasource which also in this importing package?
  7. Thanks @hozawa, good to know this. Is it suit to Jasper server cluster? I just read before in http://community.jaspersoft.com/documentation/jasperreports-server-administration-guide/v550/import-and-export-through-command-line, ``` JasperReports server should be stopped when using the import and export utilities. This is very important for the import utility to avoid issues with caches, configuration, and security. ```
  8. We created a bunch of JRXML reports in Jasper Studio, and I want to upload them into Jasper server. instead of manually publish one by one in Jasper studio. is there another way to do it automatically, just like one command. and we also want to deal with reports deployment on diferents environments (development, pre production, production). a expected way is we can firstly test reports in development environment, if all ok, we can easily deploy all reports into pre production and then production. I do want to use import, looks like importing need to restart the Japser server, and we also want to support cluster platform. Thanks
×
×
  • Create New...