Hi all.
I have performed a new installation of Oracle Forms and Reports 12c (12.2.1.3). No problems were reported from any of the installation steps.
However i'm finding issues starting either ohs or standalone report server created in a earlier step (createReportsToolsInstance(instanceName='reptools1',machine='AdminServerMachine') and createReportsServerInstance(instanceName='rep_server1',machine='AdminServerMachine'). I have no issue connecting to Weblogic using wlst.sh
Sample output:
[weblogic@SrvWFR1 bin]$ pwd
/u01/app/oracle/product/12.2.1/user_projects/domains/frsdomain/bin
[weblogic@SrvWFR1 bin]$./startComponent.sh rep_server1
Starting system Component rep_server1 ...
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Reading domain from /u01/app/oracle/product/12.2.1/user_projects/domains/frsdomain
Error: java.lang.NegativeArraySizeException
Exiting WebLogic Scripting Tool.
A similar error was reported initially when i tried to start osh from the command line:
[weblogic@SrvWFR1 bin]$ ./startComponent.sh ohs1
Starting system Component ohs1 ...
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Reading domain from /u01/app/oracle/product/12.2.1/user_projects/domains/frsdomain
Error: java.lang.NegativeArraySizeException
Exiting WebLogic Scripting Tool.
Done
[weblogic@SrvWFR1 bin]$
Done
[weblogic@SrvWFR1 bin]$
I happened to start ohs from FMW Enterprise Manager manually, which is OK for a workaround, but now, not being able so start standalone report server poses a problem.
So please:
1) Can anyone offer a solution to this issue?
2) How or where can i start standalone report server from FMW EM Control?
I have read there are some issues with OHS 12.2.1.3 as stated here:
https://docs.oracle.com/middleware/1213/webtier/releasenotes-ohs/known_issues.htm#CHDBFIDE
But i'm not sure if any of these issues is related to mine.
Please advise or provide an action plan. what to check, workaround.
Thanks in advance!!!!