Member since
02-23-2020
6
Posts
1
Kudos Received
0
Solutions
03-29-2020
10:58 AM
1 Kudo
It's working now, After restarting Zookeeper. Thank You So Much Regards,
... View more
03-09-2020
02:39 PM
Hi @Prabhu_Muppala ,
Please check these couple community threads:
https://community.cloudera.com/t5/Support-Questions/Quick-start-download-removed/m-p/290290/highlight/true#M214798
and
https://community.cloudera.com/t5/Support-Questions/Quickstart-VM/m-p/290512#M214924
Hope this helps!
... View more
02-24-2020
11:53 AM
@Prabhu_Muppala As we see that the netstat command shows no oracle port 1521 opened. (no output means Oracle is not running on default listerer port 1521. [cloudera@quickstart ~]$ sudo netstat -tnlpa | grep 1521 . Also the following error indicates that your Oracle Database is not successfully running on "localhost:1521" Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:470) So please verify why the oracle DB is not running and configured to use 1521 listener port? Please try to restart Oracle and then recheck if the port 1521 is opened? Or if you have configured to run Oracle on some other port? # netstat -tnlpa | grep $ORACLE_PROCESS_ID .
... View more