Shameera,

 Thanks for the info.  I did not do the mvn eclipse:eclipse.
I'll update my repo, then do mvn eclipse:eclipse and delete/load
XBaya.  I'll update if it works or if I run into something else.

Kenneth

On Thu, Oct 23, 2014 at 04:13:34PM -0400, Shameera Rathnayaka wrote:
> Hi Yoshimoto,
> 
> I just try to build the latest trunk and i don't see any compilation error.
> To narrow down the issue, I have few questions for you.
> 1. are you working on latest trunk or previous released version? if it is
> trunk make sure you have latest revision. if it is previous version, which
> version you are using?
> 2. Could you able to build the source code using "mvn clean install"
> without any issue?
> 3. Did you run mvn eclispse:eclipse command before you open the project
> from eclipse?
> 
> According to the error stack it seems eclipse project doesn't has all
> required jar in class path."mvn eclipse:eclipse" will solve this issue but
> to effect the changes, delete the airavata eclipse project and reopen the
> source code as new project, in other ward reload the eclipse project. Now
> try to run the XBaya class.
> 
> I am waiting for you answers to my above questions, please let me know if
> you hit any issue down the path.
> 
> Thanks,
> Shameera.
> 
> On Thu, Oct 23, 2014 at 3:46 PM, K Yoshimoto <[email protected]> wrote:
> 
> >
> > Hi,
> >
> >  I am trying to start up the XBaya GUI from Eclipse, but get
> > an error about missing type ErrorWindow.  Has anyone seen this?
> > Where is ErrorWindow supposed to come from?
> >
> > 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)
> >
> > Thanks,
> > 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
> >
> 
> 
> 
> -- 
> Best Regards,
> Shameera Rathnayaka.
> 
> email: shameera AT apache.org , shameerainfo AT gmail.com
> Blog : http://shameerarathnayaka.blogspot.com/

Reply via email to