On 18/10/15 04:08, Andrea Aime wrote: > On Sat, Oct 17, 2015 at 5:05 PM, Muhammad Iqnaul Haq <[email protected]> > wrote: >> Stopped means The geoserver process suddenly disappear without any error >> logged on my server. > Oh ok, that means it's a hard JVM crash (could be a segmentation fault or > other problem). > You should find files named "hs_err_pid<numberHere>.log" in your file > system, > they normally are in the directory where the java virtual machine was > launched, which can provide > some information about it.
On Ubuntu you should be able to find these files using (as root): updatedb locate hs_err_pid You will need to examine the times on the files to identify the one corresponding to the crash. Please email this file to the list. It is possible to have multiple Java implementation installed. It would be most useful to confirm the JVM version both in GeoServer and at the command line with: ps -fwwC java java -version You can find all the installed java versions with: update-java-alternatives -l dpkg -l "openjdk*" "oracle-java*" | cat Kind regards, -- Ben Caradoc-Davies <[email protected]> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
