It appears the latest Subversion plugin is now a type 2 plugin and can be installed via the UPM. I followed the uninstall directions for our current install of the plugin and then installed the latest version via the UPM. I am seeing the following error in our logs on startup of JIRA:
2013-07-24 15:12:13,496 localhost-startStop-1 ERROR [atlassian.jira.service.OfBizServiceConfigStore] Unable to create a service config for service with t
he name : Subversion Revision Indexing Service
com.atlassian.jira.service.OfBizServiceConfigStore$ClassNotFoundServiceException: Could not find class: com.atlassian.jira.plugin.ext.subversion.revisions.Rev
isionIndexService
Is this class still needed with the type 2 install? How do I resovle this error?
JIRA v6.0.2
Subversion plugin v 0.10.12
It appears this service is not being removed when the plugin is removed:
Subversion Revision Indexing Service
Hi Jeanne,
Please proceed with the following steps:
- Shutdown JIRA;
- Browse to $JIRA_INSTALL/atlassian-jira/WEB-INF/lib
- Delete the following files if you have any:
1. atlassian-jira-subversion-plugin-0.10.x.jar 2. svnkit-1.7.4.jar 3. trilead-ssh2-build213-svnkit-1.3-patch.jar
- Now, browse to $JIRA_INSTALL/lib; Check if you haven't the same files on this directory. If it's the case, remove the files as well:
1. atlassian-jira-subversion-plugin-0.10.x.jar 2. svnkit-1.7.4.jar 3. trilead-ssh2-build213-svnkit-1.3-patch.jar
- Remove also the content from the following directories:
- $JIRA_HOME/plugins/.bundled-plugins - $JIRA_HOME/plugins/.osgi-plugins - $JIRA_INSTALL/work
- Start JIRA and try to reinstall JIRA Subversion Plugin 0.10.2. I strongly believe it will fix the problem. :)
Best regards,
Lucas Timm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Lucas,
I have followed your instructions and I am still getting the class not found error.
I am also seeing this:
I am also seeing this error: 013-07-24 16:37:27,097 localhost-startStop-1 ERROR [core.entity.jdbc.DatabaseUtil] SQL Exception while executing the following:
CREATE INDEX node_id_index_operation_time_idx ON replicatedindexoperation (NODE_ID, AFFECTED_INDEX, OPERATION, INDEX_TIME)
Error was: java.sql.SQLSyntaxErrorException: ORA-00972: identifier is too long
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
better add one step before Shutdown JIRA, that's delete the subversion service first:)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.