gauge2
gauge2
Picking this up where dev left off, I read the docs for this, and I'm curious what version of EPICS is supported. The reference to maven suggests 4 or 7....
Hello again, I would dearly appreciate some assistance. I'm not very familiar with Maven, and the docs suggest that `mvn` is part of EPICS but I'm unclear as to how,...
Thank you for your response. I made a few edits above with the error output I get from the attempt to compile the ChannelArchiver. Here it is ```bash # output...
Well, I am pleased to report that it compiled without error. If I don't have a tree defined that contains PVs will the Archiver start? If I run with the...
with `-Xdiag` Running EPICS 7.0.5 ``` java -Xdiag ChannelArchiver /trees/sdp -1 1 Error: Could not find or load main class ChannelArchiver Caused by: java.lang.ClassNotFoundException: ChannelArchiver java.lang.ClassNotFoundException: ChannelArchiver at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at...
Okay, so if I add the location of the ChannelArchiver to the classpath variable, with treefiles stored locally ``` mdsplus/epics/archiver# java -cp $CLASSPATH:. ChannelArchiver /trees/sdp model 1 Channel Archiver START...
By building with all of mdsplus and epics components configured, the build succeeds, and by including the directory containing `ChannelArchiver.class` in tehe `$CLASSPATH`, the call `java ChannelArchiver [Buffer_size]` gets above...
Success! ``` java -Ddebug=yes -Dmdsip=0.0.0.0:8080 -cp $CLASSPATH:. ChannelArchiver /trees/sdp sdp -1 1 Channel Archiver START MDSplus ChannelArchiver started, waiting for colecting process variables.... gov.aps.jca.Context.auto_addr_list null gov.aps.jca.Context.addr_list null Error in connect...
I've abandoned the use of the archiver. In the time I have available to achieve the result I am aiming at, I cannot spend any more time making things work....