[kepler-dev] Issues in different version of jars file

AMARNATH, Balachandar BALACHANDAR.AMARNATH at airbus.com
Wed May 12 01:01:34 PDT 2010


Hi all, 
 
 I have wrote a new actor using kepler 2.0 that uses the following jar
file 'castor-1.0.jar and jsch-0.1.37.jar'. However, when i run the actor
from the workflow canvas, it is not functioning as i exepected and i
found that is due to the conflicts of similar jars 'castor-0.95.jar' and
jsch-0.1.31' present in the module 'actors-2.0 and ssh-2.0'
respectively. 
I tried to load my actor module ahead of 'actors-2.0' and 'ssh-2.0' by
editing modules.txt in build-area folder. This fixed the issue but right
clicking over the actor is not functioning ..!!!.
 
 I have also tried to create a text file callled 'environment.txt' in
module-info folder of my actor  which i specified the CLASSPATH and its
values, didnt work
 
 I also created a text filed classloaders.txt in build-area specifying
my actor name in it so that kepler understands this actor requires a
separate class loader. Didnt work.
 
Can anyone help me out to come of this issue, 
 
with thanks and regards
Balachandar



  _____  

	From: kepler-dev-bounces at kepler-project.org
[mailto:kepler-dev-bounces at kepler-project.org] On Behalf Of AMARNATH,
Balachandar
	Sent: 11 May 2010 09:31
	To: AMARNATH, Balachandar
	Cc: kepler-dev-owner at kepler-project.org;
kepler-dev at kepler-project.org
	Subject: Re: [kepler-dev] Once Again Issues in buidling kepler
2.0
	
	
	Hi all
	 
	Kepler.jar is present in kepler2.0.exe ? This jar file would be
requried for developing actor. I found this jar is in kepler1.0 and is
missing in kepler 2.0.
	 
	regards
	Bala


  _____  

		From: kepler-dev-bounces at kepler-project.org
[mailto:kepler-dev-bounces at kepler-project.org] On Behalf Of AMARNATH,
Balachandar
		Sent: 23 April 2010 18:16
		To: David Welker
		Cc: kepler-dev-owner at kepler-project.org;
kepler-dev at kepler-project.org
		Subject: Re: [kepler-dev] Once Again Issues in buidling
kepler 2.0
		
		
		Dear David,
		 
		 The jar file exist.. in <kepler.modules>/ptolemy/lib/
directory.   Here is the complete error trace
		 
		 
	
************************************************************************
*************
		Buildfile: build.xml

		compile:

		[compile] Compiling ptolemy-8.0...

		[compile] Compiling 3099 source files to
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\target\classes

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
AbstractReceiver.java:34: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.Token;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
Receiver.java:33: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.Token;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:52: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.Token;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\kernel
\util\NamedObj.java:50: package ptolemy.util does not exist

		[compile] import ptolemy.util.StringUtilities;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
AbstractReceiver.java:89: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.AbstractReceiver

		[compile] public List<Token> elementList() throws
IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
AbstractReceiver.java:97: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.AbstractReceiver

		[compile] public abstract Token get() throws
NoTokenException;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
AbstractReceiver.java:135: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.AbstractReceiver

		[compile] public Token[] getArray(int numberOfTokens)
throws NoTokenException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
AbstractReceiver.java:243: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.AbstractReceiver

		[compile] public abstract void put(Token token) throws
NoRoomException,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
AbstractReceiver.java:272: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.AbstractReceiver

		[compile] public void putArray(Token[] tokenArray, int
numberOfTokens)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
AbstractReceiver.java:300: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.AbstractReceiver

		[compile] public void putArrayToAll(Token[] tokens, int
numberOfTokens,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
AbstractReceiver.java:323: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.AbstractReceiver

		[compile] public void putToAll(Token token, Receiver[]
receivers)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
AbstractReceiver.java:373: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.AbstractReceiver

		[compile] private Token[] _tokenCache;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
Receiver.java:87: cannot find symbol

		[compile] symbol : class Token

		[compile] location: interface ptolemy.actor.Receiver

		[compile] public List<Token> elementList() throws
IllegalActionException;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
Receiver.java:93: cannot find symbol

		[compile] symbol : class Token

		[compile] location: interface ptolemy.actor.Receiver

		[compile] public Token get() throws NoTokenException;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
Receiver.java:105: cannot find symbol

		[compile] symbol : class Token

		[compile] location: interface ptolemy.actor.Receiver

		[compile] public Token[] getArray(int numberOfTokens)
throws NoTokenException;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
Receiver.java:175: cannot find symbol

		[compile] symbol : class Token

		[compile] location: interface ptolemy.actor.Receiver

		[compile] public void put(Token token) throws
NoRoomException, IllegalActionException;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
Receiver.java:189: cannot find symbol

		[compile] symbol : class Token

		[compile] location: interface ptolemy.actor.Receiver

		[compile] public void putArray(Token[] tokenArray, int
numberOfTokens)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
Receiver.java:203: cannot find symbol

		[compile] symbol : class Token

		[compile] location: interface ptolemy.actor.Receiver

		[compile] public void putArrayToAll(Token[] tokens, int
numberOfTokens,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
Receiver.java:220: cannot find symbol

		[compile] symbol : class Token

		[compile] location: interface ptolemy.actor.Receiver

		[compile] public void putToAll(Token token, Receiver[]
receivers)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\kernel
\InstantiableNamedObj.java:43: package ptolemy.util does not exist

		[compile] import ptolemy.util.StringUtilities;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:252: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPort

		[compile] public void broadcast(Token token) throws
IllegalActionException,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:328: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPort

		[compile] public void broadcast(Token[] tokenArray, int
vectorLength)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:507: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPort

		[compile] public Token convert(Token token) throws
IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:507: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPort

		[compile] public Token convert(Token token) throws
IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:828: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPort

		[compile] public Token get(int channelIndex) throws
NoTokenException,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:919: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPort

		[compile] public Token[] get(int channelIndex, int
vectorLength)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:1081: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPort

		[compile] public Token getInside(int channelIndex)
throws NoTokenException,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:2630: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPort

		[compile] public void send(int channelIndex, Token
token)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:2709: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPort

		[compile] public void send(int channelIndex, Token[]
tokenArray, int vectorLength)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPort.java:2870: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPort

		[compile] public void sendInside(int channelIndex, Token
token)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\Parameter.java:42: package ptolemy.util does not exist

		[compile] import ptolemy.util.StringUtilities;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\Variable.java:44: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.Token;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPortEvent.java:30: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.Token;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
Director.java:42: cannot find symbol

		[compile] symbol : class DoubleToken

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.DoubleToken;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
Director.java:43: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.Token;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\kernel
\CompositeEntity.java:58: package ptolemy.util does not exist

		[compile] import ptolemy.util.StringUtilities;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\Parameter.java:151: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] public Parameter(NamedObj container, String
name, ptolemy.data.Token token)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\Variable.java:273: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] public Variable(NamedObj container, String
name, ptolemy.data.Token token)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\t
ype\Type.java:31: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.Token;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\Variable.java:570: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] public ptolemy.data.Token getToken() throws
IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:41: cannot find symbol

		[compile] symbol : class BooleanToken

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.BooleanToken;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:44: cannot find symbol

		[compile] symbol : class MatrixToken

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.MatrixToken;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:46: cannot find symbol

		[compile] symbol : class OrderedRecordToken

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.OrderedRecordToken;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:47: cannot find symbol

		[compile] symbol : class RecordToken

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.RecordToken;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:48: cannot find symbol

		[compile] symbol : class ScalarToken

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.ScalarToken;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\Variable.java:1080: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] public void setToken(ptolemy.data.Token token)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\Variable.java:1530: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] ptolemy.data.Token token, boolean
incrementWorkspaceVersion)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:36: package ptolemy.util does not exist

		[compile] import ptolemy.util.StringUtilities;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\A
bstractConvertibleToken.java:66: cannot find symbol

		[compile] symbol: class Token

		[compile] public abstract class AbstractConvertibleToken
