1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Quickstart archiver appliance error |
From: | "Shankar, Murali via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Sun, 5 Sep 2021 15:07:23 +0000 |
>> java.net.ConnectException: Connection refused (Connection refused)
This is the script trying to stop an earlier instance of Tomcat and not finding any; which is expected.
>> java.lang.UnsupportedClassVersionError: org/epics/archiverappliance/config/ArchServletContextListener has been compiled by a more recent version of the Java Runtime (class file version 56.0), this version of the Java Runtime only recognizes class file versions
up to 52.0 (unable to load class
This is an incompatible java version; the JDK you are using is older that what the EPICS archiver appliance distribution was compiled with. Do a "java -version" to check what version you have. Perhaps you can try to use the most recent JDK; most VM's are usually
backwards compatible.
Regards,
Murali
|