-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major
-
Affects Version/s: master
-
Component/s: Catalog: Site Catalog, Catalog: Transformation Catalog
-
None
2010.09.21 14:40:03.221 PDT: [ERROR] On line 1in File /home/voeckler/Pegasus/futuregrid/condor-staging/config/tc.data
class java.lang.IllegalStateException: Error: Illegal Architecture defined. Please specify one of the predefined types
[INTEL32, INTEL64, AMD64, SPARCV7, SPARCV9]
[1] There needs to be a space after the line number and before the new text
[2] The SC 3.0 permits the following architectures:
<xs:restriction base="xs:NMTOKENS">
<xs:enumeration value="x86"/>
<xs:enumeration value="intel32"/>
<xs:enumeration value="x86_64"/>
<xs:enumeration value="intel64"/>
<xs:enumeration value="ppc"/>
<xs:enumeration value="ppc_64"/>
<xs:enumeration value="ia64"/>
<xs:enumeration value="ia32"/>
<xs:enumeration value="sparcv7"/>
<xs:enumeration value="sparcv9"/>
<xs:enumeration value="amd64"/>
</xs:restriction>
which should also be permissible in the TC, any formatting. I was using "INSTALLED X86::LINUX", whch is what it complained about.