---------- Forwarded message ---------- From: Nirmani Meegahathenna <[email protected]> Date: Mon, Feb 2, 2015 at 10:31 AM Subject: Jira startup error: Unable to start the plugin container for plugin com.atlassian.sal.jira To: SSJ+SSC-dev <[email protected]> Cc: Samisa Abeysinghe <[email protected]>
Hi all, I'm trying to integrate Jira and IS for SSO provisioning. I'm trying to do that with Lastpass SAML plugin for Jira <https://github.com/lastpass/jira-saml>. I installed the plugin according to the instructioons given and did the configurations but Jira is giving a startup error: 2015-02-02 09:35:00,599 ThreadPoolAsyncTaskExecutor::Thread 11 ERROR > [plugin.osgi.factory.OsgiPlugin] Unable to start the plugin container for > plugin com.atlassian.sal.jira > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'authenticationController' defined in URL > [bundle://128.0:0/META-INF/spring/atlassian-plugins-components.xml]: > Instantiation of bean failed; nested exception is > org.springframework.beans.BeanInstantiationException: Could not instantiate > bean class [com.atlassian.sal.core.auth.SeraphAuthenticationController]: > Constructor threw exception; nested exception is > java.lang.RuntimeException: Could not load security config > 'seraph-config.xml': Exception configuring from 'seraph-config.xml'. : > com.atlassian.seraph.config.ConfigurationException: Unable to load > authenticator class 'com.lastpass.jira.SAMLAuthenticator': No acceptable > Single Sign-on Service found : com.lastpass.saml.SAMLException: No > acceptable Single Sign-on Service found > Full error log is attached below. Edited files, idp-metadata.xml and sp-metadata.xml also attached below. Can someone give a solution for this please. Thanks and Regards. -- Nirmani Meegahathenna *Software Engineer Intern* Mobile : +94 (0) 775 507684 [email protected] <[email protected]> -- Nirmani Meegahathenna *Software Engineer Intern* Mobile : +94 (0) 775 507684 [email protected] <[email protected]>
Full
Description: Binary data
<?xml version="1.0"?><md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" entityID="https://localhost:9444/samlsso"> <md:IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <md:KeyDescriptor use="signing"> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:X509Data> <ds:X509Certificate> MIICNTCCAZ6gAwIBAgIES343gjANBgkqhkiG9w0BAQUFADBVMQswCQYDVQQGEwJVUzELMAkGA1UE CAwCQ0ExFjAUBgNVBAcMDU1vdW50YWluIFZpZXcxDTALBgNVBAoMBFdTTzIxEjAQBgNVBAMMCWxv Y2FsaG9zdDAeFw0xMDAyMTkwNzAyMjZaFw0zNTAyMTMwNzAyMjZaMFUxCzAJBgNVBAYTAlVTMQsw CQYDVQQIDAJDQTEWMBQGA1UEBwwNTW91bnRhaW4gVmlldzENMAsGA1UECgwEV1NPMjESMBAGA1UE AwwJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCUp/oV1vWc8/TkQSiAvTou sMzOM4asB2iltr2QKozni5aVFu818MpOLZIr8LMnTzWllJvvaA5RAAdpbECb+48FjbBe0hseUdN5 HpwvnH/DW8ZccGvk53I6Orq7hLCv1ZHtuOCokghz/ATrhyPq+QktMfXnRS4HrKGJTzxaCcU7OQID AQABoxIwEDAOBgNVHQ8BAf8EBAMCBPAwDQYJKoZIhvcNAQEFBQADgYEAW5wPR7cr1LAdq+IrR44i QlRG5ITCZXY9hI0PygLP2rHANh+PYfTmxbuOnykNGyhM6FjFLbW2uZHQTY1jMrPprjOrmyK5sjJR O4d1DeGHT/YnIjs9JogRKv4XHECwLtIVdAbIdWHEtVZJyMSktcyysFcvuhPQK8Qc/E/Wq8uHSCo= </ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> </md:KeyDescriptor> <md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:emailAddress</md:NameIDFormat> <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://localhost:9444/samlsso"/> <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://localhost:9444/samlsso"/> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://localhost:9444/samlsso" ResponseLocation="https://localhost:9444/samlsso"/> </md:IDPSSODescriptor> </md:EntityDescriptor>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
entityID="http://localhost:8085/secure/Dashboard.jspa">
<md:SPSSODescriptor
protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:emailAddress</md:NameIDFormat>
<md:AssertionConsumerService index="1" isDefault="true"
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Location="http://localhost:8085/saml_acs.jsp"/>
</md:SPSSODescriptor>
</md:EntityDescriptor>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
