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

Tirupathi Mangalarapu

Jaspersoft Staff
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1

 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 Tirupathi Mangalarapu

  1. Hello There, Could you please provide more details on the use case, and the complete stack trace information, attach reports and details with some screenshots to provide more details around the context so we can guide you on how to resolve this issue. Thank you
  2. Hello There, Can you join the two datasets? that would be the best approach. If not can you please elaborate what are the data sources and types? Thank you
  3. Hello There, Can you please check with Timetrade on how to access the endpoint? If they are using Jaspersoft for report library or features then you can use Jaspersoft API and make the requests via postman You can find Jaspersoft REST API documentation here: https://community.jaspersoft.com/documentation/v8-v82-v820/jasperreports-server-rest-api-reference-820 Thank you
  4. Hello There, Can you try adding the following property: <property name="net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.1" value="columnHeader"/> That should keep the first occurrence of the band and not include any successive occurrences of the same band headers. Hope that helps! Thank you
  5. Hello Shanker, You can download the Community source code from GitHub. Here is the link to the CE source code: https://github.com/TIBCOSoftware/jasperreports-server-ce Thank you Tiru M
  6. Hello Karol, Moca is a custom data adapter. Can you please list all the steps that you followed for the Moca data source setup? Was this working before? is this the first time that you are trying to set up the connection? Are you using the community version of Jaspersoft or any commercial? When you get a chance, Please share all the details and we can guide you in the right direction.
  7. Hey sorry for not responding sooner. You can follow this KBA to create a time series chart:https://community.jaspersoft.com/wiki/video-creating-running-totals-time-series-chart
  8. Hello There, This looks like an issue connecting to the Database using the JDBC driver. Please try the following troubleshooting steps listed in this stack overflow thread: https://stackoverflow.com/questions/6865538/solving-a-communications-link-failure-with-jdbc-and-mysql https://stackoverflow.com/questions/14235133/java-security-cert-certificateexpiredexception-notafter Hope that helps, let us know if you still have any further questions
  9. Hello zulkhairi, Can you please provide more details on where the text field is coming from? If you have jrxml file for the report please do share it with us so we have more context around your requirement.
  10. Also try the solution listed in this article: https://virtual-dba.com/blog/resolving-the-ora-24247/#:~:text=The%20best%20solution%20to%20the,ACL%20for%20the%20given%20host.
  11. Hello There, Can you please check the version of the Spring? Please make sure that you are using the same version of the Spring framework as the Jasper server. Thank you
  12. This is a unique requirement. We are checking with other teams if they can guide you in the right direction.
  13. Can you try setting up the SMTP Pooling mechanism? or try other suggestions in the link posted below: https://stackoverflow.com/questions/40550149/smtp-error-454-4-7-0-too-many-login-attempts-please-try-again-later This is something that you need to play/test as I don't have the same setup on my end.
  14. Are you using any custom fonts for the text? If yes can you please check the font type and ensure that the font exists on both servers? Please refer to this KBA for font extension types in Jaspersoft: https://community.jaspersoft.com/wiki/custom-font-font-extension
  15. Hello Simos, Great question, the way I would approach this requirement is to create all resource bundles for the languages for the report and create a parameter that takes from the user and passes that back to the report locale and return the report output with that locale. I am in the process of testing this myself. I hope this helps Thank you
  16. You can accomplish this using a combination of floating the column footer and removing the top/bottom borders around the elements and line break elements. However, this requires some customer success SME's expertise hours. For more information please refer: https://www.jaspersoft.com/customer-success
  17. Typically you can review the stack trace "Caused by:" which says Caused by: java.lang.ClassCastException: Cannot cast java.lang.Integer to java.lang.String Change the data type from string to a numeric value in this case to an integer and try again.
  18. Posting Giulio's response as an answer here: Saiteja Hope this answers your question. Please do let us know if you have any follow-up questions.
  19. Looks like the user running the Tomcat service does not have read access to the Jasperosft keystore. Please fix this issue using by following this KBA:https://community.jaspersoft.com/wiki/keystore-management-and-repair
  20. You should see an error in the log files. Review the Jaspersoft log file to find out why Tomcat is not starting. Maybe the port is already in use by another application.
  21. Have you looked into the string functions in the expression editor? Does this help? $F{Title}.replace( char, char ) $F{Title}.replaceFirst( String, String ) $F{Title}.replace( CharSequence, CharSequence ) $F{Title}.replaceFirst( String, String ) $F{Title}.split( String ) $F{Title}.substring( int, int )
  22. Hello Vijeet, We would like to see more details about the issue like the error message, and the driver version that you are using. Please provide more details that will help us guide you in the right direction. Here is KBA that I found might help you self-troubleshoot this issue: https://blogs.oracle.com/developers/post/connecting-to-oracle-autonomous-database-via-jdbc Have a great day
  23. Hello Uma, Based on the error message, the connection is no longer valid, and hence you see this error. I would like to see the connection string of your JDBC driver and the parameters that you passed.
  24. Can you please provide more information on how you defined your JDBC connection string information on the Studio Adapter? What driver are you are using? Can you please explain in detail what you mean by it does not failover any errors etc?
  25. Hello There, Please review the build.xml file in the JRL project folder: JasperReports-pro-8.1.0jasperreportsbuild.XML JasperReports Library supports the following Java JRE versions: <matches string="${java.version}" pattern="1.8.*"/> <matches string="${java.version}" pattern="9.*"/> <matches string="${java.version}" pattern="10.*"/> <matches string="${java.version}" pattern="11.*"/> <matches string="${java.version}" pattern="12.*"/> Also based on the application Wildfly version 27, I see Jakarta EE 10 platform is the supported version: https://jakarta.ee/compatibility/download/ Here is the link to our platform document that will list all the certified versions of the OS, App server, etc: https://community.jaspersoft.com/documentation/v8-v81-v810/tibco-jaspersoft-platform-support-guide-commercial-edition Hope that helps!
×
×
  • Create New...