Discussions
Categories
- 196.7K All Categories
- 2.2K Data
- 235 Big Data Appliance
- 1.9K Data Science
- 449.9K Databases
- 221.6K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 549 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 532 SQLcl
- 4K SQL Developer Data Modeler
- 186.9K SQL & PL/SQL
- 21.3K SQL Developer
- 295.4K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.1K Development Tools
- 104 DevOps
- 3.1K QA/Testing
- 645.9K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 153 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 158 Java 8 Questions
- 85.9K Java Programming
- 79 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.2K Java SE
- 13.8K Java Security
- 203 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 398 LiveLabs
- 37 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.6K Other Languages
- 2.3K Chinese
- 170 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 230 Portuguese
Unable to open Oracle Reports 12c (12.2.1.4)

Hi,
I recently Installed Oracle Reports 12c (12.2.1.4) After Repository creation and all other configuration, I was able to find the rwbuilder.exe file in C:\Oracle\Middleware\Oracle_Home\bin.
Running it as administrator it crashes and stop.
I dont know where to check logs, but in Event viewer I am able to view this error.
Faulting application name: rwbuilder.exe, version: 11.1.2.0, time stamp: 0x5d76ae69
Faulting module name: CA.dll, version: 12.2.1.4, time stamp: 0x5d701f89
Exception code: 0xc0000005
Fault offset: 0x0000000000038524
Faulting process id: 0x15d0
Faulting application start time: 0x01d5cf52f1ffde73
Faulting application path: C:\Oracle\Middleware\Oracle_Home\bin\rwbuilder.exe
Faulting module path: C:\Oracle\Middleware\Oracle_Home\bin\CA.dll
Report Id: c0d012d7-293f-4a4b-9eac-793de85dcb70
Faulting package full name:
Faulting package-relative application ID:
Please guide me.
Best Answer
-
This likely is caused by the installation not being completed AND the fact that you are trying to run the exe directly.
You need to complete these steps (Section 2.4.7.1) then use the provided script/bat to run the Rep Builder.
Michael Ferrante
Senior Principal Product Manager
Oracle
Twitter: @OracleFormsPM
Answers
-
Hi,
Kindly check the reports log file under,
The <Oracle_Home>\bin\report.txt <log file> and proceed accordingly based on error recorded.
Also check
1. Go to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\[YOUR Reports 12c KEY]
2. Remove the double quotes around all Windows Registry attributes (ie. Reports Environment Variables).
-
The log file contains:
REP-0001: Unable to find the Report Builder message file.
Please verify your installation. do you have any idea about this error? My environment variables are set.
In Regedit, there is no DoubleQuote.
-
Hi,
Kindly check below steps.
Windows:
Using either Windows Explorer or the Run option from the Start menu, enter the
command:
%APPL_TOP%\envshell.cmd
This creates a command window with the required environment settings for Oracle
E-Business Suite. All subsequent commands should be run in this window.
If you have made any changes to the environment, check that it is correctly
C:\> echo %LOCAL%
C:\> echo %ORACLE_HOME%
C:\> echo %PATH%
C:\> echo %APPL_CONFIG%
For Windows, APPL_CONFIG must be set to <CONTEXT_NAME>."
-
Hi
Step-1
Please for your issue just modify the following file.
C:\frmt\Oracle\Middleware\asinst_1\config\FRComponent\frcommon\tools\admin
cauprefs
Reports.PluggableDataSourceFactories =
Replace with
Reports.PluggableDataSourceFactories = ()
Step-2
Download the following Jar file
javax.jsp_1.2.0.0_2-1
i hope it will help you.
-
I think you are talking about oracle reports 11g. The reply you gave was for the crashing of reports builder while viewing data model.
-
that is the solution for crashing of report builder
-
Hi Sarah,
Did you manage to solve this issue?
Many thanks,
Toni.
-
This likely is caused by the installation not being completed AND the fact that you are trying to run the exe directly.
You need to complete these steps (Section 2.4.7.1) then use the provided script/bat to run the Rep Builder.
Michael Ferrante
Senior Principal Product Manager
Oracle
Twitter: @OracleFormsPM
-
Hi Michael,
That was it, just executed those steps and now everything is working fine, many thanks for your help :-)
Regads,
Toni.