Anyone ever had or heard of this problem?? Trying to copy and then paste any object using the ZMI results in a CopyError where the message is that there was no data (CopyError, eNoData). This is on a server that was working fine yesterday. There are no error message logs except the standard traceback for the CopyError when performing the paste (in other words, the copy did not raise any flags) The strange thing is that when I go into a containerish object, there is a copy but no paste button. I select any object (container or not) and click copy. This operation is coming back faster than I would expect, but when it comes back the paste button is now visible. I hit paste and get the CopyError again. This happens with cut and paste as well. We've got a Zope-2.8.8 install using ZEO for our database and two client instances talking to it. I have multiple separate storage files configured in the zeo server... this occurs with either client, and whether I am copying/pasting within a single database file or across files. No error message is being generated in the zeo server log. ------ 2006-11-21T12:25:26 ERROR Zope.SiteErrorLog http://10.1.1.124:8181/junk/manage_pasteObjects Traceback (most recent call last): File "/usr/local/Zope-2.8.8/lib/python/ZPublisher/Publish.py", line 114, in publish request, bind=1) File "/usr/local/Zope-2.8.8/lib/python/ZPublisher/mapply.py", line 88, in mapply if debug is not None: return debug(object,args,context) File "/usr/local/Zope-2.8.8/lib/python/ZPublisher/Publish.py", line 40, in call_object result=apply(object,args) # Type s<cr> to step into published object. File "/usr/local/Zope-2.8.8/lib/python/OFS/CopySupport.py", line 161, in manage_pasteObjects raise CopyError, eNoData Copy Error: ...html removed... No clipboard data found. ...html removed... ===================================== Robin Sale, Software Engineer Specialized Technology Resources, Inc. robin.sale@strus.com
Sale, Robin wrote at 2006-11-21 12:39 -0500:
Anyone ever had or heard of this problem??
Trying to copy and then paste any object using the ZMI results in a CopyError where the message is that there was no data (CopyError, eNoData). This is on a server that was working fine yesterday. There are no error message logs except the standard traceback for the CopyError when performing the paste (in other words, the copy did not raise any flags)
The objects to be copied are maintained in a cookie. If cookies are disabled or discarded, the behaviour is exactly as you descibe it. -- Dieter
Dieter, Ah HAH!... Blowing out cookies and temporary internet files on the affected browsers and restarting the Apache server that we use to front-end our Zope instances seems to have fixed it. Thank you for your response, as you have surely saved me a trip to the loony bin. Cheers, Robin -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of Dieter Maurer Sent: Wednesday, November 22, 2006 2:08 PM To: Sale, Robin Cc: zope@zope.org Subject: Re: [Zope] CopyError NoData Sale, Robin wrote at 2006-11-21 12:39 -0500:
Anyone ever had or heard of this problem??
Trying to copy and then paste any object using the ZMI results in a CopyError where the message is that there was no data (CopyError, eNoData). This is on a server that was working fine yesterday. There are no error message logs except the standard traceback for the CopyError when performing the paste (in other words, the copy did not raise any flags)
The objects to be copied are maintained in a cookie. If cookies are disabled or discarded, the behaviour is exactly as you descibe it. -- Dieter _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Dieter Maurer -
Sale, Robin