Re: [Zope-dev] I/O Error

2002-09-09 Thread Tim McLaughlin

I get this same problem on our FreeBSD servers w/ Zope 2.5.1 and Python 2.1.1 (from 
ports).  I've haven't found any correlation to anything that might be causing it 
yet... (sort of distressing)  It doesn't happen very often though; I've only seen it 
about 3 times.

Cheers,
Tim

Myroslav Opyr wrote:
 Hi,
 
 When running one of development servers (Zope 2.5.1, Python 
 2.1.3+freebsdPatch) Several times I've got I/O Error exception page 
 when trying to render random ZMI  page. Retrying always succeeds... I 
 was not able to get traceback so far (it is in HTML comments).
 
 Any ideas what that can be?
 
 m.

-- 
Tim McLaughlin
Chief Technology Officer
Siteworx, Inc... Set your site on the future!
703.390.5421


___
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 )



exUserFolder (was: Re: [Zope-dev] I/O Error)

2002-09-09 Thread Myroslav Opyr

Hi,

I've got it!
===

Site Error

  Error Type: IOError
  Error Value: [Errno 5] Input/output error

Traceback (innermost last):
  File /usr/share/Zope-2.5.1/lib/python/ZPublisher/Publish.py, line 150, in 
publish_module
  File /var/zope/home/shared2/Products/Localizer/__init__.py, line 65, in new_publish
  File /usr/share/Zope-2.5.1/lib/python/ZPublisher/Publish.py, line 114, in publish
  File /usr/share/Zope-2.5.1/lib/python/Zope/__init__.py, line 159, in 
zpublisher_exception_hook
(Object: events)
  File /usr/share/Zope-2.5.1/lib/python/ZPublisher/Publish.py, line 98, in publish
  File /usr/share/Zope-2.5.1/lib/python/ZPublisher/mapply.py, line 88, in mapply
(Object: manage_main)
  File /usr/share/Zope-2.5.1/lib/python/ZPublisher/Publish.py, line 39, in call_object
(Object: manage_main)
  File /usr/share/Zope-2.5.1/lib/python/Shared/DC/Scripts/Bindings.py, line 252, in 
__call__
(Object: manage_main)
  File /usr/share/Zope-2.5.1/lib/python/Shared/DC/Scripts/Bindings.py, line 283, in 
_bindAndExec
(Object: manage_main)
  File /usr/share/Zope-2.5.1/lib/python/App/special_dtml.py, line 172, in _exec
(Object: manage_main)
  File /var/zope/home/shared2/Products/exUserFolder/dummyZBabelTag.py, line 96, in 
render
IOError: (see above)

===

The problem is that I do not have exUserFolder in acquisition at that
place. exUserFolder had patched something...

Should I avoid using it at all?

m.
--
Myroslav Opyr
zope.net.ua * Ukrainian Zope Hosting
e-mail: [EMAIL PROTECTED]
cell: +380 50.3174578


On Mon, 9 Sep 2002, Tim McLaughlin wrote:

 I get this same problem on our FreeBSD servers w/ Zope 2.5.1 and Python 2.1.1 (from 
ports).  I've haven't found any correlation to anything that might be causing it 
yet... (sort of distressing)  It doesn't happen very often though; I've only seen it 
about 3 times.

 Cheers,
 Tim

 Myroslav Opyr wrote:
  Hi,
 
  When running one of development servers (Zope 2.5.1, Python
  2.1.3+freebsdPatch) Several times I've got I/O Error exception page
  when trying to render random ZMI  page. Retrying always succeeds... I
  was not able to get traceback so far (it is in HTML comments).
 
  Any ideas what that can be?
 
  m.

 --
 Tim McLaughlin
 Chief Technology Officer
 Siteworx, Inc... Set your site on the future!
 703.390.5421




___
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] I/O Error

2002-09-09 Thread Max M

Myroslav Opyr wrote:


 When running one of development servers (Zope 2.5.1, Python 
 2.1.3+freebsdPatch) Several times I've got I/O Error exception page 
 when trying to render random ZMI  page. Retrying always succeeds... I 
 was not able to get traceback so far (it is in HTML comments).
 
 Any ideas what that can be?


