[railroad-dev] ProxyNotAssigned

JR Courtois jrcourtois at jrcourtois.net
Wed Sep 21 12:49:52 CEST 2005


Hello,
I am installing Railroad on a gentoo, but i managed to do it on macosx.
As you can imagine, this is not working, and i am trying to understand
what I did wrong
        
I got a ProxyNotAssigned Error in my plone (2.05).
At this point Railroad and PloneRailroad have been correctly installed
in Zope/Plone.
        
I've try to check what could be wrong.
        
1) Webdav could not work,
I checked with pydavclient/test.py, and finally got it working.
I think I didn't understand exactly what are the exact parameters to
put.
        
After that in the directory of the repository (/var/repo/), 
I got some new folder when I add new data 
(/application/octet-stream/000/) but no file in this folder.
With cadaver if I try to make an ls, it fails half of the time.
In the log of apache, it doesn't fail when it (re)import rr_main and
db_pg
        
        [Wed Sep 21 11:07:34 2005] [notice] mod_python: (Re)importing
        module 'rr_main'
        [Wed Sep 21 11:07:34 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x9f123593): START (OPTIONS) /rrr/repo/
        [Wed Sep 21 11:07:34 2005] [notice] [client 127.0.0.1]
        RR-NOTICE(0x9f123593): ap_railroad enabling database!
        [Wed Sep 21 11:07:34 2005] [notice] mod_python: (Re)importing
        module 'db_pg'
        [Wed Sep 21 11:07:34 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x9f123593):      dbname set: railroad
        [Wed Sep 21 11:07:34 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x9f123593):      dbuser set: rr_dbuser
        [Wed Sep 21 11:07:34 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x9f123593):      dbpasswd set: db
        [Wed Sep 21 11:07:34 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x9f123593):      dbhost set: lri11-230
        [Wed Sep 21 11:07:34 2005] [error] DB: min=2, max=3
        [Wed Sep 21 11:07:34 2005] [notice] [client 127.0.0.1]
        RR-NOTICE(0x9f123593): railroad repository railroad_data
        initialized!
        [Wed Sep 21 11:07:34 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x9f123593): Calling hooks for request-start
        [Wed Sep 21 11:07:35 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x9f123593): Calling hooks for outputfilter
        [Wed Sep 21 11:07:35 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x9f123593): CLEANUP (OPTIONS) /rrr/repo/
        [Wed Sep 21 11:07:35 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x9f123593): Calling hooks for request-cleanup
        [Wed Sep 21 11:07:35 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x7b969467): START (PROPFIND) /rrr/repo/
        [Wed Sep 21 11:07:35 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x7b969467): Calling hooks for request-start
        [Wed Sep 21 11:07:35 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x7b969467): Calling hooks for outputfilter
        [Wed Sep 21 11:07:35 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x7b969467): Calling hooks for outputfilter
        [Wed Sep 21 11:07:35 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x7b969467): CLEANUP (PROPFIND) /rrr/repo/
        [Wed Sep 21 11:07:35 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x7b969467): Calling hooks for request-cleanup
        [Wed Sep 21 11:07:49 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x8088c48): START (PROPFIND) /rrr/repo/
        [Wed Sep 21 11:07:49 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x8088c48): Calling hooks for request-start
        [Wed Sep 21 11:07:49 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x8088c48): Calling hooks for outputfilter
        [Wed Sep 21 11:07:49 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x8088c48): Calling hooks for outputfilter
        [Wed Sep 21 11:07:49 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x8088c48): CLEANUP (PROPFIND) /rrr/repo/
        [Wed Sep 21 11:07:49 2005] [notice] [client 127.0.0.1]
        RR-DEBUG(0x8088c48): Calling hooks for request-cleanup
        
        
I can do it many times, then the rr_main is not re imported.
But the ls fails half of the time
        
        jrc at lri11-230 $ cadaver localhost/rrr/repo/
        dav:/rrr/repo/> ls
        Listing collection `/rrr/repo/': failed:
        Could not parse response status line.
        dav:/rrr/repo/> ls
        Listing collection `/rrr/repo/': succeeded.
        Coll:   application                            0  Sep 20 14:27
        Coll:   text                                   0  Sep 20 14:29
                .davpasswd                            24  Sep 20 15:39
                xmlquery.py                         6731  Sep 20 17:12
        dav:/rrr/repo/>
        
        



More information about the railroad-dev mailing list