[sharp-discuss] SHARP-ERR-0001: Error in bomb : STATUS = TEXT_CHANGED

Claus Flensburg claus at globalphasing.com
Fri Jul 14 22:20:31 BST 2006


On Fri, Jul 14, 2006 at 04:09:43PM -0500, Sabuj Pattanayek wrote:
> ohhhhh!!
> 
> So a valid licence file cannot look like this?:
> 
> # blah blah university
>  code1
>  code2
> # blah blah university code for machine
>  code3
> 
> That is, it doesn't read lines beginning with '#' as a comment? 

yes - you can concatenate licence files, but the lines starting with
'#' are not skipped during the licence checking -- they are part of
the licence. Hence, if you've change what looks like a comment, the
licence check will fail.

So if you have:

# blah blah university
code1
code2
# blah blah university code for machine
code3

you cannot beautify/change it into:

# blah blah university code for machineX and Y
code1
code2
# blah blah university code for machineZ
code3


> Also, is 
> there something from the command line I can run that exists in the sharp 
> package that can immediately tell me if I have a valid licence or not?

Yes, the procedure outlined before:

cd /tmp
source /where/sharp/is/installed/setup.csh
$BDG_home/bin/linux_exe/sharp -l

or simpler:

env BDG_home=/where/sharp/is/installed /where/sharp/is/installed/bin/linux_exe/sharp -l

Hope this helps,

ClAuS


> 
> Thanks,
> Sabuj Pattanayek
> 
> Claus Flensburg wrote:
> >Hi Sabuj,
> >
> >On Fri, Jul 14, 2006 at 02:47:23PM -0500, Sabuj Pattanayek wrote:
> >>Hi,
> >>
> >>A user reported the following problem as a job was being run from the 
> >>CCP4 autosharp interface :
> >>
> >>"SHARP runs for about an hour and then crashes as it goes to refine the 
> >>sites.  The error message is: SHARP-ERR-0001: Error in bomb : STATUS = 
> >>TEXT_CHANGED"
> >>
> >>Does anyone know why this error is occurring? I found some other posts 
> >>about similar errors but none specifically about what "TEXT_CHANGED" is 
> >>referring to.
> >
> >it means that the line with text in the .licence file has changed ;-)
> >
> >You should find the original .licence file and save it in the
> >top directory where you installed SHARP/autoSHARP.
> >
> >If you can't find it, just renew your licences by going to
> >https://www.globalphasing.com/sharp/ and select the link:
> >
> ># a licence renewal (if the software is about to expire or a new set of 
> >licence keys is requred)
> >
> >and follow the instructions.
> >
> >
> >A valid licence looks like:
> >
> ># Global Phasing Ltd. (bayes)
> > 3234377543 4090590875  593307009 1639189013  753826661 2798886041
> >
> >ie. a text line and one or more lines each with six numbers.
> >
> >You can check if the licence is valid by (linux platform):
> >
> >cd /tmp
> >source /where/sharp/is/installed/setup.csh
> >$BDG_home/bin/linux_exe/sharp -l
> >
> >Hope this helps,
> >
> >ClAuS
> 
> 
> _______________________________________________
> sharp-discuss mailing list
> sharp-discuss at globalphasing.com
> http://www.globalphasing.com/mailman/listinfo/sharp-discuss
> 



More information about the sharp-discuss mailing list