RE: [Zope] Zope startup error: Archetypes: IndexError: list index out of range

2005-09-06 Thread Dieter Maurer
Paul Sue wrote at 2005-9-6 08:39 -0700:
> ...
>Fair enough, but surely there must be SOMEONE on this list that is running 
>Zope/Plone on Solaris???

We did (but do no more because PC hardware is *much* faster at a lower
price). We had few Solaris related problems (none apart from
occational "impossible" error code returns).

Colleagues of mine are very fond of Solaris (which I cannot understand,
personally). They plan to test Solaris again now that Solaris
runs on PC hardware.


As I already told you (but you apparently decided to ignore it),
the problem you have observed has nothing to do with Solaris.
I saw it on Linux as well. It is a rare Python bug, triggered
when "*.pyc" files got an unfortunate source name.


-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


RE: [Zope] Zope startup error: Archetypes: IndexError: list index out of range

2005-09-06 Thread Paul Sue
Chris Withers wrote:

|> OK ... But surely, there must be some way to get Zope/Plone working on 
Solaris!
|> 
|> I think we have Windows Server 2003 box I can try :)
|
|I'd suggest that is a better option than Solaris, there are more people doing 
it in the real world, and so you're more |likely to get help if something DOES 
go wrong...

Fair enough, but surely there must be SOMEONE on this list that is running 
Zope/Plone on Solaris???

|Your best bet though, if to get a commodity linux box, which that
|Win2003 box could easily be turned into ;-)

I agree and am scavenging for one ;-)

Paul
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope startup error: Archetypes: IndexError: list index out of range

2005-09-05 Thread Chris Withers

Paul Sue wrote:

OK ... But surely, there must be some way to get Zope/Plone working on Solaris!

I think we have Windows Server 2003 box I can try :) 


I'd suggest that is a better option than Solaris, there are more people 
doing it in the real world, and so you're more likely to get help if 
something DOES go wrong...


Your best bet though, if to get a commodity linux box, which that 
Win2003 box could easily be turned into ;-)


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope startup error: Archetypes: IndexError: list index out of range

2005-09-02 Thread Dieter Maurer
Paul Sue wrote at 2005-9-1 18:38 -0700:
> ...
>  File "/usr/local/lib/python2.3/inspect.py", line 751, in getframeinfo
>lines, lnum = findsource(frame)
>  File "/usr/local/lib/python2.3/inspect.py", line 435, in findsource
>if pat.match(lines[lnum]): break
>IndexError: list index out of range

This is a Python bug -- triggered when the filenames registered
in "*.pyc" files are neither absolute nor consist of a simple name only.

Remove all "*.pyc" files from you Zope tree and try again:

   find  -name '*.pyc' | xargs rm


>Why is it so hard to get Zope going under Solaris

The problems you are reporting have nothing to do with Solaris.

I do not like Solaris, but this time it is innocent.

-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


RE: [Zope] Zope startup error: Archetypes: IndexError: list index out of range

2005-09-02 Thread Paul Sue
OK ... But surely, there must be some way to get Zope/Plone working on Solaris!

I think we have Windows Server 2003 box I can try :) 

-Original Message-
From: Chris Withers [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 02, 2005 12:17 AM
To: Paul Sue
Cc: zope@zope.org
Subject: Re: [Zope] Zope startup error: Archetypes: IndexError: list index out 
of range

Paul Sue wrote:
> Hi,
> 
> OK, I rebuilt Zope because I think last time, I didn't have a clean directory.

Simple advise: don't use Solaris unless you really really have to. 
Especially not for an app server, but even running a storage server will cause 
you unnecessary pain...

Chris

--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk

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


Re: [Zope] Zope startup error: Archetypes: IndexError: list index out of range

2005-09-02 Thread Chris Withers

Paul Sue wrote:

Hi,

OK, I rebuilt Zope because I think last time, I didn't have a clean directory.


Simple advise: don't use Solaris unless you really really have to. 
Especially not for an app server, but even running a storage server will 
cause you unnecessary pain...


Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope startup error: Archetypes: IndexError: list index out of range

2005-09-02 Thread Jens Vagelpohl


On 2 Sep 2005, at 02:38, Paul Sue wrote:
Why is it so hard to get Zope going under Solaris (is that why  
there were separate downloads

for Solaris until 2.7 ??)


Since this is an Archetypes question you might be better off asking  
on a Plone and/or Archetypes list.


Running Zope on Solaris has one major problem. It will be very slow.  
There is nothing you can do about that, except for using a different  
platform.


The separate download for Solaris was just a compiled binary, nothing  
special.


jens


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )