Re: [ZODB-Dev] Problems with Plone 3.3.5 + RelStorage + fss

2010-04-15 Thread Shane Hathaway
On 04/15/2010 07:04 PM, Noe Misael Nieto Arroyo wrote:
> Thanks Shane, Now it's working!!
>
> Just curious, What are the 3.8.x-polling releases for?

If you want blob support, you need ZODB 3.8+.  Plone 3 does not use 
blobs by default.

Shane
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Problems with Plone 3.3.5 + RelStorage + fss

2010-04-15 Thread Noe Misael Nieto Arroyo
2010/4/15 Shane Hathaway 

> On 04/15/2010 06:21 PM, Noe Misael Nieto Arroyo wrote:
>
>> $ bin/instance
>>> Traceback (most recent call last):
>>> ...
>>>  from ZODB.config import ZODBDatabase
>>>File
>>>
>>> "/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/__init__.py",
>>>
>>
> Oh, I see... your buildout is using ZODB 3.10.  That version is not
> compatible with Plone 3.  You need "ZODB3 = 3.7.3-polling" in your
> [versions] section, and you need to uncomment the line that adds
> packages.willowrise.org to the available indexes.
>
> Shane
>


Thanks Shane, Now it's working!!

Just curious, What are the 3.8.x-polling releases for?


---
Noe
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Problems with Plone 3.3.5 + RelStorage + fss

2010-04-15 Thread Shane Hathaway
On 04/15/2010 06:21 PM, Noe Misael Nieto Arroyo wrote:
>> $ bin/instance
>> Traceback (most recent call last):
>> ...
>>   from ZODB.config import ZODBDatabase
>> File
>> "/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/__init__.py",

Oh, I see... your buildout is using ZODB 3.10.  That version is not 
compatible with Plone 3.  You need "ZODB3 = 3.7.3-polling" in your 
[versions] section, and you need to uncomment the line that adds 
packages.willowrise.org to the available indexes.

Shane
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Problems with Plone 3.3.5 + RelStorage + fss

2010-04-15 Thread Shane Hathaway
On 04/15/2010 06:21 PM, Noe Misael Nieto Arroyo wrote:
> Hi everybody,
>
> I'm working on a Plone 3.3.5 site with RelStorage and File System
> Storage (for some custom content types). However, I am not able to start
> Plone and I get a traceback:
>
>
> $ bin/instance
> Traceback (most recent call last):
> ...
>  from ZODB.config import ZODBDatabase
>File
> "/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/__init__.py",
> line 28, in ?
>  from DB import DB, connection
>File
> "/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/DB.py",
> line 29, in ?
>  from ZODB.Connection import Connection
>File
> "/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/Connection.py",
> line 34, in ?
>  from ZODB.blob import Blob, rename_or_copy_blob, remove_committed_dir
>File
> "/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/blob.py",
> line 39, in ?
>  from zope.proxy.decorator import SpecificationDecoratorBase
> ImportError: No module named decorator

Does it do this if you comment out the rel-storage parameter?  I am 
guessing that your issue is not related to RelStorage, so you might as 
well simplify first.

Shane
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


[ZODB-Dev] Problems with Plone 3.3.5 + RelStorage + fss

2010-04-15 Thread Noe Misael Nieto Arroyo
Hi everybody,

I'm working on a Plone 3.3.5 site with RelStorage and File System Storage
(for some custom content types). However, I am not able to start Plone and I
get a traceback:


$ bin/instance
Traceback (most recent call last):
...
from ZODB.config import ZODBDatabase
  File
"/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/__init__.py",
line 28, in ?
from DB import DB, connection
  File
"/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/DB.py", line
29, in ?
from ZODB.Connection import Connection
  File
"/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/Connection.py",
line 34, in ?
from ZODB.blob import Blob, rename_or_copy_blob, remove_committed_dir
  File
"/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/blob.py",
line 39, in ?
from zope.proxy.decorator import SpecificationDecoratorBase
ImportError: No module named decorator


The buildout.cfg that reproduces the traceback:

[buildout]
parts =
zope2
productdistros
instance
#patch-zodb
#fss
zopepy

extends =
http://dist.plone.org/release/3.3.5/versions.cfg
versions = versions

find-links =
http://dist.plone.org/release/3.3.5
http://dist.plone.org/thirdparty
#http://packages.willowrise.org

# Add additional eggs here
eggs =
#...System
elementtree
psycopg2
PILwoTK
#...plone
Plone
RelStorage
#iw.fss

develop =

zcml =
#iw.fss
#iw.fss-meta

rel-storage =
type postgresql
dbname plone335_zodb
user zope
password zope
host localhost

[versions]
plone.recipe.zope2instance = 3.6



[zope2]
recipe = plone.recipe.zope2install
fake-zope-eggs = true
url = ${versions:zope2-url}


[productdistros]
recipe = plone.recipe.distros
urls =
nested-packages =
version-suffix-packages =

[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = admin:admin
http-address = 8080
#debug-mode = on
#verbose-security = on
eggs =  ${buildout:eggs}
zcml =  ${buildout:zcml}
products =
${buildout:directory}/products
${productdistros:location}

[fss]
recipe= iw.recipe.fss
zope-instances = ${instance:location}
storages =
files / flat



Any help will be appreciated!!

Regards.

-- 
Noe Nieto
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev