Hi Community,
I'm trying to deploy v7.9032 on red hat 7.9 on my local environment but I am running into some issues when trying to start httpd and nlserver
systemctl start httpd
systemctl start nlserver
I've created and configured
- customer.sh,
- httpd.service,
- CampaignApache.conf,
- .bash_profile
- configured JDK_HOME
- added adobe campaign operators into apache operators group and viceversa
- Disable/Enabled relevant apache modules
To try and fix the permissions error mentioned in the above error, I made sure neolane had ownership of its folder artifacts
On the permissions denied whilst trying to execute nlserver, I fixed it by changing ownership of the nlserver objects
chown -R neolane:neolane neolane chmod -R 775 neolane
chmod 755 neolane