AWS

Liferay with S3 – The action Create Object in bucket cannot be performed with an invalid bucket: null

Issue You are trying to integrate AWS S3 bucket with your Liferay Application. You have a dedicated IAM user, Access Key, Secret Key for the bucket. You are getting the below error. “ERROR: ” com.liferay.portal.kernel.exception.SystemException: org.jets3t.service.S3ServiceException: The action Create Object in bucket cannot be performed with an invalid bucket: null”” Resolution Makesure the below policy …

Liferay with S3 – The action Create Object in bucket cannot be performed with an invalid bucket: null Read More »

CentOS 7 / RHEL 7 – AWS ec2 – how to set hostname persistent across reboots

Issue how to set hostname persistent across reboots in CentOS 7 / RHEL 7 on AWS ec2 CentOS 7 / RHEL 7 Hostname changes after reboots in aws ec2 Solution Set the hostname with the below command hostnamectl set-hostname hostname.yourdomainname.com Now run the below to change the cloud.cfg echo “preserve_hostname: true” >> /etc/cloud/cloud.cfg Reboot the …

CentOS 7 / RHEL 7 – AWS ec2 – how to set hostname persistent across reboots Read More »

Scroll to Top