extends Token {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\Variable.java:2314: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] private ptolemy.data.Token _initialToken;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\Variable.java:2339: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] private ptolemy.data.Token _token;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPortEvent.java:66: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPortEvent

		[compile] Token[] tokens, int vectorLength) {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPortEvent.java:90: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPortEvent

		[compile] Token token) {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPortEvent.java:115: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPortEvent

		[compile] int channel, boolean outside, Token token) {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPortEvent.java:187: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPortEvent

		[compile] public Token getToken() {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPortEvent.java:196: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPortEvent

		[compile] public Token[] getTokenArray() {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPortEvent.java:292: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPortEvent

		[compile] private Token _token;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
IOPortEvent.java:295: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.actor.IOPortEvent

		[compile] private Token[] _tokenArray;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\kernel
\util\StringAttribute.java:36: package ptolemy.util does not exist

		[compile] import ptolemy.util.StringUtilities;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\actor\
parameters\SharedParameter.java:43: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.Token;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\t
ype\Type.java:70: cannot find symbol

		[compile] symbol : class Token

		[compile] location: interface ptolemy.data.type.Type

		[compile] public Token convert(Token token) throws
IllegalActionException;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\t
ype\Type.java:70: cannot find symbol

		[compile] symbol : class Token

		[compile] location: interface ptolemy.data.type.Type

		[compile] public Token convert(Token token) throws
IllegalActionException;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParserScope.java:58: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] public ptolemy.data.Token get(String name)
throws IllegalActionException;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:86: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] public ptolemy.data.Token
evaluateParseTree(ASTPtRootNode node)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:99: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] public ptolemy.data.Token
evaluateParseTree(ASTPtRootNode node,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1257: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] protected ptolemy.data.Token[]
_evaluateAllChildren(ASTPtRootNode node)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1279: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] ptolemy.data.Token value, ptolemy.data.Token
index)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1279: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] ptolemy.data.Token value, ptolemy.data.Token
index)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1278: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] protected ptolemy.data.Token
_evaluateArrayIndex(ASTPtRootNode node,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1306: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] protected ptolemy.data.Token
_evaluateChild(ASTPtRootNode node, int i)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1325: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] ptolemy.data.Token value, ptolemy.data.Token
rowIndex,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1325: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] ptolemy.data.Token value, ptolemy.data.Token
rowIndex,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1326: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] ptolemy.data.Token columnIndex) throws
IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1324: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] protected ptolemy.data.Token
_evaluateMatrixIndex(ASTPtRootNode node,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1364: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] protected ptolemy.data.Token
_functionCall(String functionName,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1390: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] protected ptolemy.data.Token
_methodCall(String methodName,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1530: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] protected ptolemy.data.Token
_evaluatedChildToken = null;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeTypeInference.java:38: cannot find symbol

		[compile] symbol : class ScalarToken

		[compile] location: package ptolemy.data

		[compile] import ptolemy.data.ScalarToken;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\e
