Thanks Tom,
> Is the password really null or did you mask the true password to
> protect the innocent? If the former, try removing the above parameter
> element altogether and see if that helps.
Well there is no password, and I tried removing the parameter element
altogether but its all the same.
The container.log in $GLOBUS_LOCATION/var/container.log is reporting the same
error as below:
2009-02-09 13:56:05,338 INFO exec.StateMachine
[RunQueueThread_16,logJobAccepted:3193] Job
4aff073c-f683-11dd-9b63-00e050002277 accepted for local user 'osdd'
2009-02-09 13:56:06,798 ERROR factory.ReliableFileTransferFactoryService
[RunQueueThread_13,createReliableFileTransfer:243] Unable to create RFT resource
org.apache.commons.dbcp.DbcpException: java.sql.SQLException: Access denied for
user ''@'localhost' to database 'rftDatabase'
at
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:101)
...
at com.mysql.jdbc.Connection.<init>(Connection.java:1485)
at
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
at java.sql.DriverManager.getConnection(DriverManager.java:525)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:95)
... 48 more
2009-02-09 13:56:07,116 INFO exec.StateMachine
[RunQueueThread_6,logJobFailed:3212] Job 4aff073c-f683-11dd-9b63-00e050002277
failed
----- Original Message ----
From: Tom Scavo <[email protected]>
To: Soumyadeep nandi <[email protected]>
Cc: Martin Feller <[email protected]>; [email protected]
Sent: Sunday, February 8, 2009 4:41:00 AM
Subject: Re: [gt-user] globusrun-ws: Job failed: Staging error for RSL element
fileStageIn.
On Sat, Feb 7, 2009 at 3:23 PM, Soumyadeep nandi
<[email protected]> wrote:
>
> <parameter>
> <name>password</name>
> <value></value>
> </parameter>
Is the password really null or did you mask the true password to
protect the innocent? If the former, try removing the above parameter
element altogether and see if that helps.
Tom