Re: [Zope] Access problems

2000-10-04 Thread Danny William Adair

>Is it possible, that you upgraded from an earlier Zope installation?
>
>The traceback suggests that your requests tries to access
>the object "broken", probably an object from a broken
>product.

Thanks, I've found the problem: It was a broken ZPatterns. I've updated to
0.4.2a3, but left an "old" compiled Dynpersist.so in the directory (V 0.3).
After updating this, everything was fine. I guess I just have to be prepared
to get the weirdest sstuff to see as long as I 1.) use alpha/beta products
to authenticate my users on root level, and 2.) keep refusing to wear
glasses (Actually, this beta ZPatterns is fine).

Thanks,
Prost,

Danny



-Ursprungliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von
Dieter Maurer
Gesendet: Dienstag, 3. Oktober 2000 22:57
An: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Betreff: Re: [Zope] Access problems


Danny William Adair writes:
 > I have a serious and extremely urgent problem concerning my zope
 > installation (2.2.1 on Unix): Whatever resource I'm trying to access, I
get
 > the following
 > .
 >   File
 > /home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/BaseRequest.py,
line
 > 514, in old_validation
 > (Object: broken)
 > AttributeError: (see above)
Is it possible, that you upgraded from an earlier Zope installation?

The traceback suggests that your requests tries to access
the object "broken", probably an object from a broken
product.

I suggest, you start Zope with "STUPID_LOG_FILE=zope.log".
This should log problems during Zope startup to
"zope.log" (you may need to upgrade to Zope 2.2.2, as
earlier Zope versions lost one exception log due to a missing
"flush").

If you see no problems logged, try to go to
"Control_panel/ProductManagement"
and check whether there are broken products.



Dieter

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



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




Re: [Zope] Access problems

2000-10-03 Thread Dieter Maurer

Danny William Adair writes:
 > I have a serious and extremely urgent problem concerning my zope
 > installation (2.2.1 on Unix): Whatever resource I'm trying to access, I get
 > the following
 > .
 >   File
 > /home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/BaseRequest.py, line
 > 514, in old_validation
 > (Object: broken)
 > AttributeError: (see above)
Is it possible, that you upgraded from an earlier Zope installation?

The traceback suggests that your requests tries to access
the object "broken", probably an object from a broken
product.

I suggest, you start Zope with "STUPID_LOG_FILE=zope.log".
This should log problems during Zope startup to
"zope.log" (you may need to upgrade to Zope 2.2.2, as
earlier Zope versions lost one exception log due to a missing
"flush").

If you see no problems logged, try to go to "Control_panel/ProductManagement"
and check whether there are broken products.



Dieter

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




[Zope] Access problems

2000-10-03 Thread Danny William Adair

Hi all!

I have a serious and extremely urgent problem concerning my zope
installation (2.2.1 on Unix): Whatever resource I'm trying to access, I get
the following

---
Attribute Error
---

Traceback (innermost last):
  File /home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/Publish.py,
line 222, in publish_module
  File /home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/Publish.py,
line 187, in publish
  File /home/sites/site3/users/.../2-2-1/lib/python/Zope/__init__.py, line
221, in zpublisher_exception_hook
(Object: ApplicationDefaultPermissions)
  File /home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/Publish.py,
line 162, in publish
  File
/home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/BaseRequest.py, line
438, in traverse
  File
/home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/BaseRequest.py, line
514, in old_validation
(Object: broken)
AttributeError: (see above)


Furthermore, I have to authenticate on _every_ occasion, even with objects I
know are totally available to Anonymous.
After (http) authentication I get the above mentioned attribute error.

I'm clueless. What is this about?

Thanking you so much in advance,
Prost,

Danny



P.S.: Of course I can't recall doing anything rude to my installation,
actually I can't recall doing _anything_. (What they all say)


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




[Zope] Access problems

2000-10-02 Thread Danny William Adair

What has happened?
Whatever resource I'm trying to access (including the management IF), I get
this
(running a 2.2.1 Zope on Unix)

---
Attribute Error
---

Traceback (innermost last):
  File /home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/Publish.py,
line 222, in publish_module
  File /home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/Publish.py,
line 187, in publish
  File /home/sites/site3/users/.../2-2-1/lib/python/Zope/__init__.py, line
221, in zpublisher_exception_hook
(Object: ApplicationDefaultPermissions)
  File /home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/Publish.py,
line 162, in publish
  File
/home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/BaseRequest.py, line
438, in traverse
  File
/home/sites/site3/users/.../2-2-1/lib/python/ZPublisher/BaseRequest.py, line
514, in old_validation
(Object: broken)
AttributeError: (see above)


TIA,
Prost,

Danny


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