This is an error that has plagued me for weeks/months whenever trying to add a second Zope instance to my NT box. The following error messages always appear when I try to run start.bat for the second instance (even if the first instance is not running) and the second Zope instance never starts. Does anyone have any idea what's causing it ? ------ 1999-12-20T18:53:54 PROBLEM(100) ZServer Computing default hostname ------ 1999-12-20T18:53:55 INFO(0) ZServer Medusa (V1.13) started at Tue Dec 21 02:53:5 5 1999 Hostname: EGG Port:80 ------ 1999-12-20T18:53:55 INFO(0) ZServer FTP server started at Tue Dec 21 02:53:55 19 99 Authorizer:None Hostname: egg Port: 8021 ------ 1999-12-20T18:53:55 INFO(0) ZServer Monitor Server (V1.5) started on port 9099 Traceback (innermost last): File "D:\Inetpub\MoreTesting\z2.py", line 596, in ? asyncore.loop() File "D:\Inetpub\MORETE~1\ZServer\medusa\asyncore.py", line 107, in loop poll_fun (timeout) File "D:\Inetpub\MORETE~1\ZServer\medusa\asyncore.py", line 55, in poll (r,w,e) = select.select (r,w,e, timeout) select.error: (0, 'Error') Again, I stress that no other Zope instances were running when the above occured. The steps to repeat this. I already have one Zope server installed on my NT workstation box. With this Zope instance NOT running, I then do the following : 1. Install a second Zope instance in its own separate location 2. Copy over the Data.fs from the first instance, and the extensions directory and the products from /lib/Python/Products 3. Try to start the second instance. No joy :( Thanks in advance, chas