[Zope-CMF] error...
Dieter Maurer
dieter@handshake.de
Wed, 31 Jul 2002 23:43:33 +0200
Aris Santillan writes:
> what is this error all about
>
> Output from command bash /usr/local/zope/sysad/compress_datafs.fcm ..
>
> Traceback (innermost last):
> File "/usr/local/zope/lib/python/ZPublisher/Client.py", line 641, in ?
> main()
> File "/usr/local/zope/lib/python/ZPublisher/Client.py", line 634, in main
> headers, body = apply(f,(),kw)
> File "/usr/local/zope/lib/python/ZPublisher/Client.py", line 225, in
> __call__
> self.handleError(query, ec, em, headers, response)
> File "/usr/local/zope/lib/python/ZPublisher/Client.py", line 240, in
> handleError
> raise t, RemoteException(t,v,f,l,self.url,query,ec,em,response)
> bci.ServerError: 302 (File: Unknown Line: Unknown)
> 302 Moved Temporarily for
> http://203.167.103.90:8080/Control_Panel/manage_pack
This is not an error at all.
After packing is complete, "manage_pack" wants to redirect to a
page which shows you the success.
"ZPublisher.Client" is a bit stupid about redirects...
Ignore the "ServerError".
Dieter