Hi -

On 28 Jul 2007, at 13:59, Karthikeyan S. wrote:

Dear CCP4BB members,

I am using the loop building module of new arp/warp 7.0 version in RHEL. I am sure during installation everthing went well. But when I try to run the program the following error occured. I think the problem is somewhere in
the xml file format.

I am afraid you run in a weird bug ...

Look at the following line from the file you sent:

                <LoopsToBuild> C104<8>C112 </LoopsToBuild>, Was not considered.

In the script file we do try and substitute '<' and '>' with 'lt' and 'gt', since <,> are invalid XML characters. Somehow, that does not happen in your system and at least one more system we know of.

This line should look like

<LoopsToBuild> C104&lt;4&gt;C112 </LoopsToBuild>

if you edit it in the file you sent and then rerun from the command line
(copying from your log file)

/home/programs/linux/arp_warp_7.0/bin/bin-x86_64-Linux/loop - paramfile=/tmp/vijay/v3_8_1_com.tmp

it should work.

If anyone has a clue why the substitution works in some systems but in some does not, please help us ! A user has seen it once before, but I cant reproduce in OSX, FC5 ... Any clues would be appreciated.

Tassos

Reply via email to