perfsonar-dev - Re: problem with Node class
Subject: perfsonar development work
List archive
- From: Nicolas Simar <>
- To: Roman Lapacz <>
- Cc: Szymon Trocha <>, Jason Zurawski <>, "" <>, Loukik Kudarimoti <>
- Subject: Re: problem with Node class
- Date: Mon, 27 Nov 2006 12:44:34 +0000
Matthias, Mark,
few weeks ago, I remember that you changed some part of the schema (That Giovanni was the first to apply the modification).
Could you please liaise with Roman about those changes? (And the ones before, so that he can update the configuration for the L2 status).
Roman, I don't think it is related to the problem you have, but it is worth keeping the flow of information and changes between you.
Cheers,
Nicolas
Roman Lapacz wrote:
Hi,
today I was trying to compile MA sources and I received some errors. I looked at the code and found that the Node class (org.ggf.ns.nmwg.topology.base.v3_0) which is used in SQL MA (L2 path status ) has changed in a great deal. I don't know about any changes in the schema for L2 path status so it's strange for me. It's not good situation because we plan to have new release soon and this problem stops the process.
Szymon, Jason, others, could you clarify this.
build:
clean-all:
[delete] Deleting directory /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/build/org
[delete] Deleting 1 files from /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/build
clean-jar-generic:
compile-generic:
[javac] Compiling 263 source files to /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/build
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
jar-generic:
[jar] Building jar: /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/build/perfSONAR-generic.jar
clean-jar-rrdma:
compile-rrdma:
[javac] Compiling 31 source files to /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/build
[javac] /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/src/org/perfsonar/service/measurementArchive/metadataConfig/queryGenerator/L2PathStatusQueryGenerator.java:212: cannot find symbol
[javac] symbol : method getCountryElement()
[javac] location: class org.ggf.ns.nmwg.topology.base.v3_0.Node
[javac] try { node1Country = nodeArray[0].getCountryElement().getCountry(); } catch (Exception ex) {;}
[javac] ^
[javac] /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/src/org/perfsonar/service/measurementArchive/metadataConfig/queryGenerator/L2PathStatusQueryGenerator.java:213: cannot find symbol
[javac] symbol : method getCityElement()
[javac] location: class org.ggf.ns.nmwg.topology.base.v3_0.Node
[javac] try { node1City = nodeArray[0].getCityElement().getCity(); } catch (Exception ex) {;}
[javac] ^
[javac] /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/src/org/perfsonar/service/measurementArchive/metadataConfig/queryGenerator/L2PathStatusQueryGenerator.java:214: cannot find symbol
[javac] symbol : method getInstitutionElement()
[javac] location: class org.ggf.ns.nmwg.topology.base.v3_0.Node
[javac] try { node1Institution = nodeArray[0].getInstitutionElement().getInstitution(); } catch (Exception ex) {;}
[javac] ^
[javac] /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/src/org/perfsonar/service/measurementArchive/metadataConfig/queryGenerator/L2PathStatusQueryGenerator.java:224: cannot find symbol
[javac] symbol : method getCountryElement()
[javac] location: class org.ggf.ns.nmwg.topology.base.v3_0.Node
[javac] try { node2Country = nodeArray[1].getCountryElement().getCountry(); } catch (Exception ex) {;}
[javac] ^
[javac] /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/src/org/perfsonar/service/measurementArchive/metadataConfig/queryGenerator/L2PathStatusQueryGenerator.java:225: cannot find symbol
[javac] symbol : method getCityElement()
[javac] location: class org.ggf.ns.nmwg.topology.base.v3_0.Node
[javac] try { node2City = nodeArray[1].getCityElement().getCity(); } catch (Exception ex) {;}
[javac] ^
[javac] /root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/src/org/perfsonar/service/measurementArchive/metadataConfig/queryGenerator/L2PathStatusQueryGenerator.java:226: cannot find symbol
[javac] symbol : method getInstitutionElement()
[javac] location: class org.ggf.ns.nmwg.topology.base.v3_0.Node
[javac] try { node2Institution = nodeArray[1].getInstitutionElement().getInstitution(); } catch (Exception ex) {;}
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 6 errors
BUILD FAILED
/root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/ant/rrdma/rrdma-java-compile-targets.xml:77: The following error occurred while executing this line:
/root/Download/dev/sonar-branch-romradz-ant4rel-20061017/romradz-ant4rel-20061017/ant/rrdma/rrdma-java-compile-targets.xml:35: Compile failed; see the compiler error output for details.
Total time: 22 seconds
Roman
--
Nicolas
______________________________________________________________________
Nicolas Simar
Network Engineer
DANTE - www.dante.net
Tel - BE: +32 (0) 4 366 93 49
Tel - UK: +44 (0)1223 371 300
Mobile: +44 (0) 7740 176 883
City House, 126-130 Hills Road
Cambridge CB2 1PQ
UK
_____________________________________________________________________
- problem with Node class, Roman Lapacz, 11/27/2006
- Re: problem with Node class, Nicolas Simar, 11/27/2006
- Re: problem with Node class, Roman Lapacz, 11/27/2006
- Re: [pS-dev] Re: problem with Node class, Martin Swany, 11/27/2006
- Re: [pS-dev] problem with Node class, Loukik Kudarimoti, 11/27/2006
- Re: [pS-dev] problem with Node class, Martin Swany, 11/27/2006
- Re: [pS-dev] problem with Node class, Loukik Kudarimoti, 11/27/2006
- Re: [pS-dev] problem with Node class, Jason Zurawski, 11/27/2006
- Re: [pS-dev] problem with Node class, Roman Lapacz, 11/27/2006
- Re: [pS-dev] problem with Node class, Loukik Kudarimoti, 11/27/2006
- Re: [pS-dev] problem with Node class, Martin Swany, 11/27/2006
- Re: [pS-dev] problem with Node class, Jason Zurawski, 11/27/2006
- Re: [pS-dev] problem with Node class, Loukik Kudarimoti, 11/27/2006
- Re: [pS-dev] problem with Node class, Martin Swany, 11/27/2006
- Re: problem with Node class, Nicolas Simar, 11/27/2006
Archive powered by MHonArc 2.6.16.