We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A cert that appears to be valid, but which is not listed in the DB, can result in odd errors.
15:08:58 ERROR : Error from server creating slice. Code 101: [SERVER] SERVER_ERROR ((IntegrityError) insert or update on table "sa_slice" violates foreign key constraint "sa_slice_owner_id_fkey" DETAIL: Key (owner_id)=(379bb0ac-1ffb-4dc0-abd9-3604f21f7856) is not present in table "ma_member". 'INSERT INTO sa_slice (slice_id, owner_id, project_id, creation, expiration, slice_name, slice_urn, slice_email, certificate, slice_description, private_key) VALUES (%(slice_id)s, %(owner_id)s, %(project_id)s, %(creation)s, %(expiration)s, %(slice_name)s, %(slice_urn)s, %(slice_email)s, %(certificate)s, %(slice_description)s, %(private_key)s) RETURNING sa_slice.id' {'private_key': None, 'creation': datetime.datetime(2014, 11, 20, 20, 8, 58, 314112), 'slice_name': 'ahtest', 'slice_id': '1ba52cb3-0e64-45a1-9dbd-29844d3b26c3', 'slice_urn': 'urn:publicid:IDN+ch1.gpolab.bbn.com:ahtest+slice+ahtest', 'expiration': datetime.datetime(2014, 11, 27, 20, 8, 58, 314112), 'certificate': '-----BEGIN CERTIFICATE-----\nMIICzzCCAjigAwIBAgIBAzANBgkqhkiG9w0BAQQFADCBoTEbMBkGA1UEChMSY2gx\nLmdwb2xhYi5iYm4uY29tMRIwEAYDVQ ,,,
Imported from trac ticket #340, created by ahelsing on 11-20-2014 at 15:13, last modified: 11-20-2014 at 15:13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A cert that appears to be valid, but which is not listed in the DB, can result in odd errors.
Imported from trac ticket #340, created by ahelsing on 11-20-2014 at 15:13, last modified: 11-20-2014 at 15:13
The text was updated successfully, but these errors were encountered: