<div dir="ltr"><div>I ran paver setup, added memory and deleted all uploaded layers in geonode/geonode/uploaded/layers</div><div>And the error continues, this has me baffled</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 28, 2017 at 4:55 PM, Paolo Corti <span dir="ltr"><<a href="mailto:pcorti@gmail.com" target="_blank">pcorti@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">According to your previous log (the first file), that was causing the<br>
error which prevented GeoServer to start ("java.net.BindException:<br>
Address already in use").<br>
<br>
In this log you have attached now, I still see you are using<br>
default minimal RAM parameters:<br>
<br>
OpenJDK Runtime Environment (IcedTea 2.6.11) (7u151-2.6.11-1+deb7u1)<br>
OpenJDK 64-Bit Server VM (build 24.151-b01, mixed mode)<br>
java -Xmx512m -XX:MaxPermSize=256m -<br>
<br>
Please try to use higher values and see if the error replicates<br>
<span class="HOEnZb"><font color="#888888"><br>
p<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, Sep 28, 2017 at 3:24 PM, Vicente <<a href="mailto:deluca.vicente@gmail.com">deluca.vicente@gmail.com</a>> wrote:<br>
> Geoserver on 8080?<br>
> I modified the jetty starter on pavement.py to run on 8082, just like the<br>
> local_settyngs.py file and it worked perfect.<br>
> It now runs on 8084 and the problem persists<br>
> I think that's not the problem<br>
><br>
> On Thu, Sep 28, 2017 at 4:01 PM, Paolo Corti <<a href="mailto:pcorti@gmail.com">pcorti@gmail.com</a>> wrote:<br>
>><br>
>> According to first log, GeoServer is not starting because there is already<br>
>> a process running on 8080.<br>
>> Make sure to run "paver stop" before running again "paver start" and send<br>
>> the log of it if still failing<br>
>> cheers<br>
>> p<br>
>><br>
>> On Thu, Sep 28, 2017 at 2:51 PM, Vicente <<a href="mailto:deluca.vicente@gmail.com">deluca.vicente@gmail.com</a>> wrote:<br>
>>><br>
>>> I attach two log files, one is the output of the paver start command, the<br>
>>> other is the log of the geoserver/data/logs/geoserver.<wbr>log folder<br>
>>> I increased the memory in the command line that runs the jetty and the<br>
>>> problem persists.<br>
>>> The command line running the jetty worked perfectly until yesterday<br>
>>><br>
>>> thks!<br>
>>><br>
>>> On Thu, Sep 28, 2017 at 3:20 PM, Paolo Corti <<a href="mailto:pcorti@gmail.com">pcorti@gmail.com</a>> wrote:<br>
>>>><br>
>>>> Could you attach a larger portion of the log? From here it is not clear<br>
>>>> that this error is the cause of GeoServer not being able to start.<br>
>>>><br>
>>>> Generally when I see bean errors most of the time is because the Java<br>
>>>> process of the container of GeoServer (Tomcat or Jetty) is lacking RAM.<br>
>>>> Having a lot of RAM in the server doesn't mean that it will be correctly<br>
>>>> used by GeoServer, as it must be optimized (by default the GeoServer which<br>
>>>> comes with GeoNode is using parameters which are not ideal for production):<br>
>>>> <a href="http://docs.geoserver.org/latest/en/user/production/container.html" rel="noreferrer" target="_blank">http://docs.geoserver.org/<wbr>latest/en/user/production/<wbr>container.html</a><br>
>>>><br>
>>>> regards<br>
>>>> p<br>
>>>><br>
>>>> On Thu, Sep 28, 2017 at 12:17 PM, Vicente <<a href="mailto:deluca.vicente@gmail.com">deluca.vicente@gmail.com</a>><br>
>>>> wrote:<br>
>>>>><br>
>>>>> Please, look at these error lines. Do not they tell you anything?<br>
>>>>><br>
>>>>> Caused by: java.lang.RuntimeException: Could not decode: EPSG: 4326<br>
>>>>> at org.geoserver.importer.format.<wbr>KMLFileFormat. <clinit><br>
>>>>> (KMLFileFormat.java:65)<br>
>>>>> ... plus<br>
>>>>> Caused by: org.opengis.referencing.<wbr>NoSuchAuthorityCodeException: No<br>
>>>>> "EPSG: 4326" code from the "European Petroleum Survey Group" authority found<br>
>>>>> for the "IdentifiedObject" object.<br>
>>>>><br>
>>>>> On Thu, Sep 28, 2017 at 1:15 PM, Vicente <<a href="mailto:deluca.vicente@gmail.com">deluca.vicente@gmail.com</a>><br>
>>>>> wrote:<br>
>>>>>><br>
>>>>>> yes, I have 8GB, memory is not the problem<br>
>>>>>> Then it must be the kml that I loaded<br>
>>>>>><br>
>>>>>> I'm ready to make a flush, could this solve it?<br>
>>>>>><br>
>>>>>> On Thu, Sep 28, 2017 at 1:03 PM, Paolo Corti <<a href="mailto:pcorti@gmail.com">pcorti@gmail.com</a>> wrote:<br>
>>>>>>><br>
>>>>>>> They are warnings and I don't think they are causing GeoServer to<br>
>>>>>>> fail.<br>
>>>>>>> For sure deleting the default admin GeoNode users won't cause this<br>
>>>>>>> kind of problem.<br>
>>>>>>> Are you running GeoServer with enough memory?<br>
>>>>>>> p<br>
>>>>>>><br>
>>>>>>> On Thu, Sep 28, 2017 at 11:52 AM, Vicente <<a href="mailto:deluca.vicente@gmail.com">deluca.vicente@gmail.com</a>><br>
>>>>>>> wrote:<br>
>>>>>>>><br>
>>>>>>>> Sorry, maybe this is off-topic, my question is, Does removes some<br>
>>>>>>>> projection stuff when I delete the admin (default) user?<br>
>>>>>>>> The geoserver log error says<br>
>>>>>>>><br>
>>>>>>>> 2017-09-28 10:16:59,001 INFO [org.geoserver] - Loaded style 'raster'<br>
>>>>>>>> 2017-09-28 10:16:59,001 INFO [org.geoserver] - Loaded style 'point'<br>
>>>>>>>> 2017-09-28 10:16:59,002 INFO [org.geoserver] - Loaded style 'line'<br>
>>>>>>>> 2017-09-28 10:16:59,002 INFO [org.geoserver] - Loaded style<br>
>>>>>>>> 'polygon'<br>
>>>>>>>> 2017-09-28 10:16:59,003 INFO [org.geoserver] - Loaded default<br>
>>>>>>>> workspace geonode<br>
>>>>>>>> 2017-09-28 10:16:59,005 INFO [org.geoserver] - Loaded workspace<br>
>>>>>>>> 'geonode'<br>
>>>>>>>> 2017-09-28 10:16:59,294 WARN [referencing.factory] - Unavailable<br>
>>>>>>>> authority factory: European Petroleum Survey Group<br>
>>>>>>>> 2017-09-28 10:16:59,295 WARN [referencing.factory] - Unavailable<br>
>>>>>>>> authority factory: European Petroleum Survey Group<br>
>>>>>>>> 2017-09-28 10:16:59,296 WARN [referencing.factory] - Unavailable<br>
>>>>>>>> authority factory: European Petroleum Survey Group<br>
>>>>>>>> 2017-09-28 10:16:59,301 WARN [referencing.factory] - Unavailable<br>
>>>>>>>> authority factory: European Petroleum Survey Group<br>
>>>>>>>> 2017-09-28 10:16:59,302 WARN [referencing.factory] - Unavailable<br>
>>>>>>>> authority factory: European Petroleum Survey Group<br>
>>>>>>>> 2017-09-28 10:16:59,303 WARN [referencing.factory] - Unavailable<br>
>>>>>>>> authority factory: European Petroleum Survey Group<br>
>>>>>>>> 2017-09-28 10:16:59,308 WARN [support.<wbr>DisposableBeanAdapter] -<br>
>>>>>>>> Invocation of destroy method failed on bean with name 'importer':<br>
>>>>>>>> java.lang.NullPointerException<br>
>>>>>>>> 2017-09-28 10:16:59,309 WARN [support.<wbr>DisposableBeanAdapter] -<br>
>>>>>>>> Invocation of destroy method failed on bean with name 'geoServerLoader':<br>
>>>>>>>> java.lang.NullPointerException<br>
>>>>>>>> 2017-09-28 10:16:59,310 ERROR [context.ContextLoader] - Context<br>
>>>>>>>> initialization failed<br>
>>>>>>>> org.springframework.beans.<wbr>factory.BeanCreationException: Error<br>
>>>>>>>> creating bean with name 'kmlFormat' defined in URL<br>
>>>>>>>> [jar:file:/var/www/geo/<wbr>httpdocs/geonode/geoserver/<wbr>geoserver/WEB-INF/lib/gs-<wbr>importer-core-2.7-SNAPSHOT.<wbr>jar!/applicationContext.xml]:<br>
>>>>>>>> Instantiation of bean failed; nested<br>
>>>>>>>><br>
>>>>>>>> Another thing I did was add a kml file, but it looked fine!<br>
>>>>>>>><br>
>>>>>>>> Some of the two things broke something in the geoserver.<br>
>>>>>>>><br>
>>>>>>>> Thank you!<br>
>>>>>>>><br>
>>>>>>>><br>
>>>>>>>> On Wed, Sep 27, 2017 at 8:54 PM, Vicente <<a href="mailto:deluca.vicente@gmail.com">deluca.vicente@gmail.com</a>><br>
>>>>>>>> wrote:<br>
>>>>>>>>><br>
>>>>>>>>> Hi,<br>
>>>>>>>>><br>
>>>>>>>>> the #paver start command throws the following error,<br>
>>>>>>>>><br>
>>>>>>>>> Error creating bean with name 'kmlFormat' defined in URL<br>
>>>>>>>>> [jar:file:/var/www/{...}/<wbr>geoserver/geoserver/WEB-INF/<wbr>lib/gs-importer-core-2.7-<wbr>SNAPSHOT.jar!/<wbr>applicationContext.xml]:<br>
>>>>>>>>> Instantiation of bean failed; nested<br>
>>>>>>>>> exception is java.lang.<wbr>ExceptionInInitializerErro<br>
>>>>>>>>><br>
>>>>>>>>> I think it might have happened after removing some admin users from<br>
>>>>>>>>> geonode. It's possible?<br>
>>>>>>>>> I added them again but the problem persists, I do not want to lose<br>
>>>>>>>>> the information already loaded in the geoserver.<br>
>>>>>>>>><br>
>>>>>>>>> Thank you!<br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>> --<br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
</div></div><span class="im HOEnZb">>>>>>>>>> Vicente Deluca<br>
>>>>>>>>><br>
>>>>>>>>> <a href="tel:%2B54%2011%206091%204579" value="+541160914579">+54 11 6091 4579</a><br>
>>>>>>>><br>
>>>>>>>><br>
>>>>>>>><br>
>>>>>>>><br>
>>>>>>>> --<br>
>>>>>>>><br>
>>>>>>>><br>
>>>>>>>><br>
</span><span class="im HOEnZb">>>>>>>>> Vicente Deluca<br>
>>>>>>>><br>
>>>>>>>> <a href="tel:%2B54%2011%206091%204579" value="+541160914579">+54 11 6091 4579</a><br>
>>>>>>>><br>
>>>>>>>><br>
>>>>>>>> ______________________________<wbr>_________________<br>
>>>>>>>> geonode-users mailing list<br>
>>>>>>>> <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
>>>>>>>> <a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/geonode-users</a><br>
>>>>>>>><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>> --<br>
>>>>>>> Paolo Corti<br>
>>>>>>> Geospatial software developer<br>
>>>>>>> web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
>>>>>>> twitter: @capooti<br>
>>>>>>> skype: capooti<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> --<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
</span><span class="im HOEnZb">>>>>>> Vicente Deluca<br>
>>>>>><br>
>>>>>> <a href="tel:%2B54%2011%206091%204579" value="+541160914579">+54 11 6091 4579</a><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> --<br>
>>>>><br>
>>>>><br>
>>>>><br>
</span><div class="HOEnZb"><div class="h5">>>>>> Vicente Deluca<br>
>>>>><br>
>>>>> <a href="tel:%2B54%2011%206091%204579" value="+541160914579">+54 11 6091 4579</a><br>
>>>><br>
>>>><br>
>>>><br>
>>>><br>
>>>> --<br>
>>>> Paolo Corti<br>
>>>> Geospatial software developer<br>
>>>> web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
>>>> twitter: @capooti<br>
>>>> skype: capooti<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>><br>
>>><br>
>>><br>
>>> Vicente Deluca<br>
>>><br>
>>> <a href="tel:%2B54%2011%206091%204579" value="+541160914579">+54 11 6091 4579</a><br>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>> Paolo Corti<br>
>> Geospatial software developer<br>
>> web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
>> twitter: @capooti<br>
>> skype: capooti<br>
><br>
><br>
><br>
><br>
> --<br>
><br>
><br>
><br>
> Vicente Deluca<br>
><br>
> <a href="tel:%2B54%2011%206091%204579" value="+541160914579">+54 11 6091 4579</a><br>
<br>
<br>
<br>
--<br>
Paolo Corti<br>
Geospatial software developer<br>
web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
twitter: @capooti<br>
skype: capooti<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:12px;color:rgb(51,51,51);white-space:pre-wrap!important"><table border="0" cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:Verdana,Geneva,sans-serif;font-size:13.3333330154419px;white-space:normal"><tbody><tr><td><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px;padding-right:6px"><a title="Ir al Sitio" href="http://www.estudiomanta.com/" style="color:rgb(17,85,204)" target="_blank"><img src="http://www.estudiomanta.com/images/logo-manta_mail.png" alt="MANTA" border="0" style="float:left"></a></pre></td><td bgcolor="#e7f4f9" style="width:1px;padding:0px"><pre style="white-space:pre-wrap"> </pre></td><td><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px;padding:0px"><span style="color:rgb(0,157,223);font-family:helvetica;font-weight:bold;margin:0px;padding-left:6px"><span style="font-size:medium">Vicente Deluca</span><br></span></pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px;padding:0px"><strong><span style="color:rgb(0,87,130);font-family:helvetica;margin:0px;padding-left:6px"><span style="font-size:small"><a href="tel:%2B54%2011%206091%204579" value="+541160914579" style="color:rgb(17,85,204)" target="_blank">+54 11 6091 4579</a></span></span></strong></pre></td></tr></tbody></table></pre></div></div></div>
</div>