Question

When i run oracle reports 11g in my windows 7 it gives me this error rep:50125:rwbuilder.conf:java.lang.NullPointerException

My run shortcut path is

G:\Oracle\Middleware\as_1\bin\rwbuilder.exe

Was it helpful?

Solution

I solved it in my case go to oracle directory and search for rwbuilder.bat it will show three results , one is in the path i.e in my case D:\Oracle\Middleware\asinst_1\config\reports\bin\rwbuilder.bat try to run and it will work

This solution is for the most but not the only and may not solve your problem

OTHER TIPS

Open cmd go to oracle path

C:\Oracle\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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top