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

ad5xj_1

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

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

ad5xj_1's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I have created a new Data Adapter of type org.apache.derby.jdbc.EmbeddedDriver from the driver choices. The problem is that whatever driver it is using is older than my Derby 10.16 driver in /opt/Apache/derby-10.16.1.1/lib. Even after I specifically add my current driver to the driver classpath list, it will not connect to the Derby 10.16 database. An error is returned: Reason:java.sql.SQLException: Failed to start the database; '/home/ken/bin/Data/tester.db' with class loader java.net.URLClassLoader@57519b69... The next exception says the database was created with Derby 10.16 and the current driver is not compatible. This is the confusing part. The driver specified in the driver classpath list IS the driver that created the database. Am I missing something or is this some sort of bug in v6.20.6? Any help would be appreciated. Also copy and paste does not work from JSStudio to a browser edit window. And switching contest with Alt-Tab crashes the window manager. Environment: Jaspersoft 6.20.6 System: Linux Mint LMDE 6 Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 Desktop: Cinnamon v: 5.8.4 tk: GTK v: 3.24.38 wm: muffin dm: LightDM Distro: LMDE 6 Faye base: Debian 12.1 bookworm
  2. I am getting an error from JavaFX 19 runtime: Could not find the report org.xml.sax.SAXParseException; lineNumber: 77; columnNumber: 67; cvc-complex-type.2.4.a: Invalid content was found starting with element '{"http://jasperreports.sourceforge.net/jasperreports":property}'. that line in the .jrxml file is: <property name="com.jaspersoft.studio.unit.height" value="px"/> It should be noted that this report was generated and saved with JasperSoft Studio 6.20.0 and the preview is fine there. This is a Maven project with the dependency listed as: <dependency> <groupId>jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>3.5.3</version> </dependency> The report engine also give errors on the uuid: values. I am missing something somewhere but I cannot find what. Any help would be appreciated.
×
×
  • Create New...