xpr\ParseTreeEvaluator.java:1540: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] private ptolemy.data.Token
_invokeMethod(Class<?> clazz, Object object,

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:129: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] public static StringToken convert(Token token)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:241: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] public Token zero() {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:269: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected Token _add(Token rightArgument)
throws IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:269: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected Token _add(Token rightArgument)
throws IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:283: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected Token _divide(Token rightArgument)
throws IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:283: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected Token _divide(Token rightArgument)
throws IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:298: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected BooleanToken _isCloseTo(Token
rightArgument, double epsilon)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:298: cannot find symbol

		[compile] symbol : class BooleanToken

		[compile] location: class ptolemy.data.StringToken

		[compile] protected BooleanToken _isCloseTo(Token
rightArgument, double epsilon)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:311: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected BooleanToken _isEqualTo(Token
rightArgument)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:311: cannot find symbol

		[compile] symbol : class BooleanToken

		[compile] location: class ptolemy.data.StringToken

		[compile] protected BooleanToken _isEqualTo(Token
rightArgument)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:327: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected Token _modulo(Token rightArgument)
throws IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:327: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected Token _modulo(Token rightArgument)
throws IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:342: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected Token _multiply(Token rightArgument)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:342: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected Token _multiply(Token rightArgument)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:357: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected Token _subtract(Token rightArgument)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\S
tringToken.java:357: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class ptolemy.data.StringToken

		[compile] protected Token _subtract(Token rightArgument)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\A
bstractConvertibleToken.java:86: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class
ptolemy.data.AbstractConvertibleToken

		[compile] public final Token add(Token rightArgument)
throws IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\A
bstractConvertibleToken.java:86: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class
ptolemy.data.AbstractConvertibleToken

		[compile] public final Token add(Token rightArgument)
throws IllegalActionException {

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\A
bstractConvertibleToken.java:130: cannot find symbol

		[compile] symbol : class Token

		[compile] location: package ptolemy.data

		[compile] public final Token
addReverse(ptolemy.data.Token leftArgument)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\A
bstractConvertibleToken.java:130: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class
ptolemy.data.AbstractConvertibleToken

		[compile] public final Token
addReverse(ptolemy.data.Token leftArgument)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\data\A
bstractConvertibleToken.java:177: cannot find symbol

		[compile] symbol : class Token

		[compile] location: class
ptolemy.data.AbstractConvertibleToken

		[compile] public final Token divide(Token rightArgument)

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\media\
AudioViewer.java:49: warning: sun.audio.AudioPlayer is Sun proprietary
API and may be removed in a future release

		[compile] import sun.audio.AudioPlayer;

		[compile] ^

		[compile]
C:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src\ptolemy\media\
AudioViewer.java:237: warning: sun.audio.AudioPlayer is Sun proprietary
API and may be removed in a future release

		[compile] AudioPlayer.player.start(_instream);

		[compile] ^

		[compile] Note: Some input files use or override a
deprecated API.

		[compile] Note: Recompile with -Xlint:deprecation for
details.

		[compile] Note: Some input files use unchecked or unsafe
operations.

		[compile] Note: Recompile with -Xlint:unchecked for
details.

		[compile] 100 errors

		[compile] 2 warnings

	
************************************************************************
************


  _____  

			From: David Welker
[mailto:david.v.welker at gmail.com] 
			Sent: 23 April 2010 17:15
			To: AMARNATH, Balachandar
			Cc: kepler-dev-owner at kepler-project.org;
kepler-dev at kepler-project.org
			Subject: Re: [kepler-dev] Once Again Issues in
buidling kepler 2.0
			
			
			Hi Bala, 

			The classpath should be handled for  you by the
build system. Can you look in your ptolemy/lib dir? It should have
batik-all-1.6.jar.

			If it doesn't let me know. If it does, can you
provide a print out of your compile errors?

			-David



			On Apr 23, 2010, at 5:20 AM, AMARNATH,
Balachandar wrote:


				Dear David,
				 
				      Yes, i did that successfully. But
When i run ant run, it starts compiling the sources and ended up with
error. Many of the imports were not resolved. Do i need to export jar
files inthe classpath ?
				 
				regards
				Bala


  _____  

				From: David Welker
[mailto:david.v.welker at gmail.com] 
				Sent: 23 April 2010 16:02
				To: AMARNATH, Balachandar
				Cc: kepler-dev-owner at kepler-project.org;
kepler-dev at kepler-project.org
				Subject: Re: [kepler-dev] Once Again
Issues in buidling kepler 2.0
				
				
				It is certainly a network issue. I just
issued the same commands you did and Ptolemy downloaded fine. 

				Maybe it is a firewall issue? As the
build instructions
(https://kepler-project.org/developers/teams/build/documentation/build-s
ystem-instructions) if you do not have access to port 22, you need to
download ptolemy manually. You can use the following command:

				
				svn co
https://source.eecs.berkeley.edu/svn/chess/ptII/trunk
<kepler.modules>/ptolemy/src
				Hope that helps!

				-David

				On Apr 23, 2010, at 3:04 AM, AMARNATH,
Balachandar wrote:


				Dear David Welker,
				 
				 Thanks for the repply. I still
encounter the issue.I ran the exactly the same commands.
				 
				 
				***************************** 
				[change-to] ptolemy revision:57640 
				[change-to] svn co -r57640
svn://source.eecs.berkeley.edu/chess/ptII/branches/rel-8-0-beta-2
c:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src
				[change-to] svn: Unknown hostname
'source.eecs.berkeley.edu'
				[change-to]

				BUILD FAILED 
				ERROR: It appears that the command did
not execute properly and exited with an exit code of: 1 
	
****************************************** 

				
				 

				Any hint to come out of the issue ? 

				regards
				Balachandar
				

  _____  

				From: David Welker
[mailto:david.v.welker at gmail.com] 
				Sent: 23 April 2010 12:27
				To: AMARNATH, Balachandar
				Subject: Re: [kepler-dev] Again Issues
in buidling kepler 2.0
				
				
				Hi  Balachandar, 

				This looks like a network problem. We
use the svn protocol for ptolemy because using other protocols causes
certain issues to arise. Using this protocol is not a problem.

				I would suggest you try the command
again. It should work. Sometimes with partial downloads, issuing the
command again can cause issues that can be resolved by deleting
<kepler.modules> ptolemy to start clean, but it usually works without
doing that.

				-David


				On Apr 22, 2010, at 11:03 PM, AMARNATH,
Balachandar wrote:





				Dear All, 

				I could write an actor and instantiate
in kepler 1.0 but the same is not working with kepler 2.0 (I installed
kepler 2.0 using <kepler>.jar version).

				I am trying to write a simple actor
using Kepler 2.0. I was advised by the documentation to build the kepler
from svn and use to develop the actor. 

				So, I again, I ran the following command


				>  svn co
https://code.kepler-project.org/code/kepler/branches/releases/release-br
anches/build-area-2.0
<https://code.kepler-project.org/code/kepler/branches/releases/release-b
ranches/build-area-2.0>  build-area 
				>  cd cd build-area 
				>  ant change-to -Dsuite=kepler-2.0 

				But it ran for sometime and finally end
up with error. The last few stack trace is given below 


				***************************** 
				[change-to] ptolemy revision:57640 
				[change-to] svn co -r57640
svn://source.eecs.berkeley.edu/chess/ptII/branches/rel-8-0-beta-2
c:\Home\BAAMARNA5617\kepler-2.0\MyModules\ptolemy-8.0\src

				[change-to] 

				BUILD FAILED 
				ERROR: It appears that the command did
not execute properly and exited with an exit code of: 1 
	
****************************************** 

				Is this because of the svn protocol it
uses to connect to the berkey.edu server ? Is it possible to connect
with 'https'

				Can anyone help me out ? 


				With thanks and regards 
				Balachandar 



				The information in this e-mail is
confidential. The contents may not be disclosed or used by anyone other
than the addressee. Access to this e-mail by anyone else is
unauthorised.
				If you are not the intended recipient,
please notify Airbus immediately and delete this e-mail.
				Airbus cannot accept any responsibility
for the accuracy or completeness of this e-mail as it has been sent over
public networks. If you have any concerns over the content of this
message or its Accuracy or Integrity, please contact Airbus immediately.
				All outgoing e-mails from Airbus are
checked using regularly updated virus scanning software but you should
take whatever measures you deem to be appropriate to ensure that this
message and any attachments are virus free.
	
_______________________________________________
				Kepler-dev mailing list
				Kepler-dev at kepler-project.org
	
http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
				


				This mail has originated outside your
organization, either from an external partner or the Global Internet.
				Keep this in mind if you answer this
message.
				

				The information in this e-mail is
confidential. The contents may not be disclosed or used by anyone other
than the addressee. Access to this e-mail by anyone else is
unauthorised.
				If you are not the intended recipient,
please notify Airbus immediately and delete this e-mail.
				Airbus cannot accept any responsibility
for the accuracy or completeness of this e-mail as it has been sent over
public networks. If you have any concerns over the content of this
message or its Accuracy or Integrity, please contact Airbus immediately.
				All outgoing e-mails from Airbus are
checked using regularly updated virus scanning software but you should
take whatever measures you deem to be appropriate to ensure that this
message and any attachments are virus free.


				This mail has originated outside your
organization, either from an external partner or the Global Internet.
				Keep this in mind if you answer this
message.
				

				The information in this e-mail is
confidential. The contents may not be disclosed or used by anyone other
than the addressee. Access to this e-mail by anyone else is
unauthorised.
				If you are not the intended recipient,
please notify Airbus immediately and delete this e-mail.
				Airbus cannot accept any responsibility
for the accuracy or completeness of this e-mail as it has been sent over
public networks. If you have any concerns over the content of this
message or its Accuracy or Integrity, please contact Airbus immediately.
				All outgoing e-mails from Airbus are
checked using regularly updated virus scanning software but you should
take whatever measures you deem to be appropriate to ensure that this
message and any attachments are virus free.


			This mail has originated outside your
organization, either from an external partner or the Global Internet.
			Keep this in mind if you answer this message.
			

		The information in this e-mail is confidential. The
contents may not be disclosed or used by anyone other than the
addressee. Access to this e-mail by anyone else is unauthorised.
		If you are not the intended recipient, please notify
Airbus immediately and delete this e-mail.
		Airbus cannot accept any responsibility for the accuracy
or completeness of this e-mail as it has been sent over public networks.
If you have any concerns over the content of this message or its
Accuracy or Integrity, please contact Airbus immediately.
		All outgoing e-mails from Airbus are checked using
regularly updated virus scanning software but you should take whatever
measures you deem to be appropriate to ensure that this message and any
attachments are virus free.
		This mail has originated outside your organization,
either from an external partner or the Global Internet.
		Keep this in mind if you answer this message.
		

	The information in this e-mail is confidential. The contents may
not be disclosed or used by anyone other than the addressee. Access to
this e-mail by anyone else is unauthorised.
	If you are not the intended recipient, please notify Airbus
immediately and delete this e-mail.
	Airbus cannot accept any responsibility for the accuracy or
completeness of this e-mail as it has been sent over public networks. If
you have any concerns over the content of this message or its Accuracy
or Integrity, please contact Airbus immediately.
	All outgoing e-mails from Airbus are checked using regularly
updated virus scanning software but you should take whatever measures
you deem to be appropriate to ensure that this message and any
attachments are virus free.
	This mail has originated outside your organization, either from
an external partner or the Global Internet.
	Keep this in mind if you answer this message.
	


The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-dev/attachments/20100512/78d09c18/attachment-0001.html>


More information about the Kepler-dev mailing list