If you have started Zope without a terminal for it to output it's errors 
and alerts to, it can do that.

On Linux you should start it with a nohup ./start -D ... etc.

regards Max M

 evolve
   


___
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] I/O Error

2002-09-09 Thread Dieter Maurer

Tim McLaughlin writes:
  I get this same problem on our FreeBSD servers w/ Zope 2.5.1 and Python 2.1.1 (from 
 ports).  I've haven't found any correlation to anything that might be causing it 
 yet... (sort of distressing)  It doesn't happen very often though; I've only seen it 
 about 3 times.
Enable Zope logging (-- doc/LOGGING.txt) and look into the resulting
log file...


Dieter

___
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: exUserFolder (was: Re: [Zope-dev] I/O Error)

2002-09-09 Thread Myroslav Opyr

Myroslav Opyr wrote:

I've got it!
===

Site Error

  Error Type: IOError
  Error Value: [Errno 5] Input/output error

Traceback (innermost last):
  File /usr/share/Zope-2.5.1/lib/python/ZPublisher/Publish.py, line 150, in 
publish_module

  [...snip...]

  File /usr/share/Zope-2.5.1/lib/python/App/special_dtml.py, line 172, in _exec
(Object: manage_main)
  File /var/zope/home/shared2/Products/exUserFolder/dummyZBabelTag.py, line 96, in 
render
IOError: (see above)

===

It is OrderedFolder + exUserFolder - ZBabel [ + FreeBSD] problem...

OrderedFolder has NoBabelTag.py and exUserFolder has dummyZBabelTag.py 
to do the same thing. OrderedFolder does that in clean way. exUserFolder 
- not (at least on FreeBSD). Unfortunately exUserFolder' implementation 
does not check if babel and fish tags exist and simply overwrites other 
implementation...

Regarding exUserFolder.py itself. That was plain print statement. And it 
look like it is not always safe. Why there is a reason of print instead 
of zLOG.LOG()?

It is far not the last thing which people complain about in 
exUserFolder... Superior idea of plugins was buried in flaws of 
implementation... As for long-term benefit LDAPUserFolder appears to be 
stable solution...

Regards,

m.

The problem is that I do not have exUserFolder in acquisition at that
place. exUserFolder had patched something...

Should I avoid using it at all?

m.
--
Myroslav Opyr
zope.net.ua * Ukrainian Zope Hosting
e-mail: [EMAIL PROTECTED]
cell: +380 50.3174578


On Mon, 9 Sep 2002, Tim McLaughlin wrote:

I get this same problem on our FreeBSD servers w/ Zope 2.5.1 and Python 2.1.1 (from 
ports).  I've haven't found any correlation to anything that might be causing it 
yet... (sort of distressing)  It doesn't happen very often though; I've only seen it 
abo


ut 3 times.
  

Cheers,
Tim

Myroslav Opyr wrote:


Hi,

When running one of development servers (Zope 2.5.1, Python
2.1.3+freebsdPatch) Several times I've got I/O Error exception page
when trying to render random ZMI  page. Retrying always succeeds... I
was not able to get traceback so far (it is in HTML comments).

Any ideas what that can be?

m.
  

--
Tim McLaughlin
Chief Technology Officer
Siteworx, Inc... Set your site on the future!
703.390.5421


-- 
Myroslav Opyr
zope.net.ua http://zope.net.ua/ ° Ukrainian Zope Hosting
e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



___
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 )



[Zope-dev] I/O Error

2002-09-07 Thread Myroslav Opyr

Hi,

When running one of development servers (Zope 2.5.1, Python 
2.1.3+freebsdPatch) Several times I've got I/O Error exception page 
when trying to render random ZMI  page. Retrying always succeeds... I 
was not able to get traceback so far (it is in HTML comments).

Any ideas what that can be?

m.
-- 
Myroslav Opyr
zope.net.ua http://zope.net.ua/ œ Ukrainian Zope Hosting
e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]



___
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 )