El 11/07/2016 a las 05:35 p. m., John R Pierce escribi?:> On 7/11/2016 3:17 PM, Efra?n D?ctor wrote: >> Hello. Is Sun/Oracle Java, I installed Glassfish using this guide: >> https://glassfish.java.net/downloads/v2.1.1-final.html > > that says to install JDK 5 or 6, not 1.7, for Glassfish 2.1.1, which > is a rather old release. > > the current release is 4.1.1, implementing Java EE 7, > https://glassfish.java.net/download.htmlYes. But it is possible to use Glassfish 2.1.1 with Java 1.7 (I have other systems using that combo and they work fine). I cannot use Glassfish 4.1.1 because the application only runs in 2.1.1. Thanks
On 7/11/2016 3:38 PM, Efra?n D?ctor wrote:> > Yes. But it is possible to use Glassfish 2.1.1 with Java 1.7 (I have > other systems using that combo and they work fine). I cannot use > Glassfish 4.1.1 because the application only runs in 2.1.1.well, glassfish is open source, and its not part of CentOS so you'd best take this up with the Glassfish community, and/or debug it yourself. While we use Java SE at $job, we've avoided Java EE like the plague. *WAY* too many moving parts for our tastes. -- john r pierce, recycling bits in santa cruz
Hello. Thank you for your comments. Investigating further I've discovered where glassfish maintain the logs for core dumps: $GLASSFISH_HOME$/domains/domain1/config And they have the following name: hs_err_pidXXXX.log Hopefully this will help someone who runs into the same problem. Thank you. El 11/07/2016 a las 05:54 p. m., John R Pierce escribi?:> On 7/11/2016 3:38 PM, Efra?n D?ctor wrote: >> >> Yes. But it is possible to use Glassfish 2.1.1 with Java 1.7 (I have >> other systems using that combo and they work fine). I cannot use >> Glassfish 4.1.1 because the application only runs in 2.1.1. > > well, glassfish is open source, and its not part of CentOS so you'd > best take this up with the Glassfish community, and/or debug it yourself. > > While we use Java SE at $job, we've avoided Java EE like the plague. > *WAY* too many moving parts for our tastes. > > >