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: Phoebus-olog integration |
From: | "Larregui, Julian via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Larregui, Julian via Tech-talk" <tech-talk at aps.anl.gov> |
Date: | Tue, 1 Feb 2022 18:40:31 +0000 |
Hello,
Thank you for the assistance, that was the issue at hand. I went ahead and got another build of phoebus which worked. Log creation is successful. The only odd thing is the log entry table. When searching for logs I get an error reporting no entry is found.
It uses: GET
http://localhost:8080/Olog/logs/search?<query-details>
Reading the API doc it should be: GET
http://localhost:8080/Olog/logs?<query-data>
Any way to change that?
Thank you,
From: Kasemir, Kay <kasemirk at ornl.gov>
Sent: Monday, January 31, 2022 1:35 PM To: Larregui, Julian via Tech-talk <tech-talk at aps.anl.gov>; Larregui, Julian <larregui1 at llnl.gov> Subject: Re: Phoebus-olog integration > WARNING [org.phoebus.ui.application.PhoebusApplication] Undefined logbook factory olog-es
Different sites use different logbooks.
Did you build CS-Studio with support for the OLog? Or did you use a pre-built version from a site that uses the OLog?
In that case, the ..../lib folder of the product should contain a file app-logbook-olog-client-*.jar
If you downloaded a pre-built binary from the SNS, where you don't use the OLog, that won't be there, and that would explain why the olog-es is unknown.
So use for example
https://github.com/shroffk/nsls2-phoebus
-Kay
|