[GeoNode-users] GeoNode 2.6.x installation problem

Rasika Chinchwade rasikachinchwade31 at gmail.com
Wed May 24 01:55:27 PDT 2017


thank you so much for your answer.

After trying on 3/4 times I have been able to install the geonode 2.6.x on
windows 10.In installation out of 8 layers 7 was successfully created.
Now, the problem that I am facing is while making *a map with exiting
layers or with new map creation.The problem is*


[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704] Internal
Server Error: /maps/new/data
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
Traceback (most recent call last):
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\core\\handlers\\base.py",
line 132, in get_response
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\maps\\views.py", line 501, in
new_map_json
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
map_obj.save()
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\polymorphic\\models.py",
line 72, in save
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
return super(PolymorphicModel, self).save(*args, **kwargs)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\base.py",
line 734, in save
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
force_update=force_update, update_fields=update_fields)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\base.py",
line 771, in save_base
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
update_fields=update_fields, raw=raw, using=using)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\dispatch\\dispatcher.py",
line 189, in send
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
response = receiver(signal=self, sender=sender, **named)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\geoserver\\signals.py", line
490, in geoserver_post_save_map
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
create_gs_thumbnail(instance, overwrite=True)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\geoserver\\helpers.py", line
1820, in create_gs_thumbnail
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
ogc_client=http_client, overwrite=overwrite, check_bbox=check_bbox)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\layers\\utils.py", line 721, in
create_thumbnail
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
resp, image = ogc_client.request(thumbnail_create_url)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\httplib2\\__init__.py",
line 1659, in request
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
(response, content) = self._request(conn, authority, uri, request_uri,
method, body, headers, redirections, cachekey)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\httplib2\\__init__.py",
line 1399, in _request
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
(response, content) = self._conn_request(conn, request_uri, method, body,
headers)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\httplib2\\__init__.py",
line 1355, in _conn_request
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
response = conn.getresponse()
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\Python27\\Lib\\httplib.py", line 1132, in getresponse
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
response.begin()
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\Python27\\Lib\\httplib.py", line 453, in begin
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]
version, status, reason = self._read_status()
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\Python27\\Lib\\httplib.py", line 409, in _read_status
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]     line
= self.fp.readline(_MAXLINE + 1)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]   File
"C:\\GeoNode-2.6.x\\Python27\\Lib\\socket.py", line 480, in readline
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704]     data
= self._sock.recv(self._rbufsize)
[Wed May 24 14:15:00.538469 2017] [wsgi:error] [pid 4652:tid 2704] error:
[Errno 10053] An established connection was aborted by the software in your
host machine
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636] Internal
Server Error: /maps/new/data
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]
Traceback (most recent call last):
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\core\\handlers\\base.py",
line 132, in get_response
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]
response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\maps\\views.py", line 513, in
new_map_json
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]
map_obj.update_from_viewer(body)
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\maps\\models.py", line 197, in
update_from_viewer
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]
MapLayer, layer, source_for(layer), ordering
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\fields\\related.py",
line 750, in add
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]
obj.save()
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\base.py",
line 734, in save
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]
force_update=force_update, update_fields=update_fields)
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\base.py",
line 758, in save_base
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]
update_fields=update_fields)
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\dispatch\\dispatcher.py",
line 189, in send
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]
response = receiver(signal=self, sender=sender, **named)
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]   File
"C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\geoserver\\signals.py", line
485, in geoserver_pre_save_maplayer
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636]
raise e
[Wed May 24 14:15:25.184784 2017] [wsgi:error] [pid 4652:tid 2636] error:
[Errno 10053] An established connection was aborted by the software in your
host machine


What I have to need to do further to solve this problem.


Thank you.

On Wed, May 24, 2017 at 1:18 PM, Alessio Fabiani <
alessio.fabiani at geo-solutions.it> wrote:

