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: archiver appliance quickstart installation |
From: | Rong Huang via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Wang, Lin" <wanglin at ihep.ac.cn> |
Cc: | tech-talk at aps.anl.gov |
Date: | Thu, 29 Feb 2024 16:43:56 -0600 |
Hello Rong,
According to the thread below, it seems that Archiver Appliance currently is not compatible with Tomcat 10,
https://epics.anl.gov/tech-talk/2023/msg01830.php
You may want to try Tomcat 9 instead.
Regards,
Lin
-----原始邮件-----
发件人: "Rong Huang via Tech-talk" <tech-talk at aps.anl.gov>
发送时间: 2024-02-29 05:28:56 (星期四)
收件人: tech-talk at aps.anl.gov
主题: archiver appliance quickstart installation
This Message Is From an External SenderThis message came from outside your organization.Hello,Hope someone can help me on EPICS archiver appliance quickstart. I list what I did in the following, and please point out what I am missing or did wrong.- computer system: ubuntu 22.04- archiver appliance quickstart version: archappl_v1.1.01) epics base: R7.0.8; export EPICS_BASE=/home/archiver/epics/base2) openjdk-17-jdk; export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd643) download apache-tomcat-10.1.19. But later on disabled it by renaming the file /etc/systemd/system/tomcat.service to tomcat.service_NotUse, to avoid potential conflict with the tomcat loaded by quickstart.sh.4) installed mysql-server; also downloaded mysql-connector-java-8.3.0.jar, but is probably irrelevant since I can only copy this jar file into system tomcat which is disabled.5) download archappl_v1.1.0.tar.gz, apache-tomcat-10.1.19.tar.gz into one directory, unzip archappl_v1.1.0; run `./quickstart.sh apache-tomcat-10.1.19.tar.gz`The only website I can see is localhost:17665, the apache Tomcat/10.1.19 webpage. "HTTP 404" for localhost:17665/mgmt/ui/index.html, or any other pages.Beginning part of the screen printout and a log file are also included in this email.Thanks a lot,Rong