NIH LISTSERV
NIH LISTSERV
CAGRID_USERS-L archives -- January 2008 (#57)

Go to: Previous Message | Next Message
Previous in Topic | Next in Topic
Previous by Same Author | Next by Same Author
Previous Page (January 2008) | Back to Main CAGRID_USERS-L Page


Options: Reply | Post a New Message | Join or Leave CAGRID_USERS-L, or Change Options | Search
View: Chronologically | Most Recent First | Wrap Text (Proportional Font) | Don't Wrap Text (Non-proportional Font)
*

User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)
References: <[log in to unmask]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Message-ID:  <[log in to unmask]>
Date:         Tue, 15 Jan 2008 16:13:14 -0500
Reply-To:     caGrid Users discussion Forum <[log in to unmask]>
Sender:       caGrid Users discussion Forum <[log in to unmask]>
From:         "David W. Ervin" <[log in to unmask]>
Subject:      Re: [javac]
              C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\
In-Reply-To:  <[log in to unmask]>

Himanso, Are you talking about the URL the client uses (eg. ant runClient), the URL of the backend application service, or the service url the deployed service uses for generating EPRs to resources? In the first case, you can either edit the run-tools.xml file in your service's directory to set the service.url property. Alternatively, you can use the -Dservice.url flag on the command line. Changing the URL of the backend application service is done by setting a service property either at deploy time, or in the configuration GUI on the data service tab in Introduce. The host name and URL of the service is stored in the server-config.wsdd, but that's configured on deploy time, and you should only need to change it if you move a pre-deployed instance of the service to another machine, or change the hostname of the machine running the service container. David Sahni, Himanso (NIH/NCI) [C] wrote: > Hi David, > Thanks I got the grid service running on JBOSS 404, > I was planning on writing an ant script that will change the remote service URL of my deployed service. Do you know where the remote service URL property is located? > > Himanso > > -----Original Message----- > From: David W. Ervin [mailto:[log in to unmask]] > Sent: Tuesday, January 15, 2008 12:34 PM > To: List CAGRID_USERS-L > Subject: Re: [javac] C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\ > > Himanso, > > Perhaps I misunderstood your original question. The error you're receiving cannot be generated by typing 'ant introduce', since it's a compile error from EVS, which running introduce does not do. Can you please clarify what you're attempting to do which is not working for you? > Also, if you are attempting to deploy a service to a JBoss container, please search at www.cagrid.org for JBoss deployment; we have an article with step-by-step instructions for using this container. > > David W. Ervin > > Sahni, Himanso (NIH/NCI) [C] wrote: > >> Thanks, >> I restarted my computer and forgot about the projects/introduce >> directory, as I was trying to run the "ant introduce" from the >> %CAGRID_LOCATION% >> >> I have tested my service by deploying it via introduce on GLOBUS & TOMCAT, But not sure why its not working on JBOSS 4.0.4, How can I verify that my service is running the JBOSS container? >> >> >> Himanso Sahni (Contractor-SAIC) >> [log in to unmask] >> -----Original Message----- >> From: David W. Ervin [mailto:[log in to unmask]] >> Sent: Tuesday, January 15, 2008 12:06 PM >> To: Sahni, Himanso (NIH/NCI) [C]; List CAGRID_USERS-L >> Subject: Re: [javac] >> C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\ >> >> Himanso, >> >> How did you run the ant introduce command? From the projects/introduce >> directory, or from the top level of your caGrid checkout? There are >> some detailed build instructions available on the caGrid.org wiki page >> for building from source, which must be done before you can execute Introduce. >> >> http://www.cagrid.org/mwiki/index.php?title=CaGrid:How-To:Build >> >> David W. Ervin >> >> Sahni, Himanso (NIH/NCI) [C] wrote: >> >> >>> Hi David, >>> >>> I am getting the following message today when I tried to run >>> introduce from the "ant introduce" command. >>> >>> Ant idea what might be causing it. >>> >>> compile: >>> >>> preCompile: >>> >>> [javac] Compiling 14 source files to >>> C:\caGrid\caGrid\projects\evs\build\cla >>> >>> sses >>> >>> [javac] >>> C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\ >>> >>> service\EVSGridServiceImpl.java:54: cannot find symbol >>> >>> [javac] symbol : method evsSearch(gov.nih.nci.evs.query.EVSQuery) >>> >>> [javac] location: class >>> gov.nih.nci.system.applicationservice.ApplicationSer >>> >>> vice >>> >>> [javac] evsResults = appService.evsSearch(evsSearch); >>> >>> [javac] ^ >>> >>> [javac] >>> C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\ >>> >>> service\EVSGridServiceImpl.java:120: cannot find symbol >>> >>> [javac] symbol : method evsSearch(gov.nih.nci.evs.query.EVSQuery) >>> >>> [javac] location: class >>> gov.nih.nci.system.applicationservice.ApplicationSer >>> >>> vice >>> >>> [javac] metaResults = appService.evsSearch(metaSearch); >>> >>> [javac] ^ >>> >>> [javac] >>> C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\ >>> >>> service\EVSGridServiceImpl.java:209: cannot find symbol >>> >>> [javac] symbol : method evsSearch(gov.nih.nci.evs.query.EVSQuery) >>> >>> [javac] location: class >>> gov.nih.nci.system.applicationservice.ApplicationSer >>> >>> vice >>> >>> [javac] List nameList = appService.evsSearch(evsSearch); >>> >>> [javac] ^ >>> >>> [javac] >>> C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\ >>> >>> service\EVSGridServiceImpl.java:224: cannot find symbol >>> >>> [javac] symbol : method evsSearch(gov.nih.nci.evs.query.EVSQuery) >>> >>> [javac] location: class >>> gov.nih.nci.system.applicationservice.ApplicationSer >>> >>> vice >>> >>> [javac] evsResults = appService.evsSearch(evsSearch2); >>> >>> [javac] ^ >>> >>> [javac] >>> C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\ >>> >>> service\EVSGridServiceImpl.java:238: cannot find symbol >>> >>> [javac] symbol : method evsSearch(gov.nih.nci.evs.query.EVSQuery) >>> >>> [javac] location: class >>> gov.nih.nci.system.applicationservice.ApplicationSer >>> >>> vice >>> >>> [javac] evsResults = appService.evsSearch(evsSearch); >>> >>> [javac] ^ >>> >>> [javac] >>> C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\ >>> >>> service\EVSGridServiceImpl.java:323: cannot find symbol >>> >>> [javac] symbol : method evsSearch(gov.nih.nci.evs.query.EVSQuery) >>> >>> [javac] location: class >>> gov.nih.nci.system.applicationservice.ApplicationSer >>> >>> vice >>> >>> [javac] evsResults = appService.evsSearch(evsSearch); >>> >>> [javac] ^ >>> >>> [javac] >>> C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\ >>> >>> service\EVSGridServiceImpl.java:401: cannot find symbol >>> >>> [javac] symbol : method evsSearch(gov.nih.nci.evs.query.EVSQuery) >>> >>> [javac] location: class >>> gov.nih.nci.system.applicationservice.ApplicationSer >>> >>> vice >>> >>> [javac] evsResults = appService.evsSearch(evsSearch); >>> >>> [javac] ^ >>> >>> [javac] >>> C:\caGrid\caGrid\projects\evs\src\gov\nih\nci\cagrid\evsgridservice\ >>> >>> service\EVSGridServiceImpl.java:478: cannot find symbol >>> >>> [javac] symbol : method evsSearch(gov.nih.nci.evs.query.EVSQuery) >>> >>> [javac] location: class >>> gov.nih.nci.system.applicationservice.ApplicationSer >>> >>> vice >>> >>> [javac] evsResults = appService.evsSearch(evsSearch); >>> >>> [javac] ^ >>> >>> [javac] 8 errors >>> >>> BUILD FAILED >>> >>> C:\caGrid\caGrid\build.xml:962: The following error occurred while >>> executing thi >>> >>> s line: >>> >>> C:\caGrid\caGrid\build.xml:299: The following error occurred while >>> executing thi >>> >>> s line: >>> >>> C:\caGrid\caGrid\projects\evs\build.xml:262: Compile failed; see the >>> compiler er >>> >>> ror output for details. >>> >>> Total time: 5 minutes 16 seconds >>> >>> C:\caGrid\caGrid> >>> >>> Himanso Sahni >>> >>> Sr.Software Engineer (Contractor-SAIC) >>> >>> Tel: 301 451 6347 >>> >>> Fax: 301 480 4222 >>> >>> [log in to unmask] >>> >>> NCI Center for Biomedical Informatics and Information Technology >>> >>> >>>




Back to: Top of message | Previous page | Main CAGRID_USERS-L page

NIH LISTSERV Home Page

CIT
Center for Information Technology
National Institutes of Health
Bethesda, Maryland 20892
301 594 6248 (v) 301 496 8294 (TDD)
Comments and Assistance
Accessibility wheelchair icon