[Zope-dev] LocalFS Object

Chimezie Thomas-Ogbuji cogbuji@fourthought.com
Fri, 28 Apr 2000 15:07:42 -0600


This is a multi-part message in MIME format.
--------------869719B60628E01701860537
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

woops, forgot
here they are (attached to this email)

Stephan Richter wrote:
> 
> At 02:44 PM 4/28/00 -0600, Chimezie Thomas-Ogbuji wrote:
> >I'm having a problem instanciating a LocalFS Object.  I created an
> >object that pointed to /usr/bin called it binaries and tried to access
> >it via management interface or via url and get an error.  I've attached
> >two html files: manage_error.html and web_error.html with error messages
> >for the corresponding access methods.
> 
> I did not get any attachments.
> 
> Regards,
> Stephan
> --
> Stephan Richter - (901) 573-3308 - srichter@cbu.edu
> CBU - Physics & Chemistry; Framework Web - Web Design & Development
> PGP Key: 735E C61E 5C64 F430 4F9C 798E DCA2 07E3 E42B 5391
--------------869719B60628E01701860537
Content-Type: text/html; charset=us-ascii;
 name="web_error.html"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="web_error.html"

<HTML><HEAD><TITLE>Chime's Jungle Jim</TITLE>	<base href="http://intra.fourthought.com:9090/cogbuji/share/">
</HEAD><BODY BGCOLOR="#FFFFFF">


<TABLE BORDER="0" WIDTH="100%">
<TR VALIGN="TOP">

<TD WIDTH="10%" ALIGN="CENTER">
<IMG SRC="http://intra.fourthought.com:9090/p_/ZButton" ALT="Zope">
</TD>

<TD WIDTH="90%">
  <H2>Zope Error</H2>
  <P>Zope has encountered an error while publishing this resource.
  </P>
  
  <P>
  <STRONG>Error Type: KeyError</STRONG><BR>
  <STRONG>Error Value: standard_html_header</STRONG><BR> 
  </P>
 
  <HR NOSHADE>
 
  <P>Troubleshooting Suggestions</P>

  <UL>
    <LI>This resource may be trying to reference a
  nonexistent object or variable <STRONG>standard_html_header</STRONG>.</LI>
    <LI>The URL may be incorrect.</LI>
  <LI>The parameters passed to this resource may be incorrect.</LI>
  <LI>A resource that this resource relies on may be encountering an error.</LI>
  </UL>

  <P>For more detailed information about the error, please
  refer to the HTML source for this page.
  </P>

  <P>If the error persists please contact the site maintainer.
  Thank you for your patience.
  </P>
</TD></TR>
</TABLE>


<p><a href="http://www.zope.org/Credits" target="_top"><img src="http://intra.fourthought.com:9090/p_/ZopeButton" width="115" height="50" border="0" alt="Powered by Zope"></a></p>
</BODY></HTML>
<PRE>
Traceback (innermost last):
  File /usr/local/src/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py, line 214, in publish_module
  File /usr/local/src/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py, line 179, in publish
  File /usr/local/src/Zope-2.1.6-src/lib/python/Zope/__init__.py, line 202, in zpublisher_exception_hook
    (Object: share)
  File /usr/local/src/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py, line 165, in publish
  File /usr/local/src/Zope-2.1.6-src/lib/python/ZPublisher/mapply.py, line 160, in mapply
    (Object: methodBrowse)
  File /usr/local/src/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py, line 102, in call_object
    (Object: methodBrowse)
  File /usr/local/src/Zope-2.1.6-src/lib/python/App/special_dtml.py, line 120, in __call__
    (Object: methodBrowse)
    (Info: /usr/local/src/Zope-2.1.6-src/lib/python/Products/LocalFS/methodBrowse.dtml)
  File /usr/local/src/Zope-2.1.6-src/lib/python/DocumentTemplate/DT_String.py, line 502, in __call__
    (Object: methodBrowse)
  File /usr/local/src/Zope-2.1.6-src/lib/python/DocumentTemplate/DT_With.py, line 148, in render
    (Object: _.namespace(default_doc=defaultDocument()))
KeyError: (see above)

</PRE>
--------------869719B60628E01701860537
Content-Type: text/html; charset=us-ascii;
 name="manage_error.html"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="manage_error.html"

<HTML><HEAD><TITLE>Chime's Jungle Jim</TITLE></HEAD><BODY BGCOLOR="#FFFFFF">


<TABLE BORDER="0" WIDTH="100%">
<TR VALIGN="TOP">

<TD WIDTH="10%" ALIGN="CENTER">
<IMG SRC="http://intra.fourthought.com:9090/p_/ZButton" ALT="Zope">
</TD>

<TD WIDTH="90%">
  <H2>Zope Error</H2>
  <P>Zope has encountered an error while publishing this resource.
  </P>
  
  <P>
  <STRONG>Error Type: NameError</STRONG><BR>
  <STRONG>Error Value: filtered_meta_types</STRONG><BR> 
  </P>
 
  <HR NOSHADE>
 
  <P>Troubleshooting Suggestions</P>

  <UL>
    <LI>This resource may be trying to reference a
  nonexistent object or variable <STRONG>filtered_meta_types</STRONG>.</LI>
    <LI>The URL may be incorrect.</LI>
  <LI>The parameters passed to this resource may be incorrect.</LI>
  <LI>A resource that this resource relies on may be encountering an error.</LI>
  </UL>

  <P>For more detailed information about the error, please
  refer to the HTML source for this page.
  </P>

  <P>If the error persists please contact the site maintainer.
  Thank you for your patience.
  </P>
</TD></TR>
</TABLE>


<p><a href="http://www.zope.org/Credits" target="_top"><img src="http://intra.fourthought.com:9090/p_/ZopeButton" width="115" height="50" border="0" alt="Powered by Zope"></a></p>
</BODY></HTML>
<PRE>
Traceback (innermost last):
  File /usr/local/src/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py, line 214, in publish_module
  File /usr/local/src/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py, line 179, in publish
  File /usr/local/src/Zope-2.1.6-src/lib/python/Zope/__init__.py, line 202, in zpublisher_exception_hook
    (Object: share)
  File /usr/local/src/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py, line 165, in publish
  File /usr/local/src/Zope-2.1.6-src/lib/python/ZPublisher/mapply.py, line 160, in mapply
    (Object: main)
  File /usr/local/src/Zope-2.1.6-src/lib/python/ZPublisher/Publish.py, line 102, in call_object
    (Object: main)
  File /usr/local/src/Zope-2.1.6-src/lib/python/App/special_dtml.py, line 120, in __call__
    (Object: main)
    (Info: /usr/local/src/Zope-2.1.6-src/lib/python/Products/LocalFS/main.dtml)
  File /usr/local/src/Zope-2.1.6-src/lib/python/DocumentTemplate/DT_String.py, line 502, in __call__
    (Object: main)
  File /usr/local/src/Zope-2.1.6-src/lib/python/DocumentTemplate/DT_Util.py, line 335, in eval
    (Object: filtered_meta_types(AUTHENTICATED_USER))
    (Info: filtered_meta_types)
  File &lt;string&gt;, line 0, in ?
NameError: (see above)

</PRE>
--------------869719B60628E01701860537--