Re: [ZODB-Dev] RelStorage 1.5.1 does not save anything

2013-07-23 Thread Suresh V.

On Tuesday 23 July 2013 11:42 AM, Laurence Rowe wrote:

It sounds like you're missing some transaction middleware in your wsgi
pipeline. See
https://groups.google.com/forum/#!topic/zope-core-dev/aB5BzvrVJxw for
some clues.


That helped immensely. Thank you.

Suresh



___
For more information about ZODB, see http://zodb.org/

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


Re: [ZODB-Dev] RelStorage 1.5.1 does not save anything

2013-07-22 Thread Laurence Rowe
It sounds like you're missing some transaction middleware in your wsgi
pipeline. See
https://groups.google.com/forum/#!topic/zope-core-dev/aB5BzvrVJxw for some
clues.


On 22 July 2013 22:58, Suresh V.  wrote:

> Also happens with RelStorage trunk from github.
>
> Tests run fine after bumping up the max_allowed_packets slightly.
>
>
>
> __**_
> For more information about ZODB, see http://zodb.org/
>
> ZODB-Dev mailing list  -  ZODB-Dev@zope.org
> https://mail.zope.org/mailman/**listinfo/zodb-dev
>
___
For more information about ZODB, see http://zodb.org/

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


Re: [ZODB-Dev] RelStorage 1.5.1 does not save anything

2013-07-22 Thread Suresh V.

Also happens with RelStorage trunk from github.

Tests run fine after bumping up the max_allowed_packets slightly.


___
For more information about ZODB, see http://zodb.org/

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


Re: [ZODB-Dev] RelStorage 1.5.1 does not save anything

2013-07-21 Thread Suresh V.

On Monday 22 July 2013 02:04 AM, Suresh V. wrote:

I am running a Zope 2.13.20 instance with RelStorage and MySQL using wsgi.

Everything looks good when the instance comes up. But nothing gets saved.

No other errors are seen. Not sure how to run the tests using wsgi.



I tried logging MySQL access. The only significant queries I see are:

SELECT tid FROM object_state ORDER BY tid DESC LIMIT 1
rollback

And this is even after I try to create objects in the root folder.

Thanks.

Suresh




___
For more information about ZODB, see http://zodb.org/

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


[ZODB-Dev] RelStorage 1.5.1 does not save anything

2013-07-21 Thread Suresh V.

I am running a Zope 2.13.20 instance with RelStorage and MySQL using wsgi.

Everything looks good when the instance comes up. But nothing gets saved.

No other errors are seen. Not sure how to run the tests using wsgi.

Any ideas how I can debug?

Thanks.

Suresh

___
For more information about ZODB, see http://zodb.org/

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