Subject: error during End-to-End client exexution
- Next message: Amy Krause: "Re: error during End-to-End client exexution"
- Previous message: Mike Jackson: "Re: Error in viewing schema from databrowser......."
- Next in thread: Amy Krause: "Re: error during End-to-End client exexution"
- Reply: Amy Krause: "Re: error during End-to-End client exexution"
From: Abhishek Gupta (abhishek.virgo@gmail.com)
Date: May 30, 2007 12:20
Hi,
I am using globus-4.0.4, apache-tomcat-6.0.10, ogsadai-wsrf-2.2
I've define the following parameters in data.service.resource.properties
dai.resource.id=MySQLResource
dai.data.resource.type=Relational
dai.product.name=MySQL
dai.product.vendor=MySQL
dai.product.version=
dai.data.resource.uri=jdbc:mysql://localhost:3306/ogsadai
dai.driver.class=org.gjt.mm.mysql.Driver
dai.data.service.resource.uri.two=jdbc:mysql://localhost:3306/ogsadai
dai.data.service.resource.id.two=MySQLResource
I'm getting following error during End-to-End client exexution
I run the following command and got the errors:
[root@localhost ogsadai-wsrf-2.2]# ant dataServiceClient -
Ddai.url=http://localhost:8080/wsrf/services/ogsadai/DataService -
Ddai.resource.id=MySQLResource -
Ddai.action=examples/Perform/JDBC/query/select1Row.xml
Buildfile: build.xml
setupClientSecurity:
dataServiceClient:
[echo] Executing Perform document on resource MySQLResource...
[java] Service version: OGSA-DAI WSRF 2.2
[java] Number of resources: 1
[java] Resource: MySQLResource
[java] Data Service Resource: MySQLResource
[java] About to invoke Perform...
[java] Internal fault. Consult the OGSA-DAI Service Provider with ID
1180523143724:25.
BUILD FAILED
/usr/local/ogsadai-wsrf-2.2/build.xml:1510: Java returned: 1
LOG FOR ERROR ID ID 1180523143724:25.
2007-05-30 16:35:43,725 ERROR
impl.DataServiceImpl[http-8080-2,errorExceptionAndChildren:363]
#1180523143724:25# A server-side
error occurred.
2007-05-30 16:35:43,725 ERROR
impl.DataServiceImpl[http-8080-2,errorExceptionAndChildren:363]
#1180523143724:25# There was an
error during the execution of the request by resource MySQLResource.
2007-05-30 16:35:43,730 ERROR
impl.DataServiceImpl[http-8080-2,errorExceptionAndChildren:363]
#1180523143724:25# There was an
error during the execution of the request.
2007-05-30 16:35:43,731 ERROR
impl.DataServiceImpl[http-8080-2,errorExceptionAndChildren:363]
#1180523143724:25# There was an
error during the execution of activity statement.
2007-05-30 16:35:43,732 ERROR
impl.DataServiceImpl[http-8080-2,errorExceptionAndChildren:363]
#1180523143724:25# Error using
JDBC connection at jdbc:mysql://localhost:3306/ogsadai.
2007-05-30 16:35:43,732 ERROR
impl.DataServiceImpl[http-8080-2,errorExceptionAndChildren:363]
#1180523143724:25# Error
accessing JDBC connection at jdbc:mysql://localhost:3306/ogsadai as user
ogsadai.
2007-05-30 16:35:43,733 ERROR
impl.DataServiceImpl[http-8080-2,errorExceptionAndChildren:363]
#1180523143724:25# Access denied
for user 'ogsadai'@'localhost' (using password: YES)
Pls suggest me solution for this problem.
Thanks in advance
- abhishek
IIITMK