RE: [Zope-dev] Zope head broken on cygwin?

2004-05-11 Thread zope
 I'm surprised it works for you under OpenBSD.  The HEAD is broken

Works meant it did not produce the same error on OpenBSD on the second
startup. I didn't go further.

 currently because database mounts don't work.  See the thread 
 started by
 http://mail.zope.org/pipermail/zope-dev/2004-April/022684.html
  for more info.

Thanks for the heads up, I must have missed this thread.

Regards,
Sandor


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


Re: [Zope-dev] Zope head broken on cygwin?

2004-05-10 Thread Chris McDonough
I'm surprised it works for you under OpenBSD.  The HEAD is broken
currently because database mounts don't work.  See the thread started by
http://mail.zope.org/pipermail/zope-dev/2004-April/022684.html for more
info.

On Mon, 2004-05-10 at 19:56, [EMAIL PROTECTED] wrote:
 Something is not right with the Zope 2.x cvs head on cygwin. I used
 yesterdays checkout of Zope and Python 2.3 maintenance branch. The same
 combo works on OpenBSD.
 Here's the story:
 
 [EMAIL PROTECTED] /zope/cvszope/bin
 $ /zope/python23/bin/python ./mkzopeinstance.py
 Please choose a directory in which you'd like to install
 Zope instance home files such as database files, configuration
 files, etc.
 
 Directory: /zope/instances/ndev
 Please choose a username and password for the initial user.
 These will be the credentials you use to initially manage
 your new Zope instance.
 
 Username: admin
 Password:
 Verify password:
 
 [EMAIL PROTECTED] /zope/cvszope/bin
 $ cd /zope/instances/ndev/bin/
 
 [EMAIL PROTECTED] /zope/instances/ndev/bin
 $ ./runzope
 2004-05-10 18:36:15 WARNING Init Ambiguous name for method of
 OFS.Uninstalled.BrokenClass: 'manage' != 'manage_main'
 2004-05-10 18:36:15 WARNING Init Ambiguous name for method of
 OFS.Uninstalled.BrokenClass: 'manage' != 'manage_workspace
 '
 2004-05-10 18:36:15 INFO ZServer HTTP server started at Mon May 10
 18:36:15 2004
 Hostname: GYOGYI.WorkGroup
 Port: 8080
 2004-05-10 18:36:15 INFO ZServer FTP server started at Mon May 10
 18:36:15 2004
 Hostname: GYOGYI.WorkGroup
 Port: 8021
 2004-05-10 18:36:18 DEBUG ZODB.BaseStorage create storage
 /zope/instances/ndev/var/Data.fs
 2004-05-10 18:36:18 DEBUG txn.168034336 new transaction
 2004-05-10 18:36:18 DEBUG txn.168034336 new transaction
 2004-05-10 18:36:18 DEBUG txn.168034336 commit Connection at 0ac91f6c
 2004-05-10 18:36:18 DEBUG txn.168034336 commit
 2004-05-10 18:36:18 ERROR Zope.ZODBMountPoint Failed to mount database.
 exceptions.AttributeError ('Connection' object h
 as no attribute '_getMountedConnection')
 Traceback (most recent call last):
   File /zope/cvszope/lib/python/Products/ZODBMountPoint/Mount.py, line
 93, in _getOrOpenObject
 conn = self._getMountedConnection(anyjar)
   File /zope/cvszope/lib/python/Products/ZODBMountPoint/Mount.py, line
 71, in _getMountedConnection
 conn = anyjar._getMountedConnection(db_name)
 AttributeError: 'Connection' object has no attribute
 '_getMountedConnection'
 2004-05-10 18:36:18 ERROR Zope Default Object Creation Could not add a
 /temp_folder mount point due to an error.
 Traceback (most recent call last):
   File /zope/cvszope/lib/python/OFS/Application.py, line 359, in
 install_tempfolder_and_sdc
 manage_addMounts(app, ('/temp_folder',))
   File
 /zope/cvszope/lib/python/Products/ZODBMountPoint/MountedObject.py,
 line 283, in manage_addMounts
 mo._test(app)
   File /zope/cvszope/lib/python/Products/ZODBMountPoint/Mount.py, line
 126, in _test
 self._getOrOpenObject(parent)
   File /zope/cvszope/lib/python/Products/ZODBMountPoint/Mount.py, line
 93, in _getOrOpenObject
 conn = self._getMountedConnection(anyjar)
   File /zope/cvszope/lib/python/Products/ZODBMountPoint/Mount.py, line
 71, in _getMountedConnection
 conn = anyjar._getMountedConnection(db_name)
 AttributeError: 'Connection' object has no attribute
 '_getMountedConnection'
 2004-05-10 18:36:18 DEBUG txn.168034336 new transaction
 2004-05-10 18:36:18 DEBUG txn.168034336 commit Connection at 0ac91f6c
 
 [same stuff for a few more times]
 
 2004-05-10 18:36:25 INFO Zope New disk product detected, determining if
 we need to fix up any ZClasses.
 2004-05-10 18:36:25 BLATHER Z2 Installed sighandler for SIGTERM
 2004-05-10 18:36:25 BLATHER Z2 Installed sighandler for SIGINT
 2004-05-10 18:36:25 BLATHER Z2 Installed sighandler for SIGHUP
 2004-05-10 18:36:25 BLATHER Z2 Installed sighandler for SIGUSR2
 2004-05-10 18:36:25 INFO Zope Ready to handle requests
 
 ---
 Here I hit Ctrl-C
 ---
 
 2004-05-10 18:36:36 INFO Z2 Caught signal SIGINT
 2004-05-10 18:36:36 INFO Z2 Shutting down
 
 [EMAIL PROTECTED] /zope/instances/ndev/bin
 $ ls -lag ../var/
 total 1929
 drwxr-xr-x+   2 netchan  None0 May 10 18:36 .
 drwxr-xr-x+   9 netchan  None0 May 10 18:36 ..
 -rw-r--r--1 netchan  None  1379510 May 10 18:36 Data.fs
 -rw-r--r--1 netchan  None  103 May 10 18:36 Data.fs.index
 -rw-r--r--1 netchan  None5 May 10 18:36 Data.fs.lock
 -rw-r--r--1 netchan  None   591302 May 10 18:36 Data.fs.tmp
 -rw-r--r--1 netchan  None  299 May 10 18:36 README.txt
 
 [EMAIL PROTECTED] /zope/instances/ndev/bin
 $ ./runzope
 2004-05-10 18:37:13 WARNING Init Ambiguous name for method of
 OFS.Uninstalled.BrokenClass: 'manage' != 'manage_main'
 2004-05-10 18:37:13 WARNING Init Ambiguous name for method of
 OFS.Uninstalled.BrokenClass: 'manage' != 'manage_workspace
 '
 2004-05-10