Friday, July 24, 2020

Weblogic 10.3.6 Installer Insufficient Disk Space

Weblogic 10.3.6 Installer fails with the insufficient disk space issue please use one of the following command to ignore disk space detection:


java -Dos.name=unix -jar wls1035_generic.jar

or

java -Xmx1024M -Dspace.detection=false -jar wls1035_generic.jar


AWS EC2 - SSH locked with UFW

Need to update the instance's user data: 1. Stop the instance 2. Right click (windows) or ctrl + click (Mac) on the instance to open a c...