Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: Users

installation problems

 

 

Zope users RSS feed   Index | Next | Previous | View Threaded


contrain at francenet

Nov 5, 1999, 9:31 AM

Post #1 of 7 (820 views)
Permalink
installation problems

I am running apache web server 1.3.9 on winnt server 4 and I've install
zope. Unfortunatly localhost:8080 won't respond.
Is there anything else to do ? Should I tell apache where to find zope or
something ? How ?
Thank you very much in advance for answering,

Olivier.


rawbobb at hotmail

Mar 20, 2004, 8:34 PM

Post #2 of 7 (806 views)
Permalink
Re: Installation Problems [In reply to]

Just a hunch...
Unless you have a dns server on your side of the cable modem, I'm not sure (practically certian, actually) if your zope server will resolve to http://whatever.comcast.net:8080/manage...
I am assuming that you're trying to access it locally.
Did you try http://localhost:8080/manage?
or http://ipaddress:8080/manage?
HTH

bobb
----- Original Message -----
From: stan [at] workflowinc
To: zope [at] zope
Sent: Thursday, March 18, 2004 11:50 PM
Subject: [Zope] Installation Problems



Everything appeared to install fine (WindowsXP), but I could not bring up the management console. I shutdown the service and ran runzope from the command line. Here's what I got:


C:\ZOPE-I~1\bin>runzope

C:\ZOPE-I~1\bin>"C:\Program Files\Zope-2.7.0\bin\python.exe" "C:\Program Files\Zope-2.7.0\lib\python\Zope\Startup\run.py" -C "C:\Zope-Instance\etc\zope.conf"

------
2004-03-18T23:32:19 INFO(0) ZServer HTTP server started at Thu Mar 18 23:32:19 2004
Hostname: Oxygen.kenets01.pa.comcast.net
Port: 8080
------
2004-03-18T23:32:19 INFO(0) ZServer FTP server started at Thu Mar 18 23:32:19 2004
Hostname: Oxygen
Port: 8021
------
2004-03-18T23:32:19 DEBUG(-200) FileStorage create storage C:\Zope-Instance/var/Data.fs
------
2004-03-18T23:32:19 DEBUG(-200) TemporaryStorage create storage temporary storage for sessioning
------
2004-03-18T23:32:19 BLATHER(-100) ZODB Commiting subtransaction of size 5386
------
2004-03-18T23:32:19 INFO(0) Zope Ready to handle requests

It appears that my broadband connection is influencing the Hostname. Trying to use the reported Hostname as a URL (http://Oxygen.kenets01.pa.comcast.net:8080/manage) generated "The page cannot be displayed" message on IE 6.

What am I doing wrong? How can I fix this?

Thanks in advance for any help.



------------------------------------------------------------------------------


_______________________________________________
Zope maillist - Zope [at] zope
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


stan at workflowinc

Mar 21, 2004, 7:53 AM

Post #3 of 7 (797 views)
Permalink
Re: Installation Problems [In reply to]

Thanks for the idea. I did try the other URLs with the same result.

I figured it out however. I didn't have a hosts file. A simple entry of

localhost 127.0.0.1

solved the problem. I guess that in lieu of the hosts file it was
guessing my host based on DHCP settings. That's what lead it to Comcast's
servers. What is interesting is that none of the other web servers that
I've run on my machine (Apache, IIS) had this problem. In any event,
problem solved.

Thanks for responding.

Stan Shore


simon at anglings

May 18, 2004, 11:53 PM

Post #4 of 7 (789 views)
Permalink
RE: Installation problems [In reply to]

I was using 2.2.2 - I was given a message saying this wasn't the best
version but it was acceptable. Do you think this is the problem?

Thanks,
Simon

-----Original Message-----
From: zope-bounces [at] zope [mailto:zope-bounces [at] zope] On Behalf Of
g.lams [at] itcilo
Sent: 19 May 2004 08:46 AM
To: Zope [at] zope
Subject: Re: [Zope] Installation problems

Which version of python do you use?
You need to use Python 2.3.2 or later

Gael
zope-bounces [at] zope wrote on 18/05/2004 23.20.19:

> I've been working with Zope for a couple of weeks on my local system
> (Windows XP). I've been try to install on linux all evening but have
got
> so far but haven't got the thing to run. When I think I'm finished and
> come to running I get the following:
>
------------------------------------------------------------------------
> -
> [admin [at] anglin bin]$ ./runzope
> Traceback (most recent call last):
> File "/usr/local/zope/lib/python/Zope/Startup/run.py", line 49, in ?
> run()
> File "/usr/local/zope/lib/python/Zope/Startup/run.py", line 18, in
run
> opts = _setconfig()
> File "/usr/local/zope/lib/python/Zope/Startup/run.py", line 41, in
> _setconfig
> opts.realize(doc="Sorry, no option docs yet.")
> File "/usr/local/zope/lib/python/zdaemon/zdoptions.py", line 262, in
> realize
> self.load_schema()
> File "/usr/local/zope/lib/python/zdaemon/zdoptions.py", line 303, in
> load_schema
> self.schema = ZConfig.loadSchema(self.schemafile)
> File "/usr/local/zope/lib/python/ZConfig/loader.py", line 37, in
> loadSchema
> return SchemaLoader().loadURL(url)
> File "/usr/local/zope/lib/python/ZConfig/loader.py", line 71, in
> loadURL
> return self.loadResource(r)
> File "/usr/local/zope/lib/python/ZConfig/loader.py", line 137, in
> loadResource
> schema = ZConfig.schema.parseResource(resource, self)
> File "/usr/local/zope/lib/python/ZConfig/schema.py", line 43, in
> parseResource
> xml.sax.parse(resource.file, parser)
> File "/usr/lib/python2.2/xml/sax/__init__.py", line 33, in parse
> parser.parse(source)
> File "/usr/lib/python2.2/xml/sax/expatreader.py", line 91, in parse
> xmlreader.IncrementalParser.parse(self, source)
> File "/usr/lib/python2.2/xml/sax/xmlreader.py", line 123, in parse
> self.feed(buffer)
> File "/usr/lib/python2.2/xml/sax/expatreader.py", line 144, in feed
> self._parser.Parse(data, isFinal)
> File "/usr/lib/python2.2/xml/sax/expatreader.py", line 218, in
> start_element
> self._cont_handler.startElement(name, AttributesImpl(attrs))
> File "/usr/local/zope/lib/python/ZConfig/schema.py", line 115, in
> startElement
> getattr(self, "start_" + name)(attrs)
> File "/usr/local/zope/lib/python/ZConfig/schema.py", line 469, in
> start_schema
> keytype, valuetype, datatype = self.get_sect_typeinfo(attrs)
> File "/usr/local/zope/lib/python/ZConfig/schema.py", line 207, in
> get_sect_typeinfo
> datatype = self.get_datatype(attrs, "datatype", "null")
> File "/usr/local/zope/lib/python/ZConfig/schema.py", line 200, in
> get_datatype
> return self._registry.get(dtname)
> File "/usr/local/zope/lib/python/ZConfig/datatypes.py", line 298, in
> get
> t = self.search(name)
> File "/usr/local/zope/lib/python/ZConfig/datatypes.py", line 323, in
> search
> package = __import__(n, g, g, component)
> File "/usr/local/zope/lib/python/Zope/Startup/datatypes.py", line
18,
> in ?
> from ZODB.config import ZODBDatabase
> File "/usr/local/zope/lib/python/ZODB/__init__.py", line 19, in ?
> from zLOG import register_subsystem
> File "/usr/local/zope/lib/python/zLOG/__init__.py", line 88, in ?
> from EventLogger import log_write, log_time, severity_string, \
> File "/usr/local/zope/lib/python/zLOG/EventLogger.py", line 23, in ?
> import logging
> ImportError: No module named logging
>
------------------------------------------------------------------------
> -
> I'm not really too familiar with Linux but can anyone help set me on
the
> right path.
>
> Thanks,
> Simon
>
>
>
> _______________________________________________
> Zope maillist - Zope [at] zope
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )


_______________________________________________
Zope maillist - Zope [at] zope
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


_______________________________________________
Zope maillist - Zope [at] zope
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


g.lams at itcilo

May 18, 2004, 11:56 PM

Post #5 of 7 (805 views)
Permalink
RE: Installation problems [In reply to]

I think so, you'd better update Python and I'm pretty sure it will work
(update python-devel as well)

"Simon Angling" <simon [at] anglings> wrote on 19/05/2004 08.53.43:

> I was using 2.2.2 - I was given a message saying this wasn't the best
> version but it was acceptable. Do you think this is the problem?
>
> Thanks,
> Simon
>
> -----Original Message-----
> From: zope-bounces [at] zope [mailto:zope-bounces [at] zope] On Behalf Of
> g.lams [at] itcilo
> Sent: 19 May 2004 08:46 AM
> To: Zope [at] zope
> Subject: Re: [Zope] Installation problems
>
> Which version of python do you use?
> You need to use Python 2.3.2 or later
>
> Gael
> zope-bounces [at] zope wrote on 18/05/2004 23.20.19:
>
> > I've been working with Zope for a couple of weeks on my local system
> > (Windows XP). I've been try to install on linux all evening but have
> got
> > so far but haven't got the thing to run. When I think I'm finished and
> > come to running I get the following:
> >
> ------------------------------------------------------------------------
> > -
> > [admin [at] anglin bin]$ ./runzope
> > Traceback (most recent call last):
> > File "/usr/local/zope/lib/python/Zope/Startup/run.py", line 49, in ?
> > run()
> > File "/usr/local/zope/lib/python/Zope/Startup/run.py", line 18, in
> run
> > opts = _setconfig()
> > File "/usr/local/zope/lib/python/Zope/Startup/run.py", line 41, in
> > _setconfig
> > opts.realize(doc="Sorry, no option docs yet.")
> > File "/usr/local/zope/lib/python/zdaemon/zdoptions.py", line 262, in
> > realize
> > self.load_schema()
> > File "/usr/local/zope/lib/python/zdaemon/zdoptions.py", line 303, in
> > load_schema
> > self.schema = ZConfig.loadSchema(self.schemafile)
> > File "/usr/local/zope/lib/python/ZConfig/loader.py", line 37, in
> > loadSchema
> > return SchemaLoader().loadURL(url)
> > File "/usr/local/zope/lib/python/ZConfig/loader.py", line 71, in
> > loadURL
> > return self.loadResource(r)
> > File "/usr/local/zope/lib/python/ZConfig/loader.py", line 137, in
> > loadResource
> > schema = ZConfig.schema.parseResource(resource, self)
> > File "/usr/local/zope/lib/python/ZConfig/schema.py", line 43, in
> > parseResource
> > xml.sax.parse(resource.file, parser)
> > File "/usr/lib/python2.2/xml/sax/__init__.py", line 33, in parse
> > parser.parse(source)
> > File "/usr/lib/python2.2/xml/sax/expatreader.py", line 91, in parse
> > xmlreader.IncrementalParser.parse(self, source)
> > File "/usr/lib/python2.2/xml/sax/xmlreader.py", line 123, in parse
> > self.feed(buffer)
> > File "/usr/lib/python2.2/xml/sax/expatreader.py", line 144, in feed
> > self._parser.Parse(data, isFinal)
> > File "/usr/lib/python2.2/xml/sax/expatreader.py", line 218, in
> > start_element
> > self._cont_handler.startElement(name, AttributesImpl(attrs))
> > File "/usr/local/zope/lib/python/ZConfig/schema.py", line 115, in
> > startElement
> > getattr(self, "start_" + name)(attrs)
> > File "/usr/local/zope/lib/python/ZConfig/schema.py", line 469, in
> > start_schema
> > keytype, valuetype, datatype = self.get_sect_typeinfo(attrs)
> > File "/usr/local/zope/lib/python/ZConfig/schema.py", line 207, in
> > get_sect_typeinfo
> > datatype = self.get_datatype(attrs, "datatype", "null")
> > File "/usr/local/zope/lib/python/ZConfig/schema.py", line 200, in
> > get_datatype
> > return self._registry.get(dtname)
> > File "/usr/local/zope/lib/python/ZConfig/datatypes.py", line 298, in
> > get
> > t = self.search(name)
> > File "/usr/local/zope/lib/python/ZConfig/datatypes.py", line 323, in
> > search
> > package = __import__(n, g, g, component)
> > File "/usr/local/zope/lib/python/Zope/Startup/datatypes.py", line
> 18,
> > in ?
> > from ZODB.config import ZODBDatabase
> > File "/usr/local/zope/lib/python/ZODB/__init__.py", line 19, in ?
> > from zLOG import register_subsystem
> > File "/usr/local/zope/lib/python/zLOG/__init__.py", line 88, in ?
> > from EventLogger import log_write, log_time, severity_string, \
> > File "/usr/local/zope/lib/python/zLOG/EventLogger.py", line 23, in ?
> > import logging
> > ImportError: No module named logging
> >
> ------------------------------------------------------------------------
> > -
> > I'm not really too familiar with Linux but can anyone help set me on
> the
> > right path.
> >
> > Thanks,
> > Simon
> >
> >
> >
> > _______________________________________________
> > Zope maillist - Zope [at] zope
> > http://mail.zope.org/mailman/listinfo/zope
> > ** No cross posts or HTML encoding! **
> > (Related lists -
> > http://mail.zope.org/mailman/listinfo/zope-announce
> > http://mail.zope.org/mailman/listinfo/zope-dev )
>
>
> _______________________________________________
> Zope maillist - Zope [at] zope
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>


_______________________________________________
Zope maillist - Zope [at] zope
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


chrism at plope

May 18, 2004, 11:57 PM

Post #6 of 7 (806 views)
Permalink
RE: Installation problems [In reply to]

On Wed, 2004-05-19 at 02:53, Simon Angling wrote:
> I was using 2.2.2 - I was given a message saying this wasn't the best
> version but it was acceptable. Do you think this is the problem?

It lied, that's my fault.. sorry! You do indeed need Python 2.3.3.

- C



_______________________________________________
Zope maillist - Zope [at] zope
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


simon at anglings

May 19, 2004, 10:56 AM

Post #7 of 7 (811 views)
Permalink
RE: Installation problems [In reply to]

Oh well - serves me right for being lazy!
Thanks Chris and Gael for putting me back on track.

S

-----Original Message-----
From: Chris McDonough [mailto:chrism [at] plope]
Sent: 19 May 2004 08:58 AM
To: simon [at] anglings
Cc: Zope [at] zope; g.lams [at] itcilo
Subject: RE: [Zope] Installation problems

On Wed, 2004-05-19 at 02:53, Simon Angling wrote:
> I was using 2.2.2 - I was given a message saying this wasn't the best
> version but it was acceptable. Do you think this is the problem?

It lied, that's my fault.. sorry! You do indeed need Python 2.3.3.

- C



_______________________________________________
Zope maillist - Zope [at] zope
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Zope users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.