Posts

Showing posts from July, 2019

telnet: connect to address No route to host

On oracle virtualbox on my laptop, tnsping was not responding. Then I check the telnet, it was not working: [oracle@primary1 ~]$ telnet primary1 1521 Trying 192.168.1.27... telnet: connect to address 192.168.1.27: No route to host Solution: iptables -F  (  If you want to flush your firewall chains) After that my tnsping and telnet started working.

After cloning - adapcctl.sh: exiting with status 204

After cloning on appsTier, following was error as on source SSO was enabled: Error: applprod@hostname:…1_hostname/admin/scripts$ sh adapcctl.sh start                                                                                            You are running adapcctl.sh version 120.7.12010000.2 Starting OPMN managed Oracle HTTP Server (OHS) instance ... adapcctl.sh: exiting with status 204 In the logfile: 19/07/09 20:35:17 Start process -------- /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing ht...

tfactl - javax.crypto.BadPaddingException: Given final block not properly padded

My Grid version was 11.2.0.4: ./tfactl diagcollect -from "2019-06-15 17:00:00" -to "2019-06-15 18:00:00" javax.crypto.BadPaddingException: Given final block not properly padded         at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)         at com.sun.crypto.provider.SunJCE_h.b(DashoA12275)         at com.sun.crypto.provider.AESCipher.engineDoFinal(DashoA12275)         at javax.crypto.Cipher.doFinal(DashoA12275)         at oracle.rat.tfa.util.EncryptionUtil.decrypt(EncryptionUtil.java:96)         at oracle.rat.tfa.CommandLine.processCommand(CommandLine.java:261)         at oracle.rat.tfa.CommandLine.main(CommandLine.java:478) Not enough space in Repository or TFA_BASE to run collections javax.crypto.BadPaddingException: Given fin...