Error when trying to start puppet service

0 votes

I am using Centos 7 Linux VMs hosted on AWS Cloud,
i have have installed Puppet master and Puppet slave and also i have the puppet configuration file, when i try to start the puppet services on master,
i am getting the below error message, can you help me to resolve this issue. 

[root@puppetmaster ~]# systemctl start puppetserver
Job for puppetserver.service failed because the control process exited with error code. See "systemctl status puppetserver.service" and "journalctl -xe" for details.

[root@puppetmaster ~]# systemctl status puppetserver.service
? puppetserver.service - puppetserver Service
Loaded: loaded (/usr/lib/systemd/system/puppetserver.service; disabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Sun 2018-10-14 12:33:03 UTC; 6s ago
Process: 1191 ExecStart=/opt/puppetlabs/server/apps/puppetserver/bin/puppetserver start (code=exited, status=1/FAILURE)

Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: puppetserver.service: control process exited, code=exited status=1
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: Failed to start puppetserver Service.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: Unit puppetserver.service entered failed state.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: puppetserver.service failed.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: puppetserver.service holdoff time over, scheduling restart.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: start request repeated too quickly for puppetserver.service
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: Failed to start puppetserver Service.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: Unit puppetserver.service entered failed state.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: puppetserver.service failed.
Dec 19, 2018 in Jenkins by Ali
• 11,360 points
8,352 views

2 answers to this question.

0 votes

It looks like puppet is not configured properly. Follow this proper installation guide.

answered Dec 19, 2018 by Alan
0 votes
first where the puppetserver is installed i.e.., VM configurations basically if VM RAM size is above 2gig then it wont popup any error message if the size is below that 2gb then it shows you can modify it by going

$ vi  /etc/default/puppetserver

JAVA-ARGS="-xms2g-xmx2g -XX:maxpermsize:256m"

need to change if your ram size is less than 2gig

JAVA-ARGS="-xms256m-xmx256m -XX:maxpermsize:512m"
answered Mar 28, 2019 by Mallikarjuna
• 140 points
Heyy!! So basically you want me to go to the puppetserver config file and increase the RAM?

Related Questions In Jenkins

0 votes
1 answer
0 votes
1 answer

Error saying "localhost:3001error" When trying to run a build - Jenkins

There are two possible issues with this ...READ MORE

answered Dec 19, 2018 in Jenkins by Kalgi
• 52,360 points
1,090 views
0 votes
1 answer

I’m facing a login error when I try to run Jenkins on Docker. How do I solve this?

You have to open the /var/log/jenkins/jenkins.log file to ...READ MORE

answered Jul 24, 2018 in Jenkins by Sophie may
• 10,610 points
3,312 views
0 votes
2 answers

timeout issue when trying to connect instance with putty

Hey @Ali, You might not have enabled ...READ MORE

answered Dec 20, 2018 in Jenkins by Eric
727 views
0 votes
1 answer

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

answered Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
933 views
+1 vote
1 answer
0 votes
1 answer
0 votes
1 answer

Error while trying to execute a maven project

Follow these steps: In global tool configuration: For Maven: ...READ MORE

answered Jan 3, 2019 in Jenkins by Vishnu
8,046 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP