Subject: (no subject)
- Next message: Samatha Kottha: "JDBC driver & OGSA-DAI 3.0"
- Previous message: sunyluo: "(no subject)"
- In reply to: sunyluo: "(no subject)"
From: Arijit Mukherjee (arijit.mukherjee@newcastle.ac.uk)
Date: Dec 10, 2007 09:27
Hi
It seems like the configuration documents have a problem. Please have a
look at them and see if you can spot anything - the examples given in
the user guide should help you. From the command you've used, it looks
like you have given the factory configuration document as input - which
as far as I remember, isn't the correct way. You need to provide a
document which specifies your configuration, eg:
<?xml version="1.0" encoding="utf-8"?>
<DQPConfiguration xmlns="http://uk.org.ogsadai/dqp/configuration">
<DQPEvaluatorList>
<EvaluatorURI>http://rpc113.cs.man.ac.uk:8010/dqp-evaluator/services/Que
ryEvaluationService</EvaluatorURI>
<EvaluatorURI>http://pg002.cs.man.ac.uk:8015/dqp-evaluator/services/Quer
yEvaluationService</EvaluatorURI>
</DQPEvaluatorList>
<DataResourceList>
<ImportedDataSource>
<URI>http://rpc113.cs.man.ac.uk:8080/axis/services/ogsadai/experiment
RI>
<ResourceID>experiment</ResourceID>
</ImportedDataSource>
<ImportedService name="EntropyAnalyserService"
wsdlURL="http://pg002.cs.man.ac.uk:8015/entropy-analyser/services/Entrop
yAnalyserService?wsdl"/>
<ImportedService name="EntropyAnalyserService"
wsdlURL="http://rpc113.cs.man.ac.uk:8010/entropy-analyser/services/Entro
pyAnalyserService?wsdl"/>
</DataResourceList>
</DQPConfiguration>
Please don't use the exact same example as it has fictitious resources.
Regards
Arijit
Microsoft is not the answer.
Microsoft is the question.
NO (or Linux) is the answer.
-- source unknown
________________________________
From: owner-users@ogsadai.org.uk
[mailto:owner-users@ogsadai.org.uk] On Behalf Of sunyluo
Sent: 08 December 2007 11:42
To: users@ogsadai.org.uk
Subject:
hello,
when i build the client of ogsa-dqp, but build faild, the log
show as:
[globus@suny client]$ ant factory
-Ddqp.config.file=/usr/local/jakarta-tomcat/we
bapps/wsrf/WEB-INF/etc/ogsadai_wsrf/dqp-factory/instance/dqp-factory-con
figurati
on.xml
-Durl=http://localhost:8080/wsrf/services/ogsadai/DataService
-Dresource.
id=dqp-factory
Buildfile: build.xml
factory1:
[java] Creating DQP instance...
[java] URL:
http://localhost:8080/wsrf/services/ogsadai/DataService
[java] Resource ID: dqp-factory
[java] 2007-12-08 19:30:03,757 DEBUG [main] files.FileLock
(DAILogger.ja
va:75) - Requesting read lock for
/usr/local/jakarta-tomcat/webapps/wsrf/WEB
-INF/etc/ogsadai_wsrf/dqp-factory/instance/dqp-factory-configuration.xml
...
[java] 2007-12-08 19:30:03,771 DEBUG [main] files.FileLock
(DAILogger.ja
va:75) - Obtained read lock for
/usr/local/jakarta-tomcat/webapps/wsrf/WEB-I
NF/etc/ogsadai_wsrf/dqp-factory/instance/dqp-factory-configuration.xml
[java] 2007-12-08 19:30:03,854 DEBUG [main] files.FileLock
(DAILogger.ja
va:75) - Returning read lock for
/usr/local/jakarta-tomcat/webapps/wsrf/WEB-
INF/etc/ogsadai_wsrf/dqp-factory/instance/dqp-factory-configuration.xml.
..
[java] Exception in thread "main"
java.lang.NoSuchFieldError: DOCUMENT
[java] at
uk.org.ogsadai.client.toolkit.soap.SOAPCall.invoke(SOAPCall.j
ava:140)
[java] at
uk.org.ogsadai.client.toolkit.wsrf.WSRFDataService.perform(WS
RFDataService.java:533)
[java] at
uk.org.ogsadai.dqp.client.Client.createInstance(Client.java:2
04)
[java] at
uk.org.ogsadai.dqp.client.Client.main(Client.java:94)
BUILD FAILED
/usr/local/ogsadqp-3-1/client/build.xml:148: Java returned: 1
please tell me why? thankyou!
- Next message: Samatha Kottha: "JDBC driver & OGSA-DAI 3.0"
- Previous message: sunyluo: "(no subject)"
- In reply to: sunyluo: "(no subject)"