Hello That looks like a 500 error from Apache, which is a Internal server error. You need to have a look at the apache logs on the vm to see what the problem is. The logs *should* be in /var/log/httpd This is the centos guide to logs http://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-logfiles.html
I hope this helps. Mark On Monday, February 4, 2013 10:02:00 AM UTC, Mamta Garg wrote: > > Hi James, > > Thanks for reply! > > Yes, i am using learning puppet VM. and have ran both commands and able it > run successfully . > > But even before running these command i started getting error while > launching puppet dashboard. > > Please find attched acreenshot for dashboard error.Do you have clue about > this error? > > Thanks, > Mamta > > On Fri, Feb 1, 2013 at 8:44 PM, James Sweeny > <[email protected]<javascript:> > > wrote: > >> Hi Mamta, >> >> Are you using the learning puppet VM (I assume so because of the domain >> name)? That comes with Puppet Enterprise installed, which uses different >> paths and service names. >> >> In PE, the master and console run under the pe-httpd service, and the >> agent runs under pe-puppet. Are you able to run the following commands? If >> not, please copy/paste the error text. >> >> /sbin/service pe-httpd start >> /sbin/service pe-puppet start >> >> If you are not using the learning puppet VM, and are not using Puppet >> Enterprise, the above instructions will not apply, and we will need more >> information about how you installed dashboard to troubleshoot further. >> >> Thanks, >> >> - James >> >> >> On Thu, Jan 31, 2013 at 5:03 AM, Mamta Garg <[email protected]<javascript:> >> > wrote: >> >>> Can anyone please help! >>> >>> >>> On Wed, Jan 30, 2013 at 6:58 AM, Mamta Garg >>> <[email protected]<javascript:> >>> > wrote: >>> >>>> Hi , >>>> >>>> I have set the correct time on master and agent.But Not able to lauch >>>> puppet dashboard. >>>> Please guide? >>>> >>>> find attched screenshot. >>>> >>>> I thiugh because of servuce iam getting error ,I have tried to run >>>> below command ,getting error. >>>> >>>> puppet resource service puppet ensure=running enable=true >>>> >>>> Thanks, >>>> Mamta >>>> >>>> On Tue, Jan 29, 2013 at 11:38 PM, RAVI TEJ <[email protected]<javascript:> >>>> > wrote: >>>> >>>>> Hi mamta, >>>>> >>>>> Could you please check the time on the server(which is hosting >>>>> puppet-dashboard) ?? Make sure it is sync with the puppet master. >>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Puppet Users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected] <javascript:>. >>>>> >>>>> To post to this group, send email to >>>>> [email protected]<javascript:> >>>>> . >>>>> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Thanks and Regards, >>>> Mamta Garg >>>> >>> >>> >>> >>> -- >>> Thanks and Regards, >>> Mamta Garg >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Puppet Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> To post to this group, send email to [email protected]<javascript:> >>> . >>> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> >> >> -- >> >> James Sweeny >> Professional Services >> http://puppetlabs.com/ >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Thanks and Regards, > Mamta Garg > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
