On Tue, Jul 13, 2010 at 18:32, mohammad khodadadi <[email protected]> wrote: > yes , it's the same error with other (just output name is changed) > > i can't check starter pack since i'm running a workflow which took all > my resources , i will check it later > > i use ubuntu linux 10 >
Hi, did you install the Sun Java 1.6? The OpenJDK coming from Ubuntu might not have the best Swing implementation, so we've found it to have some issues with graphical interfaces. To download Sun Java 6 for Ubuntu, start a Terminal and type the following: sudo apt-get install sun-java6-jre and follow the instructions. You might also have to switch the default Java installation by running something like sudo update-java-alternatives -s java-6-sun Test with java -version: : st...@ralph ~/Downloads; java -version java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode) and that it is not: java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode) Also double-check that you have a complete download, for Linux the http://launchpad.net/taverna/t2/2.2.0/+download/taverna-workbench-2.2.0.tar.gz should have checksums: SHA1: c625a2a70ff7364d881a4362607c0f817961be58 MD5: 760a6f0a030902c44c9e164bd7d022f3 Test it like this: : st...@ralph ~/Downloads; sha1sum taverna-workbench-2.2.0.tar.gz c625a2a70ff7364d881a4362607c0f817961be58 taverna-workbench-2.2.0.tar.gz To be sure, unpack again using tar zxfv taverna-workbench-2.2.0.tar.gz - and also do a rm -rf ~/.taverna-2.2.0 I assume you have installed graphviz (aptitude install graphviz) so that the diagram works. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/
