Re: [Zope-dev] Zope Server hanging: DataPoint

2001-05-03 Thread Chris Withers

Hmmm... saw these in the stupid log, just before the server crashed:

--
2001-05-03T10:09:34 INFO(0) Z2 CONFLICT Competing writes at,
/VirtualHostBase/http/server.nipltd.com:80/VirtualHostRoot/folder/object
Traceback (innermost last):
  File /usr/local/zope/Zope-2.3.2-src/lib/python/ZPublisher/Publish.py, line
171, in publish
  File /usr/local/zope/Zope-2.3.2-src/lib/python/ZPublisher/mapply.py, line 160,
in mapply
  File /usr/local/zope/Zope-2.3.2-src/lib/python/ZPublisher/Publish.py, line
112, in call_object
snip lots of Python Scripts calling each other and DTML methods
  File /usr/local/zope/Zope-2.3.2-src/lib/python/ZODB/Connection.py, line 524,
in setstate
ConflictError: ('\\000\\000\\000\\000\\000\\020\\036\\304', 'extension class
Products.AProduct.Utility.AClass at 84ea878')

--
2001-05-03T10:09:42 INFO(0) Z2 CONFLICT Competing writes at,
/VirtualHostBase/http/server.nipltd.com:80/VirtualHostRoot/folder/object
Traceback (innermost last):
  File /usr/local/zope/Zope-2.3.2-src/lib/python/ZPublisher/Publish.py, line
175, in publish
  File /usr/local/zope/Zope-2.3.2-src/lib/python/Zope/__init__.py, line 235, in
commit
  File /usr/local/zope/Zope-2.3.2-src/lib/python/ZODB/Transaction.py, line 300,
in commit
  File /usr/local/zope/Zope-2.3.2-src/lib/python/ZODB/Connection.py, line 281,
in commit
ConflictError: '\000\000\000\000\000\020\037\245'

Could this bring it down? Should it? How can I track it down further?

cheers,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope Server hanging: DataPoint

2001-05-03 Thread Chris Withers

Good morning, I presume? :-)

Chris McDonough wrote:
 
 This probably isn't meaningful... unless it is.  ;-) 

Huh?

 Conflict errors
 are normal... I wish they wouldn't be so big and have an UPPERCASE
 word in their description.

OK, but I did notice them just before the server died. Maybe now would be a good
time to run the analyser script.
Unfortunately, I'd probably be expected to 'clean' the URLs of sensitive
information.

Hurm, d'ya think it'd be worth it?

cheers,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope Server hanging: DataPoint

2001-05-03 Thread Chris McDonough

Chris Withers wrote:
 
 Good morning, I presume? :-)

Present!

  This probably isn't meaningful... unless it is.  ;-)
 
 Huh?

This is a Jim Fultonism.  In English, it means this is probably not
meaningful.

  Conflict errors
  are normal... I wish they wouldn't be so big and have an UPPERCASE
  word in their description.
 
 OK, but I did notice them just before the server died. Maybe now would be a good
 time to run the analyser script.
 Unfortunately, I'd probably be expected to 'clean' the URLs of sensitive
 information.

Well the analyzer script only shows the first 20 or so chars of the URL
by default unless you pass it the --verbose argument, so this might
serve to do some cleaning.  Also, getting rid of the URL altogether is
something you can do by using Unix cut or on windows putting the
results of the analyzer script into Excel and deleting the column with
the URL in it.
 
 Hurm, d'ya think it'd be worth it?

It's up to you, but I think so.

- C

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )