-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,

Now I'm trying to install Instant Press in the web2py instance I have
online, but I have not success. I get the error message that I posted
below. I tried to install something different like the cookbook
appliance and it went without any problem. The only significant
difference I see between the two appliances is their size. Instant Press
is ten times bigger that cookbook, but my local test (without using wsgi
on my local machine) let me install instant press without any problem. I
asked in the Spanish list and posted the error message and there they
told me that it was a web2py related problem, but don't provide any
extra information to know which problem or how to solve it.

Any advice is appreciated.

Cheers,

Offray


Error log on web2py trying to install Instant Press follows:

VERSION
web2py? Version 1.91.6 (2011-01-03 17:55:14)
Python  Python 2.7.1: /usr/bin/python2
TRACEBACK
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
Traceback (most recent call last):
  File "/opt/Portico/Web2py/1.91.6/gluon/main.py", line 403, in wsgibase
    parse_get_post_vars(request, environ)
  File "/opt/Portico/Web2py/1.91.6/gluon/main.py", line 254, in
parse_get_post_vars
    request.body = copystream_progress(request) ### stores request body
  File "/opt/Portico/Web2py/1.91.6/gluon/main.py", line 127, in
copystream_progress
    copystream(source, dest, size, chunk_size)
  File "/opt/Portico/Web2py/1.91.6/gluon/fileutils.py", line 331, in
copystream
    data = src.read(chunk_size)
  File "/usr/lib/python2.7/socket.py", line 380, in read
    data = self._sock.recv(left)
timeout: timed out
ERROR SNAPSHOT
<class 'socket.timeout'>(timed out)

inspect attributes

Frames
File /opt/Portico/Web2py/1.91.6/gluon/main.py in wsgibase at line 403
code

arguments

variables

File /opt/Portico/Web2py/1.91.6/gluon/main.py in parse_get_post_vars at
line 254
code

arguments

variables

File /opt/Portico/Web2py/1.91.6/gluon/main.py in copystream_progress at
line 127
code

arguments

variables

File /opt/Portico/Web2py/1.91.6/gluon/fileutils.py in copystream at line
331
code

arguments

variables

File /usr/lib/python2.7/socket.py in read at line 380
code

arguments

variables

Function argument list
(self=<socket._fileobject object>, size=100000)

Code listing
375.
376.
377.
378.
379.
380.

381.
382.
383.
384.
                # parameter even though it often returns much less data
                # than that.  The returned data string is short lived
                # as we copy it into a StringIO and free it.  This avoids
                # fragmentation issues on many platforms.
                try:
                    data = self._sock.recv(left)

                except error, e:
                    if e.args[0] == EINTR:
                        continue
                    raise
Variables
self._sock.recv <built-in method recv of _socket.socket object>
self._sock      <socket object, fd=4, family=2, type=1, protocol=0>
self    <socket._fileobject object>
data    undefined
left    2552
Context
locals

request

session

response

IN FILE: FRAMEWORK
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNPbBHAAoJEGiex2828ICwY7kIAIkuCXZ34dxcoq1RuG/oT5S/
3GzZEwjOPJ9o0M58rmv2FEvxdtOyTMrNskxAMkP7ER7MigJLLx2kAHrRq/zeUM5c
a0QhxwI1wqL66rYSoWXWbOygk2gx7eeIVmlN69GRbFoO/k21pkMbovDPEHd1WFjt
+j9f/2VdB6j0N0XgfhFBO8wieojnlUAgOo7ft/d8X4CUKkKXbft9tINlN59zGo1b
1d352lKuBHcMLRf4K1vgeFhdPSu0U+Vm0/Ztt6FoeK5nudn4nvSlwzRYvGkqceC+
JDSDOSsdBEYyKQO8KdRSX1ilgrGskobfJY02Z62Pd2HwiE98zeAJEmsqk3CmTl8=
=oHeM
-----END PGP SIGNATURE-----

Reply via email to