Me again,
Attempting to upgrade from 4.1.2 to 4.4.5... Now the problem I'm having is with the osuser.xml file. Jira says "the osuser.xml file does not contains a recognized configuration..." I've seen the previous tickets about this and added the internal providers as recommended. Can anyone tell me what else is wrong with this file?? Here are some excerpts:
<opensymphony-user>
Hi there,
The message "the osuser.xml file does not contains a recognized configuration" refers to this KB article, but I believe that what is happening is that you have more lines than the default into your osuser.xml and JIRA is failing to process this information.
I'd suggest to test the upgrade using only the default lines, as the example bellow:
<opensymphony-user> <authenticatorclass="com.opensymphony.user.authenticator.SmartAuthenticator" /> <provider class="com.opensymphony.user.provider.ldap.LDAPCredentialsProvider"> <property name="java.naming.factory.initial">com.sun.jndi.ldap.LdapCtxFactory</property> <property name="java.naming.provider.url">ldap://10.60.x.xxx:3268</property> <property name="searchBase">dc=xxxxxxxx,dc=internal</property> <property name="uidSearchName">cn</property> <property name="java.naming.security.principal">CN=xxx,dc=xxxxxxxx,dc=internal</property> <property name="java.naming.security.credentials">xxxxx</property> <property name="exclusive-access">true</property> </provider> <provider class="com.atlassian.jira.user.osuser.JiraOFBizCredentialsProvider"> <property name="exclusive-access">true</property> </provider> <provider class="com.atlassian.jira.user.osuser.JiraOFBizProfileProvider"> <property name="exclusive-access">true</property> </provider> <provider class="com.atlassian.jira.user.osuser.JiraOFBizAccessProvider"> <property name="exclusive-access">true</property> </provider> </opensymphony-user>
I hope this has helped.
Cheers
Yes, you're right - I had too many settings. I was still using the settings of a custom provider we have for 4.1.2, which is not supported in 4.4.5. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.