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

[condor-users] How to specify environment variables in Condor_G



dear condor-users,

When I submit the following submit description file:

executable = print.class
globusscheduler = surya/jobmanager-condor
Universe = globus
GlobusRSL = (condor_submit=(Universe java))
arguments = print $(input)
input = print.in
output = non-stagedJava.$(cluster).$(process).out
error = non-stagedJava.$(cluster).$(process).error
log = non-stagedJava.$(cluster).$(process).log
transfer_files = ALWAYS
should_transfer_files = YES
when_to_transfer_output = on_exit
copy_to_spool = False
queue 1

I got the following error:

java.lang.ClassNotFoundException: print
        at
java.net.URLClassLoader$1.run(URLClassLoader.java:198)
        at
java.security.AccessController.doPrivileged(Native
Method)
        at
java.net.URLClassLoader.findClass(URLClassLoader.java:186)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:299)
        at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:272)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:255)
        at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:140)
        at
CondorJavaWrapper.main(CondorJavaWrapper.java:101)

would you please let me know how to solve it? your
kind help and patience are highly appreciated.

thanks again
Best regards,
sincerely
yuhong


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>