Mailing List Archive

Issue 1292 in cherokee: broken cherokee-admin
Status: New
Owner: ----

New issue 1292 by ren...@woralelandia.com: broken cherokee-admin
http://code.google.com/p/cherokee/issues/detail?id=1292

cherokee-admin is broken on fedora (v1.2.101-1 and since the last version)

it doesn't install apps from the app section (fails every time with redmine)

and it doesn't clean-up...

and, it shows traceback info when I start it:

# cherokee-admin -x -t
Cherokee Web Server 1.2.101 (Oct 19 2011): Listening on port 127.0.0.1:9090,
TLS disabled, IPv6 enabled, using epoll, 4096 fds system limit, max. 2041
connections, 4 threads, 510 connections per thread, standard scheduling
policy

Login:
User: admin
One-time Password: DcGDjxkGyKm0X1Jo

Web Interface:
URL: http://127.0.0.1:9090/

DEBUG: SIGUSR1 invokes the console..
SIGUSR2 prints a backtrace..
Server 1.2.101 running.. PID=11154 Socket=/tmp/cherokee-admin-scgi.socket
Traceback (most recent call last):
File "/usr/share/cherokee/admin/CTK/CTK/XMLRPCProxy.py", line 47, in
__call__
raw = util.to_utf8 (xmlrpc_func ())
File "/usr/lib64/python2.7/xmlrpclib.py", line 1224, in __call__
return self.__send(self.__name, args)
File "/usr/lib64/python2.7/xmlrpclib.py", line 1570, in __request
verbose=self.__verbose
File "/usr/share/cherokee/admin/XMLServerDigest.py", line 145, in request
return self._request_internal (host, handler, request_body, verbose)
File "/usr/share/cherokee/admin/XMLServerDigest.py", line 140, in
_request_internal
return self._parse_response (h.getfile(), sock)
File "/usr/share/cherokee/admin/XMLServerDigest.py", line 94, in
_parse_response
return u.close()
File "/usr/lib64/python2.7/xmlrpclib.py", line 793, in close
raise Fault(**self._stack[0])
Fault: <Fault 1: 'cannot marshal None unless allow_none is enabled'>

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev@lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev
Re: Issue 1292 in cherokee: broken cherokee-admin [ In reply to ]
Comment #1 on issue 1292 by chrispan...@gmail.com: broken cherokee-admin
http://code.google.com/p/cherokee/issues/detail?id=1292

It's good to see that it's not only me that has the same problem. My bug:
#1290

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev@lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev
Re: Issue 1292 in cherokee: broken cherokee-admin [ In reply to ]
Comment #2 on issue 1292 by ren...@woralelandia.com: broken cherokee-admin
http://code.google.com/p/cherokee/issues/detail?id=1292

ah, so this one is duplicate... sorry

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev@lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev
Re: Issue 1292 in cherokee: broken cherokee-admin [ In reply to ]
Comment #3 on issue 1292 by chrispan...@gmail.com: broken cherokee-admin
http://code.google.com/p/cherokee/issues/detail?id=1292

I don't really care. They might, but I don't. I just want someone to
acknowledge that it's a problem and we need a patch asap.

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev@lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev
Re: Issue 1292 in cherokee: broken cherokee-admin [ In reply to ]
Comment #4 on issue 1292 by purxforl...@gmail.com: broken cherokee-admin
http://code.google.com/p/cherokee/issues/detail?id=1292

Getting this issue at the moment on Mac OSX Mountain Lion

DEBUG: SIGUSR1 invokes the console..
SIGUSR2 prints a backtrace..
Server 1.2.101 running.. PID=227 Socket=/tmp/cherokee-admin-scgi.socket
Traceback (most recent call last):

File "/usr/local/Cellar/cherokee/1.2.101/share/cherokee/admin/CTK/CTK/XMLRPCProxy.py",
line 47, in __call__
raw = util.to_utf8 (xmlrpc_func ())

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
line 1224, in __call__
return self.__send(self.__name, args)

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
line 1575, in __request
verbose=self.__verbose

File "/usr/local/Cellar/cherokee/1.2.101/share/cherokee/admin/XMLServerDigest.py",
line 145, in request
return self._request_internal (host, handler, request_body, verbose)

File "/usr/local/Cellar/cherokee/1.2.101/share/cherokee/admin/XMLServerDigest.py",
line 140, in _request_internal
return self._parse_response (h.getfile(), sock)

File "/usr/local/Cellar/cherokee/1.2.101/share/cherokee/admin/XMLServerDigest.py",
line 94, in _parse_response
return u.close()

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
line 793, in close
raise Fault(**self._stack[0])
Fault: <Fault 1: 'cannot marshal None unless allow_none is enabled'>

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev@lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev
Re: Issue 1292 in cherokee: broken cherokee-admin [ In reply to ]
Comment #5 on issue 1292 by pig...@gmail.com: broken cherokee-admin
http://code.google.com/p/cherokee/issues/detail?id=1292

That's issue shouldn't affect cherokee admin itself. Does it?

To have working Cherokee-Admin you will need cherokee-admin from trunk
(generally you need to apply my https://github.com/pigmej/CTK, also merged
into https://github.com/cherokee/CTK).

To apply 'custom' CTK version just download it and replace it
in .../shared/cherokee/admin/CTK (written from my head, sorry if path is
wrong)

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev@lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev
Re: Issue 1292 in cherokee: broken cherokee-admin [ In reply to ]
Comment #6 on issue 1292 by luckyboy...@googlemail.com: broken
cherokee-admin
http://code.google.com/p/cherokee/issues/detail?id=1292

Also true (and annoying) on Gentoo 1.2.101

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev@lists.octality.com
http://lists.octality.com/listinfo/cherokee-dev