Picon

Is Plone 3.3.2 officially released?

Hi all,
on Plone home page ( http://plone.org/ ), on the right, It says 
"Download Now Plone  3.3.1 Sep 09"
Following this link you reach http://plone.org/products/plone that says: 
Current release 3.3.2 Released Nov 20, 2009

So the question: is 3.3.2 officially released (and there is an error on 
the home page) or 3.3.2 is still beta?

Thanks
     Mirto

Attachment (mirtosilvio_busico.vcf): text/x-vcard, 292 bytes
jjkunce | 2 Dec 02:14
Picon
Gravatar

Block Egg Dependencies?


Hi - 

My general question is: Is there a way in buildout to *block* the install of
a product specified as a dependency by another product?  Alternatively, is
there a way to tell buildout to *delete* or *ignore* certain products at a
certain point in the process.

Here is my specific problem. I am creating a Plone 3.3.2 buildout for
windows that includes plone.app.ldap.  The chain of dependencies ends up
installing a python-ldap in the buildout which conflicts with the
python-ldap installed in my system python.  I have to manually delete the
buildout copy of the python-ldap before plone will run.

If someone can solve the specific problem, that would be great.  But I'm
really more interested in the general question: How can I stop an egg from
doing what it thinks is the right thing, but is wrong for me?

Thanks.

  -- Jeff
--

-- 
View this message in context: http://n2.nabble.com/Block-Egg-Dependencies-tp4097403p4097403.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Giovanni Toffoli | 3 Dec 14:41
Favicon

MySQL-python in the buildout for Windows

Hi,

I'm customizing buldout.cfg after installing Plone 3.3.2 with the Windows 
installer.
I've added the line
    MySQL_python
to the list of eggs in the [buildout] section.

Trying to re-execute the buildout, it terminates with the following error 
trace

C:\zope\plone33>bin\buildout -N
Uninstalling zopepy.
Uninstalling instance.
Updating zope2.
Updating fake eggs
Updating productdistros.
Installing instance.
Getting distribution for 'MySQL-python'.
_mysql.c
_mysql.c(34) : fatal error C1083: Cannot open include file: 'config-win.h': 
No such file or directory
error: Setup script exited with error: command '"C:\Programmi\Microsoft 
Visual Studio .NET 2003\Vc7\bin\cl.exe"' failed with exit status 2
An error occured when trying to install MySQL-python 1.2.3c1.Look above this 
message for any errors that were output by easy_install.
While:
  Installing instance.
  Getting distribution for 'MySQL-python'.
Error: Couldn't install: MySQL-python 1.2.3c1
(Continue reading)

Lymond01 | 3 Dec 18:27

Log Analysis with Apache


I was asked to set up a traffic analysis for one of our Plone sites.  We're
running it through Apache with redirects.  A line from the log looks like
this:

127.0.0.1 - Anonymous [03/Jul/2008:12:14:31 -0700] "GET
/VirtualHostBase/http/10.0.0.1:80/Research/website_name/VirtualHostRoot/PMA/main.php
HTTP/1.1" 404 11297 "" ""

(I've replaced the server's IP with 10.0.0.1 and the website name with
website_name.)

That opening 127.0.0.1 should be the requestor's IP, but for all the entries
it is 127.0.0.1.  Any thoughts on how I could get it to log the proper IP
using a Plone setup with Apache?

Thank you for your time. 
--

-- 
View this message in context: http://n2.nabble.com/Log-Analysis-with-Apache-tp4107411p4107411.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.

Larry Pitcher | 3 Dec 20:13
Gravatar

Re: Log Analysis with Apache

Lymond01 wrote:
> I was asked to set up a traffic analysis for one of our Plone sites.  We're
> running it through Apache with redirects.  A line from the log looks like
> this:
> 
> 127.0.0.1 - Anonymous [03/Jul/2008:12:14:31 -0700] "GET
> /VirtualHostBase/http/10.0.0.1:80/Research/website_name/VirtualHostRoot/PMA/main.php
> HTTP/1.1" 404 11297 "" ""
> 
> (I've replaced the server's IP with 10.0.0.1 and the website name with
> website_name.)
> 
> That opening 127.0.0.1 should be the requestor's IP, but for all the entries
> it is 127.0.0.1.  Any thoughts on how I could get it to log the proper IP
> using a Plone setup with Apache?
> 
> Thank you for your time. 
Hi,

Is that the Apache log or the Zope log? You should be looking at the 
Apache log.

HTH,

--

-- 
Larry Pitcher
Catapult Solutions

Web:    www.catapultsolutions.net
Email:  larry.pitcher@...
(Continue reading)

jdalley | 3 Dec 20:46
Picon
Gravatar

Replacing Data.fs and Products during Upgrade


I have a production site running on 3.1.5.1, I'm trying to upgrade it to
3.2.x then to 3.3.x. 

On a second machine for testing purposes, I downloaded 3.2.3, installed it
via the Windows installer. I copied the Products and the Data.fs (Containing
3 sites) over to the new 3.2.3 install in the new directory location of
var\filestorage. 

When I start Plone up and go to the ZMI it appears after a bit, but then
something is strange... I go to portal_migrate one of the sites, and it says
its up to date at 3.1.5... It also says the Plone Filesystem is 3.1.5.. so I
cannot migrate it to what I thought I just installed (3.2.3). 

I figure I'll try creating a brand new site, when it finally completes
(takes a lot longer than usual), I open it up and it says its running on
Plone 3.1.5 as well! Then I attempted to simply remove all the products I
copied over (both uninstall and remove them from the products directory), to
see if that changes anything, but low and behold... then the sites don't
work of course! so no testing there, migration is still not possible.

I may have missed a crucial step in this upgrade and migrate process... but
for the life of me I can't get anything to work properly. 

Note: I've never used buildout, I have the unfortunate thrill of working
purely on Windows and thats what I've been using all along.

--

-- 
View this message in context: http://n2.nabble.com/Replacing-Data-fs-and-Products-during-Upgrade-tp4108334p4108334.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
(Continue reading)

Raphael Ritz | 4 Dec 11:21
Picon
Favicon

Re: Replacing Data.fs and Products during Upgrade

jdalley wrote:
> I have a production site running on 3.1.5.1, I'm trying to upgrade it to
> 3.2.x then to 3.3.x. 
> 
> On a second machine for testing purposes, I downloaded 3.2.3, installed it
> via the Windows installer. I copied the Products

Which Products?

Everything including CMFPlone and friends?

If so you are staying on 3.1.5 indeed.

Only move the 3rd-party products not coming with Plone that you
depend on.

Raphael

> and the Data.fs (Containing
> 3 sites) over to the new 3.2.3 install in the new directory location of
> var\filestorage. 
> 
> When I start Plone up and go to the ZMI it appears after a bit, but then
> something is strange... I go to portal_migrate one of the sites, and it says
> its up to date at 3.1.5... It also says the Plone Filesystem is 3.1.5.. so I
> cannot migrate it to what I thought I just installed (3.2.3). 
> 
> I figure I'll try creating a brand new site, when it finally completes
> (takes a lot longer than usual), I open it up and it says its running on
> Plone 3.1.5 as well! Then I attempted to simply remove all the products I
(Continue reading)

jdalley | 4 Dec 14:55
Picon
Gravatar

Re: Replacing Data.fs and Products during Upgrade


Raphael Ritz wrote:
> 
> 
> Which Products?
> 
> Everything including CMFPlone and friends?
> 
> If so you are staying on 3.1.5 indeed.
> 
> Only move the 3rd-party products not coming with Plone that you
> depend on.
> 
> Raphael
> 
> 

Raphael Ritz wrote:
> 
> 
> Which Products?
> 
> Everything including CMFPlone and friends?
> 
> If so you are staying on 3.1.5 indeed.
> 
> Only move the 3rd-party products not coming with Plone that you
> depend on.
> 
> Raphael
(Continue reading)

Lymond01 | 5 Dec 01:07

Re: Log Analysis with Apache

Absolutely right.  I thought my brain was off.  I've got analysis working with awstats now.  Thanks for the bump on the noggin.


On 12/3/2009 11:15 AM, Larry Pitcher [via Plone] wrote:

Lymond01 wrote:

> I was asked to set up a traffic analysis for one of our Plone sites.  We're
> running it through Apache with redirects.  A line from the log looks like
> this:
>
> 127.0.0.1 - Anonymous [03/Jul/2008:12:14:31 -0700] "GET
> /VirtualHostBase/http/10.0.0.1:80/Research/website_name/VirtualHostRoot/PMA/main.php
> HTTP/1.1" 404 11297 "" ""
>
> (I've replaced the server's IP with 10.0.0.1 and the website name with
> website_name.)
>
> That opening 127.0.0.1 should be the requestor's IP, but for all the entries
> it is 127.0.0.1.  Any thoughts on how I could get it to log the proper IP
> using a Plone setup with Apache?
>
> Thank you for your time.
Hi,

Is that the Apache log or the Zope log? You should be looking at the
Apache log.

HTH,

--
Larry Pitcher
Catapult Solutions

Web:    www.catapultsolutions.net
Email:  [hidden email]
Skype:  larry.pitcher
Phone:  509.849.2660

_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup


View this message in context: Re: [Setup] Log Analysis with Apache
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
jdalley | 7 Dec 20:22
Picon
Gravatar

Re: Replacing Data.fs and Products during Upgrade


After removing All the CMF Products from the new install directory's Products
folder, I am able to upgrade the site!! However; it gets halfway through and
throws this error:

Starting the migration from version: 3.1.5 
Attempting to upgrade from: 3.1.5 
Upgrade to: 3.1.5.1, completed 
Attempting to upgrade from: 3.1.5.1 
Upgrade to: 3.1.6, completed 
Attempting to upgrade from: 3.1.6 
Upgrade to: 3.1.7, completed 
Attempting to upgrade from: 3.1.7 
Upgrade to: 3.2a1, completed 
Attempting to upgrade from: 3.2a1 
Upgrade to: 3.2rc1, completed 
Attempting to upgrade from: 3.2rc1 
Upgrade to: 3.2, completed 
Attempting to upgrade from: 3.2 
Upgrade to: 3.2.1, completed 
Attempting to upgrade from: 3.2.1 
Upgrade aborted 
Error type: exceptions.KeyError 
Error value: 'profile-Products.CMFPlone.migrations:3.2-3.2.1' 
File "c:\program
files\plone\buildout-cache\eggs\plone-3.2.3-py2.4.egg\Products\CMFPlone\MigrationTool.py",
line 210, in upgrade newv, msgs = self._upgrade(newv) 
File "c:\program
files\plone\buildout-cache\eggs\plone-3.2.3-py2.4.egg\Products\CMFPlone\MigrationTool.py",
line 321, in _upgrade res = function(self.aq_parent) 
File "c:\program
files\plone\buildout-cache\eggs\plone-3.2.3-py2.4.egg\Products\CMFPlone\migrations\v3_2\__init__.py",
line 20, in three21_three22
'profile-Products.CMFPlone.migrations:3.2-3.2.1') 
File "c:\program
files\plone\buildout-cache\eggs\plone-3.2.3-py2.4.egg\Products\CMFPlone\migrations\migration_util.py",
line 107, in loadMigrationProfile tool.runAllImportStepsFromProfile(profile,
purge_old=False) 
File "C:\Program Files\Plone\products\GenericSetup\tool.py", line 390, in
runAllImportStepsFromProfile ignore_dependencies=ignore_dependencies) 
File "C:\Program Files\Plone\products\GenericSetup\tool.py", line 1155, in
_runImportStepsFromContext chain = self.getProfileDependencyChain(
profile_id ) 
File "C:\Program Files\Plone\products\GenericSetup\tool.py", line 1135, in
getProfileDependencyChain dependencies = self.getDependenciesForProfile(
profile_id ) 
File "C:\Program Files\Plone\products\GenericSetup\tool.py", line 911, in
getDependenciesForProfile raise KeyError, profile_id 
End of upgrade path, migration has finished 
The upgrade path did NOT reach current version 
Migration has failed 

--

-- 
View this message in context: http://n2.nabble.com/Replacing-Data-fs-and-Products-during-Upgrade-tp4108334p4127956.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


Gmane