[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] problem about submit condor jobs withglobusrun-ws



On Sep 28, 2005, at 11:45 PM, Merry Zhi wrote:

Thanks for help. But I have install GT4's Condor interface using "configure --enable-wsgram-condor'.When I first installed it ,every thing was OK.ButÂafter rebooting my pc ,I meet the problem. Then I installed GT4 again and again,it seems not useful.
WhenÂIÂstart GT4 ContainerÂ,it turn back warm:
Â
[globus@zly grid-security]$ globus-start-container
2005-09-28 14:59:15,265 WARNÂÂusefulrp.GLUEResourceProperty [GLUE refresher 0,runScript:304] Script Execution error when executing shell /usr/local/globus-4.0.0/libexec/globus-scheduler-provider-condor
org.xml.sax.SAXException: Fatal Error: URI=null Line=2: XML document structures
must start and end within the same entity.
...
Does it important?

That's probably what's wrong. The script $GL/libexec/globus-scheduler-provider-condor is probably not generating valid XML. Try running it from the command line (after setting GLOBUS_LOCATION and sourcing $GLOBUS_LOCATION/etc/globus-user-env.sh/csh). You should get something very close to the following:

<scheduler xmlns="http://mds.globus.org/batchproviders/2004/09" >
ÂÂ <Queue name="default">
   <totalnodes>130</totalnodes>
   <freenodes>130</freenodes>
   <maxtime>unknown</maxtime>
   <maxCPUtime>unknown</maxCPUtime>
   <maxCount>unknown</maxCount>
   <maxReqNodes>unknown</maxReqNodes>
   <maxRunningJobs>unknown</maxRunningJobs>
   <maxJobsInQueue>unknown</maxJobsInQueue>
   <maxTotalMemory>unknown</maxTotalMemory>
   <maxSingleMemory>unknown</maxSingleMemory>
   <whenActive>unknown</whenActive>
 Â Â<status>enabled</status>
   <dispatchType>batch</dispatchType>
ÂÂ </Queue>
</scheduler>

+----------------------------------+---------------------------------+

|     ÂÂJaime Frey     ÂÂ|ÂÂPublic Split on Whether   ÂÂ|

|   ÂÂjfrey@xxxxxxxxxxx   ÂÂ|ÂÂBush Is a Divider      ÂÂ|

|ÂÂhttp://www.cs.wisc.edu/~jfrey/ÂÂ|ÂÂ Â Â ÂÂ-- CNN Scrolling Banner |

+----------------------------------+---------------------------------+