<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Here is some messages from the /var/log/cobbler/cobbler.log when I initiate a "Cobbler Sync" from the WebUI:<br><br>==> /var/log/cobbler/cobbler.log <==<br>Thu Aug  6 15:25:00 2015 - DEBUG | get_items; ['distro']<br>Thu Aug  6 15:25:00 2015 - DEBUG | done with get_items; ['distro']<br>Thu Aug  6 15:25:00 2015 - DEBUG | get_items; ['profile']<br>Thu Aug  6 15:25:00 2015 - DEBUG | done with get_items; ['profile']<br>Thu Aug  6 15:25:00 2015 - INFO | REMOTE get_item(distro,sl7-x86_64:2:DSIC-Poway); user(?)<br>Thu Aug  6 15:25:00 2015 - DEBUG | get_item; ['distro', 'sl7-x86_64:2:DSIC-Poway']<br>Thu Aug  6 15:25:00 2015 - DEBUG | done with get_item; ['distro', 'sl7-x86_64:2:DSIC-Poway']<br>Thu Aug  6 15:25:00 2015 - DEBUG | get_item; ['profile', 'sl7-x86_64-minimal:2:DSIC-Poway']<br>Thu Aug  6 15:25:00 2015 - DEBUG | done with get_item; ['profile', 'sl7-x86_64-minimal:2:DSIC-Poway']<br>Thu Aug  6 15:25:00 2015 - INFO | REMOTE modify_item(profile); user(taskomatic_user); object_id(profile::sl7-x86_64-minimal:2:DSIC-Poway); attribute(kickstart)<br>Thu Aug  6 15:25:00 2015 - DEBUG | get_item; ['profile', 'sl7-x86_64-minimal:2:DSIC-Poway']<br>Thu Aug  6 15:25:00 2015 - DEBUG | done with get_item; ['profile', 'sl7-x86_64-minimal:2:DSIC-Poway']<br>Thu Aug  6 15:25:00 2015 - DEBUG | authorize; ['taskomatic_user', 'modify_profile', <cobbler.item_profile.Profile instance at 0x2852cb0>, 'kickstart', True]<br>Thu Aug  6 15:25:00 2015 - DEBUG | REMOTE taskomatic_user authorization result: True; user(?)<br>Thu Aug  6 15:25:00 2015 - INFO | Exception occured: <class '<a href="http://cobbler.cexceptions.CX">cobbler.cexceptions.CX</a>'><br>Thu Aug  6 15:25:00 2015 - INFO | Exception value: 'Invalid kickstart template file location /var/lib/rhn/kickstarts/wizard/sl7-x86_64-minimal--2.cfg, it is not inside /var/lib/cobbler/kickstarts/'<br>Thu Aug  6 15:25:00 2015 - INFO | Exception Info:<br>  File "/usr/lib/python2.6/site-packages/cobbler/utils.py", line 126, in die<br>    raise CX(msg)<br><br>Thu Aug  6 15:25:00 2015 - INFO | Exception occured: <class '<a href="http://cobbler.cexceptions.CX">cobbler.cexceptions.CX</a>'><br>Thu Aug  6 15:25:00 2015 - INFO | Exception value: 'Invalid kickstart template file location /var/lib/rhn/kickstarts/wizard/sl7-x86_64-minimal--2.cfg, it is not inside /var/lib/cobbler/kickstarts/'<br>Thu Aug  6 15:25:00 2015 - INFO | Exception Info:<br>  File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 2080, in _dispatch<br>    return method_handle(*params)<br>   File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 848, in modify_profile<br>    return self.modify_item("profile",object_id,attribute,arg,token)<br>   File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 836, in modify_item<br>    self._validate_ks_template_path(arg)<br>   File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 820, in _validate_ks_template_path<br>    utils.die(self.logger, "Invalid kickstart template file location %s, it is not inside /var/lib/cobbler/kickstarts/" % path)<br>   File "/usr/lib/python2.6/site-packages/cobbler/utils.py", line 134, in die<br>    raise CX(msg)<br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span style="font-family:monospace,monospace"><font size="1">___________________________________________<br>¯\_(ツ)_/¯<br>Ryan Clough<br>Information Systems<br><a href="http://www.decisionsciencescorp.com/" target="_blank">Decision Sciences International Corporation</a></font></span><span style="font-family:"Calibri","sans-serif";color:#1f497d"><a href="http://www.decisionsciencescorp.com/" target="_blank"><span style="color:blue"></span></a></span></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Aug 6, 2015 at 2:17 PM, Ryan Clough <span dir="ltr"><<a href="mailto:ryan.clough@dsic.com" target="_blank">ryan.clough@dsic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Has anyone seen this lately? We are running SW 2.3 on Scientific Linuc 6.6.<br><br>2015-08-06 14:15:00,423 [DefaultQuartzScheduler_Worker-8] ERROR com.redhat.rhn.taskomatic.task.CobblerSyncTask  - RuntimeExceptionError trying to sync to cobbler: redstone.xmlrpc.XmlRpcFault: <class '<a href="http://cobbler.cexceptions.CX" target="_blank">cobbler.cexceptions.CX</a>'>:'Invalid kickstart template file location /var/lib/rhn/kickstarts/wizard/sl7-x86_64-minimal--2.cfg, it is not inside /var/lib/cobbler/kickstarts/'<br>java.lang.RuntimeException: redstone.xmlrpc.XmlRpcFault: <class '<a href="http://cobbler.cexceptions.CX" target="_blank">cobbler.cexceptions.CX</a>'>:'Invalid kickstart template file location /var/lib/rhn/kickstarts/wizard/sl7-x86_64-minimal--2.cfg, it is not inside /var/lib/cobbler/kickstarts/'<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerCommand.invokeXMLRPC(CobblerCommand.java:104)<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerCommand.invokeXMLRPC(CobblerCommand.java:115)<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerProfileSyncCommand.syncProfileToSpacewalk(CobblerProfileSyncCommand.java:152)<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerProfileSyncCommand.store(CobblerProfileSyncCommand.java:107)<br>        at com.redhat.rhn.taskomatic.task.CobblerSyncTask.execute(CobblerSyncTask.java:123)<br>        at com.redhat.rhn.taskomatic.task.RhnJavaJob.execute(RhnJavaJob.java:89)<br>        at com.redhat.rhn.taskomatic.TaskoJob.execute(TaskoJob.java:169)<br>        at org.quartz.core.JobRunShell.run(JobRunShell.java:216)<br>        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)<br>Caused by: redstone.xmlrpc.XmlRpcFault: <class '<a href="http://cobbler.cexceptions.CX" target="_blank">cobbler.cexceptions.CX</a>'>:'Invalid kickstart template file location /var/lib/rhn/kickstarts/wizard/sl7-x86_64-minimal--2.cfg, it is not inside /var/lib/cobbler/kickstarts/'<br>        at redstone.xmlrpc.XmlRpcClient.handleResponse(XmlRpcClient.java:443)<br>        at redstone.xmlrpc.XmlRpcClient.endCall(XmlRpcClient.java:376)<br>        at redstone.xmlrpc.XmlRpcClient.invoke(XmlRpcClient.java:165)<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerXMLRPCHelper.invokeMethod(CobblerXMLRPCHelper.java:69)<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerCommand.invokeXMLRPC(CobblerCommand.java:100)<br>        ... 8 more<br>2015-08-06 14:15:00,424 [DefaultQuartzScheduler_Worker-8] ERROR com.redhat.rhn.taskomatic.task.CobblerSyncTask  - re-throwing exception since we havent yet.<br>2015-08-06 14:15:00,425 [DefaultQuartzScheduler_Worker-8] ERROR com.redhat.rhn.taskomatic.task.CobblerSyncTask  - Executing a task threw an exception: java.lang.RuntimeException<br>2015-08-06 14:15:00,425 [DefaultQuartzScheduler_Worker-8] ERROR com.redhat.rhn.taskomatic.task.CobblerSyncTask  - Message: redstone.xmlrpc.XmlRpcFault: <class '<a href="http://cobbler.cexceptions.CX" target="_blank">cobbler.cexceptions.CX</a>'>:'Invalid kickstart template file location /var/lib/rhn/kickstarts/wizard/sl7-x86_64-minimal--2.cfg, it is not inside /var/lib/cobbler/kickstarts/'<br>2015-08-06 14:15:00,425 [DefaultQuartzScheduler_Worker-8] ERROR com.redhat.rhn.taskomatic.task.CobblerSyncTask  - Cause: redstone.xmlrpc.XmlRpcFault: <class '<a href="http://cobbler.cexceptions.CX" target="_blank">cobbler.cexceptions.CX</a>'>:'Invalid kickstart template file location /var/lib/rhn/kickstarts/wizard/sl7-x86_64-minimal--2.cfg, it is not inside /var/lib/cobbler/kickstarts/'<br>2015-08-06 14:15:00,426 [DefaultQuartzScheduler_Worker-8] ERROR com.redhat.rhn.taskomatic.task.CobblerSyncTask  - Stack trace:java.lang.RuntimeException: redstone.xmlrpc.XmlRpcFault: <class '<a href="http://cobbler.cexceptions.CX" target="_blank">cobbler.cexceptions.CX</a>'>:'Invalid kickstart template file location /var/lib/rhn/kickstarts/wizard/sl7-x86_64-minimal--2.cfg, it is not inside /var/lib/cobbler/kickstarts/'<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerCommand.invokeXMLRPC(CobblerCommand.java:104)<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerCommand.invokeXMLRPC(CobblerCommand.java:115)<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerProfileSyncCommand.syncProfileToSpacewalk(CobblerProfileSyncCommand.java:152)<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerProfileSyncCommand.store(CobblerProfileSyncCommand.java:107)<br>        at com.redhat.rhn.taskomatic.task.CobblerSyncTask.execute(CobblerSyncTask.java:123)<br>        at com.redhat.rhn.taskomatic.task.RhnJavaJob.execute(RhnJavaJob.java:89)<br>        at com.redhat.rhn.taskomatic.TaskoJob.execute(TaskoJob.java:169)<br>        at org.quartz.core.JobRunShell.run(JobRunShell.java:216)<br>        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)<br>Caused by: redstone.xmlrpc.XmlRpcFault: <class '<a href="http://cobbler.cexceptions.CX" target="_blank">cobbler.cexceptions.CX</a>'>:'Invalid kickstart template file location /var/lib/rhn/kickstarts/wizard/sl7-x86_64-minimal--2.cfg, it is not inside /var/lib/cobbler/kickstarts/'<br>        at redstone.xmlrpc.XmlRpcClient.handleResponse(XmlRpcClient.java:443)<br>        at redstone.xmlrpc.XmlRpcClient.endCall(XmlRpcClient.java:376)<br>        at redstone.xmlrpc.XmlRpcClient.invoke(XmlRpcClient.java:165)<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerXMLRPCHelper.invokeMethod(CobblerXMLRPCHelper.java:69)<br>        at com.redhat.rhn.manager.kickstart.cobbler.CobblerCommand.invokeXMLRPC(CobblerCommand.java:100)<br>        ... 8 more<br><br></div><div class="gmail_default" style="font-family:monospace,monospace">Thank you for taking a look.<br clear="all"></div><div><div><div dir="ltr"><div><div dir="ltr"><span style="font-family:monospace,monospace"><font size="1">___________________________________________<br>¯\_(ツ)_/¯<span class="HOEnZb"><font color="#888888"><br>Ryan Clough<br>Information Systems<br><a href="http://www.decisionsciencescorp.com/" target="_blank">Decision Sciences International Corporation</a></font></span></font></span><span style="font-family:"Calibri","sans-serif";color:#1f497d"><a href="http://www.decisionsciencescorp.com/" target="_blank"><span style="color:blue"></span></a></span></div></div></div></div></div>
</div>
</blockquote></div><br></div>

<br>
<span><font color="#888888">This email and its contents are confidential. If you are not the 
intended recipient, please do not disclose or use the information within
 this email or its attachments. If you have received this email in 
error, please report the error to the sender by return email and 
delete this communication from your records.</font></span>