daust/JasperReportsIntegration
Tomcat error after updating librariesHi Peter, please check: https://github.com/daust/JasperReportsIntegration/blob/main/src/doc/github/installation-full.md#install.installation.installDB There is a script to install the ACLs for your schema. Best |
daust/JasperReportsIntegration
Tomcat error after updating librariesHi Peter, this is difficult to troubleshoot. I would recommend to download the latest version and upgrade as per instructions: https://github.com/daust/JasperReportsIntegration/blob/main/src/doc/github/installation-upgrade.md If you should encounter a... |
daust/JasperReportsIntegration
How to connect with Oracle Cloud database or autonomous database with JasperReportsIntegrationIt works. Please see: https://github.com/daust/JasperReportsIntegration/blob/main/src/doc/github/installation-full.md / section ![]() |
daust/JasperReportsIntegration
Direct printing from JRI and ApexHi Fayas, great, that you could figure it out yourself. Yes, you also have to activate the printing in the
|
daust/JasperReportsIntegration
Direct printing from JRI and ApexHi Fayas, please send me a message via email to dietmar.aust@opal-consulting.de, then we can schedule a quick look. Thanks |
daust/JasperReportsIntegration
Report output is blankHi Bala, JRI tries to recompile the .jrxml file into .jasper and hits a compilation problem:
|
daust/JasperReportsIntegration
Report output is blankWonderful, glad it works now. Keep in mind, when you deploy files (source .jrxml and compiled .jasper file) the timestamps will be checked. If the .jrxml is newer than the .jasper file OR the .jasper files does not exist, the .jrxml will be used and t... |
daust/JasperReportsIntegration
Report output is blankDon't see any issue. Please
Thankx |
daust/JasperReportsIntegration
Direct printing from JRI and ApexHi @charlyschmid, with that little information, it is really hard to troubleshoot. Could be so many different issues, even typos. Typically, the report is sent to the queue ... things can go wrong from there. In order to troubleshoot, I would
|
daust/JasperReportsIntegration
Direct printing from JRI and ApexHi @LSoriana, please pardon my late response. Did you figure it out? Thank you~Di... |
daust/JasperReportsIntegration
Compatibility with Apex 5.1.1Hi Tullio, yes. It will work with pretty much any APEX version because it is "just" a pl/sql API that communicates with the J2EE server running the custom war file There is an APEX test application, though. This application helps you to chec... |
daust/JasperReportsIntegration
error when Calling Multi Data-source from Oracle ApexHi @msami07, I designed the integration for a single Oracle db-connection, your use case is not expected. |
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedAh ok. Thank you for the clarification. |
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedGood that you have it working but I don't understand what you have changed and how you are running it. Best |
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedI can have a look. Please contact me at dietmar.aust AT gmail.com. |
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedI don't know where you went wrong. But you can use the jetty as is. I still believe it is a privilege / access issue. |
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be started
I am sorry, but I don't understand the question. You don't need to install Tom... |
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedHhhm. Perhaps there is some security software involved? Some live virus checker disallowing access to this file for some reason? Or another hardening of the system? |
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedIs the file read-only for some reason? |
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedI am sorry, but I can only work with the information that I have:
|
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedThe log indicates it might be a privilege issue with the log4j.properties file? ![]() Best |
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedNot specific enough. Which version of JRI and what is the error? Please post the relevant part from the logfile in Tomcat. |
daust/JasperReportsIntegration
Exception on Test ReportAs the error code suggests, the connect string to the database is wrong. Please double check. If it still doesn't work then post your config file without the password. |
daust/JasperReportsIntegration
Class Not Found Error WIth Custom VisualizationCan you provide the files for a simple test case? Please use a query on user_objects, e.g.
Thank you. |
daust/JasperReportsIntegration
Could not connect via JDBC: Unable to start the Universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLException: ORA-28000: The account is locked.Hi, I don't quite understand. The error message says the account is locked. You need do unlock it.
Then restart the Tomcat so that the connection pool is rebui... |