Here's the log.


2009-03-23 04:41:19,655 - api - login attempt; user(testing)
2009-03-23 04:41:19,656 - api - authenticate; ['testing', True]
2009-03-23 04:41:19,657 - api - login succeeded; user(testing)
2009-03-23 04:41:19,659 - api - calling authorize for resource ['/cobbler/web/', None, None]; user(testing)
2009-03-23 04:41:19,659 - api - authorization result: True; user(?)
2009-03-23 04:41:20,178 - api - Exception occured: exceptions.RuntimeError
2009-03-23 04:41:20,179 - api - Exception value: maximum recursion depth exceeded in cmp
2009-03-23 04:41:20,196 - api - Exception Info:
  File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 828, in _dispatch
    return method_handle(*params)
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 154, in get_size
    data = self.__get_all(collection_name)
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 192, in __get_all
    return self.xmlrpc_hacks(data)
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 785, in xmlrpc_hacks
    data = [ self.xmlrpc_hacks(x) for x in data ]
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])

######### THE ABOVE LINES REPEATS MULTIPLE TIMES ###############
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 790, in xmlrpc_hacks
    data2[str(key)] = self.xmlrpc_hacks(data[key])
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 785, in xmlrpc_hacks
    data = [ self.xmlrpc_hacks(x) for x in data ]
   File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 784, in xmlrpc_hacks
    elif type(data) == list:



On Mon, Mar 23, 2009 at 7:37 AM, Michael DeHaan <mdehaan@redhat.com> wrote:
Rodrique Heron wrote:
> Hello All-
>
> I am running cobbler-1.4.3-4.el5 on centos 5.2, I have one system
> defined that causing the web interface of cobbler to display this
> message when trying to view SYSTEMS.

Please check /var/log/cobbler/*.log and see if you have the remote end
of the exception there in the tail of that log.   This will tell us more.

--Michael


>
> Mod_python error: "PythonHandler index"
>
>
> Traceback (most recent call last):
>
>   File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch
>     result = object(req)
>
>   File "/var/www/cobbler/web/index.py", line 130, in handler
>
>     content = func( **form )
>
>   File "/usr/lib/python2.4/site-packages/cobbler/webui/CobblerWeb.py", line 313, in system_list
>     (page, results_per_page, pages) = self.__compute_pagination(page,limit,"system")
>
>
>   File "/usr/lib/python2.4/site-packages/cobbler/webui/CobblerWeb.py", line 288, in __compute_pagination
>     total_size = self.remote.get_size(collection_type)
>
>   File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__
>
>     return self.__send(self.__name, args)
>
>   File "/usr/lib64/python2.4/xmlrpclib.py", line 1383, in __request
>     verbose=self.__verbose
>
>   File "/usr/lib64/python2.4/xmlrpclib.py", line 1147, in request
>
>     return self._parse_response(h.getfile(), sock)
>
>   File "/usr/lib64/python2.4/xmlrpclib.py", line 1286, in _parse_response
>     return u.close()
>
>   File "/usr/lib64/python2.4/xmlrpclib.py", line 744, in close
>
>     raise Fault(**self._stack[0])
>
>
> I tried removing the system from th CLI, but get usage output instead of the system being removed
>
> # cobbler system list
> nixutil-vm-01
>
> # cobbler system remove nixutil-vm-01
>
>
> usage:
> ======
> cobbler system add
> cobbler system copy
> cobbler system dumpvars
> cobbler system edit
> cobbler system find
> cobbler system getks
> cobbler system poweroff
> cobbler system poweron
> cobbler system list
>
> cobbler system reboot
> cobbler system remove
> cobbler system rename
> cobbler system report
>
>
> # cobbler system list
> nixutil-vm-01
>
>
> Any ideas?
>
> Thanks
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> cobbler mailing list
> cobbler@lists.fedorahosted.org
> https://fedorahosted.org/mailman/listinfo/cobbler
>

_______________________________________________
cobbler mailing list
cobbler@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler