netca produces an error and does not run second time around
> $ORACLE_HOME/bin/netca
Oracle Net Services Configuration:
Error: null
Check the trace file for details: /u01/app/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-13010311AM3150.log
Oracle Net Services configuration failed. The exit code is 1
I checked the trace log and the error is:
java.lang.NullPointerException
at oracle.ewt.lwAWT.BufferedApplet.<init>(Unknown Source)
at oracle.net.ca.NetCA.<init>(NetCA.java:443)
at oracle.net.ca.NetCA.main(NetCA.java:429)
I tried re-running netca but it didn't even run the second time around. No log created this time.