Hi all,
I've signup for Oracle Cloud to try the new Oracle Forms Service deployment option on oracle cloud (https://cloudmarketplace.oracle.com/marketplace/en_US/adf.task-flow?adf.tfId=adhtf&adf.tfDoc=/WEB-INF/taskflow/adhtf.xml… ), but after I've ssh the hostname and start the provisioning configuration it fails with:
****************************************************************
* Provisioning Oracle FMW Domain *
****************************************************************
****************************************************************
Provisioning failed.
Re-provision the Oracle Forms Cloud instance or
manually configure the Fusion Middleware software.
Contact Oracle Support if this problem persists.
****************************************************************
[opc@myhost ~]$
I've choose not to use Oracle Database Cloud (first step).
The /u01/oracle/provision_logs/provision.log shows:
[opc@myhost provision_logs]$ cat provision.log
starting profile provisioning
starting provisioning
provisiong script passed argument profile_provision
configuring domain under /u01/oracle/middleware/user_projects/domains/base_domain...
configuring fmw domain using interactive provisoning...
--------------------------------------------------------------------------------------------------------
frmdomainconfig params
--------------------------------------------------------------------------------------------------------
creating a Oracle Forms domain using the following parameters
...................................................................
oracle_home:/u01/oracle/middleware/Oracle_Home
domain_name:base_domain
domain_home:/u01/oracle/middleware/user_projects/domains/base_domain
hostname:myhost.subnet.vcn.oraclevcn.com
fqdn:myhost.subnet.vcn.oraclevcn.com
as_name:AdminServer
as_port:7001
as_ssl_port:7002
as_machine:AdminServerMachine
node manager listen address:localhost
node manager port:5556
rcu db setting
...................................................................
db_user:sys
db_host:myhost.subnet.vcn.oraclevcn.com
db_port:1521
db_sid:orcl
schema_prefix:frm
dbcs_jdbc_str
dbcs_sqlnet_str
...................................................................
frmdomainconfig option create_domain start time: 14:25:18 PM
------------------------------------------------------------------------------
configuring database tnsnames.ora
------------------------------------------------------------------------------
configuring database Listener
Parsing command line arguments:
Parameter "silent" = true
Parameter "responsefile" = /u01/oracle/database/base/Oracle_Home/assistants/netca/netca.rsp
Done parsing command line arguments.
Oracle Net Services Configuration:
Profile configuration complete.
Oracle Net Listener Startup:
Running Listener Control:
/u01/oracle/database/base/Oracle_Home/bin/lsnrctl start LISTENER
Listener Control complete.
Listener started successfully.
Listener configuration complete.
Oracle Net Services configuration successful. The exit code is 0
------------------------------------------------------------------------------
------------------------------------------------------------------------------
starting the database 14:25:23
------------------------------------------------------------------------------
------------------------------------------------------------------------------
updating database user 14:25:38
------------------------------------------------------------------------------
...................................................................
creating schema using : frm @ 14:26:04 PM
...................................................................
...................................................................
creating schema to local Oracle database
...................................................................
failed to create wls dom rcu schema
Exiting WebLogic Scripting Tool.
****************************************************************
Provisioning failed.
Re-provision the Oracle Forms Cloud instance or
manually configure the Fusion Middleware software.
Contact Oracle Support if this problem persists.
****************************************************************
cleaning up profile provisioning script
cleaning up bootstrap script
------------------------------------------------------------------------------
The rcu.log file contains
---------------------------------------------------
Wed Aug 26 14:22:58 GMT 2020
auto provisioning not enabled, switching to user profile provisioning.
disabling forms provisioning service
[root@myhost provision_logs]# cat rcu.log
RCU Logfile: /tmp/RCU2020-08-26_14-26_191859588/logs/rcu.log
Enter the database password(User:sys):
Processing command line ....
Unable to connect to the DB. Check if DB connection details entered are correct.
Invalid username/password.
Enter valid username/password
ERROR - RCU-6090 Connection step validation failed.
CAUSE - RCU-6090 Skipping main operation: failed to connect to database because database details were missing or invalid.
ACTION - RCU-6090 Provide correct database details and try again.
This is a wizard like and the provisioning should be automated ... does anyone tested this
The Listener is running, the database is running (in the same host)... what's wrong here?
Regards
J