Creating a Zope/Plone Instance Manually

3 Messages Forum Options Options
Embed this topic
Permalink
mbanaouas
Creating a Zope/Plone Instance Manually
Reply Threaded MoreMore options
Print post
Permalink
Hi,
I usually installed successfully Plone from binary installer.
Now, I'm creating a Zope/Plone instance manually and it works fine for ZMI, thanks to Martin Aspeli book: Professional Plone Development.
But Plone is not yet installed on it: my browser fails on both http://localhost:80 and http://localhost:80/optilux.
I checked plone.conf file in the sud-directories: not found.
Is this the normal behaviour ? So what I'm doing wrong ? Must I specify more packages in buildout.cfg ?
plateform: Windowx XP Pro
thanks

I started "bin\instance fg" and the output is :
D:\optilux>bin\instance fg
D:\optilux\parts\instance\bin\runzope -X debug-mode=on

D:\optilux>"C:\Python\python.exe" "D:\optilux\parts\instance\bin\servicewrapper.py" -C "D:\optilux\parts\instance\etc\zope.conf" "-X" "debug-mode=on"

2008-08-22 23:06:30 INFO ZServer HTTP server started at Fri Aug 22 23:06:30 2008
        Hostname: <mycomputer>
        Port: 8080
2008-08-22 23:06:37 INFO Marshall libxml2-python not available. Unable to register libxml2 based marshallers.
2008-08-22 23:06:41 INFO DocFinderTab Applied patch version 1.0.1.
D:\optilux\parts\zope2\lib\python\zope\configuration\xmlconfig.py:323: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of
 zope.app.annotation will become unsupported in Zope 3.5
  __import__(arguments[0])
... (many other DeprecationWarning)
2008-08-22 23:07:04 INFO Zope Ready to handle requests
Nicolai
Re: Creating a Zope/Plone Instance Manually
Reply Threaded MoreMore options
Print post
Permalink
I'm having the same issue here. I've followed this tutorial:
http://plone.org/documentation/tutorial/developing-plone-with-eclipse/creating-plone-site

but I cannot access the ZMI, neither at the address http://localhost:8080/ nor under http://localhost:8080/manage
after having (successfully) started the instance via  

python2.4 instance start
>. daemon process started, pid=26724

Is there a more verbous way of starting the instance?


mbanaouas wrote:
Hi,
I usually installed successfully Plone from binary installer.
Now, I'm creating a Zope/Plone instance manually and it works fine for ZMI, thanks to Martin Aspeli book: Professional Plone Development.
But Plone is not yet installed on it: my browser fails on both http://localhost:80 and http://localhost:80/optilux.
I checked plone.conf file in the sud-directories: not found.
Is this the normal behaviour ? So what I'm doing wrong ? Must I specify more packages in buildout.cfg ?
plateform: Windowx XP Pro
thanks

I started "bin\instance fg" and the output is :
D:\optilux>bin\instance fg
D:\optilux\parts\instance\bin\runzope -X debug-mode=on

D:\optilux>"C:\Python\python.exe" "D:\optilux\parts\instance\bin\servicewrapper.py" -C "D:\optilux\parts\instance\etc\zope.conf" "-X" "debug-mode=on"

2008-08-22 23:06:30 INFO ZServer HTTP server started at Fri Aug 22 23:06:30 2008
        Hostname: <mycomputer>
        Port: 8080
2008-08-22 23:06:37 INFO Marshall libxml2-python not available. Unable to register libxml2 based marshallers.
2008-08-22 23:06:41 INFO DocFinderTab Applied patch version 1.0.1.
D:\optilux\parts\zope2\lib\python\zope\configuration\xmlconfig.py:323: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of
 zope.app.annotation will become unsupported in Zope 3.5
  __import__(arguments[0])
... (many other DeprecationWarning)
2008-08-22 23:07:04 INFO Zope Ready to handle requests
m.banaouas
Re: Creating a Zope/Plone Instance Manually
Reply Threaded MoreMore options
Print post
Permalink
Hi Nicolai,
I finally solved my initial problem by downloading the plone package its self (like mentionned in the book) . In my case, I'm trying to build a customized setup witch will be a mix from a "virgin plone" and my adds.
Did you set debug mode on and tried to start the instance on fg ?



I'm having the same issue here. I've followed this tutorial:
http://plone.org/documentation/tutorial/developing-plone-with-eclipse/creating-plone-site

but I cannot access the ZMI, neither at the address http://localhost:8080/ nor under http://localhost:8080/manage
after having (successfully) started the instance via  

python2.4 instance start
>. daemon process started, pid=26724

Is there a more verbous way of starting the instance?


mbanaouas wrote:
Hi,
I usually installed successfully Plone from binary installer.
Now, I'm creating a Zope/Plone instance manually and it works fine for ZMI, thanks to Martin Aspeli book: Professional Plone Development.
But Plone is not yet installed on it: my browser fails on both http://localhost:80 and http://localhost:80/optilux.
I checked plone.conf file in the sud-directories: not found.
Is this the normal behaviour ? So what I'm doing wrong ? Must I specify more packages in buildout.cfg ?
plateform: Windowx XP Pro
thanks

I started "bin\instance fg" and the output is :
D:\optilux>bin\instance fg
D:\optilux\parts\instance\bin\runzope -X debug-mode=on

D:\optilux>"C:\Python\python.exe" "D:\optilux\parts\instance\bin\servicewrapper.py" -C "D:\optilux\parts\instance\etc\zope.conf" "-X" "debug-mode=on"

2008-08-22 23:06:30 INFO ZServer HTTP server started at Fri Aug 22 23:06:30 2008
        Hostname: <mycomputer>
        Port: 8080
2008-08-22 23:06:37 INFO Marshall libxml2-python not available. Unable to register libxml2 based marshallers.
2008-08-22 23:06:41 INFO DocFinderTab Applied patch version 1.0.1.
D:\optilux\parts\zope2\lib\python\zope\configuration\xmlconfig.py:323: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of
 zope.app.annotation will become unsupported in Zope 3.5
  __import__(arguments[0])
... (many other DeprecationWarning)
2008-08-22 23:07:04 INFO Zope Ready to handle requests