EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: SNS CSS org.csstudio.basic.epics.product
From: John Dobbins <[email protected]>
To: [email protected], "Kasemir, Kay" <[email protected]>
Date: Mon, 13 Jun 2011 10:56:44 -0400
Kay, et. al.,

I grabbed the latest snap-shot of SNS CSS source (3.0.0) from

http://ics-web.sns.ornl.gov/css/products.html

and my problems  with Probe and OPI features are solved.

Note that in this version I do see errors related to adl2boy. I have attached the associated @dot.log file.

Thanks




On 6/10/2011 4:40 PM, Kasemir, Kay wrote:
Dear tech-talkers:

An update after some internal emails

On 6/10/11 12:48 , "John Dobbins"<[email protected]>  wrote:
Linux ... live PVs don't connect
Turned out to be caused by multiple network interfaces
on that Linux computer, requiring adjustments
to the EPICS addr list.

1) if I choose menu item  CSS ->  Dignostic Tools ->  Probe
nothing appears to happen
We found the symptom in the log file (<workspace>/.metadata/.log)

java.lang.Error: Unresolved compilation problems:
...
          at org.csstudio.diag.probe.Probe.<init>(Probe.java:147)
We have not, yet, been able to determine why that is happening.

-Kay


# 6/13/11 9:42:23 AM EDT
# Eclipse Compiler for Java(TM) 0.A76_R36x, 3.6.2, Copyright IBM Corp 2000, 2010. All rights reserved.
----------
1. WARNING in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\EditADLHandler.java (at line 54)
	for (Iterator<Object> iterator = strucSelection.iterator(); iterator.hasNext(); ){
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Object>
----------
2. WARNING in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\EditADLHandler.java (at line 112)
	private void printNotHandledMessage(String type) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method printNotHandledMessage(String) from the type EditADLHandler is never used locally
----------
3. WARNING in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\EditADLHandler.java (at line 115)
	private void printNotCompletelyHandledMessage(String type) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method printNotCompletelyHandledMessage(String) from the type EditADLHandler is never used locally
----------
----------
4. WARNING in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\Perspective.java (at line 11)
	private static final String ID_TOP = "topFolder";
	                            ^^^^^^
The field Perspective.ID_TOP is never read locally
----------
----------
5. ERROR in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\WriteADLColorMapHandler.java (at line 27)
	public void addHandlerListener(IHandlerListener handlerListener) {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addHandlerListener(IHandlerListener) of type WriteADLColorMapHandler must override a superclass method
----------
6. ERROR in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\WriteADLColorMapHandler.java (at line 36)
	public void dispose() {
	            ^^^^^^^^^
The method dispose() of type WriteADLColorMapHandler must override a superclass method
----------
7. ERROR in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\WriteADLColorMapHandler.java (at line 45)
	public Object execute(ExecutionEvent event) throws ExecutionException {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method execute(ExecutionEvent) of type WriteADLColorMapHandler must override a superclass method
----------
8. ERROR in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\WriteADLColorMapHandler.java (at line 62)
	public boolean isEnabled() {
	               ^^^^^^^^^^^
The method isEnabled() of type WriteADLColorMapHandler must override a superclass method
----------
9. ERROR in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\WriteADLColorMapHandler.java (at line 71)
	public boolean isHandled() {
	               ^^^^^^^^^^^
The method isHandled() of type WriteADLColorMapHandler must override a superclass method
----------
10. ERROR in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\WriteADLColorMapHandler.java (at line 80)
	public void removeHandlerListener(IHandlerListener handlerListener) {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeHandlerListener(IHandlerListener) of type WriteADLColorMapHandler must override a superclass method
----------
----------
11. WARNING in C:\USER_LOCAL\jad\sns_css_3.0.0\org.csstudio.opibuilder.adl2boy\src\org\csstudio\opibuilder\adl2boy\translator\TranslatorUtils.java (at line 150)
	Class classToMove) {
	^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
----------
11 problems (6 errors, 5 warnings)

References:
Re: SNS CSS org.csstudio.basic.epics.product Kasemir, Kay

Navigate by Date:
Prev: Re: SNS CSS org.csstudio.basic.epics.product Kasemir, Kay
Next: patch for MCA Against Matlab 2011a Shen, Guobao
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: SNS CSS org.csstudio.basic.epics.product Kasemir, Kay
Next: patch for MCA Against Matlab 2011a Shen, Guobao
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 18 Nov 2013 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·