-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi,
I have a problem when using your python script for start all servers. When i run the script, all servers start correctly with no errors but when i access the reports servlet (http://192.168.0.205:7777/reports/rwservlet) i get this error:
REP-52003: Read Reports template C:\oracle\MIDDLE
1\ORACLE1\oracle_common\reports\templates\help.htm failed
The template is in C:\oracle\Middleware\Oracle_Home\reports\templates, i dont know why is searching in C:\oracle\Middleware\Oracle_Home\oracle_common\reports\templates.
Here is my start.bat
call C:\oracle\Middleware\Oracle_Home\user_projects\domains\base_domain\bin\setDomainEnv.cmd
cd C:\oracle\Middleware\Oracle_Home\oracle_common\common\bin
wlst startWeblogic.py > C:\Users\Administrador\Desktop\log.txt
Do you know what im doing wrong?