Hi all! Thank you for your help, I will follow your hints in the future. We just decided do build our repository from scratch to remove some other flaws in the structure and do a clean-up in the same procedure. Along with this, we did an update of the whole machine including bringimg some client applications to an actual state. This had to be done since a long time, so it does not hurt very much. Most of the data is in a postgis database, so the most work is reorganizing the data and coping the existing styles. So we have a clean and shiny new datastore in the next days. But along with this i have a following question, just for learning some issues in the tomcat-world. The old tomcat-installation ran on top of the oracle-jdk (installed by the system), which i haven't found on the system. The only jdk i found was the openjdk/Icedtea-jdk. On the new system, tomcat 9 runs on IcedTea from scratch. After reading the internet about my problem, i found some hints, that the i.e. strong encryption used by the different jdks are not the same and maybe there are some other differences. My theory now is, that while running an automatic update, someting changed in the underlying jdks. Maybe Suse didn't want to be sued by oracle or something else, i do not understand. When i restarted the tomcat these days, the problems popped up because of the different jdks. As you see, i am no java/tomcat expert, so my question here is, what happend here, can this happen again and how can i handle it (in a growing infrastructure without doing everything from scratch)? Any link or hint would be helpful to understand this. Thank you very much Uwe Seher
Am Do., 13. Juni 2019 um 08:24 Uhr schrieb Andrea Aime < andrea.a...@geo-solutions.it>: > Hi Uwe, > the logs you shared are part of the shutdown and you'll find them in any > case, even when the startup succeeded. > Can you share a full log of a failing startup, from the beginning? > > Cheers > Andrea > > On Wed, Jun 5, 2019 at 5:09 PM Uwe Seher <uwe.se...@gmail.com> wrote: > >> Hello group! >> At the moment i have a hard problem. After a restart of my running >> tomcat8 the geoserver-application (2.11) did not start up. some other >> applications (geonetwork, jasper) run as good as before. After that i did >> an update to 2.15.1, whicht starts up with a clean data-directory. When i >> copy my old data-dir in the new installation, it does not start up again. >> >> in the catalina-log are the following lines, which i think descripbe the >> error, but i am not able to understand what they want to tell me. Somewhere >> else i found a reference to the encrytion used ( >> http://osgeo-org.1560.x6.nabble.com/GeoServer-doesn-t-Start-up-td5268309.html), >> but i wanted to ask someone before i do something weird. The whole logfile >> can be delievered also. >> >> So please, can someone tell me, what happened here? >> >> Thanks in advance >> >> Uwe Seher >> >> 05-Jun-2019 16:21:35.844 SEVERE [localhost-startStop-1] >> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks >> The web application [geoserver] created a ThreadLocal with key of type >> [java.lang.ThreadLocal] (value [j >> ava.lang.ThreadLocal@437d4b79]) and a value of type >> [org.springframework.security.core.context.SecurityContextImpl] (value >> [org.springframework.security.core.context.SecurityContextImpl@ffffffff: >> Null authentication]) but failed to remov >> e it when the web application was stopped. Threads are going to be >> renewed over time to try and avoid a probable memory leak. >> >> 05-Jun-2019 16:21:35.858 WARNING [localhost-startStop-1] >> java.util.prefs.FileSystemPreferences$1.run Couldn't create user >> preferences directory. User preferences are unusable. >> >> 05-Jun-2019 16:21:35.859 WARNING [localhost-startStop-1] >> java.util.prefs.FileSystemPreferences$1.run java.io.IOException: No such >> file or directory >> >> 05-Jun-2019 16:21:35.875 SEVERE [localhost-startStop-1] >> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks >> The web application [geoserver] created a ThreadLocal with key of type >> [java.lang.ThreadLocal] (value [j >> ava.lang.ThreadLocal@286a76ba]) and a value of type >> [org.geotools.referencing.operation.projection.TransverseMercator.Provider] >> (value [PROJECTION["Transverse_Mercator"]]) but failed to remove it when >> the web application was stopped. Thr >> eads are going to be renewed over time to try and avoid a probable memory >> leak. >> >> 05-Jun-2019 16:21:35.916 INFO [Finalizer] >> org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading >> Illegal access: this web application instance has been stopped already. >> Could not load [org.geotools.metadata.i18n.Lo >> ggings]. The following stack trace is thrown for debugging purposes as >> well as to attempt to terminate the thread which caused the illegal access. >> _______________________________________________ >> Geoserver-users mailing list >> >> Please make sure you read the following two resources before posting to >> this list: >> - Earning your support instead of buying it, but Ian Turton: >> http://www.ianturton.com/talks/foss4g.html#/ >> - The GeoServer user list posting guidelines: >> http://geoserver.org/comm/userlist-guidelines.html >> >> If you want to request a feature or an improvement, also see this: >> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer >> >> >> Geoserver-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/geoserver-users >> > > > -- > > Regards, Andrea Aime == GeoServer Professional Services from the experts! > Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime > @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 > Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 > 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it > ------------------------------------------------------- *Con riferimento > alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - > Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni > circostanza inerente alla presente email (il suo contenuto, gli eventuali > allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i > destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per > errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le > sarei comunque grato se potesse darmene notizia. This email is intended > only for the person or entity to which it is addressed and may contain > information that is privileged, confidential or otherwise protected from > disclosure. We remind that - as provided by European Regulation 2016/679 > “GDPR” - copying, dissemination or use of this e-mail or the information > herein by anyone other than the intended recipient is prohibited. If you > have received this email by mistake, please notify us immediately by > telephone or e-mail.* >
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users