"Name collision" error in logs for QDCCrosswalk
-----------------------------------------------

                 Key: DS-654
                 URL: http://jira.dspace.org/jira/browse/DS-654
             Project: DSpace 1.x
          Issue Type: Bug
          Components: DSpace API
    Affects Versions: 1.6.2, 1.6.1, 1.6.0
            Reporter: Tim Donohue
            Assignee: Tim Donohue
            Priority: Trivial
             Fix For: 1.7.0


Occasionally, your 'dspace.log' file will have messages like this one:

2010-08-26 12:56:44,916 ERROR org.dspace.core.PluginManager @ Name collision in 
named plugin, implementation class="org.dspace.content.crosswalk.QDCCrosswalk", 
name="qdc"

This ERROR is the result of a misconfigured QDCCrosswalk plugin in your 
'dspace.cfg'.

Although this error is benign (i.e. everything in DSpace will still work 
properly, including the QDCCrosswalk), it can be a little annoying.

To resolve the error, do the following:

(1) Search for "org.dspace.content.crosswalk.QDCCrosswalk = qdc" in your 
dspace.cfg.   Remove all lines containing this misconfiguration. There should 
be 2 of them, in the following configs:
        plugin.named.org.dspace.content.crosswalk.IngestionCrosswalk
        AND
        plugin.named.org.dspace.content.crosswalk.DisseminationCrosswalk

(2) Also, replace the following configuration (this will correctly reconfigure 
the QDCCrosswalk):

plugin.selfnamed.org.dspace.content.crosswalk.IngestionCrosswalk = \
  org.dspace.content.crosswalk.XSLTIngestionCrosswalk, \
  org.dspace.content.crosswalk.QDCCrosswalk


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to