EPICS Home

Experimental Physics and Industrial Control System


 
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 2.0.5 error 500
From: "Wang, Lin via Tech-talk" <tech-talk at aps.anl.gov>
To: "Eusebio Naif Al-Soliman Fuentes" <eunaif at correo.ugr.es>
Cc: Tech Talk <tech-talk at aps.anl.gov>
Date: Mon, 27 Jan 2025 01:16:24 +0800 (GMT+08:00)

Hello Eusebio,


I think Michael have already pointed out what the problem is, and I just want to add more info here.


According to the following links, it seems that the archappl.properties file in version 2.0.5 is missing.


https://epics.anl.gov/tech-talk/2024/msg01220.php

https://epics.anl.gov/tech-talk/2024/msg01221.php

https://github.com/archiver-appliance/epicsarchiverap/issues/284


Currently, there are probably two workarounds,


1. Find the archappl.properties file from source code or old installation of Archiver Appliance, and copy it into the following directoies after running single_machine_install.sh,


./engine/webapps/engine/WEB-INF/classes

./etl/webapps/etl/WEB-INF/classes

./mgmt/webapps/mgmt/WEB-INF/classes

./retrieval/webapps/retrieval/WEB-INF/classes


2. Use the following line in sampleStartup.sh to point to the property file,

export ARCHAPPL_PROPERTIES_FILENAME=/home/control/tomcat_instances/archappl.properties



Regards,

Lin




-----原始邮件-----
发件人: "Eusebio Naif Al-Soliman Fuentes via Tech-talk" <tech-talk at aps.anl.gov>
发送时间: 2025-01-24 21:01:49 (星期五)
收件人: "Tech Talk" <tech-talk at aps.anl.gov>
主题: Archiver Appliance 2.0.5 error 500

Hello everybody.
 
I have installed the EPICS Archiver Appliance 2.0.5 with the single_machine_install.sh script.
 
When I access the web interface, an error 500 appears. The complete message is the next one:
 

Estado HTTP 500 – Internal Server Error


Tipo Informe de estado

mensaje The config service for this installation did not start up correctly. Please check the logs for any exceptions or FATAL errors. The appliance archiver cannot function without knowning the characters that separate the components of a PV name <i>org.epics.archiverappliance.config.exception.ConfigException: The appliance archiver cannot function without knowning the characters that separate the components of a PV name at org.epics.archiverappliance.config.ConvertPVNameToKey.initialize(ConvertPVNameToKey.java:82) at org.epics.archiverappliance.config.DefaultConfigService.initialize(DefaultConfigService.java:301) at org.epics.archiverappliance.config.ArchServletContextListener.contextInitialized(ArchServletContextListener.java:47) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4018) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4460) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:599) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:571) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:603) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1014) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1866) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:816) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:468) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1584) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:109) at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:389) at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:336) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:776) at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:721) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1203) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1193) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:749) at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:211) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:415) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:874) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:164) at org.apache.catalina.startup.Catalina.start(Catalina.java:739) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:234) </i>

Descripción El servidor encontró un error interno que hizo que no pudiera rellenar este requerimiento.


Apache Tomcat/9.0.98

Thanks in advance, Eusebio.

--

Saludos/Best regards

University of Granada   

Eusebio Naif Al-Soliman Fuentes
MSc. Data Science and Computer Engineering

eunaif at correo.ugr.es


Replies:
Re: Archiver Appliance 2.0.5 error 500 Eusebio Naif Al-Soliman Fuentes via Tech-talk
References:
Archiver Appliance 2.0.5 error 500 Eusebio Naif Al-Soliman Fuentes via Tech-talk

Navigate by Date:
Prev: Re: Archiver Appliance 2.0.5 error 500 Michael Davidsaver via Tech-talk
Next: Re: concat multiple waveform records Jignesh J Patel via Tech-talk
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
Navigate by Thread:
Prev: Re: Archiver Appliance 2.0.5 error 500 Michael Davidsaver via Tech-talk
Next: Re: Archiver Appliance 2.0.5 error 500 Eusebio Naif Al-Soliman Fuentes via Tech-talk
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