Hello guys, I'm getting this error creating a domain weblogic OBI 12.2.1.3:
nitializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
dbargs.py /u01/oracle/Middleware/bi/modules/oracle.bi.configassistant/biee.py /u01/oracle/Middleware /u01/oracle/Middleware/user_projects/domains/bi weblogic Expanded ovm118x6 9502 9503 ORACLE oracle.jdbc.OracleDriver jdbc:oracle:thin:@//pepe:1521/pepe DEVBI jdbc:oracle:thin:@//pepe:1521/pepe
Reading passwords from stdin...
Enter admin password
Enter DBSchema password
Extending domain with BIEE Suite template
Configuring datasources ...
Setting JDBC url to jdbc:oracle:thin:@//m6cmrepos:1521/REPGLOBAL
Deleting old user of type Property
Creating user of type Property at /JDBCSystemResource/LocalSvcTblDataSource/JdbcResource/LocalSvcTblDataSource/JDBCDriverParams/NO_NAME_0/Properties/NO_NAME_0
Master STB data source defined
Sep 18, 2017 5:14:59 PM oracle.simplefan.impl.FanManager configure
SEVERE: attempt to configure ONS in FanManager failed with oracle.ons.NoServersAvailable: Subscription time out
Error: getDatabaseDefaults() failed. Do dumpStack() to see details.
Error: runCmd() failed. Do dumpStack() to see details.
I applied the note: How to Diagnose a Linux Entropy Issue on WebLogic Server Instances (Doc ID 1574979.1), but the error still happening.
Also, my database is a single instance db 12c R1, why the error is with the ONS service, I couldn't understand this.
I was looking for this bug, It seems like the error:
After upgrade from 12.2.1.2.0 to 12.2.1.3.0 - JDBC fails with "ONS configuration failed" – Sysco Middleware Blog
I tried to applied this JAVA_OPTIONS in the WLST, but I still getting error.
Maxi