Dietmar Aust
posted to
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 |
Dietmar Aust
posted to
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... |
Dietmar Aust
posted to
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 ![]() |
Dietmar Aust
posted to
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
|
Dietmar Aust
posted to
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 |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Report output is blankHi Bala, JRI tries to recompile the .jrxml file into .jasper and hits a compilation problem:
|
Dietmar Aust
posted to
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... |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Report output is blankDon't see any issue. Please
Thankx |
Dietmar Aust
posted to
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
|
Dietmar Aust
posted to
daust/JasperReportsIntegration
Direct printing from JRI and ApexHi @LSoriana, please pardon my late response. Did you figure it out? Thank you~Di... |
Dietmar Aust
posted to
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... |
Dietmar Aust
posted to
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. |
Dietmar Aust
posted to
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedAh ok. Thank you for the clarification. |
Dietmar Aust
posted to
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 |
Dietmar Aust
posted to
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. |
Dietmar Aust
posted to
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. |
Dietmar Aust
posted to
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... |
Dietmar Aust
posted to
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? |
Dietmar Aust
posted to
daust/JasperReportsIntegration
FAIL - Application at context path [/JasperReportsIntegration] could not be startedIs the file read-only for some reason? |
Dietmar Aust
posted to
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:
|
Dietmar Aust
posted to
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 |
Dietmar Aust
posted to
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. |
Dietmar Aust
posted to
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. |
Dietmar Aust
posted to
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. |
Dietmar Aust
posted to
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... |