Jump to content
Changes to the Jaspersoft community edition download ×

Swapnil Pawar

Jaspersoft Staff
  • Posts

    38
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Swapnil Pawar's Achievements

  1. Hi, Subscription and license both needed for the cloud service. For more information please feel free to our sales team. thanks!
  2. Hello, Seems the issue is due to the proxy, you can try by increasing the timeout period of the proxy, also you may need to check with the network admin team about this issue.
  3. Hello, The error you're encountering, java.lang.NoClassDefFoundError, suggests that the Java Virtual Machine (JVM) cannot find the specified class at runtime. In your case, it's mentioning a class with a name like file_name_04599e37895ab4e3069d40b1076b40920ae51f24fac5f79d7b591336514ea071. The message "wrong name: file_name" indicates that there might be an issue with the naming conventions for the class or file. Java expects the filename to match the class name (including case sensitivity), and it seems there's a mismatch. here are some ways to troubleshoot this issue: Make sure that the class name in your code matches the file name (excluding the file extension). Check for typos or case mismatches. If your class is part of a package, make sure that the folder structure matches the package structure. The file should be in the correct directory according to its package declaration. Sometimes, the issue can be due to a corrupted build. Try cleaning your project and then rebuilding it. In many IDEs, you can find options like "Clean" or "Build" to perform these actions. Ensure that there are no duplicate class files or conflicting versions in your project. If there are multiple versions of the same class in the classpath, it can lead to such errors. Verify that all the required libraries and dependencies are correctly included in your classpath. Missing dependencies can result in NoClassDefFoundError. Ensure that your libraries and dependencies are up to date. Outdated libraries might have compatibility issues. You can go for the new installation of the Japsersoft studio and then switch to the old workspace. you can also refer this webpage for more idea: https://community.jaspersoft.com/forums/topic/19239-noclassdeffounderror/ I hope this will help you.
  4. Hello , Could you please elaborate more on this issue by providing the video or more description on this? thanks!
  5. Hello, Glad to know the issue is resolved. Yes, we need to manually refresh once we make a change in the parameter as you understood. thanks!
  6. Hello, In JasperReports Library 7.5.0 the isStretchWithOverflow attribute has been deprecated, and replaced with the textAdjust attribute. These are helpful when your textField's dimensions might be too small for the amount of data that might come from your datasource. The textAdjust attribute includes the original two behaviors and adds a third. Please use the StretchHeight option in the test field to avoid the text cut issue. - StretchHeight: replicates the previous behavior you got from setting isStretchWithOverflow to true https://jasperreports.sourceforge.net/schema.reference.html#textField
  7. Hello, Please Confirm that the "foto" field is a Blob type in both your database and your Java code. If it is, ensure that you are handling Blob data correctly when populating the result set. Make sure you are using the appropriate data type and methods to retrieve Blob data from the result set. If the "foto" field is stored as a Blob in the database, make sure you are correctly handling the type casting in your Java code when retrieving the Blob from the result set. I hope this will help you, thanks!
  8. Hello, While executing the report, an exception occurred: net.sf.jasperreports.engine.JRException: Resource not found at repo:Event_Detail_Blockage_Sub_Report.jrxml.Could you confirm the location where you've placed the sub-report? Please verify that the path specified in the main report's jrxml is accurate. It's possible that the path has been altered on your new server. I recommend double-checking the path specified in the sub-report expression: <subreportExpression><![CDATA["repo:Event_Detail_Blockage_Sub_Report.jrxml"]]></subreportExpression>Ensure that the sub-report file, Event_Detail_Blockage_Sub_Report.jrxml, is indeed located at the specified path. If the path has changed on the new server, update the expression accordingly. I hope this will help you, thanks!
  9. Hello, Please follow the below YouTube video: To enable the "output to host file system" option in the schedule output. Please enable the property enableSaveToHostFS and set it to true. In the file ..webappsjasperserver-proWEB-INFapplicationContext.xml Save the file and restart the server. I hope this will help you, thanks!
  10. Hello, Could you please elaborate more to understand your requirement? Thanks!
  11. Hello, This is not documented, could you please let us know the use of changing the externally defined user password from the jasperserver API. As this users are LDAP side created and jasperserver also validate it with the LDAP then synchronises into the jasperserver database. You can change the password of the user in the LDAP side and then login to the jasperserver then it will automatically update it in the jiuser table of the jasperserver database. I hope this will help you, thanks!
  12. Issue: The Jasperserver home page keeps refreshing after login, this issue is with the HTTP and domain in the URL. Workaround: For JRS 8.2.0 for workaround to redirect http-to-https , in /opt/wildflyVersion/standalone/configuration/standalone.xml In <server name="default-server"> section within <host name="default-host" alias="localhost"> please add <filter-ref name="http-to-https" predicate="equals(%p,8080)"/> and after <handlers> please add <filters> <rewrite name="http-to-https" target="https://%v:8443%U" redirect="true"/> </filters> After adding these changes please restart the server. Please find the below attached modified standalone.xml file.
  13. Hello, In the Column Header band, add a static text element with text Header in it, no quotes. In the Detail band, add a text field with text "DetailField" in it, in quotes. I hope this will help you. thanks!
  14. js-import.bat --input-zip export1_0.zip --update
  15. Hello Jan, Could you please add the screenshots, so it will help us to investigate?
×
×
  • Create New...