RE: [Zope] Sorry, an error occured. LinuxPPC
-----Original Message----- From: Jimmie Houchin [mailto:jhouchin@texoma.net] Sent: Thursday, April 01, 1999 11:25 PM To: zope@zope.org Subject: [Zope] Sorry, an error occured. LinuxPPC
manager is fvwm. I installed Python from the CD installer, straight as default. The cd rpm does not have threads configured. Anytime I compiled Python with-thread ZopeHTTPServer seg faulted.
You probably have to take this particular aspect of the problem to the Python people.
Anyway... I start up ZopeHTTPServer with: # python serve.py
It runs appropriately. I open up Netscape and login and go the manage screen.
I click on the Control Panel. I click on database management and get this error.
Sorry, an error occured.
I go back to the Control Panel and click on Shutdown and get this error.
Sorry, an error occured.
In side the HTML source code if this error page is a traceback. This would be most helpful. Just send the whole page source.
I am able to add objects, DTML Method, etc. Change objects.
Do these give the same error as above? Anytime you get the error, look at the source. This way we can tell if your getting different errors. -Michel
Just no database management and no shutting down.
I have the var directory and all it's content set to 766.
Any ideas.
Thanks,
Jimmie Houchin
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
Hello, Here are the requested html sources. I looked in the html sources previously but there wasn't anything. Netscape wouldn't give me the source for frame containing the error. I had to open the Control_Panel/manage_main in a window by itself, no frames, to get the source. Here it is. <html> <head> <title>os.error</title> </head> <body> Sorry, an error occurred.<p> <!-- Traceback (innermost last): File /opt/Zope/lib/python/ZPublisher/Publish.py, line 877, in publish_module File /opt/Zope/lib/python/ZPublisher/Publish.py, line 590, in publish (Info: /Control_Panel/Database/manage_main) File /opt/Zope/lib/python/Globals.py, line 227, in __call__ (Object: /opt/Zope/lib/python/App/dbMain.dtml) File /opt/Zope/lib/python/DocumentTemplate/DT_String.py, line 513, in __call__ (Object: /opt/Zope/lib/python/App/dbMain.dtml) File /opt/Zope/lib/python/App/ApplicationManager.py, line 215, in db_size (Object: Navigation) error: (13, 'Permission denied') --> </body> </html> <html> <head> <title>exceptions.IOError</title> </head> <body> Sorry, an error occurred.<p> <!-- Traceback (innermost last): File /opt/Zope/lib/python/ZPublisher/Publish.py, line 877, in publish_module File /opt/Zope/lib/python/ZPublisher/Publish.py, line 590, in publish (Info: /Control_Panel/manage_shutdown) File /opt/Zope/lib/python/App/ApplicationManager.py, line 222, in manage_shutdown (Object: Navigation) File /opt/Zope/lib/python/BoboPOS/SimpleDB.py, line 802, in save_index IOError: (13, 'Permission denied') --> </body> </html> Appreciate any help. Thanks, Jimmie Houchin At 9:04 AM -0500 4/2/99, Michel Pelletier wrote:
-----Original Message----- From: Jimmie Houchin [mailto:jhouchin@texoma.net] Sent: Thursday, April 01, 1999 11:25 PM To: zope@zope.org Subject: [Zope] Sorry, an error occured. LinuxPPC
manager is fvwm. I installed Python from the CD installer, straight as default. The cd rpm does not have threads configured. Anytime I compiled Python with-thread ZopeHTTPServer seg faulted.
You probably have to take this particular aspect of the problem to the Python people.
Anyway... I start up ZopeHTTPServer with: # python serve.py
It runs appropriately. I open up Netscape and login and go the manage screen.
I click on the Control Panel. I click on database management and get this error.
Sorry, an error occured.
I go back to the Control Panel and click on Shutdown and get this error.
Sorry, an error occured.
In side the HTML source code if this error page is a traceback. This would be most helpful. Just send the whole page source.
I am able to add objects, DTML Method, etc. Change objects.
Do these give the same error as above? Anytime you get the error, look at the source. This way we can tell if your getting different errors.
-Michel
Just no database management and no shutting down.
I have the var directory and all it's content set to 766.
Any ideas.
Thanks,
Jimmie Houchin
participants (2)
-
Jimmie Houchin -
Michel Pelletier