<div dir="ltr">Eugenio,<div><br></div><div>Run the site with manage.py runserver <a href="http://0.0.0.0:8000">0.0.0.0:8000</a> (and fixe ip accordingly) and then try to save.</div><div><br></div><div>This time you would get a traceback on the terminal that mae be easier to debug.</div><div><br></div><div>-a</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 28, 2015 at 11:17 AM, Eugenio Trumpy <span dir="ltr"><<a href="mailto:frippe12573@hotmail.com" target="_blank">frippe12573@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Dear all,<br><br>unfortunately I am here again with the same problem I had 2 or 3 weeks ago.<br>The main problem is when I save a map I got a 500 server error, which is referred to the following line in the apache2 error log:<br><br>[Wed Oct 28 16:50:10.835817 2015] [core:notice] [pid 18289] AH00052: child pid 18734 exit signal Segmentation fault (11)<br><br>Actually the map is not saved, however it appears in the map list, without the thumb. <br>If I click on such map I have the page error:<br><br><h1>IndexError at /maps/6</h1>
  <pre>list index out of range</pre>
  

    <table><tbody><tr>
      <th>Request Method:</th>
      <td>GET</td>
    </tr>
    <tr>
      <th>Request URL:</th>
      <td><a href="http://my_server_name/maps/6" target="_blank">http://my_server_name/maps/6</a></td>
    </tr>

    <tr>
      <th>Django Version:</th>
      <td>1.6.11</td>
    </tr>

    <tr>
      <th>Exception Type:</th>
      <td>IndexError</td>
    </tr>


    <tr>
      <th>Exception Value:</th>
      <td><pre>list index out of range</pre></td>
    </tr>


    <tr>
      <th>Exception Location:</th>
      <td>/dati/geonode/geonode/utils.py in viewer_json, line 265</td>
    </tr>

    <tr>
      <th>Python Executable:</th>
      <td>/usr/bin/python</td>
    </tr>
    <tr>
      <th>Python Version:</th>
      <td>2.7.6</td>
    </tr>
    <tr>
      <th>Python Path:</th>
      <td><pre>['/usr/local/lib/python2.7/dist-packages/pip-7.1.2-py2.7.egg',
 '/dati/geonode',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-x86_64-linux-gnu',
 '/usr/lib/python2.7/lib-tk',
 '/usr/lib/python2.7/lib-old',
 '/usr/lib/python2.7/lib-dynload',
 '/usr/local/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages/PILcompat',
 '/usr/lib/pymodules/python2.7',
 '/home/eugenio']</pre></td>
    </tr>
    <tr>
      <th>Server time:</th>
      <td>Wed, 28 Oct 2015 10:50:54 -0500</td></tr></tbody></table><br>As you suggested I tested an installation on vagrant box (ubuntu server 14.04, apache2.4.7, tomcat7 and postgresql9.3, all installed as packages). This test works fine, I had not the error on saving maps.<br><br>So I updated my server, now I have:<br>ubuntu 14.04, apache 2.4.7,  postgresql9.3+postgis2.1 installed as packages and tomcat7 installed manually.<br>After the syncdb problem (solved) I installed geonode.<br>Everything seems to work fine: I'm able to upload layers, I'm able to create the maps even choosing the layers uploaded, but I got again the same ewrror on saving maps.<br><br>Here I attached the local_setting.py file and the apache2 virtualhost config.<br>During the configuration I also follow the instructions regarding 'Configuring GeoServer' which is in the end, inserting the context param GEONODE_BASE_URL and the URL (my_server_name) in web.xml and I put my_server_name in the config.xml as indicated.<br><br>Actually, after many many attempt I'm giving up hope...<br><br>thanks for the possible hints<span class="HOEnZb"><font color="#888888"><br><br>Eugenio<br>                                     </font></span></div></div>
<br>_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
<br></blockquote></div><br></div>