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

Re: [Condor-users] ERROR "Parse error in the input string" at line 301 in file attrlist.cpp



Can you provide the prepare hook (or an equivalent) you're running? What does the StarterLog show if you add:

STARTER_DEBUG = D_FULLDEBUG

to condor_config.local and then run the job/hook sequence again?

I am able to run a job with a prepare_hook of:

#!/usr/bin/perl -w

exit 0;

And there's no problems. Does your prepare hook have any print statements? Possibly in error cases?

Rob

Johnson koil Raj wrote:
Hi,
The hook_prepare_job seems to have exited successfully but the starter is not proceeding further
due to the following ERROR:

 "Parse error in the input string".

 I did not add any new classAds through prepare hook. I

The starter.slot1.1 log shows.
7/6 18:42:23 HOOK_PREPARE_JOB (/opt/condor-7.2.0/sbin/ccp_hook_prepare_job.pl) invoked.
7/6 18:42:24 DaemonCore: No more children processes to reap.
7/6 18:42:24 HookClient /opt/condor-7.2.0/sbin/ccp_hook_prepare_job.pl (pid 3569) exited with status 0 7/6 18:42:24 ERROR "Parse error in the input string" at line 301 in file attrlist.cpp
7/6 18:42:24 ShutdownFast all jobs.
7/6 18:42:24 Got ShutdownFast when no jobs running.


by
Johnson


Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/