search for: noclassdeffound

Displaying 1 result from an estimated 1 matches for "noclassdeffound".

Did you mean: noclassdefffound
2010 Feb 24
9
Puppet's call to /sbin/service somehow different than calling from the command line?
...tart the service, the service fails to run. Specifically, I have a basic ''service { "name": ensure => true }'' defined. I run "puppetd --test" and I see it changing the status of the service from stopped to running, and yet my Java service fails with random NoClassDefFound errors. I keep coming back to the fact that I can run my example service with a direct call to ''/sbin/service name start'' and everything works fine. Yet when Puppet makes that same call (I''ve seen it in the debug logs), my service fails. What''s the difference...