I'm trying to run Xbaya.java in Eclipse, but ran into an error. Not sure if I'm importing into Eclipse incorrectly, or if there is another cause. Am I missing a file with ErrorWindow?
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/media/scigap/scigap/javaclient/airavata/modules/credential-store-service/credential-store-webapp/target/credential-store/WEB-INF/lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/media/scigap/scigap/javaclient/airavata/modules/credential-store-service/credential-store-webapp/target/credential-store/WEB-INF/lib/slf4j-simple-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/media/scigap/scigap/javaclient/airavata/modules/integration-tests/target/apache-airavata-server-0.14-SNAPSHOT/lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/media/scigap/scigap/javaclient/airavata/modules/workflow-model/workflow-engine/target/jnlp/lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] Exception in thread "main" java.lang.Error: Unresolved compilation problems: The method getErrorWindow() from the type XBayaGUI refers to the missing type ErrorWindow The method getErrorWindow() from the type XBayaGUI refers to the missing type ErrorWindow at org.apache.airavata.xbaya.XBaya.<init>(XBaya.java:56) at org.apache.airavata.xbaya.XBaya.main(XBaya.java:270) On Thu, Oct 16, 2014 at 09:49:47AM -0700, K Yoshimoto wrote: > > Thanks, Ishara. I'll give it a try. > > Kenneth > > On Thu, Oct 16, 2014 at 08:19:36AM -0400, ishara premadasa wrote: > > Hi Kenneth, > > > > I have attached a sample guide on how to run a simple workflow with > > Airavata in the thread 'Unable to start Airavata after the source build' . > > I think you can refer to that till the Quickstart tutorials are officially > > online. > > > > In order to answer you question, the XBaya GUI binary distribution is not > > yet present in the trunk. Therefore at present XBaya GUI can't be started > > by extracting XBaya GUI archive. Instead the GUI client is started by > > directly running org.apache.airavata.xbaya.XBaya class through an IDE. > > > > Hope this helps. > > > > Thanks! > > Ishara > > > > On Wed, Oct 15, 2014 at 4:03 PM, K Yoshimoto <[email protected]> wrote: > > > > > > > > Thanks, Suresh. I'll keep an eye on the dev list to see when > > > things are more up-to-date. If you notice things are ready, > > > could you ping me also? > > > > > > Kenneth > > > > > > On Wed, Oct 15, 2014 at 03:56:46PM -0400, Suresh Marru wrote: > > > > Hi Kenneth, > > > > > > > > Sorry the tutorials are out of date and we are trying to fix them with > > > the 0.14 release. > > > > > > > > Shameera is close to bring these tutorials back online, some discussion > > > here - http://markmail.org/thread/6dtvhd7posjosnvv > > > > > > > > Suresh > > > > > > > > On Oct 15, 2014, at 3:34 PM, K Yoshimoto <[email protected]> wrote: > > > > > > > > > > > > > > I'm playing with airavata 0.14. I am going through some of the > > > > > quickstart tutorials: > > > > > http://airavata.apache.org/documentation/quickstart-tutorials.html > > > > > > > > > > I'm at the step of firing up xbaya-gui, but I'm not seeing > > > > > an obvious release distribution for it. Is it somewhere > > > > > else in the tree? I was looking in release-artifacts, but > > > > > only see: > > > > > > > > > > release-artifacts$ ls > > > > > apache-airavata-client-cpp-sdk-0.14-SNAPSHOT-bin.tar.gz > > > > > apache-airavata-client-cpp-sdk-0.14-SNAPSHOT-bin.zip > > > > > apache-airavata-client-java-sdk-0.14-SNAPSHOT-bin.tar.gz > > > > > apache-airavata-client-java-sdk-0.14-SNAPSHOT-bin.zip > > > > > apache-airavata-client-php-sdk-0.14-SNAPSHOT-bin.tar.gz > > > > > apache-airavata-client-php-sdk-0.14-SNAPSHOT-bin.zip > > > > > apache-airavata-server-0.14-SNAPSHOT-bin.tar.gz > > > > > apache-airavata-server-0.14-SNAPSHOT-bin.zip > > > > > > > > > > Should I look someplace else? Did I miss a build step? > > > > > > > > > > Kenneth > > > > > > > > > > > > > > > > -- > > *Best Regards.* > > > > *Ishara Premadasa,* > > http://isharapremadasa.blogspot.com
