Avatar

Employee Advisor
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
  1.  customer.sh,
  2. httpd.service,
  3. CampaignApache.conf,
  4. .bash_profile
  5. configured JDK_HOME
  6. added adobe campaign operators into apache operators group and viceversa
  7. Disable/Enabled relevant apache modules
David__Garcia_0-1645440101973.png

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
David__Garcia_2-1645440300813.png