From shiju at pivotsys.com Mon Jan 1 05:00:43 2007 From: shiju at pivotsys.com (Shiju V.Joseph) Date: Sun, 31 Dec 2006 21:00:43 -0700 Subject: [railroad-dev] Plone & Railroad integration issues Message-ID: <20061231210043.e1a84643288298bd7e8f248525a52676.493b4719c3.wbe@email.secureserver.net> Hi Kit, Thanks for the fast reply.I tried plonetramline,it got installed but i am not seeing any configuration link for tramline inside from plone as was in the case of railroad. is there any apache configuration required? Wish u a very happy new year ahead.. Thanks Shiju > -------- Original Message -------- > Subject: Re: [railroad-dev] Plone & Railroad integration issues > From: "kit BLAKE" > Date: Fri, December 29, 2006 11:06 pm > To: "Railroad server development list" > > 2006/12/30, Shiju V.Joseph : > > railroad packges listed in the plone site is april 2005 release and it > > is tested with Plone 2.0.5 only,later versions of plone are not > > tested.Is these issues are due to the version mismatch. > > Any help? > > Probably version mismatch. The customer who ordered it has yet to > upgrade. If and when that happens, we'll report. > > You also might have a look at "Railroad's little sister", Tramline: > http://www.infrae.com/products/tramline > > Of which there is a Plone variant: > http://plone.org/products/plonetramline > > Kit > > -- > Kit BLAKE ?? Infrae ?? http://infrae.com/ + 31 10 243 7051 > Hoevestraat 10 ?? 3033 GC ?? Rotterdam + The Netherlands > Contact = http://xri.net/=kitblake > _______________________________________________ > railroad-dev mailing list > railroad-dev at codespeak.net > http://codespeak.net/mailman/listinfo/railroad-dev From kitblake at gmail.com Wed Jan 3 13:03:24 2007 From: kitblake at gmail.com (kit BLAKE) Date: Wed, 3 Jan 2007 13:03:24 +0100 Subject: [railroad-dev] Plone & Railroad integration issues In-Reply-To: <20061231210043.e1a84643288298bd7e8f248525a52676.493b4719c3.wbe@email.secureserver.net> References: <20061231210043.e1a84643288298bd7e8f248525a52676.493b4719c3.wbe@email.secureserver.net> Message-ID: <32a4a00c0701030403g396840aan6318a18f52d93c63@mail.gmail.com> 2007/1/1, Shiju V.Joseph : > Thanks for the fast reply.I tried plonetramline,it got installed but i > am not seeing > any configuration link for tramline inside from plone as was in the case > of railroad. > is there any apache configuration required? Well, I think so, but I don't personally know the plonetramline product. -- Kit BLAKE ? Infrae ? http://infrae.com/ + 31 10 243 7051 Hoevestraat 10 ? 3033 GC ? Rotterdam + The Netherlands Contact = http://xri.net/=kitblake From shiju at pivotsys.com Thu Jan 4 14:22:58 2007 From: shiju at pivotsys.com (Shiju V.Joseph) Date: Thu, 04 Jan 2007 06:22:58 -0700 Subject: [railroad-dev] Plone & Railroad integration issues Message-ID: <20070104062258.e1a84643288298bd7e8f248525a52676.42c411c40b.wbe@email.secureserver.net> Hi.. after a long week i was able to integrate Plone with railroad,file upload is happening,but instead of the "upload success" ,message,plone is returning this error message ---------------------------------------------------------------------------------- Site error This site encountered an error trying to fulfill your request. The errors were: Error Type NameError Error Value global name 'RailroadError' is not defined Request made at 2007/01/04 14:34:47.212 GMT+0530 ---------------------------------------------------------------------------------- after some web researh i found that somebody else also faced the same problem before and the suspected buggy file is "proxy.py" http://codespeak.net/pipermail/railroad-dev/2005-February/000044.html so did an svn checkout from http://codespeak.net/svn/rr/Railroad/trunk/ and replaced proxy.py with the new version now plone is returning following error --------------------------------------------------------------------------------------------------- Site error This site encountered an error trying to fulfill your request. The errors were: Error Type RailroadError Error Value ('Wrong start of resource URL!', 'http://localhost/rrr/repo/audio/mpeg/000/sacrifice.mp3', 'http://192.168.11.15/rrr/repo/') Request made at 2007/01/04 18:30:12.016 GMT+0530 ---------------------------------------------------------------------------------------------------- any help in this regard Thanks Shiju > -------- Original Message -------- > Subject: Re: [railroad-dev] Plone & Railroad integration issues > From: "kit BLAKE" > Date: Wed, January 03, 2007 5:03 am > To: "Railroad server development list" > > 2007/1/1, Shiju V.Joseph : > > Thanks for the fast reply.I tried plonetramline,it got installed but i > > am not seeing > > any configuration link for tramline inside from plone as was in the case > > of railroad. > > is there any apache configuration required? > > Well, I think so, but I don't personally know the plonetramline product. > > -- > Kit BLAKE ?? Infrae ?? http://infrae.com/ + 31 10 243 7051 > Hoevestraat 10 ?? 3033 GC ?? Rotterdam + The Netherlands > Contact = http://xri.net/=kitblake > _______________________________________________ > railroad-dev mailing list > railroad-dev at codespeak.net > http://codespeak.net/mailman/listinfo/railroad-dev From nebu at pivotsys.com Thu Jan 4 14:40:57 2007 From: nebu at pivotsys.com (Nebu Jacob) Date: Thu, 4 Jan 2007 19:10:57 +0530 Subject: [railroad-dev] Plone & Railroad integration issues References: <20070104062258.e1a84643288298bd7e8f248525a52676.42c411c40b.wbe@email.secureserver.net> Message-ID: <002301c73005$f9243d60$820ba8c0@pivotsys47> Ok shiju God will bless us and so we can make things really happening. ----- Original Message ----- From: "Shiju V.Joseph" To: "Railroad server development list" Sent: Thursday, January 04, 2007 6:52 PM Subject: Re: [railroad-dev] Plone & Railroad integration issues > Hi.. > > after a long week i was able to integrate Plone with railroad,file > upload is happening,but instead of the "upload success" ,message,plone > is returning this error message > > ---------------------------------------------------------------------------------- > Site error > > This site encountered an error trying to fulfill your request. The > errors were: > > Error Type > NameError > Error Value > global name 'RailroadError' is not defined > Request made at > 2007/01/04 14:34:47.212 GMT+0530 > ---------------------------------------------------------------------------------- > > > after some web researh i found that somebody else also faced the same > problem before and the suspected buggy file is "proxy.py" > http://codespeak.net/pipermail/railroad-dev/2005-February/000044.html > > so did an svn checkout from http://codespeak.net/svn/rr/Railroad/trunk/ > and replaced proxy.py with the new version > > now plone is returning following error > > --------------------------------------------------------------------------------------------------- > Site error > > This site encountered an error trying to fulfill your request. The > errors were: > > Error Type > RailroadError > Error Value > ('Wrong start of resource URL!', > 'http://localhost/rrr/repo/audio/mpeg/000/sacrifice.mp3', > 'http://192.168.11.15/rrr/repo/') > Request made at > 2007/01/04 18:30:12.016 GMT+0530 > ---------------------------------------------------------------------------------------------------- > > any help in this regard > > Thanks > Shiju > > >> -------- Original Message -------- >> Subject: Re: [railroad-dev] Plone & Railroad integration issues >> From: "kit BLAKE" >> Date: Wed, January 03, 2007 5:03 am >> To: "Railroad server development list" >> >> 2007/1/1, Shiju V.Joseph : >> > Thanks for the fast reply.I tried plonetramline,it got installed but i >> > am not seeing >> > any configuration link for tramline inside from plone as was in the >> > case >> > of railroad. >> > is there any apache configuration required? >> >> Well, I think so, but I don't personally know the plonetramline product. >> >> -- >> Kit BLAKE ?? Infrae ?? http://infrae.com/ + 31 10 243 7051 >> Hoevestraat 10 ?? 3033 GC ?? Rotterdam + The Netherlands >> Contact = http://xri.net/=kitblake >> _______________________________________________ >> railroad-dev mailing list >> railroad-dev at codespeak.net >> http://codespeak.net/mailman/listinfo/railroad-dev > > -------------------------------------------------------------------------------- > _______________________________________________ > railroad-dev mailing list > railroad-dev at codespeak.net > http://codespeak.net/mailman/listinfo/railroad-dev > From shiju at pivotsys.com Thu Jan 11 12:56:53 2007 From: shiju at pivotsys.com (Shiju V.Joseph) Date: Thu, 11 Jan 2007 04:56:53 -0700 Subject: [railroad-dev] Plone & Railroad integration issues Message-ID: <20070111045653.e1a84643288298bd7e8f248525a52676.26204275f7.wbe@email.secureserver.net> Hi. after digging into railroad scripts we were able to do some fixing. ->Now we are able to upload files through railroad proxy ->after suucesful upload redirection to "file uploaded" page is working But how can we integrate the Plone's ATVideo content type with the railroad proxy logic? we need to add video content using ATVideo's add video menu and the file should get uploaded to the railroad repository.And while viewing back those files ,it should get played back from the repository. Anybody has done this before? is there any method to add a repository contents viewer to the Plone,because currently railroad repositry viewer is not there in plone. Help please :) Thanks & Regards Shiju V.Joseph > -------- Original Message -------- > Subject: Re: [railroad-dev] Plone & Railroad integration issues > From: "Shiju V.Joseph" > Date: Thu, January 04, 2007 6:22 am > To: Railroad server development list > > Hi.. > > after a long week i was able to integrate Plone with railroad,file > upload is happening,but instead of the "upload success" > ,message,plone > is returning this error message > > ---------------------------------------------------------------------------------- > Site error > > This site encountered an error trying to fulfill your request. The > errors were: > > Error Type > NameError > Error Value > global name 'RailroadError' is not defined > Request made at > 2007/01/04 14:34:47.212 GMT+0530 > ---------------------------------------------------------------------------------- > > > after some web researh i found that somebody else also faced the same > problem before and the suspected buggy file is "proxy.py" > http://codespeak.net/pipermail/railroad-dev/2005-February/000044.html > > so did an svn checkout from > http://codespeak.net/svn/rr/Railroad/trunk/ > and replaced proxy.py with the new version > > now plone is returning following error > > --------------------------------------------------------------------------------------------------- > Site error > > This site encountered an error trying to fulfill your request. The > errors were: > > Error Type > RailroadError > Error Value > ('Wrong start of resource URL!', > 'http://localhost/rrr/repo/audio/mpeg/000/sacrifice.mp3', > 'http://192.168.11.15/rrr/repo/') > Request made at > 2007/01/04 18:30:12.016 GMT+0530 > ---------------------------------------------------------------------------------------------------- > > any help in this regard > > Thanks > Shiju > > > > -------- Original Message -------- > > Subject: Re: [railroad-dev] Plone & Railroad integration issues > > From: "kit BLAKE" > > Date: Wed, January 03, 2007 5:03 am > > To: "Railroad server development list" > > > > 2007/1/1, Shiju V.Joseph : > > > Thanks for the fast reply.I tried plonetramline,it got installed > but i > > > am not seeing > > > any configuration link for tramline inside from plone as was in the > case > > > of railroad. > > > is there any apache configuration required? > > > > Well, I think so, but I don't personally know the plonetramline > product. > > > > -- > > Kit BLAKE ?? Infrae ?? http://infrae.com/ + 31 10 243 7051 > > Hoevestraat 10 ?? 3033 GC ?? Rotterdam + The Netherlands > > Contact = http://xri.net/=kitblake > > _______________________________________________ > > railroad-dev mailing list > > railroad-dev at codespeak.net > > http://codespeak.net/mailman/listinfo/railroad-dev > > > --------------------------------------------------------------------- > _______________________________________________ > railroad-dev mailing list > railroad-dev at codespeak.net > http://codespeak.net/mailman/listinfo/railroad-dev >