Skip to Main Content

Oracle Forms

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!

REP-52266: The in-process Reports Server

Tony007Jul 29 2023 — edited Jul 30 2023

hi am having this error when running report server

REP-52266: The in-process Reports Server frm_rep_servr_01 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0

am using this url

Oracle Reports Services - Servlet

http://192.168.0.143:9002/reports/rwservlet/showjobs?server=frm_rep_servr_01&statusonly=true

./wlst.sh

Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

wls:/offline> connect("weblogic","weblogic#","192.168.0.143:7001")
Connecting to t3://192.168.0.143:7001 with userid weblogic ...
Successfully connected to Admin Server "AdminServer" that belongs to domain "Fr_domain".

Warning: An insecure protocol was used to connect to the server.
To ensure on-the-wire security, the SSL port or Admin port should be used instead.

wls:/Fr_domain/serverConfig/> createReportsToolsInstance(instanceName='frm_rep_servr_01',machine='AdminServerMachine')
Location changed to edit custom tree. This is a writable tree with No root.
For more help, use help('editCustom')

Traceback (innermost last):
File "<console>", line 1, in ?
File "/usr1/Oracle/Middleware/Oracle_Home/ReportsToolsComponent/plugins/wlst/reptools-wlst-dependencies.jar!/wlstScriptDir/OracleReportsTools.py", line 22, in createReportsToolsInstance
File "/usr1/Oracle/Middleware/Oracle_Home/ReportsToolsComponent/plugins/wlst/reptools-wlst-dependencies.jar!/wlstScriptDir/reports_tools_handler.py", line 118, in reportsTools_createReportsToolsInstance
File "<iostream>", line 168, in cd
File "<iostream>", line 553, in raiseWLSTException
WLSTException: Error occurred while performing cd : Attribute oracle.reports:Type=ReportsToolsComponent,Name=ReportsToolsComponentManager not found. Use ls('a') to view the attributes

Comments
Post Details
Added on Jul 29 2023
1 comment
575 views