daust / JasperReportsIntegration

JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
BSD 3-Clause "New" or "Revised" License
55 stars 23 forks source link

Issue when Deploy jri.war to Weblogic server #133

Open ShadiMansi opened 1 year ago

ShadiMansi commented 1 year ago

I'm trying to deploy the jri.war after updated the configuration, but always return the below issue.

1- Message icon - Error An error occurred during activation of changes, please see the log for details. 2- JIR WL JRI Error when deployed Message icon - Error [J2EE:160144]Failed to register library Extension-Name: jri, Implementation-Version: 2.10.1: Library cannot have Implementation-Version set, without also specifying its Specification-Version

ShadiMansi commented 1 year ago

Kindly note that I' using below versions for the tools: 1- WL server version :12C. 2- Java version : JDK 8. 3- JasperReport Version : jri 2.10.1.war

daust commented 11 months ago

Hi @ShadiMansi,

I have just checked again ... and it works for me. It seems like you have deployed it as a library ... I have deployed it as an application. That might be the difference.

Also, when I test it ... I simply copy it to the autodeploy directory: C:\Programme-Manuell\oracle\wls12214\user_projects\domains\base_domain\autodeploy on my virtual machine. This way it is available immediately, and I can use a script for that.

Does that help?

Best, ~Dietmar.