Dietmar Aust

daust ·

daust/JasperReportsIntegration

FAIL - Application at context path [/JasperReportsIntegration] could not be started

help wanted

I 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

help wanted

Would it be possible to use jri without tomcat in relation to apex? That in the conditions in which jri starts on port 8090 and seems to see and recognize the database?

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 started

help wanted

Hhhm. 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 started

help wanted

I am sorry, but I can only work with the information that I have:

  • you managed to install on other systems, thus you generally understand how it works.
  • And the software works as well in general.
  • Thus, there is something different on this Wind...
daust/JasperReportsIntegration

FAIL - Application at context path [/JasperReportsIntegration] could not be started

help wanted

The log indicates it might be a privilege issue with the log4j.properties file?
Can you check that?

Greenshot 2021-11-16 15.17.18.png

Best
~Dietmar.

daust/JasperReportsIntegration

FAIL - Application at context path [/JasperReportsIntegration] could not be started

help wanted

Not specific enough.

Which version of JRI and what is the error? Please post the relevant part from the logfile in Tomcat.
Thanks.

daust/JasperReportsIntegration

Exception on Test Report

help wanted

As 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 Visualization

Can you provide the files for a simple test case? Please use a query on user_objects, e.g.

select count(*) cnt, object_type 
  from user_objects
 group by object_type

Thank you.
I am still on vacation so I might have a look next week.

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.
Connect as a dba user (SYS, SYSTEM, etc.) and issue:

alter user <username> account unlock;

Then restart the Tomcat so that the connection pool is rebui...

daust/JasperReportsIntegration

IP-Adress limitation

yes, that would certainly work. It is recorded in the logfile.

I guess I would have run the following statement from within the database (using sqlcl, SQL Developer or something similar):

select httpuritype('http://localhost:8080/jri').getclob() from...
daust/JasperReportsIntegration

IP-Adress limitation

You can see the ip address that is being tested against here: Greenshot 2021-04-03 13.57.29.png

daust/JasperReportsIntegration

IP-Adress limitation

Yes, it is an ip address ... just vor IPv6, not IPv4.

See here for reference: http://www.steves-internet-guide.com/ipv6-guide/

daust/JasperReportsIntegration

IP-Adress limitation

Hi @sellexx-stephan,

yes, you are right. I changed the parameter name and fixed it in almost all places.

The right setting is: ipAddressesAllowed

The documentation was correct, though: https://github.com/daust/JasperR... , especially in the section .

daust/JasperReportsIntegration

SSL Jasperreportsintegration and autonomus database

I see that those two requests are indeed different, one seems to be about the Oracle cloud and this one is more general in nature.

I will have to look into this and do some testing myself. Perhaps you could configure a local domain name on the database se...

daust/JasperReportsIntegration

SSL Jasperreportsintegration and autonomus database

Hi,

you have created a question in two places, let us continue the conversation here: https://github.com/daust/JasperReportsIntegration/issues/75

Cheers
~Dietmar.

daust/JasperReportsIntegration

Direct printing from JRI and Apex

Hi @miki720 ,

direct printing will send the document to a printer that is CONNECTED TO THE APPLICATION SERVER, not the client browser.

In order to see the names that are known to the application server, go to the Tomcat directly: http://vm1:8...

daust/JasperReportsIntegration

Issue with stretch text field if calling the report from APEX using jasper Integration

bug

Hi @mohamedhattab,

I have checked it and it works with my setup on the latest versions:

  • JasperSoftStudio 6.16.0
  • JRI version jri-2.7.0-jasper-6.16.0
Greenshot 2021-01-25 15.39.21.png

it seems like the .jasper file created with JasperSoftStudio 6.12.0 is incompatible with t...

daust/JasperReportsIntegration

Issue with stretch text field if calling the report from APEX using jasper Integration

bug

Please provide more details:

  • Screenshot of the problem
  • Simple test case - based on a simple query without database objects, e.g.
    select '... this is long text ...' my_text from dual;
  • Upload the .jrxml file for this testcase
  • Version of the...
daust/JasperReportsIntegration

New JRI Publisher Features

Hi David,

I have added a section to the GitHub homepage under Related Projects for JRI Publisher.

Best
~Dietmar.