Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oraclebarcode.jar and Weblogic Server 11g and Reports Server 11g

ianm42Aug 2 2013 — edited Sep 11 2013


We are trying to run a report with a barcode, created using the oraclebarcode.jar library. We have done this before using App Server 9i, but are having problems with WebLogic server.

The report runs fine on my PC using the local OC4J with Reports Builder.

Moving the report to the WebLogic Server (Windows 2008 R2) it gives the error:

REP-1401: A fatal PL/SQL error occurred in program unit beforereport.

ORA-39565: Message 39565 not found;  product=RDBMS; facility=ORA

The oraclebarcode.jar file has been put into the same folder as the report file (C:\oracle\reports) and the rwservlet.conf file has been amended to include the classPath:

  <engine id="rwEng" class="oracle.reports.engine.EngineImpl" maxEngine="5" minEngine="2" engLife="50" callbackTimeOut="120000" engineResponseTimeOut="50" maxIdle="30" classPath="c:\oracle\reports\oraclebarcode.jar" >

      <property name="sourceDir" value="c:\oracle\reports"/>

      <property name="tempDir" value="c:\temp"/>

      <!--property name="classPath" value="c:\oracle\reports\oraclebarcode.jar"/-->

      <!--property name="keepConnection" value="yes"/-->

   </engine>

As you can see, we have tried it in various ways, none of which work.

We have added the path to the REPORTS_CLASSPATH in the registry, and c:\oracle\reports is in the REPORT_PATH in the registry, all to no avail.

Is there something else we have missed? Is there something new in WebLogic server that needs to be done to enable oraclebarcode.jar to work? Please can you point us in the right direction,

thanks

Ian Morgan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2013
Added on Aug 2 2013
1 comment
3,951 views