> Double check that the Tomcat service has been installed and has started
> correctly.
>
> It is recommended to run Windows executable on a system without previous
> versions of Tomcat already installed on it.
>
> Best Regards,
> Alessio Fabiani.
>
> ==
> GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V for more information.
> ==
>
> Ing. Alessio Fabiani
> @alfa7691
> github <https://github.com/afabiani?tab=overview>
> Founder/Technical Lead
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax:     +39 0584 1660272
> mob:   +39 331 6233686
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> -------------------------------------------------------
>
> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
> per le finalità indicate nel messaggio stesso. Qualora riceviate questo
> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
> darcene notizia via e-mail e di procedere alla distruzione del messaggio
> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
> utilizzarlo per finalità diverse, costituisce comportamento contrario ai
> principi dettati dal D.Lgs. 196/2003.
>
>
>
> The information in this message and/or attachments, is intended solely for
> the attention and use of the named addressee(s) and may be confidential or
> proprietary in nature or covered by the provisions of privacy act
> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
> Code).Any use not in accord with its purpose, any disclosure, reproduction,
> copying, distribution, or either dissemination, either whole or partial, is
> strictly forbidden except previous formal approval of the named
> addressee(s). If you are not the intended recipient, please contact
> immediately the sender by telephone, fax or e-mail and delete the
> information in this message that has been received in error. The sender
> does not give any warranty or accept liability as the content, accuracy or
> completeness of sent messages and accepts no responsibility  for changes
> made after they were sent or for other risks which arise as a result of
> e-mail transmission, viruses, etc.
>
> ---------------------------------------------------------------------
>
> On Wed, May 24, 2017 at 9:06 AM, Simone Dalmasso <
> simone.dalmasso at gmail.com> wrote:
>
>> Hi I'm not expert of windows installations but from the erro I can tell
>> you that geoserver is not responding on localhost:8080 or 127.0.0.1:8080.
>> Check the geoserver installation.
>>
>> Hope this helps
>>
>> 2017-05-24 5:21 GMT+02:00 Rasika Chinchwade <rasikachinchwade31 at gmail.com
>> >:
>>
>>> hello all,
>>>
>>> whenever I tried to install GeoNode 2.6.x on windows 10 OS layer
>>> creation gets failed.Also while uploading of layer or creating a new map
>>> that is giving me erroe like:
>>>
>>> 488] AH00354: Child: Starting 250 worker threads.
>>> [Wed May 24 08:35:24.219358 2017] [proxy:error] [pid 2552:tid 2552] (OS
>>> 10061)No connection could be made because the target machine actively
>>> refused it.  : AH00957: HTTP: attempt to connect to 127.0.0.1:8080
>>> (localhost) failed
>>> [Wed May 24 08:35:24.219358 2017] [proxy:error] [pid 2552:tid 2552]
>>> AH00959: ap_proxy_connect_backend disabling worker for (localhost) for 60s
>>> [Wed May 24 08:35:24.219358 2017] [proxy_http:error] [pid 2552:tid 2552]
>>> [client ::1:52302] AH01114: HTTP: failed to make connection to backend:
>>> localhost
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> [Errno 10061] No connection could be made because the target machine
>>> actively refused it
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> Traceback (most recent call last):
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\layers\\views.py",
>>> line 168, in layer_upload
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> metadata_uploaded_preserve=form.cleaned_data["metadata_uploa
>>> ded_preserve"]
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\layers\\utils.py",
>>> line 499, in file_upload
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> defaults=defaults
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\manager.py",
>>> line 127, in manager_method
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> return getattr(self.get_queryset(), name)(*args, **kwargs)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\modeltranslation\\manager.py",
>>> line 389, in get_or_create
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> return super(MultilingualQuerySet, self).get_or_create(**kwargs)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\query.py",
>>> line 407, in get_or_create
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> return self._create_object_from_params(lookup, params)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\query.py",
>>> line 439, in _create_object_from_params
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> obj = self.create(**params)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\modeltranslation\\manager.py",
>>> line 381, in create
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> return super(MultilingualQuerySet, self).create(**kwargs)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\query.py",
>>> line 348, in create
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> obj.save(force_insert=True, using=self.db)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\polymorphic\\models.py",
>>> line 72, in save
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> return super(PolymorphicModel, self).save(*args, **kwargs)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\base.py",
>>> line 734, in save
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> force_update=force_update, update_fields=update_fields)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\db\\models\\base.py",
>>> line 758, in save_base
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> update_fields=update_fields)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\django\\dispatch\\dispatcher.py",
>>> line 189, in send
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> response = receiver(signal=self, sender=sender, **named)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\geoserver\\signals.py",
>>> line 93, in geoserver_pre_save
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> charset=instance.charset)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\geoserver\\helpers.py",
>>> line 1059, in geoserver_upload
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> workspace = cat.get_default_workspace()
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\geoserver\\catalog.py",
>>> line 875, in get_default_workspace
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> ws.fetch()
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\geoserver\\support.py",
>>> line 176, in fetch
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> self.dom = self.catalog.get_xml(self.href)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\geoserver\\catalog.py",
>>> line 211, in get_xml
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> response, content = self.http.request(rest_url)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\httplib2\\__init__.py",
>>> line 1659, in request
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> (response, content) = self._request(conn, authority, uri, request_uri,
>>> method, body, headers, redirections, cachekey)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\httplib2\\__init__.py",
>>> line 1399, in _request
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> (response, content) = self._conn_request(conn, request_uri, method, body,
>>> headers)
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\httplib2\\__init__.py",
>>> line 1319, in _conn_reques
>>>  File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\lib\\site-packages\\httplib2\\__init__.py",
>>> line 958, in connect
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> raise socket.error, msg
>>> [Wed May 24 08:44:00.415267 2017] [wsgi:error] [pid 2552:tid 2568]
>>> error: [Errno 10061] No connection could be made because the target machine
>>> actively refused it
>>> [Wed May 24 08:44:16.567777 2017] [proxy:error] [pid 2552:tid 2568] (OS
>>> 10061)No connection could be made because the target machine actively
>>> refused it.  : AH00957: HTTP: attempt to connect to 127.0.0.1:8080
>>> (localhost) failed
>>> [Wed May 24 08:44:16.567777 2017] [proxy:error] [pid 2552:tid 2568]
>>> AH00959: ap_proxy_connect_backend disabling worker for (localhost) for 60s
>>> [Wed May 24 08:44:16.567777 2017] [proxy_http:error] [pid 2552:tid 2568]
>>> [client ::1:52793] AH01114: HTTP: failed to make connection to backend:
>>> localhost, referer: http://localhost/maps/new
>>> [Wed May 24 08:44:16.567777 2017] [proxy:error] [pid 2552:tid 2544] (OS
>>> 10061)No connection could be made because the target machine actively
>>> refused it.  : AH00957: HTTP: attempt to connect to 127.0.0.1:8080
>>> (localhost) failed
>>> [Wed May 24 08:44:16.567777 2017] [proxy_http:error] [pid 2552:tid 2544]
>>> [client ::1:52795] AH01114: HTTP: failed to make connection to backend:
>>> localhost, referer: http://localhost/maps/new
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568] Internal Server Error: /maps/new/data
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568] Traceback (most recent call last):
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\lib\\site-packages\\django\\core\\handlers\\base.py", line 132, in
>>> get_response
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     response = wrapped_callback(request, *callback_args,
>>> **callback_kwargs)
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.6.x\\geonode\\maps\\views.py",
>>> line 501, in new_map_json
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     map_obj.save()
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\lib\\site-packages\\polymorphic\\models.py", line 72, in save
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     return super(PolymorphicModel, self).save(*args,
>>> **kwargs)
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\lib\\site-packages\\django\\db\\models\\base.py", line 734, in save
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     force_update=force_update, update_fields=update_fields)
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\lib\\site-packages\\django\\db\\models\\base.py", line 771, in
>>> save_base
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     update_fields=update_fields, raw=raw, using=using)
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\lib\\site-packages\\django\\dispatch\\dispatcher.py", line 189, in
>>> send
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     response = receiver(signal=self, sender=sender, **named)
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\geonode\\geoserver\\signals.py", line 490, in
>>> geoserver_post_save_map
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     create_gs_thumbnail(instance, overwrite=True)
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\geonode\\geoserver\\helpers.py", line 1820, in create_gs_thumbnail
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     ogc_client=http_client, overwrite=overwrite,
>>> check_bbox=check_bbox)
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\geonode\\layers\\utils.py", line 721, in create_thumbnail
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     resp, image = ogc_client.request(thumbnail_c
>>> reate_url)
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\lib\\site-packages\\httplib2\\__init__.py", line 1659, in request
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     (response, content) = self._request(conn, authority,
>>> uri, request_uri, method, body, headers, redirections, cachekey)
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\lib\\site-packages\\httplib2\\__init__.py", line 1399, in _request
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     (response, content) = self._conn_request(conn,
>>> request_uri, method, body, headers)
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\lib\\site-packages\\httplib2\\__init__.py", line 1319, in
>>> _conn_request
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     conn.connect()
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]   File "C:\\GeoNode-2.6.x\\geonode-2.
>>> 6.x\\lib\\site-packages\\httplib2\\__init__.py", line 958, in connect
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568]     raise socket.error, msg
>>> [Wed May 24 08:44:30.040790 2017 <040%20790%202017>] [wsgi:error] [pid
>>> 2552:tid 2568] error: [Errno 10061] No connection could be made because the
>>> target machine actively refused it
>>>
>>>
>>>
>>> Please tell me what should I do .
>>>
>>>
>>> Thank You
>>>
>>>
>>> _______________________________________________
>>> geonode-users mailing list
>>> geonode-users at lists.osgeo.org
>>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>>
>>>
>>
>>
>> --
>> Simone
>>
>> _______________________________________________
>> geonode-users mailing list
>> geonode-users at lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170524/84a0aba6/attachment-0001.html>


More information about the geonode-users mailing list