-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests doesn't passes #35
Comments
Hi Romain, It seems that these particular tests require a valid user proxy in the account running them. If I delete my proxy, I get similar errors. Brian |
Hi Romain, Can you try re-running the tests with a valid proxy? There are a few others (GRAM and GridFTP, in particular) which I'm not sure of how to run properly. Brian |
If I try to run the tests (mvn test) after using grid-proxy-init with my grid certificate I get a warnings and errors (see below). Any clue? T E S T S Running org.globus.gsi.SigningPolicyParserTest Results : Tests run: 131, Failures: 0, Errors: 0, Skipped: 0 ... [INFO] - - - - - - - - T E S T S Running org.globus.gsi.gssapi.jaas.GlobusSubjectTest Results : Tests in error: Tests run: 49, Failures: 0, Errors: 27, Skipped: 0 Here is the output of grid-cert-diagnostics -p Checking if HOME is set... /home/jim Checking Security Directories Determining trusted cert path... /home/jim/.globus/certificates Checking Default Credentials Determining certificate and key file names... ok Checking trusted certificates... Getting trusted certificate list... |
Hi, This error message catches my eye: testWrap3(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: java.security.cert.CertPathValidatorException: No signing policy for DC=RO,DC=RomanianGRID,O=ROSA,OU=Certification Authority,CN=RomanianGRID CA] Do you have a valid signing policy file available for RomainianGRID CA in this setup? Brian |
On 04/01/2013 04:02 PM, Brian Bockelman wrote:
Marius Joldos |
During the compilation some tests doesn't go through in gss:
Tests in error:
testRequestConf3(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testRequestConf4(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testWrap2(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testWrap3(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testWrap4(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testBadUnwrap1(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testBadUnwrap2(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testBadUnwrap3(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testStreamInitAcceptContext(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testInquireByOidClientOnly(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testInquireByOidServerAlso(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testDelegation(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testNewDelegation(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testContextExpiration(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testLimitedProxyChecking(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testAnonymousClient1(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testAnonymousClient2(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testAnonymousServer1(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testAnonymousServer2(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testAnonymousServer3(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testBadUsage1(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testBadUsage2(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testRequestConf1(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testRequestConf2(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testWrap1(org.globus.gsi.gssapi.test.GlobusGSSContextTest): Defective credential detected [Caused by: proxy not found]
testImportExportOpaque(org.globus.gsi.gssapi.test.GlobusGSSCredentialTest): Defective credential detected [Caused by: proxy not found]
testImportExportMechSpecific(org.globus.gsi.gssapi.test.GlobusGSSCredentialTest): Defective credential detected [Caused by: proxy not found]
testInquireByOid(org.globus.gsi.gssapi.test.GlobusGSSCredentialTest): Defective credential detected [Caused by: proxy not found]
What do you need to diagnose what iis wrong?
The text was updated successfully, but these errors were encountered: