Adsense Ad

Monday 2 September 2019

Oracle Reports: rep:50125:rwbuilder.conf:java.lang.NullPointerException



Solution 1

Go to oracle directory and search for rwbuilder.bat it will show three results, one is in the path i.e

"<OracleHome>\Middleware\asinst_1\config\reports\bin\rwbuilder.bat" 

Solution 2
Open cmd go to oracle path

<OracleHome>\Middleware\asinst_1\bin>

Then write your command

opmnctl createcomponent -adminUsername weblogic -adminHost SERVERNAME -adminPort 7001 -oracleInstance c:\oracle\middleware\asinst_1 -instanceName asinst_1 -componentName MYREPSERVERNAME -componentType ReportsServerComponent

opmnctl startproc ias-component=MYREPSERVERNAME

Solution 3
  • Search for your cauprefs.ora file
  • Backup: cauprefs.ora
  • Edit: cauprefs.ora you may need to update two entries e.g.
    • Reports.root_x = “-32000”
    • Reports.root_y = “-32000”
    • Reports.root_x = 0
    • Reports.root_y = 0




2 comments:

Unknown said...

Thank you very much, my problem solved in first attempt

Car said...

Muchas gracias, me funcionó con el paso 3.