You can check all the endpoints by adding ?wsdl to the endpoint other than
jcr endpoint.

ex: http://localhost:8080/axis2/services/GFacService?wsdl

Lahiru

On Fri, Feb 17, 2012 at 5:46 PM, Xuan Wu <xua...@umail.iu.edu> wrote:

> Sorry that I didn't realize they should be the same. I changed both
> jcr.url=http://localhost:8081/rmi.
>
> Should I test gfac service by
> http://localhost:8080/axis2/services/GFacService? Now it still returns
>
> <faultstring>The service cannot be found for the endpoint reference
> (EPR) /axis2/services/GFacService</faultstring>
>
> Thanks,
>
> Xuan.
>
> On Fri, Feb 17, 2012 at 5:24 PM, Lahiru Gunathilake <glah...@gmail.com>
> wrote:
> > you are using two different JCR URL in both files if you start the JCR
> > Registry standalone using the jackrabbit-server.sh URL is not
> > http://localhost:8081/jackrabbit-webapp-2.3.7/rmi<
> http://localhost:8080/axis2/services/WorkflowInterpretor?wsdljcr.url=http://localhost:8081/jackrabbit-webapp-2.3.7/rmi
> >
> > .
> >
> > You need to understand the document clearly why are we configuring
> things.
> >
> > Lahiru
> > On Fri, Feb 17, 2012 at 4:49 PM, Xuan Wu <xua...@umail.iu.edu> wrote:
> >
> >> All right. Now I started jackrabbit-server.sh and airavata-server.sh.
> >> My standalone-server/conf/xbaya.properties is as below:
> >>
> >> myproxy.user=ogce
> >> myproxy.password=******<- replaced by *
> >> jcr.username=admin
> >> jcr.password=admin
> >> provenance=true
> >> jcr.url=http://localhost:8081/rmi
> >> runInThread=false
> >> provenanceWriterThreadPoolSize=20
> >>
> >> According to AIRAVATA-301, my xbaya.properties for using XBayaClient
> >> is as below (replace 156.56.179.104 by localhost only):
> >>
> >> gfac.url=http://localhost:8080/axis2/services/GFacService
> >> myproxy.url=myproxy.teragrid.org
> >> messagebox.url=http://localhost:8080/axis2/services/MsgBoxService
> >> messagebroker.url=http://localhost:8080/axis2/services/EventingService
> >> myproxy.username=ogce
> >> myproxy.password=testpassword
> >> xbaya.service.url=
> >> http://localhost:8080/axis2/services/WorkflowInterpretor?wsdl
> >> jcr.url=http://localhost:8081/jackrabbit-webapp-2.3.7/rmi
> >> jcr.username=admin
> >> jcr.password=admin
> >> with.Listener=false
> >> echo=Hello World
> >>
> >> Question is, how may I test if all the services are ready? I can visit
> >> http://localhost:8080/axis2/services/WorkflowInterpretor?wsdl but all
> >> the other urls return error as below:
> >>
> >> <faultstring>The service cannot be found for the endpoint reference
> >> (EPR) /axis2/services/MsgBoxService</faultstring>
> >>
> >> Also, http://localhost:8081/jackrabbit-webapp-2.3.7/rmi gives 404
> error.
> >>
> >> Thanks!
> >>
> >> Xuan.
> >>
> >>
> >> On Fri, Feb 17, 2012 at 1:38 PM, Lahiru Gunathilake <glah...@gmail.com>
> >> wrote:
> >> > I would search where can I find jackrabbit-server.sh inside the pack
> ..
> >> you
> >> > will find that
> >> > AIRAVATA_HOME is one directory above than you think it is ..
> >> >
> >> > Lahiru
> >> >
> >> > On Fri, Feb 17, 2012 at 12:59 PM, Xuan Wu <xua...@umail.iu.edu>
> wrote:
> >> >
> >> >> OK I extracted
> >> >>
> >>
> modules/distribution/target/apache-airavata-0.3-incubating-SNAPSHOT-bin.zip.
> >> >>
> >> >> Here's under bin/:
> >> >> $ ls bin/
> >> >> axis2.bat  axis2server.bat  axis2server.sh  axis2.sh
>  database_scripts
> >> >>  java2wsdl.bat  java2wsdl.sh  setenv.sh  wsdl2java.bat  wsdl2java.sh
> >> >>
> >> >> I don't see the $ AIRAVATA_HOME/bin/jackrabbit-server.sh or $
> >> >> AIRAVATA_HOME/bin/airavata-server.sh in here:
> >> >>
> >> >>
> >> >>
> >>
> https://incubator.apache.org/airavata/documentation/system/airavata-in-5-minutes.html
> >> >>
> >> >> Any idea?
> >> >>
> >> >> Thanks,
> >> >>
> >> >> Xuan.
> >> >>
> >> >> On Fri, Feb 17, 2012 at 12:44 PM, Lahiru Gunathilake <
> glah...@gmail.com
> >> >
> >> >> wrote:
> >> >> > On Fri, Feb 17, 2012 at 12:32 PM, Xuan Wu <xua...@umail.iu.edu>
> >> wrote:
> >> >> >
> >> >> >> Do you mean starting the service by mvn first? Which directory
> should
> >> >> >> I do "mvn cargo:start" in?
> >> >> >
> >> >> > No I didn't mean any cargo:start and we don't even have that
> feature.
> >> >> >
> >> >> >> Also, in the document I don't see where I
> >> >> >> should put the xbaya.properties file to configure the
> >> >> >> WorkflowInterpreter Service. Just to be sure, is it required
> before I
> >> >> >> do "mvn clean install"?
> >> >> >>
> >> >> > No You have to build first and extract the pack and it contains all
> >> the
> >> >> > files.
> >> >> >
> >> >> > Lahiru
> >> >> >
> >> >> >>
> >> >> >> Excuse me for the simple questions.
> >> >> >>
> >> >> >> Thanks for the help,
> >> >> >>
> >> >> >> Xuan.
> >> >> >>
> >> >> >> On Fri, Feb 17, 2012 at 7:55 AM, Lahiru Gunathilake <
> >> glah...@gmail.com>
> >> >> >> wrote:
> >> >> >> > Please refer the document from this jira[1]. First please try
> with
> >> >> >> > standalone server in trunk if you can get this work in
> standalone,
> >> >> then
> >> >> >> > moved to deploy airavata on tomcat section.
> >> >> >> >
> >> >> >> > [1]https://issues.apache.org/jira/browse/AIRAVATA-302
> >> >> >> >
> >> >> >> > Lahiru
> >> >> >> >
> >> >> >> > On Thu, Feb 16, 2012 at 11:42 PM, Xuan Wu <xua...@umail.iu.edu>
> >> >> wrote:
> >> >> >> >
> >> >> >> >> Thanks for the steps to use XBayaclient. Maybe I missed
> something
> >> >> >> >> here, but may I ask how to setup the airavata service
> >> >> >> >> (WorkflowInterpretor) first?
> >> >> >> >>
> >> >> >> >> Regards,
> >> >> >> >>
> >> >> >> >> Xuan.
> >> >> >> >>
> >> >> >> >> On Thu, Feb 16, 2012 at 4:39 PM, Heshan Suriyaarachchi
> >> >> >> >> <heshan.suriyaarach...@gmail.com> wrote:
> >> >> >> >> > Hi Xuan,
> >> >> >> >> >
> >> >> >> >> > Thanks for your interest in Airavata. We have a jira task for
> >> this
> >> >> >> issue
> >> >> >> >> > and you can refer the Google doc given in [1]. If you find
> any
> >> >> >> >> information
> >> >> >> >> > missing in the article please let us know. BTW this article
> is
> >> >> >> specific
> >> >> >> >> to
> >> >> >> >> > Airavata trunk. So, you have to build the trunk first.
> >> >> >> >> >
> >> >> >> >> > [1] - https://issues.apache.org/jira/browse/AIRAVATA-301
> >> >> >> >> >
> >> >> >> >> > Thanks,
> >> >> >> >> > Heshan.
> >> >> >> >> >
> >> >> >> >> > On Thu, Feb 16, 2012 at 4:03 PM, Xuan Wu <
> xua...@umail.iu.edu>
> >> >> wrote:
> >> >> >> >> >
> >> >> >> >> >> Hi all,
> >> >> >> >> >>
> >> >> >> >> >> I need to set up all the depended services so that I can use
> >> the
> >> >> >> XBaya
> >> >> >> >> >> client for OLAM web portal. May I ask if there are some
> >> >> instructions
> >> >> >> >> >> for that?
> >> >> >> >> >>
> >> >> >> >> >> Thanks,
> >> >> >> >> >>
> >> >> >> >> >> Xuan.
> >> >> >> >> >>
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> > --
> >> >> >> >> > Regards,
> >> >> >> >> > Heshan Suriyaarachchi
> >> >> >> >> >
> >> >> >> >> > http://heshans.blogspot.com/
> >> >> >> >>
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> > --
> >> >> >> > System Analyst Programmer
> >> >> >> > PTI Lab
> >> >> >> > Indiana University
> >> >> >>
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> > System Analyst Programmer
> >> >> > PTI Lab
> >> >> > Indiana University
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > System Analyst Programmer
> >> > PTI Lab
> >> > Indiana University
> >>
> >
> >
> >
> > --
> > System Analyst Programmer
> > PTI Lab
> > Indiana University
>



-- 
System Analyst Programmer
PTI Lab
Indiana University

Reply via email to