Hi,
Thanks for the response - however when I try Twister 0.90 I again get the old error - this time the .bashrc has the line (suggested by you earlier) commented out as shown below.
******************************
# If not running interactively, don't do anything
#[ -z "$PS1" ] && return
******************************
******************************
saayan@ubuntu:~/twister-0.9/bin$ echo $TWISTER_HOME
/home/saayan/twister-0.9
saayan@ubuntu:~/twister-0.9/bin$ ls -l $TWISTER_HOME/bin/start_twister.sh
-rwxr-xr-x 1 saayan saayan 3913 2010-09-17 13:41 /home/saayan/twister-0.9/bin/start_twister.sh
saayan@ubuntu:~/twister-0.9/bin$ $TWISTER_HOME/bin/start_twister.sh
192.168.1.15
saayan@ubuntu:~/twister-0.9/bin$ Exception in thread "main" java.lang.NoClassDefFoundError: cgl/imr/worker/TwisterDaemon
Caused by: java.lang.ClassNotFoundException: cgl.imr.worker.TwisterDaemon
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: cgl.imr.worker.TwisterDaemon. Program will exit.
*******************************
Narada Brokering is running successfully as shown below
saayan@ubuntu:~/NaradaBrokering-4.2.2/bin$ Using NB_HOME: /home/saayan/NaradaBrokering-4.2.2
The NaradaBrokering System
NaradaBrokering, Version [4.2.2---06-10-2009]
Community Grids Lab - Indiana University
Using BrokerKeyStore: /home/saayan/NaradaBrokering-4.2.2/keystore/NBSecurityTest.keys
LongTopicGenerator is initialized.
Loaded NIOTCPLinkFactory communication services
Loaded TCPLinkFactory communication services
Loaded PTCPLinkFactory communication services
Loaded UDPLinkFactory communication services
Loaded PoolTCPLinkFactory communication services
HTTP Acceptor created on port 9045
/home/saayan/NaradaBrokering-4.2.2/keystore/Broker.TRUSTSTORE
BelongsTO: PRIVATE Network(network-CGL-1)
INIT: DefaultBrokerDiscoveryRequestResponsePolicy
SessionService: Initializing services using: /home/saayan/NaradaBrokering-4.2.2//config/ServiceConfiguration.txt
Setting HOST: 192.168.1.15
Thanks for your help.
Saayan