Hi there,
I'm running GT 4.2.1 and developing some services for it. Today I have
changed some settings in the security descriptor of one service and now
I keep getting these messages, when trying to deploy it:
Deploying gar file...
...
Validating
/usr/local/globus-4.2.1.1/share/globus_wsrf_common/tmp/gar/etc/security-config.xml...
cvc-elt.1: Cannot find the declaration of element
'securityConfig'.
Deploy failed.: The following error occurred while executing
this line:
/usr/local/globus-4.2.1.1/share/globus_wsrf_common/build-packages.xml:466: The
following error occurred while executing this line:
/usr/local/globus-4.2.1.1/share/globus_wsrf_common/build-packages.xml:734:
/usr/local/globus-4.2.1.1/share/globus_wsrf_common/tmp/gar/etc/security-config.xml
is not a valid XML document.
This now happens for every possible security-config.xml I define. If I
leave it empty I get this error, as well as when I copy an example from
the documentation.
At the moment I just have
<securityConfig xmlns="http://www.globus.org">
<authz value="none"/>
</securityConfig>
and it fails with the mentioned error. Obviously the element
securityConfig *is* there and it *is* a valid XML file.
Maybe somebody can give me a hint :)
Greetings,
Johannes